Re: [kcalc][kcharselect][kcron] Merged frameworks branch to master, now KF5 based

2015-01-27 Thread Luigi Toscano
Christoph Feck ha scritto: > Hi, > > I just merged the "frameworks" KF5 porting branches of the following > applications to "master" branch: > > - kcalc > - kcharselect > - kcron > > These applications will be released as KF5 applications for the KDE > Applications 15.03 release. > > Please c

Re: [kcalc][kcharselect][kcron] Merged frameworks branch to master, now KF5 based

2015-01-27 Thread Marko Käning
Hi Christoph, On 28 Jan 2015, at 00:12 , Christoph Feck wrote: > Hi, > > I just merged the "frameworks" KF5 porting branches of the following > applications to "master" branch: > > - kcalc > - kcharselect > - kcron > these 3 fail on Linux/CI and thus need an update of their logical dependen

Re: [kcalc][kcharselect][kcron] Merged frameworks branch to master, now KF5 based

2015-01-27 Thread Albert Astals Cid
El Dimecres, 28 de gener de 2015, a les 00:12:26, Christoph Feck va escriure: > Hi, > > I just merged the "frameworks" KF5 porting branches of the following > applications to "master" branch: > > - kcalc > - kcharselect > - kcron > > These applications will be released as KF5 applications for th

[kcalc][kcharselect][kcron] Merged frameworks branch to master, now KF5 based

2015-01-27 Thread Christoph Feck
Hi, I just merged the "frameworks" KF5 porting branches of the following applications to "master" branch: - kcalc - kcharselect - kcron These applications will be released as KF5 applications for the KDE Applications 15.03 release. Please check if everything went smooth, and report issues/reg

Re: Build instructions for KDE5 / I will rewrite all build documentation

2015-01-27 Thread Albert Astals Cid
El Dimarts, 27 de gener de 2015, a les 11:14:00, Will Entriken va escriure: > Hello All, > > I am rewriting the build documentation on KDE Techbase, and also > rewriting/moving pages on KDE Community Wiki. Our new contributors deserve > nothing less than full, tested, copy-pasteable instructions t

Re: configuring cppcheck on the CI

2015-01-27 Thread Ben Cooksley
On Wed, Jan 28, 2015 at 4:37 AM, Milian Wolff wrote: > Hello, HI Milian, > > not sure where to ask this question. Cppcheck running on the CI is a great > help - thanks for that! I'd like to configure it slightly though, as the three > "errors" it reports for kdevplatform are actually false-posit

Re: Build instructions for KDE5 / I will rewrite all build documentation

2015-01-27 Thread Luigi Toscano
Il 27.01.2015 17:14 Will Entriken ha scritto: Hello All, I am rewriting the build documentation on KDE Techbase, and also rewriting/moving pages on KDE Community Wiki. Our new contributors deserve nothing less than full, tested, copy-pasteable instructions to get KDE up and built. Presently we

Build instructions for KDE5 / I will rewrite all build documentation

2015-01-27 Thread Will Entriken
Hello All, I am rewriting the build documentation on KDE Techbase, and also rewriting/moving pages on KDE Community Wiki. Our new contributors deserve nothing less than full, tested, copy-pasteable instructions to get KDE up and built. Presently we have many outdated documents that explain part of

Re: Move thumbnail kioslave and thumbcreator service type to kio?

2015-01-27 Thread David Narvaez
On Sun, Jan 25, 2015 at 3:15 PM, David Narvaez wrote: > On Wed, Jan 21, 2015 at 3:44 AM, David Narvaez > wrote: >> On Wed, Jan 21, 2015 at 3:36 AM, David Faure wrote: >> > Ah, one thing that's surprising is that the oldest entry in "git log" is >> > 77c4ac1f (Imported KDE Control Center Applicat

Re: Internatinalization error: i18n was not declared in the scope.

2015-01-27 Thread anu mittal
Yes QMessageBox is ported from KMessageBox, i got is solved :) One can also refer http://qt-project.org/doc/qt-4.8/qmessagebox.html for more details. Thanks. On Tue, Jan 27, 2015 at 9:33 PM, Thomas Lübking wrote: > On Dienstag, 27. Januar 2015 16:53:01 CEST, Christoph Feck wrote: > >> On Tuesday

Re: Internatinalization error: i18n was not declared in the scope.

2015-01-27 Thread Thomas Lübking
On Dienstag, 27. Januar 2015 16:53:01 CEST, Christoph Feck wrote: On Tuesday 27 January 2015 16:46:13 Thomas Lübking wrote: On Dienstag, 27. Januar 2015 16:42:49 CEST, anu mittal wrote: It then says error: no matching function for call to ‘QMessageBox::warning(int, QString)’ QMessageBox::warni

Re: Internatinalization error: i18n was not declared in the scope.

