Re: Review Request 111456: Create KCrash framework

2013-07-11 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/111456/#review35872 --- Ship it! thanks! kdeui/util/kcrash.cpp

Re: Build failed in Jenkins: plasma-framework_master_qt5 #501

2013-07-11 Thread Alexander Neundorf
On Thursday 11 July 2013, KDE CI System wrote: > See > > Changes: > > [neundorf] -adapt to current changes in kdelibs regarding kde4support: use > ${KDE4Support_LIBRARIES} when using it > ... > -- Found KDE 4.10 include dir: > /s

Re: linking to kde4support (Re: KF5 Update Meeting Minutes 2013-w27)

2013-07-11 Thread Alexander Neundorf
Hi, if you update plasma-frameworks, make sure you also update kdelibs. To use the kde4support library now, do find_package(KDE4Support NO_MODULE) # if outside kdelibs ... target_link_libraries(hello ${KDE4Support_LIBRARIES} ) as for any other package. One thing: befor find_package(KDE4Suppo

Build failed in Jenkins: plasma-framework_master_qt5 #501

2013-07-11 Thread KDE CI System
See Changes: [neundorf] -adapt to current changes in kdelibs regarding kde4support: use ${KDE4Support_LIBRARIES} when using it -- Started by remote host 127.0.0.1 with note: Triggered by c

Jenkins build is back to normal : kdelibs_frameworks_qt5 #825

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

Build failed in Jenkins: kdelibs_frameworks_qt5 #824

2013-07-11 Thread KDE CI System
See Changes: [wojtask9.kde] move kacceleratormanager to kguiaddons framework -- [...truncated 3649 lines...] [ 28%] Building CXX object tier1/solid/src/solid/CMakeFiles/Solid.dir/backends/fakeh

Re: Review Request 111453: move kacceleratormanager to KWidgetAddons

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

Re: Review Request 111453: move kacceleratormanager to KWidgetAddons

2013-07-11 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/111453/#review35863 --- This review has been submitted with commit 1bf99fb940706a35455

Re: Review Request 111453: move kacceleratormanager to KWidgetAddons

2013-07-11 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/111453/#review35861 --- Ship it! Ship It! - David Faure On July 11, 2013, 2:52 p.m.

Re: Review Request 111453: move kacceleratormanager to KWidgetAddons

2013-07-11 Thread Wojciech Kapuscinski
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/111453/ --- (Updated July 11, 2013, 2:52 p.m.) Review request for KDE Frameworks. Ch

Re: Review Request 111453: move kacceleratormanager to KWidgetAddons

2013-07-11 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/111453/#review35859 --- Ship it! kdeui/shortcuts/kacceleratormanager.cpp

Re: Review Request 111453: move kacceleratormanager to KWidgetAddons

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

Re: Review Request 111453: move kacceleratormanager to KWidgetAddons

2013-07-11 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/111453/#review35858 --- kdeui/shortcuts/kacceleratormanager_private.h

Re: Review Request 111453: move kacceleratormanager to KWidgetAddons

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

Re: Review Request 111453: move kacceleratormanager to KWidgetAddons

2013-07-11 Thread Wojciech Kapuscinski
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/111453/ --- (Updated July 11, 2013, 2:23 p.m.) Review request for KDE Frameworks. De

Re: Review Request 111453: move kacceleratormanager to KWidgetAddons

2013-07-11 Thread Wojciech Kapuscinski
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/111453/ --- (Updated July 11, 2013, 1:03 p.m.) Review request for KDE Frameworks. Ch

Re: Oxygen + KF5 + Qt5

2013-07-11 Thread Sebastian Kügler
hi Hugo, On Thursday, July 11, 2013 10:52:02 Hugo Pereira Da Costa wrote: > Hi Everyone, > lately I've been working (so far in a local branch) on porting oxygen to > KF5/Qt5 > Good news is: this is pretty much done > (http://wstaw.org/m/2013/07/11/plasma-desktopJw2526.png) > except for a few glitc

Oxygen + KF5 + Qt5

2013-07-11 Thread Hugo Pereira Da Costa
Hi Everyone, lately I've been working (so far in a local branch) on porting oxygen to KF5/Qt5 Good news is: this is pretty much done (http://wstaw.org/m/2013/07/11/plasma-desktopJw2526.png) except for a few glitches (see below). Right now, there is only one place where oxygen still depends on

Re: KIO progress towards tier 1 framework?

2013-07-11 Thread Sune Vuorela
On 2013-07-10, Kevin Ottens wrote: > OK thanks for the clarification. I don't know where I got that impressi= > on that=20 > QtScript and Qml were using the same JS engine then... it was that way in qt4 :) /Sune ___ Kde-frameworks-devel mailing list K

KMountPoint vs Solid

2013-07-11 Thread David Faure
New issue when trying to move CopyJob to kiocore: it requires kdiskfreespaceinfo which requires KMountPoint. Here's the code: KDiskFreeSpaceInfo KDiskFreeSpaceInfo::freeSpaceInfo( const QString& path ) { KDiskFreeSpaceInfo info; // determine the mount point KMountPoint::Ptr mp = KMou