Re: Review Request 114195: Add license in K4AboutData -> KAboutData conversion

2013-11-29 Thread Commit Hook
org/r/114195/ > --- > > (Updated Nov. 29, 2013, 6:20 a.m.) > > > Review request for KDE Frameworks. > > > Repository: kdelibs > > > Description > --- > > The cast operator didn't pa

Re: Review Request 114195: Add license in K4AboutData -> KAboutData conversion

2013-11-29 Thread Martin Gräßlin
marked as submitted. Review request for KDE Frameworks. Repository: kdelibs Description --- The cast operator didn't pass the License information, so when using a K4AboutData the license information was set to unknown. Diffs - tier4/kde4support/src/kdecore/k4aboutdata.cpp 9b

Re: Review Request 114195: Add license in K4AboutData -> KAboutData conversion

2013-11-29 Thread Kevin Ottens
v. 29, 2013, 6:20 a.m.) > > > Review request for KDE Frameworks. > > > Repository: kdelibs > > > Description > --- > > The cast operator didn't pass the License information, so when using a > K4AboutData the license information was set to un

Review Request 114195: Add license in K4AboutData -> KAboutData conversion

2013-11-28 Thread Martin Gräßlin
--- The cast operator didn't pass the License information, so when using a K4AboutData the license information was set to unknown. Diffs - tier4/kde4support/src/kdecore/k4aboutdata.cpp 9bdc1a4 Diff: http://git.reviewboard.kde.org/r/114195/diff/ Testing --- only with a sta

Re: K4AboutData

2013-11-26 Thread David Faure
On Tuesday 26 November 2013 09:56:54 Stephen Kelly wrote: > I looked into this to try to understand, but I still don't understand why a > patch something like this can not be applied: The problem is with the code in main(), that would call this. KCmdLineArgs *has* to be used before the QCoreAppl

Re: K4AboutData

2013-11-26 Thread Stephen Kelly
-- // Design notes: @@ -469,6 +470,18 @@ KCmdLineArgs::init(int _argc, char **_argv, const K4AboutData *_about, StdCmdLin addStdCmdLineOptions(stdargs); } +void +KCmdLineArgs::init(int _argc, char **_argv, const KAboutData *_about, StdCmdLineArgs stda

Re: K4AboutData

2013-11-24 Thread Stephen Kelly
David Faure wrote: > Conclusion: > I think it's a lot simpler to keep things as is, I can't say I understand fully, but thanks for looking into it! Steve. ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman

K4AboutData

2013-11-24 Thread David Faure
Hi Stephen, as promised I had another look at the KAboutData vs K4AboutData situation, in order to attempt to minimize the SIC. Context: KCmdLineArgs uses K4AboutData rather than KAboutData: K4AboutData keeps the old mechanism for delayed translations (I18N_NOOP), while KAboutData is the one

Re: Review Request 111702: Move K4AboutData and KComponentData to kde4support

2013-07-29 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/111702/ --- (Updated July 29, 2013, 7:15 p.m.) Status -- This change has been mar

Re: Review Request 111702: Move K4AboutData and KComponentData to kde4support

2013-07-29 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/111702/#review36773 --- This review has been submitted with commit 21dfceedf2bf4a3fbc5

Re: Review Request 111702: Move K4AboutData and KComponentData to kde4support

2013-07-29 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/111702/#review36767 --- Ship it! KHTML could be ported away of course, but this can be

Re: Review Request 111702: Move K4AboutData and KComponentData to kde4support

2013-07-29 Thread Andrea Scarpino
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/111702/ --- (Updated July 29, 2013, 6:07 p.m.) Review request for KDE Frameworks. De

Re: Review Request 111702: Move K4AboutData and KComponentData to kde4support

2013-07-29 Thread Andrea Scarpino
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/111702/ --- (Updated July 29, 2013, 4:20 p.m.) Review request for KDE Frameworks. Ch

Re: Review Request 111702: Move K4AboutData and KComponentData to kde4support

2013-07-27 Thread David Faure
removing the install dir), then yes it's enough :) This task only became possible after the port from KCmdLineArgs to QCommandLineParser, because KCmdLineArgs is heavily based on K4AboutData. This is why we couldn't do it before. Thanks! kdecore/kernel/kcomponentdata

Re: Review Request 111702: Move K4AboutData and KComponentData to kde4support

2013-07-27 Thread Andrea Scarpino
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/111702/ --- (Updated July 27, 2013, 2:42 p.m.) Review request for KDE Frameworks. Ch

Re: Review Request 111702: Move K4AboutData and KComponentData to kde4support

2013-07-27 Thread Andrea Scarpino
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/111702/ --- (Updated July 27, 2013, 1:04 p.m.) Review request for KDE Frameworks. Ch

Review Request 111702: Move K4AboutData and KComponentData to kde4support

2013-07-25 Thread Andrea Scarpino
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/111702/ --- Review request for KDE Frameworks. Description --- Is this enough?