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
Richard Hughes
f2461603f3
network: now we know that using NM async works, rework the prototype into some sane abstractions
2011-02-08 12:00:50 +00:00
Daniel Nylander
5253a808c0
Updated Swedish translation
2011-02-08 00:24:02 +01: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
Ivar Smolin
3b3392e1fe
[l10n] Updated Estonian translation
2011-02-07 18:06:19 +02:00
Cosimo Cecchi
6baa1a05dd
network: fix a crasher due to an uninitialized GVariant
2011-02-07 09:55:26 -05:00
Richard Hughes
8518a5eee8
network: show the wired network subnet mask
...
Note: this is really just a dummy commit, as the network device
stuff is about to be abstracted away from the hacky code we have
now.
2011-02-07 14:19:05 +00:00
Richard Hughes
419248bae9
network: Disable NetworkManager when the airplane switch gets changed
2011-02-07 14:19:05 +00:00
Marek Kasik
a345d23ed0
printers: Check that cups is recent enough
...
Check that cups version is greater than 1.4 or equal to 1.4.
2011-02-07 15:07:35 +01:00
A S Alam
e55acf1eae
update Punjabi Translation by Alam
2011-02-07 19:24:08 +05:30
Khaled Hosny
6c403240cc
Updated Arabic translation
2011-02-07 14:49:41 +02:00
Khaled Hosny
703129bbfe
printers: Avoid unnecessary use of markup
...
Replace unnecessary use of markup with text proprieties.
2011-02-07 12:19:26 +01:00
Luca Ferretti
dfdc194cbe
printers: add translation context to statuses ( #641339 )
...
Add translation context to printer status and job status. Increase required
inltool to 0.40.1 in order to use NC_(). See bug #641339 for details.
2011-02-07 11:55:27 +01:00
Luca Ferretti
18d764cf9f
printers: l10n fixes for jobs count
...
use ngettext for "%d active" message and don't mark as translatable
the related placeholder in printers.ui file
Slightly modified by Marek Kasik.
2011-02-07 10:56:06 +01:00
Ivar Smolin
610ddff3b0
[l10n] Updated Estonian translation
2011-02-07 09:23:22 +02:00
Bastien Nocera
ceac040387
region: Some UI fixes for the layout chooser
...
And parent it appropriately.
2011-02-07 01:50:22 +00:00
Bastien Nocera
8f405c9346
region: Remove code to handle print button
...
It's not in the main UI anymore.
2011-02-07 01:15:16 +00:00
Bastien Nocera
9c2bfba4ca
region: Easier to understand layout switching options
...
Use 2 groups of radio buttons to make layout options related
to windows easier to understand.
https://bugzilla.gnome.org/show_bug.cgi?id=641021
2011-02-07 01:09:08 +00:00
Kjartan Maraas
a950f9d9d1
Add missing file
2011-02-06 19:27:50 +01:00
Kjartan Maraas
d14235d249
Updated Norwegian bokmål translation.
2011-02-06 19:11:13 +01:00
Kjartan Maraas
3212170fde
Updated Norwegian bokmål translation.
2011-02-06 19:09:32 +01:00
Ivar Smolin
ebfe1af830
[l10n] Updated Estonian translation
2011-02-06 10:11:06 +02:00
Thomas Wood
222103be38
universal-access: hide "Option" buttons that don't have any implementation
2011-02-05 17:58:38 +00:00
Thomas Wood
f629b13206
universal-access: hide options that are currently unavailable
...
Hide options that are currently unavailable or unlikely to be implemented
in time for the 3.0 release.
https://bugzilla.gnome.org/show_bug.cgi?id=639784
2011-02-05 17:15:55 +00:00
Thomas Wood
987f8c1425
universal-access: allow the pointer page to use less horizontal space
2011-02-05 17:15:55 +00:00
Sergey V. Udaltsov
3edfefad90
Showing the kbd layout preview dialog
...
gtk_widget_show_all was in new_dialog before, has to be called explicitly
2011-02-05 17:01:49 +00:00
Khaled Hosny
3e3995dab7
Updated Arabic translation
2011-02-05 16:39:32 +02:00
Daniel Mustieles
f96d5c5ea4
Updated Spanish translation
2011-02-05 10:08:21 +01:00
Daniel Mustieles
4c38a00c39
Updated Spanish translation
2011-02-05 10:07:07 +01:00