Jenkins build became unstable: kdelibs_stable #1211

2014-11-02 Thread KDE CI System
See http://build.kde.org/job/kdelibs_stable/1211/changes ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Jenkins build is back to normal : khtml_master_qt5 #149

2014-11-02 Thread KDE CI System
See http://build.kde.org/job/khtml_master_qt5/149/changes ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Review Request 120909: in kio_smb: Set inode/directory mimetype for folders

2014-11-02 Thread Àlex Fiestas
On oct. 31, 2014, 8:52 a.m., David Faure wrote: Hmm, not sure which change in KFileItem you're referring to. But maybe this is the change from KMimeType (which used a mode_t argument) to QMimeType (which doesn't). We could add some logic in KFileItem to preserve behavior compat for

kio and scheme://

2014-11-02 Thread Àlex Fiestas
Hi there There are quite a few places where the following code is found: if (!url.path().endsWith('/')) { url.setPath(url.path() + '/'); } Given an url like: 'scheme://' KUrl will return '/' as path while QUrl returns empty string. This is making kio add a third slash to the url in many

Re: Review Request 120909: in kio_smb: Set inode/directory mimetype for folders

2014-11-02 Thread David Faure
On Oct. 31, 2014, 8:52 a.m., David Faure wrote: Hmm, not sure which change in KFileItem you're referring to. But maybe this is the change from KMimeType (which used a mode_t argument) to QMimeType (which doesn't). We could add some logic in KFileItem to preserve behavior compat for

Build failed in Jenkins: kio_master_qt5 #423

2014-11-02 Thread KDE CI System
See http://build.kde.org/job/kio_master_qt5/423/changes Changes: [faure] Enable paste action if the dest item isn't specified (e.g. KDirLister::rootItem not available yet). -- Started by remote host 2a01:4f8:160:9363::9 with note: Triggered by commit

Build failed in Jenkins: kde-baseapps_frameworks_qt5 #189

2014-11-02 Thread KDE CI System
See http://build.kde.org/job/kde-baseapps_frameworks_qt5/189/ -- Started by remote host 2a01:4f8:160:9363::9 with note: Triggered by commit Building remotely on LinuxSlave - 3 (PACKAGER LINBUILDER) in workspace

Build failed in Jenkins: kde-baseapps_frameworks_qt5 #190

2014-11-02 Thread KDE CI System
See http://build.kde.org/job/kde-baseapps_frameworks_qt5/190/changes Changes: [faure] Port from KonqOperations::doPaste to new job KIO::paste [faure] Update status of paste action once directory has finished loading. [faure] Many cleanups in KonqOperations [faure] KonqOperations:

OSX/CI: external project poppler fails to build

2014-11-02 Thread Marko Käning
When trying to build the external project poppler on OSX/CI it fails currently although libiconv is installed: --- $ port installed libiconv The following ports are currently installed: libiconv @1.14_0 (active) --- . . . [ 69%] Building CXX object

Review Request 120947: Define source_files_var for ecm_create_qm_loader

2014-11-02 Thread Burkhard Lück
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/120947/ --- Review request for KDE Frameworks and Matthew Dawson. Repository:

Re: OSX/CI: kio-extras builds to fail on branch master

2014-11-02 Thread Marko Käning
Any news on this one??? On 22 Oct 2014, at 00:10 , Marko Käning mk-li...@email.de wrote: On Linux kio-extras seems to build fine, but it doesn’t on OSX: --- [92%] Building C object nfs/CMakeFiles/kio_nfs.dir/rpc_nfs3_prot_xdr.c.o

Re: Review Request 120947: Define source_files_var for ecm_create_qm_loader

2014-11-02 Thread Alex Merry
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/120947/#review69685 --- Ship it! Yep... there's no point populating that variable

Re: OSX/CI: kio-extras builds to fail on branch master

2014-11-02 Thread Mark Gaiser
On Sun, Nov 2, 2014 at 8:59 PM, Marko Käning mk-li...@email.de wrote: Any news on this one??? On 22 Oct 2014, at 00:10 , Marko Käning mk-li...@email.de wrote: On Linux kio-extras seems to build fine, but it doesn’t on OSX: --- [92%] Building C object

Re: Review Request 120947: Define source_files_var for ecm_create_qm_loader

2014-11-02 Thread Burkhard Lück
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/120947/ --- (Updated Nov. 2, 2014, 8:31 p.m.) Status -- This change has been

Re: kio and scheme://

2014-11-02 Thread Milian Wolff
On Sunday 02 November 2014 13:43:50 Àlex Fiestas wrote: Hi there There are quite a few places where the following code is found: if (!url.path().endsWith('/')) { url.setPath(url.path() + '/'); } Unrelated to the below, this will also add a trailing slash to non-empty paths,

Invisible buttons, ...sometimes

2014-11-02 Thread Gregor Mi
Hi there, I encounter a problem with invisible buttons. My dev env: running Plasma 4 on openSUSE 13.1, KDE version 4.11.5 and I use latest frameworks build from today (2014-11-02) When I start for example $ kcmshell5 mouse or $ ksnapshot all the buttons are missing... sometimes. If I restart

Re: Ksshaskpass ?

2014-11-02 Thread Jeremy Whiting
Ok, pushed to kde:ksshaskpass now. I'll request it move to kdereview tomorrow. I would like at least one other person to try it before that, as I'm the only one that has built and run the kf5 port that I know of. thanks, Jeremy On Sat, Nov 1, 2014 at 3:14 PM, Jeremy Whiting jpwhit...@kde.org

Re: Detailed dependencies of frameworks on external resources like icons

2014-11-02 Thread Nicolás Alvarez
2014-09-17 18:44 GMT-03:00 Friedrich W. H. Kossebau kosse...@kde.org: Two years ago, to fight the number of unknown icons appearing in the UI and reducing duplicated icons in the Calligra repo itself, some macros have been introduced in Calligra, to tag all icon name ids being used in the

Re: Ksshaskpass ?

2014-11-02 Thread laurent Montel
Hi, I fixed some problem: - translate program - fix command line parser - Fix version - Use astyle-kdelibs to reform code - etc. I think it will ok now :) Regards. Le Sunday 02 November 2014 16:21:32 Jeremy Whiting a écrit : Ok, pushed to kde:ksshaskpass now. I'll request it move to kdereview

KF 5.4 changelog

2014-11-02 Thread David Faure
Hand-written from git log, but I wasn't able to understand the changes in solid and plasma-framework. Please tell me what to add for these, and remember to use CHANGELOG in the future. -- David Faure, fa...@kde.org, http://www.davidfaure.fr Working on KDE Frameworks 5 ### Attica * Fix build