summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated Esperanto translationKristjan SCHMIDT2011-06-201-791/+1458
|
* Printers: Include cups/ppd.h explicitlyMarek Kasik2011-06-203-1/+3
| | | | cups/ppd.h is not included by cups/cups.h since CUPS 1.5.
* Updated Galician translationsFran Diéguez2011-06-201-47/+86
|
* Updated Norwegian bokmål translation.Kjartan Maraas2011-06-191-58/+94
|
* Updated Indonesian translationAndika Triwidada2011-06-191-1546/+3445
|
* Updated Spanish translationDaniel Mustieles2011-06-191-37/+59
|
* shell: Use proper Unicode ellipses in the search rendererPhilip Withnall2011-06-171-1/+1
|
* region: Simplify displaying of dates and timesRodrigo Moya2011-06-171-22/+16
|
* region: Add weak ref for GSettings objectRodrigo Moya2011-06-171-0/+1
|
* region: Added missing assignment for loop control variableRodrigo Moya2011-06-171-1/+1
|
* region: Bind region selection to GSettingsRodrigo Moya2011-06-171-1/+10
|
* Bump gsettings-desktop-schemas requirement for locale settingsRodrigo Moya2011-06-171-1/+1
|
* Updated Slovenian translationMatej Urbančič2011-06-161-23/+52
|
* region: Display all example strings, even though some are wrongRodrigo Moya2011-06-142-15/+27
|
* region: Add code to manage the new Formats tabRodrigo Moya2011-06-145-15/+316
|
* region: Add 'formats' tabRodrigo Moya2011-06-141-10/+164
|
* Updated Slovenian translationMatej Urbančič2011-06-141-11/+9
|
* xrandr-capplet: Change "Anti-Clockwise" to "Counterclockwise"Dan Winship2011-06-1453-54/+54
| | | | | | and then change it back in en_GB.po https://bugzilla.gnome.org/show_bug.cgi?id=652569
* region: trigger the layout chooser dialog response on 'row-activated' signalRui Matos2011-06-131-0/+16
| | | | | | Allows the user to choose a new layout by double clicking or hitting enter. https://bugzilla.gnome.org/show_bug.cgi?id=652409
* Updated Slovenian translationMatej Urbančič2011-06-131-69/+54
|
* region: remove helper function not needed since GTK+ 3.0Rui Matos2011-06-121-30/+8
| | | | | | | | | 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
* region: fix infinite loop dealing with gsettings 'changed' signalRui Matos2011-06-121-36/+13
| | | | | | | | | | | | | 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
* region: fix a couple of memory leaksRui Matos2011-06-112-0/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=652360
* user-accounts: Fix deleting users on 32-bit systemsBastien Nocera2011-06-111-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=652073
* Updated Spanish translationJorge González2011-06-111-40/+52
|
* Updated Hebrew translation.Yaron Shahrabani2011-06-111-39/+43
|
* Fix the labels according to the usability gurusSergey V. Udaltsov2011-06-111-4/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=641021
* Updated Slovenian translationMatej Urbančič2011-06-101-636/+990
|
* Updated Slovenian translationAndrej Žnidaršič2011-06-101-14/+596
|
* user-accounts: Fix fingerprint assistantMatthias Clasen2011-06-102-29/+8
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=649678
* shell: Make --help-all and --help-gtk workBastien Nocera2011-06-101-3/+13
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=652165
* shell: Don't update the visibility of the lock buttonFlorian Müllner2011-06-101-12/+0
| | | | | | | | | | | | | | 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
* info: Fix disk space showing free spaceBastien Nocera2011-06-101-2/+2
| | | | | | | | An error in porting to async code in c22a98dcb74b0942f50fe70f996cf9a16243447b made the info panel report the free space rather than the disk space. https://bugzilla.gnome.org/show_bug.cgi?id=639376
* datetime: Fix date sensitivity on permission changesFlorian Müllner2011-06-101-2/+3
| | | | | | | | | | 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
* po/vi.po: update shortcut translationsNguyễn Thái Ngọc Duy2011-06-091-4/+4
|
* Updated Spanish translationJorge González2011-06-081-6/+3
|
* Updated Hebrew translation.Yaron Shahrabani2011-06-081-7/+7
|
* Updated Norwegian bokmål translationKjartan Maraas2011-06-071-526/+843
|
* shell: move the raised class hint to the tool itemCosimo Cecchi2011-06-061-3/+3
| | | | This fixes the raised buttons in the primary toolbar with GTK+ master.
* Updated Spanish translationJorge González2011-06-061-5/+8
|
* network: Remove spaces before question marksPiotr Drąg2011-06-061-3/+3
|
* Updated Galician translationsFran Diéguez2011-06-061-563/+893
|
* Updated Spanish translationJorge González2011-06-051-41/+39
|
* [l10n] Updated German translationMario Blättermann2011-06-051-720/+918
|
* Updated Russian translationYuri Kozlov2011-06-051-45/+62
|
* Revert "Updated Russian translation"Yuri Myasoedov2011-06-051-109/+3930
| | | | This reverts commit 81b7db3fdc351578a3b41af6455c4d04e02e94ee.
* Added the 3rd plural form for Hebrew.Yaron Shahrabani2011-06-041-13/+21
|
* Updated Hebrew translation.Yaron Shahrabani2011-06-041-601/+922
|
* Updated Russian translationYuri Kozlov2011-06-041-3930/+109
|
* Printers: Move check for availability of CUPS to better placeMarek Kasik2011-06-031-14/+14
| | | | | Fixes problem of not showing information about stopped CUPS and missing printers.