Commit graph

363 commits

Author SHA1 Message Date
Bastien Nocera
39f452afee background: Follow mockups
Add icon to represent slideshows, always show a name for the
currently set background on startup, show whether a background
is a slideshow, and its pixel size if available.
2010-12-14 18:27:11 +00:00
Bastien Nocera
855b7830d3 background: Make ensure_bg() actually change filenames
Otherwise you might call it as many times as you want, the
filename won't be changed for it, or its metadata (such as whether
it is a slideshow) updated.
2010-12-14 18:27:10 +00:00
Bastien Nocera
adfe6ef8fc background: Fix broken preview
The style wasn't set properly on startup, and then incorrectly
applied to the preview because the numbering of the items in
the style-liststore doesn't match the GDesktopBackgroundStyle
enum 1-to-1.
2010-12-14 18:27:10 +00:00
William Jon McCann
98a48ebb6b screen: use system-lock-screen as icon 2010-12-14 11:45:19 -05:00
Richard Hughes
5b9efcc24d network: List the available access points for each wireless device
Note: you can't actually assign a access point for a device yet. To come.
2010-12-14 14:04:40 +00:00
Richard Hughes
77e70598d9 network: add the manual proxy port spin buttons 2010-12-14 13:10:53 +00:00
Richard Hughes
a134e09848 network: Add the first version of a simple network panel that uses NetworkManager
This is very much a work in progress, and will be changed quite a bit before GNOME 3.
2010-12-14 10:24:32 +00:00
Bastien Nocera
44fbef70a2 background: Load ~/Pictures asynchronously
Using the new gdk-pixbuf helper functions in 2.23.0.

https://bugzilla.gnome.org/show_bug.cgi?id=635601
2010-12-13 16:19:58 +00:00
Bastien Nocera
9580be8d17 background: Avoid re-querying the GFileInfo
If we already have it from enumerating the Pictures directory. Saves
us from doing sync queries in certain cases.
2010-12-13 15:30:22 +00:00
Bastien Nocera
a1fa500dc5 background: Make the treeview a little wider
So that we can fit 3 thumbnails side-by-side, even when we use a
large scrollbar width.
2010-12-13 15:29:15 +00:00
William Jon McCann
ad92153dde info: add stub for system info panel 2010-12-12 14:39:26 -05:00
William Jon McCann
d6421171cc Change button to Detect Displays
Want to use display consistently instead of mixing with monitor
and screen.
2010-12-12 12:58:17 -05:00
Sergey V. Udaltsov
953d7db853 Making xkb options fill the full popup dlg
https://bugzilla.gnome.org/show_bug.cgi?id=636902
2010-12-12 00:43:22 +00:00
Bastien Nocera
a5187c3a63 datetime: Fix timezone splitting
Correct the C-version of the UTF-8 characters, so that we don't
split on spaces as happened with the Italian translations.

Also make sure we remove underscores in both the city and the region
parts of the timezone name.

https://bugzilla.gnome.org/show_bug.cgi?id=636931
2010-12-10 11:44:55 +00:00
Richard Hughes
ed9942b8c3 Actually load the proxy panel if NetworkManager is not available, rather than looping for infinity 2010-12-10 11:32:57 +00:00
Richard Hughes
35cdeea0ac If we're using the proxy fallback panel, ensure we actually open the fallback module 2010-12-10 11:05:07 +00:00
Bastien Nocera
de270ce6b4 datetime: Add "Network Time" switch
And disable the date/time switches when turning NTP on/off.
2010-12-09 17:40:18 +00:00
Bastien Nocera
189766a634 datetime: Translate timezone names
Both Cities and Regions need to be translated. Also make sure that
we sort them properly, and use symbolic names for COLUMNS in the
region liststore.

