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 wi

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

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 : > 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 program, so > aut

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 wrote: > Ok, pushed t

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 t

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, pr

Re: Review Request 120947: Define 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 mar

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 wrote: > Any news on this one??? > > > On 22 Oct 2014, at 00:10 , Marko Käning 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 >> /User

Re: Review Request 120947: Define 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 and

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 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 > /Users/marko/WC/KDECI-builds/kio-extras/nfs/rpc_nfs3_prot_xdr.c:13:8:

Review Request 120947: Define 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: kconfig

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 qt5/src/CMakeFiles/poppler-qt5.dir/poppler-page

Re: Review Request 120794: Implement Unique Mode Properly in Rekonq

2014-11-02 Thread David Narváez
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/120794/ --- (Updated Nov. 2, 2014, 5:23 p.m.) Status -- This change has been mar

Jenkins build is back to normal : kio_master_qt5 #424

2014-11-02 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: kde-baseapps_frameworks_qt5 #190

2014-11-02 Thread KDE CI System
See 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: KIO::pasteM

Build failed in Jenkins: kde-baseapps_frameworks_qt5 #189

2014-11-02 Thread KDE CI System
See -- 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: kio_master_qt5 #423

2014-11-02 Thread KDE CI System
See 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 Bu

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 > > comp

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 pl

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 > > comp

Jenkins build is back to normal : khtml_master_qt5 #149

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

Jenkins build became unstable: kdelibs_stable #1211

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