Commit graph

10503 commits

Author SHA1 Message Date
Rodrigo Moya
2ded577f3d region: Add weak ref for GSettings object 2011-06-17 11:07:04 +02:00
Rodrigo Moya
87baf75e9c region: Added missing assignment for loop control variable 2011-06-17 11:04:47 +02:00
Rodrigo Moya
f25e06b7d9 region: Bind region selection to GSettings 2011-06-17 11:03:26 +02:00
Rodrigo Moya
82c9d1530c Bump gsettings-desktop-schemas requirement for locale settings 2011-06-17 10:44:25 +02:00
Matej Urbančič
00402d3595 Updated Slovenian translation 2011-06-16 18:29:10 +02:00
Rodrigo Moya
066209d095 region: Display all example strings, even though some are wrong 2011-06-14 19:02:54 +02:00
Rodrigo Moya
68763a928b region: Add code to manage the new Formats tab 2011-06-14 19:02:54 +02:00
Rodrigo Moya
298a95559d region: Add 'formats' tab 2011-06-14 19:02:54 +02:00
Matej Urbančič
eb6084e9e0 Updated Slovenian translation 2011-06-14 18:22:47 +02:00
Dan Winship
864e9b9cdc xrandr-capplet: Change "Anti-Clockwise" to "Counterclockwise"
and then change it back in en_GB.po

https://bugzilla.gnome.org/show_bug.cgi?id=652569
2011-06-14 10:54:51 -04:00
Rui Matos
22f7c182bd region: trigger the layout chooser dialog response on 'row-activated' signal
Allows the user to choose a new layout by double clicking or hitting enter.

https://bugzilla.gnome.org/show_bug.cgi?id=652409
2011-06-13 21:11:53 +01:00
Matej Urbančič
8af454938d Updated Slovenian translation 2011-06-13 17:54:30 +02:00
Rui Matos
60a2507366 region: remove helper function not needed since GTK+ 3.0
GTK+ 3.0 introduced gtk_tree_model_iter_previous() so we no longer need to
keep this helper function.

Also, simplify the use of GtkTreeIters by allocating them on the stack.

https://bugzilla.gnome.org/show_bug.cgi?id=652374
2011-06-12 14:08:00 +01:00
Rui Matos
6db9b9fbfa region: fix infinite loop dealing with gsettings 'changed' signal
Setting updating_settings in update_layouts_list() and checking for it in the
gsettings 'changed' signal handler doesn't prevent a loop because the signal
handler is only called after update_layouts_list() returns and thus
updating_settings is already FALSE at that point.

By using the 'drag-end' signal instead of 'row-inserted', etc. we continue to
support DnD re-ordering of layouts while avoiding the loop from
xkb_layouts_fill_selected_tree() deleting and inserting rows into the model.

https://bugzilla.gnome.org/show_bug.cgi?id=652361
2011-06-12 14:07:18 +01:00
Rui Matos
efbe184019 region: fix a couple of memory leaks
https://bugzilla.gnome.org/show_bug.cgi?id=652360
2011-06-11 18:18:05 +01:00
Bastien Nocera
36cc21db32 user-accounts: Fix deleting users on 32-bit systems
https://bugzilla.gnome.org/show_bug.cgi?id=652073
2011-06-11 12:41:35 +01:00
Jorge González
b5eaf1f3d4 Updated Spanish translation 2011-06-11 11:33:57 +02:00
Yaron Shahrabani
a047f31062 Updated Hebrew translation. 2011-06-11 11:38:45 +03:00
Sergey V. Udaltsov
c05e531bfb Fix the labels according to the usability gurus
https://bugzilla.gnome.org/show_bug.cgi?id=641021
2011-06-11 01:59:00 +01:00
Matej Urbančič
527f6841be Updated Slovenian translation 2011-06-10 21:16:50 +02:00
Andrej Žnidaršič
777a90b0a4 Updated Slovenian translation 2011-06-10 20:09:56 +02:00
Matthias Clasen
5ffae5b569 user-accounts: Fix fingerprint assistant
https://bugzilla.gnome.org/show_bug.cgi?id=649678
2011-06-10 17:57:29 +01:00
Bastien Nocera
8473ed33eb shell: Make --help-all and --help-gtk work
https://bugzilla.gnome.org/show_bug.cgi?id=652165
2011-06-10 17:23:56 +01:00
Florian Müllner
0402e73b8f shell: Don't update the visibility of the lock button
Currently the lock button's visibility is updated on permission
changes - if the active panel does provide a permission object,
the button is shown, otherwise hidden.
As GtkLockButton itself does manage its visibility, it is not
necessary to handle it in g-c-c. In fact it is harmful, as the
more sophisticated handling in GtkLockButton is overwritten: for
instances, GtkLockButton hides itself if an action is allowed and
the permission can not be released. By overwriting the behavior,
gnome-control-center ends up showing a non-functional button.