https://bugzilla.gnome.org/show_bug.cgi?id=630264
2010-12-09 16:29:56 +00:00
Rodrigo Moya
a635c0b646 keyboard: Less padding for scrolled windows 2010-12-09 17:02:41 +01:00
Rodrigo Moya
cc15b73336 keyboard: Match with previous functionality 2010-12-09 17:02:41 +01:00
Rodrigo Moya
f6f580b9ee keyboard: Show keybindings for the selected section 2010-12-09 17:02:41 +01:00
Rodrigo Moya
ae26a638bc keyboard: Display sections in a separate treeview 2010-12-09 17:02:41 +01:00
Rodrigo Moya
974acd358e keyboard: Separate code for tabs in notebooks 2010-12-09 17:02:41 +01:00
Rodrigo Moya
fa9c9818df keyboard: Use the same code formatting everywhere 2010-12-09 17:02:41 +01:00
Rodrigo Moya
5e9f57bd9d keyboard: Add new treeview for showing shortcuts' sections 2010-12-09 17:02:41 +01:00
Bastien Nocera
91bf1c6241 datetime: One step closer to mockups
Push the 12/24 hour switch at the bottom. remove date labels,
put the date setting widgets side-by-side.
2010-12-09 14:28:13 +00:00
Bastien Nocera
9ee79e2215 datetime: Add "using NTP" helpers 2010-12-09 14:28:13 +00:00
Bastien Nocera
01fbd4fee0 mouse: Use g-s-d helper to detect touchpad 2010-12-09 12:07:48 +00:00
Bastien Nocera
741723eaf8 mouse: Add g-s-d helper to detect touchpads 2010-12-09 12:05:12 +00:00
Bastien Nocera
6e71955717 datetime: We shouldn't have to know where TZ files live
That's a job for the backend to sort out.
2010-12-08 14:32:07 +00:00
Bastien Nocera
cd151175fc mouse: Add "trackball" as a keyword 2010-12-07 17:42:34 +00:00
Bastien Nocera
a941601b7c display: Mark "Mirror displays" as a verb
Add a translator comment to make sure "Mirror displays" in the main
panel UI gets translated properly.
2010-12-07 17:11:59 +00:00
Bastien Nocera
7667671ab1 display: Use "display" instead of "screen"
Use "display" consistently instead of "screen" in some portions
of the UI.
2010-12-07 16:57:09 +00:00
Bastien Nocera
b644270689 user-accounts: Fix warnings with special chars in user name
https://bugzilla.gnome.org/show_bug.cgi?id=626282
2010-12-07 16:03:20 +00:00
Dennis Cranston
e62c6f7e95 display: Title versus Sentences Capitalization
Fix a few labels.
2010-12-07 15:17:43 +00:00
Bastien Nocera
96a726f20b user-accounts: Don't crash when apg is missing
https://bugzilla.gnome.org/show_bug.cgi?id=635808
2010-12-07 15:13:46 +00:00
Owen W. Taylor
5d7ad665ec xandr-capplet: Remove depth argument from gdk_window_get_geometry()
Make compile again with the latest GTK+ 2.9x API changes.

https://bugzilla.gnome.org/show_bug.cgi?id=636581
2010-12-06 08:38:01 -05:00
Bastien Nocera
dc9f8114dc datetime: Implement 12h time setting
So AM/PM are shown when the clock format is 12h.

Use the new GSettings schema key for the preference.

Also make sure that the day spinner always falls within the
number of days of the month available (and make the 31st selectable
for months that have that many days).
2010-12-02 18:11:27 +00:00
Richard Hughes
07aceaf538 Add a mockup of the future network panel, code to follow in the next few days 2010-12-02 16:03:53 +00:00
Richard Hughes
28746145ec Rename the network panel to 'proxy' so we can work on a true network panel that uses NetworkManager 2010-12-02 16:02:50 +00:00
Bastien Nocera
6de52cfb97 datetime: Don't depend on gnome-shell for the clock format
We really don't want to depend on a module that might not be
installed for this setting. Use the one in gsettings-desktop-schemas
instead.
2010-12-02 15:37:47 +00:00
Cosimo Cecchi
ebfaa48678 media: re-add accidentally removed code 2010-12-01 20:18:37 +01:00
Cosimo Cecchi
55435ac0f2 media: remove NautilusOpenWithDialog
It's not used anymore now that the widgets are in GTK+.
2010-12-01 17:08:02 +01:00
Cosimo Cecchi
0b4c4e05bf media: port to GtkAppChooserButton
Use the new GTK+ widget instead of our homebrew comboboxes.
2010-12-01 17:08:02 +01:00
Bastien Nocera
5b7132bacf display: Use new GtkSwitch for display switching
Instead of 2 radio buttons.

https://bugzilla.gnome.org/show_bug.cgi?id=636065
2010-12-01 14:45:41 +00:00
Rodrigo Moya
3fe7ff72c3 universal access: Re-add gconf_on_off_editor stuff for the metacity settings 2010-11-30 14:27:45 +01:00
Rodrigo Moya
979fc705c3 universal access: Use DPI settings from GSettings 2010-11-30 14:18:41 +01:00
Rodrigo Moya
10d65280f6 universal-access: Migrate mouse settings to GSettings 2010-11-30 14:09:20 +01:00
Rodrigo Moya
71c6f13575 universal access: Migrate keyboard settings to GSettings 2010-11-30 13:47:50 +01:00
Luca Ferretti
ee2c77b277 media: add use_underline property to Other button 2010-11-30 01:12:12 +01:00