Re: Compiling Plasma-Framework with a QT5 compiled with -egl -opengl es2

2013-10-09 Thread Martin Gräßlin
On Wednesday 09 October 2013 22:18:26 nerdopolis wrote: > Hi. > > I am trying to compile plasma-framework against a qt5 that is ready for > Wayland, which does not have Desktop GL enabled. Wayland does not require OpenGL ES. This is a common misunderstanding due to first Weston versions requiring

Re: Compiling Plasma-Framework with a QT5 compiled with -egl -opengl es2

2013-10-09 Thread Nicolás Alvarez
2013/10/9 nerdopolis : > Hi. > > I am trying to compile plasma-framework against a qt5 that is ready for > Wayland, which does not have Desktop GL enabled. > > However I seem to get an error that seems to be related to opengl in QT. > > Is this a bug I should file? > > > This is the relevant outpu

Compiling Plasma-Framework with a QT5 compiled with -egl -opengl es2

2013-10-09 Thread nerdopolis
Hi. I am trying to compile plasma-framework against a qt5 that is ready for Wayland, which does not have Desktop GL enabled. However I seem to get an error that seems to be related to opengl in QT. Is this a bug I should file? This is the relevant output: [ 81%] Building CXX object examples/

Jenkins build is back to stable : kdelibs_stable #855

2013-10-09 Thread KDE CI System
See ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: [Kde-hardware-devel] libnm-qt Qt5 port: -fPIC or fPIE needed?

2013-10-09 Thread Sebastian Kügler
On Wednesday, October 09, 2013 18:14:10 Daniel Nicoletti wrote: > I have added this to some of my qt5 projects and it worked: > > add_definitions(-fPIC) Thanks Daniel, that helps. :) > 2013/10/9 Sebastian Kügler : > > /home/sebas/kf5/qt5/qtbase/include/QtCore/../../src/corelib/global/qglobal > >

Re: Review Request 112985: Adjust API in KEmoticons framework: map and index methods

2013-10-09 Thread David Gil Oliva
> On Oct. 9, 2013, 5:05 p.m., Kevin Ottens wrote: > > I'm not sure what this patch is trying to achieve. It doesn't look much > > more clearer API to me than what we had before. :-) > > > > Could you share a bit more of the rationale? I guess I'm missing something. Ok, let's see. We have a met

libnm-qt Qt5 port: -fPIC or fPIE needed?

2013-10-09 Thread Sebastian Kügler
Hi, While porting libnm-qt to Qt5, I'm running into the following problem when building the tests. I've not seen this error before, and I'd like advice how to fix it. [ 59%] Building CXX object tests/CMakeFiles/test_8021xsetting.dir/8021xsetting.cpp.o In file included from /home/sebas/kf5/qt5/

Re: Review Request 112730: add CMake changes to knewstuff

2013-10-09 Thread Jeremy Whiting
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/112730/ --- (Updated Oct. 9, 2013, 2:24 p.m.) Review request for KDE Frameworks, Alber

Re: Review Request 113179: Make the runners compile again

2013-10-09 Thread Marco Martin
On Oct. 8, 2013, 9:15 p.m., Aleix Pol Gonzalez wrote: > > There's also runner-related code in > > src/declarativeimports/{core,runnermodel}, these should be reenabled as > > well. Possibly, they also need changes to make built. I had disabled this > > after a discussion with Aaron (who has ref

Re: Review Request 113160: Move KDeclarative to tier3

2013-10-09 Thread Aleix Pol Gonzalez
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/113160/ --- (Updated Oct. 9, 2013, 6:30 p.m.) Status -- This change has been mark

Re: Review Request 113160: Move KDeclarative to tier3

2013-10-09 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/113160/#review41465 --- This review has been submitted with commit b986e512054c3a94232

Re: Review Request 113173: Reduce warnings noise when including wtf/Platform.h in KJS