https://bugzilla.gnome.org/show_bug.cgi?id=652299
2011-06-10 17:37:57 +02:00
Bastien Nocera
1b183a5fa2 info: Fix disk space showing free space
An error in porting to async code in
c22a98dcb7 made the info panel
report the free space rather than the disk space.

https://bugzilla.gnome.org/show_bug.cgi?id=639376
2011-06-10 16:37:14 +01:00
Florian Müllner
ee73a6cf2b datetime: Fix date sensitivity on permission changes
Setting the date manually should be disabled when using NTP, but
the "Network Time" setting is not taken into account when updating
sensitivities after permission changes. As a result, the date is
always editable after unlocking the panel - to fix, take the NTP
setting into account on permission changes.

https://bugzilla.gnome.org/show_bug.cgi?id=652240
2011-06-10 00:12:11 +02:00
Nguyễn Thái Ngọc Duy
b7d40cb613 po/vi.po: update shortcut translations 2011-06-09 20:11:55 +07:00
Jorge González
791f41c793 Updated Spanish translation 2011-06-08 23:06:54 +02:00
Yaron Shahrabani
90b05dc04c Updated Hebrew translation. 2011-06-08 09:54:55 +03:00
Kjartan Maraas
7d82d430d6 Updated Norwegian bokmål translation 2011-06-07 08:19:30 +02:00
Cosimo Cecchi
4c405ae5bf shell: move the raised class hint to the tool item
This fixes the raised buttons in the primary toolbar with GTK+ master.
2011-06-06 16:05:20 -04:00
Jorge González
b5d77ed394 Updated Spanish translation 2011-06-06 20:56:28 +02:00
Piotr Drąg
a61cbccf46 network: Remove spaces before question marks 2011-06-06 16:24:07 +02:00
Fran Diéguez
80855dac99 Updated Galician translations 2011-06-06 10:23:24 +02:00
Jorge González
93259e12ec Updated Spanish translation 2011-06-05 17:33:52 +02:00
Mario Blättermann
9cc68d8292 [l10n] Updated German translation 2011-06-05 15:36:20 +02:00
Yuri Kozlov
51b9587907 Updated Russian translation 2011-06-05 11:02:51 +04:00
Yuri Myasoedov
25cb784c68 Revert "Updated Russian translation"
This reverts commit 81b7db3fdc.
2011-06-05 10:16:38 +04:00
Yaron Shahrabani
64e2650086 Added the 3rd plural form for Hebrew. 2011-06-04 14:38:54 +03:00
Yaron Shahrabani
0e8dcd703a Updated Hebrew translation. 2011-06-04 14:24:45 +03:00
Yuri Kozlov
81b7db3fdc Updated Russian translation 2011-06-04 10:26:28 +04:00
Marek Kasik
3fe26cfe50 Printers: Move check for availability of CUPS to better place
Fixes problem of not showing information about stopped CUPS and
missing printers.
2011-06-03 12:51:57 +02:00
Richard Hughes
5912f00273 color: Don't emit a critical warning if the panel starts with a colorimeter already plugged in 2011-06-02 16:39:09 +01:00
Richard Hughes
6c691dacf2 color: Actually sort the new profile box by name by setting the sort column 2011-06-01 18:24:08 +01:00
Richard Hughes
f4228e48ce color: Only attempt to get the main window after the widget has been realized
This fixes a critical warning when adding a profile.
2011-06-01 18:24:08 +01:00
Frédéric Péters
1e064c8b96 [info] skip test-hostnames if en_US.UTF-8 is not available 2011-06-01 17:57:33 +02:00
Kostas Papadimas
6e95994858 Updated Greek translation 2011-06-01 18:04:21 +03:00
Richard Hughes
a44d36f993 color: Connect to the profile before doing cd_profile_equal -- we use the ID not the path 2011-05-31 10:43:31 +01:00
Richard Hughes
203046ccfb color: Fix a critical warning when devices are removed
It's a treeview, not a listview...
2011-05-30 23:08:00 +01:00
Richard Hughes
e51b037b76 color: Adapt to new async colord API
The libcolord async API used to use a thread to get the properties for the
device and profiles in the background.

This was racy as hell, and was not good API design. Connect to each device and
profiles explicitly before we access the properties.
2011-05-30 22:07:14 +01:00