Re: [kde-doc-english] Kate Handbook

2015-01-12 Thread Luigi Toscano
Dominik Haumann ha scritto: Hi, On Monday 24 November 2014 20:44:59 Burkhard Lück wrote: Am Montag, 24. November 2014, 18:41:43 schrieb Dominik Haumann: on http://docs.kde.org it is currently not possible to find the documentation for Kate. Usually, it should be here: https://docs.kde.org/

Re: Kate Handbook

2015-01-12 Thread Dominik Haumann
Hi, On Monday 24 November 2014 20:44:59 Burkhard Lück wrote: > Am Montag, 24. November 2014, 18:41:43 schrieb Dominik Haumann: > > on http://docs.kde.org it is currently not possible to find the > > documentation for Kate. Usually, it should be here: > > > > https://docs.kde.org/stable/en/appli

Re: KF5 / org::kde::KGlobalAccel / QList is not registered

2015-01-12 Thread Kai Uwe Broulik
Hi, from the documentation: The type has to be registered with qDBusRegisterMetaType() before it can be used with QDBusArgument. Therefore, somewhere in your program, you should add the following code: qDBusRegisterMetaType(); Once registered, a type can be used in outgoing method calls Cheer

KF5 / org::kde::KGlobalAccel / QList is not registered

2015-01-12 Thread Gregor Mi
Hi, I am trying to retrieve the global keyboard shortcut of a KWin action. I started doing this but I am stuck with the error message "QDBusPendingReply: type QList is not registered with QtDBus". This is the code. Any idea where to look next? I am working under KDE4 with environment set for KF

Re: Review Request 121765: Fix build of metadatamovertest with clang

2015-01-12 Thread Vishesh Handa
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/121765/#review73873 --- Ship it! ping. Do you have commit access? - Vishesh Handa

Re: Configuring a dataengine from plasma applet

2015-01-12 Thread David Edmundson
On Sun, Jan 11, 2015 at 7:24 PM, Stefan Bruens wrote: > Hi everyone, > > I a currently writing a plasma applet for KF5, as well as a dataengine. > Both > are running fine, but now I want to configure the dataengine from the > applet. > The settings for the dataengine are session-global. > You ca