2013-10-09 Thread David Edmundson
Can we keep all discussions on reviewboard? If you mix replying to the mailing list we lose track of messages very quickly. ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Review Request 112785: Add ki18n_wrap_ui macro to ki18nMacros

2013-10-09 Thread Chusslove Illich
> On Sept. 23, 2013, 12:37 p.m., Kevin Ottens wrote: > > I'm surprised it doesn't use qt5_wrap_ui. It seems to reinvent it at least > > partly. > > Jeremy Whiting wrote: > well, qt5_wrap_ui wasn't around when this was created (as > kde4_add_ui_files iirc). All I did was copy it and rename

Re: Review Request 112797: Bring back KStringHandler::naturalCompare()

2013-10-09 Thread Aleix Pol Gonzalez
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/112797/ --- (Updated Oct. 9, 2013, 6:07 p.m.) Status -- This change has been mark

Re: Review Request 112797: Bring back KStringHandler::naturalCompare()

2013-10-09 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/112797/#review41463 --- This review has been submitted with commit 7bfff9a0e10a71adf9a

Re: Review Request 113173: Reduce warnings noise when including wtf/Platform.h in KJS

2013-10-09 Thread Stephen Kelly
Aleix Pol Gonzalez wrote: > This patch adds a defined() first, before checking the value, so the > pre-processor doesn't need to consider the variable value, if it's not > present. This seems like a bad idea. > These are defined with "1" if acceptable and undefined if the feature is > not prese

Re: Review Request 113154: Remove KFileMetaDataWidget and friends

2013-10-09 Thread Aleix Pol Gonzalez
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/113154/#review41460 --- I'd like to see a mention in KDE5Porting.html... - Aleix Pol G

Re: Review Request 113153: Deprecate KFileMetaDataWidget and KFileMetaDataConfigurationWidget

2013-10-09 Thread Aleix Pol Gonzalez
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/113153/#review41459 --- Ship it! Makes sense, as long as there's a replacement. :) May

Re: Review Request 113173: Reduce warnings noise when including wtf/Platform.h in KJS

2013-10-09 Thread Kevin Ottens
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/113173/#review41458 --- Ship it! Ship It! - Kevin Ottens On Oct. 8, 2013, 1:20 p.m.

Re: Review Request 112932: Update superbuild to include all tiered libraries

2013-10-09 Thread David Edmundson
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/112932/#review41457 --- It seems no-one uses superbuild, so I'm discarding it. - David

Re: Review Request 112932: Update superbuild to include all tiered libraries

2013-10-09 Thread David Edmundson
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/112932/ --- (Updated Oct. 9, 2013, 5:22 p.m.) Status -- This change has been disc

Re: Review Request 113174: Cleanup KJsEmbed

2013-10-09 Thread Kevin Ottens
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/113174/#review41456 --- kjsembed/examples/kjsconsole/console.cpp

Re: Review Request 112932: Update superbuild to include all tiered libraries

2013-10-09 Thread Alexander Neundorf
On Wednesday 09 October 2013, Kevin Ottens wrote: > > On Sept. 25, 2013, 2:03 p.m., Aleix Pol Gonzalez wrote: > > > Looks good to me, not adding the shipit because I'm clueless about > > > superbuild. > > > > > > Why do we need to specify the dependencies from superbuild? Shouldn't > > > they depe

Re: Review Request 112880: Added KColorSchemeToken class.

2013-10-09 Thread Denis Kuplyakov
> On Oct. 1, 2013, 2:47 p.m., Sebastian Kügler wrote: > > kdeui/colors/kcolorschemetoken.h, line 70 > > > > > > using int here loses the type-safety. Why no use the corresponding > > enums? It would also make the

Re: Review Request 113181: Add KDebug porting notes to KDE5PORTING.html

2013-10-09 Thread Kevin Ottens
> On Oct. 9, 2013, 1:21 p.m., Mark Gaiser wrote: > > Hi Martin, > > > > Your notes might not hold anymore. A month ago they would have been fine, > > but now we also have the "Categorized" debugging in Qt. The > > qC macros: > > http://doc-snapshot.qt-project.org/qt5-stable/qloggingcategory.h

