Re: translations when creating actions from an xml definition

2015-01-03 Thread Boudewijn Rempt
On Sat, 3 Jan 2015, Albert Astals Cid wrote: I don't understand your question. You're creating a KAction manually? Yes, trying to create actions from a definition in the .action file. Then call i18n in your C++ code and make sure the text from your .action file is extracted in Messages.sh, n

Re: translations when creating actions from an xml definition

2015-01-03 Thread Albert Astals Cid
El Dissabte, 3 de gener de 2015, a les 22:59:29, Boudewijn Rempt va escriure: > On Sat, 3 Jan 2015, Albert Astals Cid wrote: > > I don't understand your question. You're creating a KAction manually? > > Yes, trying to create actions from a definition in the .action file. Is that something KDE sta

Re: translations when creating actions from an xml definition

2015-01-03 Thread Albert Astals Cid
El Dissabte, 3 de gener de 2015, a les 11:19:02, Boudewijn Rempt va escriure: > I'm currently trying to clean up the way actions are creating in Krita, > and I want use the Action definition from > http://www.kde.org/standards/kxmlgui/1.0/kxmlgui.xsd with a bit of an > extension to do that. > > Th

Re: updating .cpp classes to KF5

2015-01-03 Thread anu mittal
Cmake config has been successfully generated. Openbabel2 has is marked as optional in cmake config. I will check for their location path. Thanks. On Sat, Jan 3, 2015, 11:09 PM Thomas Lübking wrote: > On Samstag, 3. Januar 2015 18:27:45 CEST, anu mittal wrote: > > Can anybody help how such type o

Re: updating .cpp classes to KF5

2015-01-03 Thread Thomas Lübking
On Samstag, 3. Januar 2015 18:27:45 CEST, anu mittal wrote: Can anybody help how such type of error can be resolved and how to proceed with the "make". You either don't have the openbabel headers installed or their location is not in the CMAKE include paths. Assuming openbabel should be marked

updating .cpp classes to KF5

2015-01-03 Thread anu mittal
Can anybody help how such type of error can be resolved and how to proceed with the "make". 0%] Building CXX object compoundviewer/CMakeFiles/compoundviewer.dir/openbabel2wrapper.cpp.o In file included from /home/anu/kalzium/compoundviewer/openbabel2wrapper.cpp:15:0: /home/anu/kalzium/compoundview

translations when creating actions from an xml definition

2015-01-03 Thread Boudewijn Rempt
I'm currently trying to clean up the way actions are creating in Krita, and I want use the Action definition from http://www.kde.org/standards/kxmlgui/1.0/kxmlgui.xsd with a bit of an extension to do that. The Action type has But it seems that those attributes aren't actually used anywhe