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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
>>
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
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,
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
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
23 matches
Mail list logo