Review Request 126764: Workaround for leading slash returned by QUrl::toDisplayString(QUrl::PreferLocalFile) untill fixed in Qt

2016-01-15 Thread Kåre Särs
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/126764/ --- Review request for KDE Frameworks. Repository: kio Description ---

Re: Review Request 126618: Make CMake macro kcoreaddons_desktop_to_json() work on windows.

2016-01-15 Thread Kåre Särs
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/126618/ --- (Updated Jan. 15, 2016, 10:04 p.m.) Review request for KDE Frameworks.

Re: Review Request 126403: Get rid of QApplication dependency

2016-01-15 Thread Thomas Lübking
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/126403/ --- (Updated Jan. 15, 2016, 9:16 p.m.) Status -- This change has been ma

Re: Review Request 126758: Drop support for building with Qt 4

2016-01-15 Thread Aleix Pol Gonzalez
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/126758/#review91152 --- +1 - Aleix Pol Gonzalez On Jan. 15, 2016, 4:33 p.m., Marti

Review Request 126758: Drop support for building with Qt 4

2016-01-15 Thread Martin Gräßlin
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/126758/ --- Review request for KDE Frameworks and David Edmundson. Repository: polkit

Re: Deadlock in kded whith Qt 5.6

2016-01-15 Thread Aleix Pol
On Fri, Jan 15, 2016 at 1:02 PM, Aleix Pol wrote: > Hi, > I realized earlier last week that some of my applications were > freezing, it turns out it's because my kded is freezing and any dbus > calls there need to time out (they take 30s to time out btw). > > Anyway, here's the backtrace: https://

Re: Reporting bugs to frameworks

2016-01-15 Thread Aleix Pol
On Fri, Jan 15, 2016 at 1:39 PM, Christoph Feck wrote: > On Friday 15 January 2016 12:55:47 Aleix Pol wrote: >> Hi, >> I've recently found a bug in kded. I've been trying to report it >> but didn't manage to find it on the list [1]. >> >> What did I miss? > > frameworks-kdaemon Wow, I would never

Re: Reporting bugs to frameworks

2016-01-15 Thread Christoph Feck
On Friday 15 January 2016 12:55:47 Aleix Pol wrote: > Hi, > I've recently found a bug in kded. I've been trying to report it > but didn't manage to find it on the list [1]. > > What did I miss? frameworks-kdaemon ___ Kde-frameworks-devel mailing list Kd

Deadlock in kded whith Qt 5.6

2016-01-15 Thread Aleix Pol
Hi, I realized earlier last week that some of my applications were freezing, it turns out it's because my kded is freezing and any dbus calls there need to time out (they take 30s to time out btw). Anyway, here's the backtrace: https://paste.kde.org/pajbfmoh8 I saw David did something in that dir

Reporting bugs to frameworks

2016-01-15 Thread Aleix Pol
Hi, I've recently found a bug in kded. I've been trying to report it but didn't manage to find it on the list [1]. What did I miss? Aleix [1] https://bugs.kde.org/enter_bug.cgi?format=guided ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kd

Re: Review Request 126742: Add clearActions() to remove every applet interface action.

2016-01-15 Thread James Smith
> On Jan. 15, 2016, 1:54 a.m., David Edmundson wrote: > > do you have commit access? no. - James --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/126742/#review91122 -

kconfig question

2016-01-15 Thread Boudewijn Rempt
I noticed that krita on windows wrote its kritarc to Roaming\local\ or Local\local instead of Roaming\krita\kritarc, and I was wondering why that was. I now think it's because KConfig's default is to write to GenericConfigLocation instead of ConfigLocation. Is that really intended to be the de