Commit graph

27 commits

Author SHA1 Message Date
Matthias Clasen
5c41ffd602 Fix a11y/keynav issues in screen panel
Setting mnemonics and mnemonic widgets also takes care
of the LABELLED_BY/LABEL_FOR a11y relations.

Part of bug 650132
2011-05-15 14:02:02 -04:00
William Jon McCann
509da80abd screen: honor disable-lock-screen setting 2011-03-21 09:50:22 -04:00
Cosimo Cecchi
dd7bd15939 screen: set the label as insensitive when Lock is off
https://bugzilla.gnome.org/show_bug.cgi?id=645149
2011-03-18 13:23:20 -04:00
William Jon McCann
93ad1eedf6 screen: go back to using relative time in the lock ui
This means that lock times are relative to the time the display
backlight turns off.
2011-03-17 01:45:25 -04:00
William Jon McCann
a52956abf6 screen: drop converting between seconds and minutes
All settings now use seconds for consistency.
2011-03-16 23:57:34 -04:00
Matthias Clasen
22bd03db52 Screen: Fix the delay acrobatics
The special-casing of lock delay 0 was wrong, since the > 0 check
was happening after converting to absolute.
https://bugzilla.gnome.org/show_bug.cgi?id=644403
2011-03-10 19:03:51 -05:00
Thomas Wood
e2f944a66a configure: Group pkg-config checks based on how they are used
Group the pkg-config checks so that pkg-config can remove duplicated CFLAGS
and LIBS.

https://bugzilla.gnome.org/show_bug.cgi?id=636593
2011-02-19 16:46:26 +00:00
William Jon McCann
c805978234 screen: fix the operation of locking
- Use the correct units power uses seconds the others use minutes
 - Use an absolute time in the lock dropdown (the key uses relative)
 - Use the MIN(screen-off, lock) for the idle time
2011-02-11 17:03:18 -05:00
William Jon McCann
55e1756799 screen: untabify 2011-02-11 17:03:18 -05:00
Bastien Nocera
99c1d959be screen: Make sure the combo box is always set
If a value is between 2 values, choose the upper one. If a value
is higher than the maximim used in the combobox, set it to the
maximum.
2011-02-08 21:36:32 +00:00
Bastien Nocera
d6a2046a0f screen: Set idle-delay to the same value as DPMS timeout
So that the user and session are idle when DPMS kicks in.
2011-02-08 15:23:11 +00:00
Bastien Nocera
c09ecde3cf screen: Hook up screen locking
https://bugzilla.gnome.org/show_bug.cgi?id=637939
2011-02-08 15:23:10 +00:00
Bastien Nocera
d79e31da32 screen: Hide the brightness slider when it cannot be set
If there's no brightness hardware, just hide the brightness related
preferences.
2011-02-07 17:00:00 +00:00
Bastien Nocera
5fd4a77588 screen: Simplify GtkBuilder-using code
By using the already defined macro
2011-02-07 16:59:59 +00:00
Bastien Nocera
9c55991328 screen: Clarify some strings
https://bugzilla.gnome.org/show_bug.cgi?id=640810
2011-01-28 15:57:04 +00:00
Matthias Clasen
38f06df607 screen: Add Monitor as a keyword 2011-01-27 01:37:17 -05:00
Bastien Nocera
d2ceab7be1 panels: Add capplet names
So that debug logs are useful, for those panels.
2011-01-19 15:43:18 +00:00
William Jon McCann
e1d99ef4bd screen: hide at-home location stuff for now
https://bugzilla.gnome.org/show_bug.cgi?id=639785
2011-01-18 17:09:39 -05:00
William Jon McCann
a742bca24b screen: add padding and use a switch 2011-01-11 19:38:45 -05:00
Thomas Wood
d50dadc8ac shell: only include items identified as settings panels in the list
Simplify the category requirements and do not include items that are not
settings panels.
2010-12-20 21:04:49 +00:00
William Jon McCann
98a48ebb6b screen: use system-lock-screen as icon 2010-12-14 11:45:19 -05:00
Rodrigo Moya
0a396a872b Add missing libraries for linking 2010-11-29 17:08:35 +01:00
Richard Hughes
4d81619414 Connect up the screen dpms off combobox with the new keys in g-s-d 2010-11-18 14:46:33 +00:00
Richard Hughes
3b8ae693d5 Connect up the brightness slider and the dim checkbox with gnome-power-manager 2010-11-17 16:56:09 +00:00
Bastien Nocera
032d6326d5 panels: Add keywords to all the panels we ship
https://bugzilla.gnome.org/show_bug.cgi?id=399754
2010-11-17 16:02:47 +00:00
William Jon McCann
368f348079 screen: improve label for dim checkbox 2010-11-16 12:23:56 -05:00
William Jon McCann
a6e64f1aa3 [screen] Add screen brightness and lock panel
Not yet wired up.
2010-11-09 23:15:40 -05:00