Re: Review Request 109693: Try to complete locking screen before suspend

2013-03-25 Thread Lamarque Vieira Souza
use better names. Ready and Active sound the same thing to me if I do not dig into the source code to figure out how they work. - Lamarque Vieira Souza On March 25, 2013, 3:23 p.m., Oliver Henshaw wrote: --- This is an automatically

Re: Review Request 109693: Try to complete locking screen before suspend

2013-03-25 Thread Lamarque Vieira Souza
On March 25, 2013, 7:09 p.m., Lamarque Vieira Souza wrote: ksmserver/screenlocker/greeter/greeterapp.cpp, line 143 http://git.reviewboard.kde.org/r/109693/diff/1/?file=121351#file121351line143 Solid::PowerManagement::supportedSleepStates() is not a dbus call and it already caches

Re: Review Request 108797: Small adjustments in KSMServer UI, fixed error that wouldn't reproduce in default plasma themes

2013-02-06 Thread Lamarque Vieira Souza
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/108797/#review26744 --- Ship it! Ship It! - Lamarque Vieira Souza On Feb. 6, 2013

Re: Review Request: Device notifier: show mounted device and path

2012-10-12 Thread Lamarque Vieira Souza
On Oct. 12, 2012, 1:34 p.m., Sebastian Kügler wrote: Screenshot: Tooltip with mounted device http://git.reviewboard.kde.org This tooltip looks really odd and out of place this way.:/ The transparency effect does not look good here. I would like to know how to disable it too, there

Re: Review Request: Kickoff-Widget: Add Key_Tab support for navigation from search Bar (4.8)

2012-08-26 Thread Lamarque Vieira Souza
generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/106123/ --- (Updated Aug. 22, 2012, 9:06 p.m.) Review request for Plasma, Lamarque Vieira Souza and Martin Gräßlin. Description --- Fix for Kickoff-Widget

Re: Review Request: Config cleanup on removeActivity

2012-08-26 Thread Lamarque Vieira Souza
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/106097/#review18065 --- Ship it! Ship It! - Lamarque Vieira Souza On Aug. 20, 2012

Re: Review Request: Misc minor fixes in KRunner.

2012-04-14 Thread Lamarque Vieira Souza
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/104431/#review12429 --- Ship it! Ship It! - Lamarque Vieira Souza On April 6, 2012

Re: Review Request: GlobalShortcuts Plugin for ActivityManager (kamd)

2012-04-12 Thread Lamarque Vieira Souza
. - Lamarque Vieira Souza On April 11, 2012, 8:27 p.m., makis marimpis wrote: --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/104428

Re: Review Request: GlobalShortcuts Plugin for ActivityManager (kamd)

2012-04-11 Thread Lamarque Vieira Souza
/globalshortcuts.cpp http://git.reviewboard.kde.org/r/104428/#comment9660 same here. Besides, callWithArgumentList is synchronous and since you do not care about the returned valued then it's better change this to asynchronous call. - Lamarque Vieira Souza On April 4, 2012, 6:56 a.m., makis

Re: Review Request: GlobalShortcuts Plugin for ActivityManager (kamd)

2012-04-11 Thread Lamarque Vieira Souza
On April 4, 2012, 5:13 p.m., Lamarque Vieira Souza wrote: service/plugins/globalshortcuts/globalshortcuts.cpp, line 41 http://git.reviewboard.kde.org/r/104428/diff/4/?file=55580#file55580line41 Maybe the slowness has nothing to do with your patch. Last weekend I was debugging

Re: Review Request: GlobalShortcuts Plugin for ActivityManager (kamd)

2012-04-11 Thread Lamarque Vieira Souza
())); } According to Plugin.h the virtual init() should be explictitly called and the way you did you are doing it automatically. - Lamarque Vieira Souza On April 11, 2012, 5:41 p.m., makis marimpis wrote

Re: Review Request: GlobalShortcuts Plugin for ActivityManager (kamd)

