summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* shell: Add return value to activate_panel()Bastien Nocera2012-04-301-4/+6
|
* shell: Flatten activate_panel()Bastien Nocera2012-04-301-58/+52
| | | | And exit as soon as we fail.
* shell: Use widgets rather than page numbersBastien Nocera2012-04-301-19/+51
| | | | To differentiate children of a GtkNotebook.
* shell: Fix GtkBuilder file for complaining gladeBastien Nocera2012-04-301-1/+1
|
* l10n: Updated Italian translationLuca Ferretti2012-04-301-1295/+1293
|
* shell: Fix missing seddingBastien Nocera2012-04-302-8/+8
|
* bluetooth: don't set a shadow type on the viewportCosimo Cecchi2012-04-301-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=672956
* shell: don't set a shadow type on the GtkViewportCosimo Cecchi2012-04-301-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=672956
* Updated Norwegian bokmål translationKjartan Maraas2012-04-301-92/+115
|
* background: Sort Pictures folder by nameJon McCann2012-04-261-0/+42
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=672925
* background: Ignore screenshotsBastien Nocera2012-04-261-0/+13
| | | | | | | Don't list screenshots coming from gnome-screenshot in our Pictures source. https://bugzilla.gnome.org/show_bug.cgi?id=672925
* mouse: Update from gnome-settings-daemonBastien Nocera2012-04-251-7/+9
|
* wacom: Update from gnome-settings-daemonBastien Nocera2012-04-252-9/+23
|
* Updated Spanish translationDaniel Mustieles2012-04-231-81/+110
|
* Updated Hebrew translation.Yaron Shahrabani2012-04-221-33/+53
|
* Updated Galician translationsFran Diéguez2012-04-221-32/+55
|
* power: Add context for the battery levelsBastien Nocera2012-04-221-6/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=672738
* mouse: Add context for Low/HighBastien Nocera2012-04-221-4/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=672738
* Updated Hebrew translation.Yaron Shahrabani2012-04-221-1287/+1296
|
* Fix zh_CN translation problemYunQiang Su2012-04-201-2/+2
|
* Updated Galician translationsFran Diéguez2012-04-191-301/+310
|
* Little fix in Galician translationsFran Diéguez2012-04-191-2/+2
| | | Signed-off-by: Fran Diéguez <fran.dieguez@mabishu.com>
* online-accounts: goa_provider_show_account now expects GtkGrids, not GtkTableDebarshi Ray2012-04-191-9/+21
| | | | Fixes: https://bugzilla.gnome.org/669625
* online-accounts: Fix spacing and alignment when showing accountsDebarshi Ray2012-04-191-2/+6
| | | | | | | | Implemented design: http://ur1.ca/8m05c https://live.gnome.org/Design/SystemSettings/OnlineAccounts Fixes: https://bugzilla.gnome.org/671980
* info: Ignore removable mountsBastien Nocera2012-04-191-0/+1
| | | | That used to be in /media and are now in /run/media/$USERNAME/
* info: Update from gnome-settings-daemonBastien Nocera2012-04-192-0/+20
|
* info: Ignore NFS mounts when calculating disk sizeBastien Nocera2012-04-192-3/+7
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=674356
* info: Add code to update disk space helperBastien Nocera2012-04-191-1/+6
|
* info: Update from gnome-settings-daemonBastien Nocera2012-04-192-0/+143
|
* mouse: Use update-from-gsd.sh to update input helperBastien Nocera2012-04-191-0/+6
|
* mouse: Update from gnome-settings-daemonBastien Nocera2012-04-192-17/+374
|
* wacom: Move update-from-gsd.sh to rootBastien Nocera2012-04-192-2/+2
|
* Updated Norwegian bokmål translationKjartan Maraas2012-04-181-191/+197
|
* Updated Slovenian translationMatej Urbančič2012-04-161-250/+259
|
* Updated Spanish translationDaniel Mustieles2012-04-161-284/+293
|
* Updated Crimean Tatar (Crimean Turkish) translationReşat SABIQ2012-04-161-2749/+7086
|
* Updated POTFILES.inPiotr Drąg2012-04-161-5/+6
|
* Updated Arabic translationKhaled Hosny2012-04-141-87/+87
|
* Updated Polish translationPiotr Drąg2012-04-141-1331/+1330
|
* [l10n] Update Japanese translationJiro Matsuzawa2012-04-141-62/+62
|
* printers: Fix small memory leakBastien Nocera2012-04-131-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=673151
* printers: A little correction of previous commitMarek Kasik2012-04-131-1/+1
| | | | Correcting a little typo.
* printers: Use PrinterAddOption method to set media sizeMarek Kasik2012-04-133-109/+90
| | | | | | Use new cups-pk-helper's method PrinterAddOption for setting default media size for new printers. This fixes problem with setting default media size (#672694).
* wacom: fix "Map to Monitor..." button alignmentCosimo Cecchi2012-04-121-0/+1
| | | | | | | It should use the same align of the button next to it, i.e. 'center', or it will look bigger. https://bugzilla.gnome.org/show_bug.cgi?id=672873
* Updated Hebrew translation.Yaron Shahrabani2012-04-121-73/+73
|
* wacom: update the UI if a new tool comes inPeter Hutterer2012-04-123-28/+71
| | | | | | | | | | | | | | | | The device_added_cb is called once for each tool added. The wacom driver hotplugs tools in the order stylus, eraser, cursor, pad. update_current_page will add a new page once a tablet has stylus and eraser, before cursor and pad exist. priv->pad is thus always NULL, causing, cc_wacom_page's update_tablet_ui to remove the "Map Buttons..." button for any device. Change the code to update the tool list for every new tool we get, merely triggering the visibility of the button instead of destroying it completely. https://bugzilla.gnome.org/show_bug.cgi?id=672691
* wacom: Rename to "Wacom Tablet"Bastien Nocera2012-04-121-1/+1
| | | | | | | The name of the panel is currently Wacom Graphics Tablet. This is really long and redundant. The name is also currently wrapped onto three lines. https://bugzilla.gnome.org/show_bug.cgi?id=673864
* wacom: Mark extra strings as translatableSebastien Bacher2012-04-121-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=673854
* [l10n]Updated Catalan (Valencian) translationCarles Ferrando2012-04-111-69/+70
|
* [l10n] Fixes on Catalan translationJordi Serratosa2012-04-111-51/+52
|