2015-01-27 Thread Christoph Feck
On Tuesday 27 January 2015 16:46:13 Thomas Lübking wrote: > On Dienstag, 27. Januar 2015 16:42:49 CEST, anu mittal wrote: > > It then says > > error: no matching function for call to > > ‘QMessageBox::warning(int, QString)’ > > > > QMessageBox::warning(0,i18n(" > > > > Cannot save to the

Re: Internatinalization error: i18n was not declared in the scope.

2015-01-27 Thread anu mittal
Okay,I got it. :) Thanks for the help. On Tue, Jan 27, 2015 at 9:16 PM, Thomas Lübking wrote: > On Dienstag, 27. Januar 2015 16:42:49 CEST, anu mittal wrote: > >> It then says >> error: no matching function for call to ‘QMessageBox::warning(int, >> QString)’ >> QMessageBox::warning(0,i1

Re: Internatinalization error: i18n was not declared in the scope.

2015-01-27 Thread Thomas Lübking
On Dienstag, 27. Januar 2015 16:42:49 CEST, anu mittal wrote: It then says error: no matching function for call to ‘QMessageBox::warning(int, QString)’ QMessageBox::warning(0,i18n(" Cannot save to the specified file.")); Not during compilation, but on configuration. If you add those li

Re: Internatinalization error: i18n was not declared in the scope.

2015-01-27 Thread anu mittal
It then says error: no matching function for call to ‘QMessageBox::warning(int, QString)’ QMessageBox::warning(0,i18n(" Cannot save to the specified file.")); On Tue, Jan 27, 2015 at 8:51 PM, Thomas Lübking wrote: > On Dienstag, 27. Januar 2015 16:17:32 CEST, anu mittal wrote: > >> Yes

configuring cppcheck on the CI

2015-01-27 Thread Milian Wolff
Hello, not sure where to ask this question. Cppcheck running on the CI is a great help - thanks for that! I'd like to configure it slightly though, as the three "errors" it reports for kdevplatform are actually false-positives: http://build.kde.org/job/kdevplatform_master_qt5/457/cppcheckResult

Re: Porting Kalzium

2015-01-27 Thread anu mittal
It then says error: no matching function for call to ‘QMessageBox::warning(int, QString)’ QMessageBox::warning(0,i18n("Cannot save to the specified file.")); On Mon, Jan 26, 2015 at 9:00 PM, anu mittal wrote: > There is an error: ‘i18n’ was not declared in this scope > QMessage

Re: Internatinalization error: i18n was not declared in the scope.

2015-01-27 Thread Thomas Lübking
On Dienstag, 27. Januar 2015 16:17:32 CEST, anu mittal wrote: Yes have tried both, #include and #include both give same error- No such file or directory Errr... and this in cmake find_package(KF5I18n) target_link_libraries(your_appname_here KF5::I18n) does *not* cause some error? Cheers, Th

Re: Internatinalization error: i18n was not declared in the scope.

2015-01-27 Thread anu mittal
Yes have tried both, #include and #include both give same error- No such file or directory On Tue, Jan 27, 2015 at 8:43 PM, Thomas Lübking wrote: > On Dienstag, 27. Januar 2015 16:02:25 CEST, anu mittal wrote: > > Still the same error is shown- >> i18n’ was not declared in this scope >>

Re: Internatinalization error: i18n was not declared in the scope.

2015-01-27 Thread Thomas Lübking
On Dienstag, 27. Januar 2015 16:02:25 CEST, anu mittal wrote: Still the same error is shown- i18n’ was not declared in this scope QMessageBox::warning(0,i18n("Problem while opening the file") where else i might be going wrong? Do you #include ? Cheers, Thomas Visit http://mail.kde

Re: Internatinalization error: i18n was not declared in the scope.

2015-01-27 Thread anu mittal
Hi, I tried the same, also mentionded in http://api.kde.org/frameworks-api/frameworks5-apidocs/ki18n/html/index.html Still the same error is shown- i18n’ was not declared in this scope QMessageBox::warning(0,i18n("Problem while opening the file") where else i might be going wrong? On Tue,

Internatinalization error: i18n was not declared in the scope.

2015-01-27 Thread anu mittal
There is an error: ‘i18n’ was not declared in this scope QMessageBox::warning(0,i18n("Problem while opening the file") then according to localization notes i included KLocalizedString in the class and also have KF5::KDELibs4Support set, then also got the following error: KLocalizedString

Re: Internatinalization error: i18n was not declared in the scope.

2015-01-27 Thread Luca Beltrame
anu mittal wrote: > class and also have KF5::KDELibs4Support set, then also got the following > error: You will need to use and link against KF5::I18n, IIRC. -- Luca Beltrame - KDE Forums team KDE Science supporter GPG key ID: 6E1A4E79 >> Visit http://mail.kde.org/mailman/listinfo/kde-deve