2012-04-11 Thread Lamarque Vieira Souza
://git.reviewboard.kde.org/r/104428/#comment9678 There is a missing watcher-deleteLater() here. Awesome, now we are moving forward :-) - Lamarque Vieira Souza On April 11, 2012, 8:06 p.m., makis marimpis wrote

Re: Review Request: Copy files instead of moving if parent dir is not writable

2012-04-09 Thread Lamarque Vieira Souza
/#review12037 --- On March 30, 2012, 6:57 p.m., Lamarque Vieira Souza wrote: --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/104417

Re: Review Request: Misc minor fixes in KRunner.

2012-04-06 Thread Lamarque Vieira Souza
to KDE/4.8 and encrypted activities is a new feature that has not (and will never be) backported to KDE/4.8. Please uncomment the lines about encrypted activities. - Lamarque Vieira Souza On March 28, 2012, 1:56 a.m., David Edmundson wrote

Re: Review Request: GlobalShortcuts Plugin for ActivityManager (kamd)

2012-04-04 Thread Lamarque Vieira Souza
*)), this, SLOT(updateNextActivityName(QDBusPendingCallWatcher*))); } - Lamarque Vieira Souza On March 31, 2012, 7:48 p.m., makis marimpis wrote: --- This is an automatically generated e-mail. To reply, visit: http

Re: Review Request: GlobalShortcuts Plugin for ActivityManager (kamd)

2012-04-04 Thread Lamarque Vieira Souza
the whole desktop freezes. Usually the splash screen hides this problem, in my case there were no splash screen since I restarted only kded4. - Lamarque Vieira Souza On April 4, 2012, 6:56 a.m., makis marimpis wrote

Re: Review Request: GlobalShortcuts Plugin for ActivityManager (kamd)

2012-03-31 Thread Lamarque Vieira Souza
://git.reviewboard.kde.org/r/104428/#comment9507 Normalize this connect statement (just remove const word, char and any space inside the parentesis in SIGNAL() and SLOT(). They are not needed and cause QObject::connect to be a bit slower. - Lamarque Vieira Souza On March 31, 2012, 4:19 p.m., makis marimpis

Re: Review Request: GlobalShortcuts Plugin for ActivityManager (kamd)

2012-03-31 Thread Lamarque Vieira Souza
statement. Read my old review to know how to do that. - Lamarque Vieira Souza On March 31, 2012, 6:15 p.m., makis marimpis wrote: --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/104428

Re: Review Request: Copy files instead of moving if parent dir is not writable

2012-03-30 Thread Lamarque Vieira Souza
. - Lamarque Vieira --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/104417/#review12037 --- On March 30, 2012, 6:57 p.m., Lamarque Vieira Souza

Re: Review Request: Copy files instead of moving if parent dir is not writable

2012-03-30 Thread Lamarque Vieira Souza
On March 30, 2012, 8:18 p.m., Thomas Lübking wrote: service/jobs/nepomuk/Move.cpp, line 352 http://git.reviewboard.kde.org/r/104417/diff/5/?file=55320#file55320line352 !QUrl::isLocalFile()? Lamarque Vieira Souza wrote: isLocalFile() was introduced in Qt 4.8.0 and we still

Re: Review Request: Make Kickoff fully functional, using keyboard alone (no mouse).

2012-03-28 Thread Lamarque Vieira Souza
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/104422/#review11967 --- Ship it! Ship It! - Lamarque Vieira Souza On March 27

Re: Review Request: Copy files instead of moving if parent dir is not writable

2012-03-28 Thread Lamarque Vieira Souza
of the file url when the resource type is image. Thanks, Lamarque Vieira Souza ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Review Request: Copy files instead of moving if parent dir is not writable

2012-03-28 Thread Lamarque Vieira Souza
(updated) - service/jobs/nepomuk/Move.h 8a8afd1 service/jobs/nepomuk/Move.cpp 08a3cc2 Diff: http://git.reviewboard.kde.org/r/104417/diff/ Testing --- Works on Meego devel image. The file is copied and no error message is shown. Thanks, Lamarque Vieira Souza

Re: Review Request: Copy files instead of moving if parent dir is not writable