Re: Review Request 112880: Added KColorSchemeToken class.

2013-10-09 Thread Kevin Ottens
> On Sept. 24, 2013, 6:55 a.m., Kevin Ottens wrote: > > I'm not sure we can let that in for kdelibs 4.x / kdeui... David? Any > > opinion? > > > > If we ignore that point for the moment, and think in terms of KF5, ATM it > > would go with KColorScheme in KConfigWidgets. I'm not quite sold on t

Re: Review Request 112880: Added KColorSchemeToken class.

2013-10-09 Thread Kevin Ottens
> On Oct. 1, 2013, 2:47 p.m., Sebastian Kügler wrote: > > kdeui/colors/kcolorschemetoken.h, line 70 > > > > > > using int here loses the type-safety. Why no use the corresponding > > enums? It would also make the

Re: Review Request 113179: Make the runners compile again

2013-10-09 Thread Kevin Ottens
On Oct. 8, 2013, 9:15 p.m., Aleix Pol Gonzalez wrote: > > There's also runner-related code in > > src/declarativeimports/{core,runnermodel}, these should be reenabled as > > well. Possibly, they also need changes to make built. I had disabled this > > after a discussion with Aaron (who has ref

Re: Review Request 112985: Adjust API in KEmoticons framework: map and index methods

2013-10-09 Thread Kevin Ottens
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/112985/#review41450 --- I'm not sure what this patch is trying to achieve. It doesn't l

Re: Review Request 112797: Bring back KStringHandler::naturalCompare()

2013-10-09 Thread Kevin Ottens
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/112797/#review41449 --- Ship it! Ship It! - Kevin Ottens On Oct. 4, 2013, 5:26 p.m.

Re: Review Request 113050: Use enum for KMessageBox return types

2013-10-09 Thread Kevin Ottens
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/113050/#review41448 --- Ship it! Ship It! - Kevin Ottens On Oct. 2, 2013, 2:43 p.m.

Re: Review Request 112443: Native event filter porting for KModifierKeyInfoProvider

2013-10-09 Thread Kevin Ottens
> On Sept. 23, 2013, 10:07 a.m., Kevin Ottens wrote: > > Tested the patch in my tree, works for caps lock too. > > > > Now it highlights a dependency problem... We don't want a dependency on > > QX11Extras from KGuiAddons. So maybe we should move KModifierKeyInfo to > > your proposed KX11Extra

Re: Review Request 112929: Remove KPluginVerificationData

2013-10-09 Thread Sebastian Kügler
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/112929/ --- (Updated Oct. 9, 2013, 4:49 p.m.) Status -- This change has been mark

Re: Review Request 112913: Move KModifierKeyInfo from GuiAddons to KWindowSystem

2013-10-09 Thread Kevin Ottens
> On Sept. 29, 2013, 4:38 p.m., David Faure wrote: > > -1, see https://git.reviewboard.kde.org/r/112443/ Well... See Nicolas comment there, even the API is tied to the way X works. - Kevin --- This is an automatically generated e-mail.

Re: Review Request 112896: Rework NETWM classes

2013-10-09 Thread Kevin Ottens
> On Sept. 26, 2013, 2:27 a.m., Fredrik Höglund wrote: > > I'm just going to point out something I know you already know since we've > > discussed it many times; > > that an xcb port of the NETWM classes already exists in a branch. > > Martin Gräßlin wrote: > my aim was to write the unit te

Review Request 113182: Remove all the versioned classes of KCategoryDrawer.

2013-10-09 Thread David Edmundson
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/113182/ --- Review request for KDE Frameworks. Repository: kdelibs Description -

Re: Review Request 112932: Update superbuild to include all tiered libraries

