Merge lp://qastaging/~3v1n0/caffeine/screensaver-lock-support into lp://qastaging/caffeine
Status: | Rejected |
---|---|
Rejected by: | Reuben Thomas |
Proposed branch: | lp://qastaging/~3v1n0/caffeine/screensaver-lock-support |
Merge into: | lp://qastaging/caffeine |
Diff against target: |
109 lines (+70/-0) 3 files modified
caffeine/core.py (+49/-0) caffeine/main.py (+13/-0) share/caffeine/glade/GUI.glade (+8/-0) |
To merge this branch: | bzr merge lp://qastaging/~3v1n0/caffeine/screensaver-lock-support |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Isaiah Heyer | Pending | ||
Caffeine Developers | Pending | ||
Review via email: mp+52254@code.qastaging.launchpad.net |
Description of the change
Support for disabling ScreenSaver Lock
I've added some methods to disable the ScreenSaver lock; actually
I've implemented this just for Gnome, but it could be easily ported
to other screensaving systems which supports something similar.
(since the "public" core methods are generic)
Now, (when possible) from the Caffine Menu you can control if the
screensaver lock should be enabled or not.
Unmerged revisions
- 367. By Marco Trevisan (Treviño)
-
Support for disabling ScreenSaver Lock
I've added some methods to disable the ScreenSaver lock; actually
I've implemented this just for Gnome, but it could be easily ported
to other screensaving systems which supports something similar.
(since the "public" core methods are generic)Now, (when possible) from the Caffine Menu you can control if the
screensaver lock should be enabled or not.
I don't think controlling the screensaver lock is really Caffeine's job.