Re: Review Request 109792: Update 'dim display' algorithm.

2013-04-16 Thread Danny Baumann
Hi, To expand on the use case I have: I often let my laptop 'do things' (compile code, download stuff, do a 'yum update', wait for an answer of somebody via IM) where immediate attention isn't needed, but it needs to be somewhat monitored nevertheless (does the code still compile or did it

Review Request 110042: Find Qt5 version of DBusMenuQt

2013-04-16 Thread Frederik Gladhorn
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/110042/ --- Review request for kdelibs. Description --- Build fix for dbusmenu

Re: Review Request 110042: Find Qt5 version of DBusMenuQt

2013-04-16 Thread Frederik Gladhorn
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/110042/ --- (Updated April 16, 2013, 1:26 p.m.) Review request for kdelibs.

Re: Review Request 110042: Find Qt5 version of DBusMenuQt

2013-04-16 Thread Frederik Gladhorn
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/110042/ --- (Updated April 16, 2013, 1:26 p.m.) Review request for kdelibs.

Re: Results of the freedesktop summit

2013-04-16 Thread Thiago Macieira
On terça-feira, 16 de abril de 2013 14.06.19, David Faure wrote: 5) Sync up between kernel and desktop people about dbus When I arrived, Lennart was showing details of his current implementation of DBus into the Linux Kernel. This was mostly too low-level for me (and arriving in the middle

filter unwated cflags? (-ffast-math)

2013-04-16 Thread Bernd Buschinski
hi, I am not sure how do deal with unwanted cflags(cxxflags), so I ask here :) For kjs for example -ffast-math is known to cause problems, as we stricly rely on IEEE compatible floating point, NaN, Inf, signed Zero and all the stuff. So the question should I filter them? or leave it to the

Re: Review Request 109611: Add option to show Recently Installed apps in kickoff plasmoid

2013-04-16 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/109611/#review31163 --- plasma/desktop/applets/kickoff/core/applicationmodel.h

Re: Review Request 110042: Find Qt5 version of DBusMenuQt

2013-04-16 Thread Rolf Eike Beer
Am Dienstag 16 April 2013, 13:26:23 schrieb Frederik Gladhorn: --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/110042/ --- Review

Review Request 110043: Proposed fix/workaround for legacy encoded filename handling

2013-04-16 Thread Róbert Szókovács
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/110043/ --- Review request for kdelibs. Description --- This patch works around

Review Request 110046: Don't format port number in a kio_sftp message

2013-04-16 Thread Dan Vrátil
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/110046/ --- Review request for KDE Runtime. Description --- Connecting to

Re: Review Request 110043: Proposed fix/workaround for legacy encoded filename handling

2013-04-16 Thread Christoph Feck
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/110043/#review31172 --- Nice idea, would be better to use Unicode Private Use Areas

Re: Review Request 110046: Don't format port number in a kio_sftp message

2013-04-16 Thread Lukáš Tinkl
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/110046/#review31173 --- Ship it! Ship It! - Lukáš Tinkl On April 16, 2013, 6:29

Re: Results of the freedesktop summit

2013-04-16 Thread Kevin Krammer
On Tuesday, 2013-04-16, David Faure wrote: 4) Defined standard for .desktop file cache This is something that I've been wanting for quite some time already: replacing the ksycoca cache with something that is updated when .desktop files are installed, without the need for directory watching

Re: Results of the freedesktop summit

2013-04-16 Thread Thiago Macieira
On terça-feira, 16 de abril de 2013 06.55.23, Thiago Macieira wrote: At this point, I'm calling this a Lennart hijack of the project. I'll ambush Greg K-H here in San Francisco and ask them to come forward with their details. This is getting silly. I've talked to Greg. He's explained that

Review Request 110057: Fix mem leaks in kunitconversion

2013-04-16 Thread Dario Cambié
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/110057/ --- Review request for kdelibs. Description --- Little patch for memory

Re: Review Request 110057: Fix mem leaks in kunitconversion

2013-04-16 Thread Dario Cambié
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/110057/ --- (Updated April 16, 2013, 9:24 p.m.) Review request for kdelibs.

Re: Review Request 110042: Find Qt5 version of DBusMenuQt

2013-04-16 Thread Frederik Gladhorn
On Tuesday 16. April 2013 16.30.15 Rolf Eike Beer wrote: Am Dienstag 16 April 2013, 13:26:23 schrieb Frederik Gladhorn: --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/110042/

Re: Review Request 110057: Fix mem leaks in kunitconversion

2013-04-16 Thread Dario Cambié
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/110057/ --- (Updated April 16, 2013, 9:31 p.m.) Review request for kdelibs. Changes

Re: Review Request 110057: Fix mem leaks in kunitconversion

2013-04-16 Thread Christoph Feck
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/110057/#review31188 --- Thanks for spotting this. If this does not exceed your C++

Re: filter unwated cflags? (-ffast-math)

2013-04-16 Thread Michael Pyne
On Tue, April 16, 2013 20:29:25 Albert Astals Cid wrote: El Dimarts, 16 d'abril de 2013, a les 16:39:32, Bernd Buschinski va escriure: hi, Hi I am not sure how do deal with unwanted cflags(cxxflags), so I ask here :) For kjs for example -ffast-math is known to cause problems, as we