Bastien Nocera
c016e5cea2
background: Remove the "changed" signal
...
It wasn't used anyway.
2011-02-12 03:13:50 +00:00
Khaled Hosny
c06822b2e2
Updated Arabic translation
2011-02-12 01:01:55 +02:00
Yaron Shahrabani
f0b71abec5
Updated Hebrew translation.
2011-02-12 00:43:19 +02: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
555bf47f51
background: Load bg data when selected
...
And only when selected. There's no point in loading it straight
away, as we have more than enough metadata to display it in the
icon view, and we'll need to load up the data when we display
it anyway.
https://bugzilla.gnome.org/show_bug.cgi?id=641414
2011-02-11 19:01:20 +00:00
Bastien Nocera
2e8faa10f0
background: Don't warn when trying to load a gradient
2011-02-11 18:52:38 +00:00
Bastien Nocera
2735c788b4
background: Use URIs everywhere internally
...
Now we'd just need gnome-bg to make the jump.
This also fixes unique IDs for the wallpapers source, as
multiple backgrounds can be defined in a single XML file.
2011-02-11 18:11:11 +00:00
Bastien Nocera
eda2f27c51
background: Remove unused settings struct member
2011-02-11 18:04:05 +00:00
Bastien Nocera
eb5b455097
background: Remove some unneeded allocations
2011-02-11 16:22:54 +00:00
Bastien Nocera
7f9f1cabe0
background: Remove debug
2011-02-11 16:16:13 +00:00
Bastien Nocera
6b4f95e9d1
background: Copy to set the new background
...
Instead of reusing the item from the list store, otherwise we
might be tweaking properties for an item that we shouldn't,
and leaking user preferences into the "static" list store.
2011-02-11 12:48:48 +00:00
Bastien Nocera
85b2cad706
background: Add function to copy a background item
2011-02-11 12:48:28 +00:00
Bastien Nocera
9b55bb20e3
background: Load initial state from GSettings
...
gnome_wp_item_update() used to do that for us.
2011-02-11 12:39:51 +00:00
Bastien Nocera
4bd51634a0
background: Make update_size() work in _load()
...
If we never got an initial frame, it wouldn't work too well.
2011-02-11 12:38:46 +00:00
Bastien Nocera
ba72b7ab18
background: Remove read-only source property
...
And squash together the code to setup the editing widgets.
2011-02-11 12:24:48 +00:00
Chao-Hsiung Liao
15d67c1ead
Updated Traditional Chinese translation(Hong Kong and Taiwan)
2011-02-11 19:15:32 +08:00
Bastien Nocera
15a5849384
background: Use the item flags
...
When setting a new background. That ensures that we don't lose
existing settings when the background item doesn't provide one
(for example, setting the background colour when setting a picture
item).
2011-02-11 03:51:38 +00:00
Bastien Nocera
9e3903a828
background: Set the flags for the pictures source
2011-02-11 03:49:49 +00:00
Bastien Nocera
cb2a53141d
background: Set the flags for the colors source
2011-02-11 03:49:23 +00:00
Bastien Nocera
f2cfedd98b
background: Add function for debugging
...
Prints out the contents of a CcBackgroundItem in details.
2011-02-11 03:35:50 +00:00
Bastien Nocera
73798da688
background: Remove some dead code
2011-02-11 03:19:09 +00:00
Bastien Nocera
ed425ecf9d
background: Better guards for public functions
2011-02-11 03:18:22 +00:00
Sergey V. Udaltsov
697ab6bc21
region: Pass config registry to the kbd drawing dialog
...
Updated for libgnomekbd API
2011-02-10 22:46:42 +00:00
Jasper St. Pierre
0cbc8ea27a
Fix build of generated sources.
2011-02-10 17:05:45 -05:00
Inaki Larranaga Murgoitio
3bf4c96731
Updated Basque language
2011-02-10 23:01:05 +01:00
Luca Ferretti
b518a33e9a
l10n: clean up POTFILES.in
2011-02-10 22:32:25 +01:00
Bastien Nocera
a653a0a560
background: Remove unused GnomeWpInfo code
2011-02-10 20:35:02 +00:00
Bastien Nocera
ca14846ef9
background: Major rework of the CcBackgroundItem code
...
It now is a full GObject, will be able to track the original
XML file for a wallpaper, as well as which values are set in it.
This will allow us to restore wallpapers properly, and only offer
editing options when those aren't already hard-coded inside the
item.
2011-02-10 20:35:02 +00:00
Bastien Nocera
9a209fa181
background: Rename gnome-wp-item to cc-background-item
2011-02-10 20:35:02 +00:00
Marek Kasik
45df865718
printer: Some UI tweaks
...
Set minimal width of renderer showing names of printers to 120 pixels.
Set also ellipsizing for the renderer. Set some widgets insensitive
when there is no printer (#641421 ). Set correct character for empty
fields. Always set background color for supply levels' GtkDrawingArea.
2011-02-10 15:34:20 +01:00
Bastien Nocera
7b287b8c03
background: Async function for loading XML wallpapers
...
It's ugly API, but it means we don't block anymore.
2011-02-10 12:10:13 +00:00
Bastien Nocera
1416e68b92
background: Make a few functions private
...
They were only used within gnome-wp-xml.c, and nowhere else
so hide them there.
2011-02-10 12:10:13 +00:00
Bastien Nocera
75d97e3bf4
background: Remove loading of obsolete backgrounds
...
Shouldn't be needed any more.
2011-02-10 12:10:13 +00:00
Marek Kasik
aa0f4765c4
printers: Replace "Idle" state by "Ready"
2011-02-10 12:34:15 +01:00
Marek Kasik
0f1caabc33
printers: Don't try to draw empty ink level
2011-02-10 11:04:17 +01:00
Marek Kasik
88ff47618b
printers: Don't show printers separator when not needed
...
Don't show printers separator when there are only unused printers.
2011-02-10 11:00:27 +01:00
Sergey V. Udaltsov
b5e63ec96b
Fix the modality of the Preview dialog
...
set_modal should be used instead of set_transient_for
Also, a bit of memory tidy up
2011-02-09 20:18:39 +00:00
Kjartan Maraas
2ebe50c4ce
Updated Norwegian bokmål translation.
2011-02-09 19:06:39 +01:00
Sweta Kothari
30bb1fc915
Updated Gujarati Translations
2011-02-09 16:22:25 +05:30
Ivar Smolin
58d3071889
[l10n] Updated Estonian translation
2011-02-09 08:52:20 +02:00
Luca Ferretti
b7fdcc4ce5
Updated Italian translation
2011-02-09 01:32:53 +01:00
Bastien Nocera
570c97ab26
datetime: Fix city combobox filtering
...
The city combo box's filter was never refiltered after setting
the original timezone, so we always got the whole list of cities.
2011-02-08 23:13:08 +00:00
Bastien Nocera
9e0d566cfb
region: Fix overeager string splitting
...
So that Argentinian timezones show up properly again.
2011-02-08 22:33:52 +00:00
Sergey V. Udaltsov
963f992452
region: make layout filtering much faster
...
Using app-level filter instead of libxklavier filter
2011-02-08 22:22:09 +00: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
Khaled Hosny
23be6616a4
Updated Arabic translation
2011-02-08 18:37:29 +02:00
Marek Kasik
fc4bf8bf9d
printers: Change widget showing supply levels
...
Show Ink/Toner levels in one rectangle now. It sorts
levels and shows the highest level. It paints the lower
levels on top of that. So the lowest level is on top
(overlapping the others).
It also shows "Ink Level"/"Toner Level"/"Supply Level"
label for corresponding supplies now.
2011-02-08 16:27:50 +01: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