Commit graph

4680 commits

Author SHA1 Message Date
Bastien Nocera
5b4d433f77 universal-access: Remove unused column in model
And the markup in the contents as well.
2011-07-11 13:59:29 +01:00
Bastien Nocera
0f5e7554ff region: Don't use markup in bold labels 2011-07-11 13:40:31 +01:00
Bastien Nocera
a24c6a7f66 user-accounts: Remove unneeded markup in label 2011-07-11 13:37:47 +01:00
Robert Roth
2714908bf7 Improved new username format message (bug #647851)
Added 'only' to the new username sentence ("The username must consist of")
to have "The username must only consist of", based on the suggestion in
bug #647851 (https://bugzilla.gnome.org/show_bug.cgi?id=647851).
2011-07-11 10:01:01 +02:00
Bastien Nocera
0c6ddedf91 region: Show measurement 2011-07-07 17:53:47 +01:00
Rodrigo Moya
ec843a03bb region: If no regional settings, use the configured language 2011-07-07 18:24:17 +02:00
Rodrigo Moya
46c1dfe664 region: Set LC_ specific variables, not LC_ALL 2011-07-07 18:24:17 +02:00
Bastien Nocera
8ca85762de common: Add safeguards for empty language
NULL or empty languages aren't useful.
2011-07-07 16:34:08 +01:00
Rodrigo Moya
34abd47d91 region: Some Glade file fixes 2011-07-06 17:28:48 +02:00
Rodrigo Moya
4abb6f8a1f region: Add weak ref for locale settings 2011-07-06 17:11:40 +02:00
Rodrigo Moya
9132f8f2f8 Avoid making lots of DBus calls to set the brightness when the slider changes
too quickly

https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/805473
2011-07-05 16:39:17 +02:00
Rodrigo Moya
b2be7a7b4c network: Kill compilation warnings 2011-07-05 13:13:04 +02:00
Richard Hughes
b5aa23b5ca Use the new gnome-settings-daemon DBus names now the power plugin has moved there 2011-07-04 17:56:02 +01:00
Rodrigo Moya
41007a8964 region: Display user settings in new System tab 2011-07-04 13:59:45 +02:00
Rodrigo Moya
81945e7a54 region: Add System tab 2011-07-04 13:59:45 +02:00
Florian Müllner
b72c71a970 keyboard: Support string array keybindings
Metacity/Mutter stores keybindings as string array to support multiple
bindings per action. Even though multiple bindings are not exposed in
the UI, support keybindings stored as string array by getting/setting
the first element of the array.

https://bugzilla.gnome.org/show_bug.cgi?id=653613
2011-06-30 13:57:40 +02:00
Florian Müllner
a6d3ad6af3 keyboard: Fix a small memory leak
Unless g_conf_client_get_string(), g_settings_get_string() always
returns a newly allocated string.

https://bugzilla.gnome.org/show_bug.cgi?id=653613
2011-06-30 13:57:40 +02:00
Florian Müllner
8a858345a8 keyboard: Change precedence for schema in KeyList parser
Right now, if both KeyList and KeyListEntry contain a schema element,
the (global) one of the list wins. This makes it rather cumbersome
to mix keys of different schemas in a single list, as rather than
using a default schema and specifying a different one where necessary,
every key needs its own schema element.
A brief IRC discussion suggests that the current precedence didn't
trigger any particular issues before, and neither should changing
it - so do this to support above case.

https://bugzilla.gnome.org/show_bug.cgi?id=653685
2011-06-30 13:57:40 +02:00
Michael Terry
30302acefa Remove extraneous line from the sound applet .desktop file. 2011-06-30 12:50:42 +01:00
Michael Terry
0a8669a5b5 Add Unity to OnlyShowIn fields
https://bugzilla.gnome.org/show_bug.cgi?id=653661
2011-06-30 12:44:52 +01:00
Florian Müllner
38252af6cf universal-access: Re-add cc-marshal.[ch]
Sorry for the noise, that's the correct fix.
2011-06-29 22:56:19 +02:00
Florian Müllner
827459fef1 Revert "universal-access: Fix build"
This reverts commit 85e20b040f.
2011-06-29 22:56:19 +02:00
Florian Müllner
85e20b040f universal-access: Fix build
Commit 4a8c7afbe0 broke build of the ua panel, fix this.
2011-06-29 21:15:25 +02:00
Bastien Nocera
4a8c7afbe0 universal-access: Keep your own gconf horrors 2011-06-29 17:34:22 +01:00
Richard Hughes
90b3fb1c2a color: Mark a user visible string as translatable 2011-06-25 09:36:15 +01:00
Bastien Nocera
89ae22a334 online-accounts: Add missing UI file 2011-06-25 02:56:54 +01:00
Bastien Nocera
c280c3b18d online-accounts: goa-account icons back in goa 2011-06-24 16:31:23 +01:00
Bastien Nocera
0786539969 online-accounts: Use newly added component in BZ 2011-06-24 15:46:56 +01:00
Bastien Nocera
896b5e87d9 online-accounts: Add panel for gnome-online-accounts
https://bugzilla.gnome.org/show_bug.cgi?id=653334
2011-06-24 15:43:03 +01:00
Richard Hughes
d6bc292a69 color: Actually install the icon in the corect place 2011-06-24 15:03:35 +01:00
Marek Kasik
47fb197d73 Printers: Remove redundant check
Remove check which is not needed.
2011-06-23 13:39:51 +02:00
Alexandre Rostovtsev
16ac093def Fix https scheme handler app setting (bug #653211)
default_app_changed() contains a typo: we need to set the https
handler app when the user changes the http app chooser, not the
(non-existent) https app chooser.
2011-06-23 11:26:07 +02:00
Richard Hughes
6dd4817d68 color: Allow advanced users to create virtual devices using the context menu 2011-06-21 16:15:49 +01:00
Richard Hughes
24b2d2534e color: Add a popup menu for advanced users that want to set the system default
A menu popup was the best thing we could find after discussing it on
If anybody has any better ideas then please shout / send patches.

To show the menu, press the context menu key on the keyboard.
2011-06-21 16:15:49 +01:00
Bastien Nocera
14328b704e region: Re-add missing toolbar style 2011-06-21 15:52:39 +01:00
Bastien Nocera
566e0559b1 region: Force icons only toolbar style 2011-06-21 15:51:38 +01:00
Bastien Nocera
9aaef2614c printers: Force icons toolbar style
https://bugzilla.gnome.org/show_bug.cgi?id=651599
2011-06-21 15:47:16 +01:00
Bastien Nocera
4623be9c94 keyboard: Force "icons" toolbar style
https://bugzilla.gnome.org/show_bug.cgi?id=651595
2011-06-21 15:45:33 +01:00
Bastien Nocera
8e557aeaa3 network: Fix toolbar style
We always want an icon toolbar style for those.

https://bugzilla.gnome.org/show_bug.cgi?id=651595
2011-06-21 15:42:44 +01:00
Bastien Nocera
b76013bd1d network: Avoid uninitialised variable 2011-06-21 15:36:43 +01:00
Marek Kasik
63edb0dcbe Printers: Include cups/ppd.h explicitly
cups/ppd.h is not included by cups/cups.h since CUPS 1.5.
2011-06-20 17:02:39 +02:00
Rodrigo Moya
4b655eee12 region: Simplify displaying of dates and times 2011-06-17 11:20:52 +02:00
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
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
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