Jenkins build became unstable: kdelibs_frameworks_qt5 #887

2013-07-20 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: Review Request 111605: move kfreediskspace to kde4support

2013-07-20 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/111605/#review36227 --- This review has been submitted with commit 0bd388f28ba2eaf3694

Re: Review Request 111605: move kfreediskspace to kde4support

2013-07-20 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/111605/ --- (Updated July 20, 2013, 10:06 p.m.) Status -- This change has been ma

Re: KStandardDirs and locale path

2013-07-20 Thread Albert Astals Cid
El Dissabte, 20 de juliol de 2013, a les 09:59:52, Chusslove Illich va escriure: > > [: Albert Astals Cid :] > > Chusslove, now that we're discussing this, the current kde4 code allows > > .mo files to be under ~/.kde/ (thanks to the multiple possible paths of > > kstandarddirs) while the new one

Re: Review Request 111539: Move kundoactions and kcheckaccelerators to xmlgui

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

Re: Review Request 111539: Move kundoactions and kcheckaccelerators to xmlgui

2013-07-20 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/111539/#review36199 --- Ship it! staging/xmlgui/src/kcheckaccelerators.cpp

Re: Header cleanup / Link interface (was kdewidgets: fix build)

2013-07-20 Thread Stephen Kelly
Alexander Neundorf wrote: > What happens if you would hide the dependency from C to A ? > > Maybe B at some point does not use A anymore Binary incompatible change. If it is possible that B can be ported away from A, then use target_link_libraries(B LINK_PRIVATE A) and A will not propagate.