Re: kimtoy in kdereview

2012-08-15 Thread nihui
hi Yes, we have kimpanel plasmoid in plasma-addons, and we have skim for scim in old kde3 days. kimtoy is technically the standalone version of kimpanel plasmoid with many additional features. Both kimtoy and kimpanel plasmoid are strictly not input method framework like ibus, they act as fron

Re: KBzip2Filter::uncompress outputs qDebug messages

2012-08-15 Thread Michael Pyne
On Wednesday, August 15, 2012 16:49:13 Milian Wolff wrote: > The output is always: > bzDecompress returned 4 > KBzip2Filter::uncompress 1 > > Could someone shed some light on this? Is this a serious issue? If not, can > we silence the output please? It is just libbz2's way of signalling that it h

Re: Review Request: avoid duplicate entries in konqueror address completion list

2012-08-15 Thread Mark Gaiser
> On Aug. 15, 2012, 7:05 p.m., Mark Gaiser wrote: > > I don't know the konqueror code, but i don't think this is the right way to > > do it. Imho it shouldn't even be inserted in the first place. Though > > someone else would have to confirm. > > Martin Koller wrote: > Well, I see it this

Re: Review Request: KWallet Password Prompt Dialog In Your Face

2012-08-15 Thread Martin Gräßlin
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/105628/#review17478 --- this approach seems fine to me. - Martin Gräßlin On Aug. 4,

Re: Review Request: avoid duplicate entries in konqueror address completion list

2012-08-15 Thread Martin Koller
> On Aug. 15, 2012, 7:05 p.m., Mark Gaiser wrote: > > I don't know the konqueror code, but i don't think this is the right way to > > do it. Imho it shouldn't even be inserted in the first place. Though > > someone else would have to confirm. Well, I see it this way: there is the list of compl

Re: Review Request: avoid duplicate entries in konqueror address completion list

2012-08-15 Thread Mark Gaiser
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/106046/#review17474 --- I don't know the konqueror code, but i don't think this is the

Re: KIO::UDSEntry and URL encoding

2012-08-15 Thread Martin Koller
On Monday, 13. August 2012 16:03:48 Thiago Macieira wrote: > On segunda-feira, 13 de agosto de 2012 14.28.02, Martin Koller wrote: > > Hi, > > (using 4.9.0) > > > > when using konqueror and typing "man:" it starts to list possible entries > > which the kio_man slave generates. However, konqueror d

Review Request: avoid duplicate entries in konqueror address completion list

2012-08-15 Thread Martin Koller
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/106046/ --- Review request for KDE Base Apps. Description --- When opening e.g. "

Re: kimtoy in kdereview

2012-08-15 Thread Albert Astals Cid
El Dissabte, 11 d'agost de 2012, a les 11:43:45, nihui水竹院落 va escriure: > hi all Hi > > I am very happy to inform you all that kimtoy is now in kdereview. The final > target is extragear-utils. > > kimtoy is an input method frontend for KDE. It is an alternative to kimpanel > plasmoid. kimtoy a

Re: Review Request: Adding Accessibility Interfaces for Dolphin Views & Widgets

2012-08-15 Thread Frank Reininghaus
> On Aug. 14, 2012, 3:44 p.m., Frank Reininghaus wrote: > > dolphin/src/kitemviews/kitemlistviewaccessible.h, line 143 > > > > > > This class isn't needed any more, is it? > > Amandeep Singh wrote: > This class

KBzip2Filter::uncompress outputs qDebug messages

2012-08-15 Thread Milian Wolff
Hey there, KDevelop uses KBzip2Filter indirectly and that always hits this branch for me: KBzip2Filter::Result KBzip2Filter::uncompress() { //qDebug() << "Calling bzDecompress with avail_in=" << inBufferAvailable() << " avail_out=" << outBufferAvailable(); int result = bzDecompress(&d->z

Re: Review Request: Fix hang in kcm_useraccount

2012-08-15 Thread Oswald Buddenhagen
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/105895/#review17428 --- heh - nasty: you put the dialog invocation into the backend cla

Re: Review Request: Adding Accessibility Interfaces for Dolphin Views & Widgets

2012-08-15 Thread Amandeep Singh
> On Aug. 14, 2012, 3:44 p.m., Frank Reininghaus wrote: > > dolphin/src/kitemviews/kitemlistviewaccessible.h, line 143 > > > > > > This class isn't needed any more, is it? This class is needed since the accessibili

Re: Review Request: Adding Accessibility Interfaces for Dolphin Views & Widgets

2012-08-15 Thread Amandeep Singh
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/105972/ --- (Updated Aug. 15, 2012, 7:12 a.m.) Review request for Dolphin, KDE Base Ap