2013-10-09 Thread Kevin Ottens
> On Sept. 25, 2013, 2:03 p.m., Aleix Pol Gonzalez wrote: > > Looks good to me, not adding the shipit because I'm clueless about > > superbuild. > > > > Why do we need to specify the dependencies from superbuild? Shouldn't they > > depend on the Config.cmake files? > > Alexander Neundorf wrot

Re: Review Request 112785: Add ki18n_wrap_ui macro to ki18nMacros

2013-10-09 Thread Kevin Ottens
> On Sept. 23, 2013, 10:37 a.m., Kevin Ottens wrote: > > I'm surprised it doesn't use qt5_wrap_ui. It seems to reinvent it at least > > partly. > > Jeremy Whiting wrote: > well, qt5_wrap_ui wasn't around when this was created (as > kde4_add_ui_files iirc). All I did was copy it and rename

Re: Review Request 112918: Add index argument to KWidgetItemDelegate::createItemWidgets

2013-10-09 Thread Kevin Ottens
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/112918/#review41441 --- Ship it! OK, that's a small SIC... but OK, we don't have that

Re: Review Request 113160: Move KDeclarative to tier3

2013-10-09 Thread David Edmundson
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/113160/#review41440 --- Ship it! Code looks fine. reviewboard-am doesn't apply cleanl

Re: Review Request 112755: Reimplement KXUtils::createPixmapFromHandle with XCB

2013-10-09 Thread Kevin Ottens
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/112755/#review41439 --- Any news about that patch? It hasn't seen activity lately. - K

Re: Review Request 112367: Include the icon's theme in the cache key

2013-10-09 Thread Kevin Ottens
> On Aug. 31, 2013, 7:11 a.m., David Faure wrote: > > I disagree. Making things slow to cover a really really corner case (mixing > > kde4 and kde5), while the solution already exists (clearing the cache when > > switching icon themes), doesn't seem very sensible to me. > > > > The point is re

Re: Review Request 113173: Reduce warnings noise when including wtf/Platform.h in KJS

2013-10-09 Thread David Edmundson
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/113173/#review41436 --- It makes sense to me. I would like someone else to approve. -

Re: Review Request 113174: Cleanup KJsEmbed

2013-10-09 Thread David Edmundson
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/113174/#review41435 --- kjsembed/examples/kjsconsole/numberedtextview.cpp

Re: Review Request 113181: Add KDebug porting notes to KDE5PORTING.html

2013-10-09 Thread Martin Klapetek
> On Oct. 9, 2013, 1:21 p.m., Mark Gaiser wrote: > > Hi Martin, > > > > Your notes might not hold anymore. A month ago they would have been fine, > > but now we also have the "Categorized" debugging in Qt. The > > qC macros: > > http://doc-snapshot.qt-project.org/qt5-stable/qloggingcategory.h

Categorized logging in KDE?

2013-10-09 Thread Mark
Hi, As you all probably know by now, Qt has included of categorized logging [1] as of 5.2. In KDE we've had categorized logging for ages, but while porting to Frameworks we started using the "simple" Qt logging q. However, we now again have categorized logging from within Qt. That makes me wonder

Re: Review Request 113181: Add KDebug porting notes to KDE5PORTING.html

2013-10-09 Thread Mark Gaiser
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/113181/#review41430 --- Hi Martin, Your notes might not hold anymore. A month ago they

Review Request 113181: Add KDebug porting notes to KDE5PORTING.html

2013-10-09 Thread Martin Klapetek
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/113181/ --- Review request for KDE Frameworks. Repository: kdelibs Description -

Re: Review Request 112880: Added KColorSchemeToken class.

2013-10-09 Thread Denis Kuplyakov
> On Oct. 1, 2013, 2:47 p.m., Sebastian Kügler wrote: > > kdeui/colors/kcolorschemetoken.h, line 70 > > > > > > using int here loses the type-safety. Why no use the corresponding > > enums? It would also make the

Jenkins build became unstable: kdelibs_stable #854

2013-10-09 Thread KDE CI System
See ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel