On April 12, 2010, Burkhard Lück wrote:
> How to fix that bug, renaming the catalog or the arg in
> K_EXPORT_PLASMA_RUNNER macro?
i changed the name of the catalog.
--
Aaron J. Seigo
humru othro a kohnu se
GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7F1 DB43
KDE core developer sp
Am Freitag, 9. April 2010 00:57:10 schrieb Aaron J. Seigo:
> On April 8, 2010, Anton Kreuzkamp wrote:
> > I would appreciate it if you could review it and possibly integrate it
> > into Trunk. Thanks.
>
> looks good. two comments on it:
>
> * context.query() is already trim()'d, so you don't have
On April 8, 2010, Anton Kreuzkamp wrote:
> I would appreciate it if you could review it and possibly integrate it into
> Trunk. Thanks.
looks good. two comments on it:
* context.query() is already trim()'d, so you don't have to re-trim() them.
* in reloadConfiguration, the runner should create o
A few days ago I wrote a KRunner-plugin for creating special characters from its hexadecimal-code. (e.g. #3b1 for α).
It also has the possibility to configure aliases (e.g. #a instead of #3b1):
http://kde-look.org/content/show.php/Character+Runner?content=122629
I would appreciate it if you