2012-03-27 Thread Lamarque Vieira Souza
--- On March 26, 2012, 6:04 p.m., Lamarque Vieira Souza wrote: --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/104417

Re: Review Request: Copy files instead of moving if parent dir is not writable

2012-03-27 Thread Lamarque Vieira Souza
/nepomuk/Move.cpp 08a3cc2 Diff: http://git.reviewboard.kde.org/r/104417/diff/ Testing --- Works on Meego devel image. The file is copied and no error message is shown. Thanks, Lamarque Vieira Souza ___ Plasma-devel mailing list Plasma-devel

Re: Review Request: Copy files instead of moving if parent dir is not writable

2012-03-27 Thread Lamarque Vieira Souza
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/104417/#review11909 --- On March 27, 2012, 2:22 p.m., Lamarque Vieira Souza wrote

Re: Review Request: Copy files instead of moving if parent dir is not writable

2012-03-27 Thread Lamarque Vieira Souza
(and for everyone else) This does not sound as if the current move has a problem, but the design of those private activities has (single user approach - fix that by logging him in as root and watch the project fail ;-) Lamarque Vieira Souza wrote: Yes, the new patch silently skips

Re: Review Request: Copy files instead of moving if parent dir is not writable

2012-03-27 Thread Lamarque Vieira Souza
(and for everyone else) This does not sound as if the current move has a problem, but the design of those private activities has (single user approach - fix that by logging him in as root and watch the project fail ;-) Lamarque Vieira Souza wrote: Yes, the new patch silently skips

Review Request: Copy files instead of moving if parent dir is not writable

2012-03-26 Thread Lamarque Vieira Souza
Diff: http://git.reviewboard.kde.org/r/104417/diff/ Testing --- Works on Meego devel image. The file is copied and no error message is shown. Thanks, Lamarque Vieira Souza ___ Plasma-devel mailing list Plasma-devel@kde.org https

Review Request: Make KGlobalSettings reread locale settings before calling settingsChanged().

2011-12-19 Thread Lamarque Vieira Souza
--- Thanks, Lamarque Vieira Souza ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Review Request: Reset time format upon user request

2011-12-19 Thread Lamarque Vieira Souza
. Thanks, Lamarque Vieira Souza ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Review Request: Make KGlobalSettings reread locale settings before calling settingsChanged().

2011-12-19 Thread Lamarque Vieira Souza
://git.reviewboard.kde.org/r/103469/#review9078 --- On Dec. 19, 2011, 2:02 p.m., Lamarque Vieira Souza wrote: --- This is an automatically generated e-mail. To reply, visit: http

Re: Review Request: Make KGlobalSettings reread locale settings before calling settingsChanged().

2011-12-19 Thread Lamarque Vieira Souza
, Lamarque Vieira Souza ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Review Request: Reset time format upon user request

2011-12-18 Thread Lamarque Vieira Souza
-mail. To reply, visit: http://git.reviewboard.kde.org/r/103434/#review9030 --- On Dec. 16, 2011, 9:13 p.m., Lamarque Vieira Souza wrote: --- This is an automatically generated e-mail

Re: Review Request: Reset time format upon user request

2011-12-18 Thread Lamarque Vieira Souza
-mail. To reply, visit: http://git.reviewboard.kde.org/r/103434/#review9031 --- On Dec. 16, 2011, 9:13 p.m., Lamarque Vieira Souza wrote: --- This is an automatically generated e-mail

Review Request: Reset time format upon user request

2011-12-16 Thread Lamarque Vieira Souza
://git.reviewboard.kde.org/r/103434/diff/diff Testing --- Works in Plasma Active. In Plasma Desktop kcmlocale does not call KGlobalSettings::self()-emitChange(KGlobalSettings::SettingsChanged) so it does not take effect. Other kcm modules (e.g. keyboard), call emitChange. Thanks, Lamarque Vieira Souza

Re: Review Request: Reset time format upon user request

2011-12-16 Thread Lamarque Vieira Souza
. Thanks, Lamarque Vieira Souza ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel