Commit graph

423 commits

Author SHA1 Message Date
William Jon McCann
6a81ce5bb3 Remove default-applications panel
It isn't part of our designs in this form.  Needs rethinking in order
to fit in and be most useful.
2011-01-11 18:30:59 -05:00
William Jon McCann
095ce47cd3 info: hide more info button until we have something to show 2011-01-10 20:20:07 -05:00
William Jon McCann
b31b0e0f58 info: add primary disk size info 2011-01-10 19:45:27 -05:00
William Jon McCann
42732d45fb info: add os type info 2011-01-10 19:45:27 -05:00
William Jon McCann
a0d7fea834 info: add processor information 2011-01-10 19:45:27 -05:00
William Jon McCann
176e072b59 info: add memory info 2011-01-10 19:45:27 -05:00
William Jon McCann
53a2f10a2d info: don't show update button by default 2011-01-10 19:45:27 -05:00
William Jon McCann
f3a2a0888f info: read version info from gnome-version.xml 2011-01-10 19:45:26 -05:00
William Jon McCann
d69eba8c17 datetime: don't try to set timezone when initially loading model 2011-01-06 19:07:28 -05:00
William Jon McCann
15a0ad5fad datetime: make dialog instant apply 2011-01-06 18:28:07 -05:00
William Jon McCann
1d5309973d datetime: keep the time ticking while the dialog is up 2011-01-06 18:28:07 -05:00
William Jon McCann
26a45cafe8 datetime: use a switch for 24 hour time 2011-01-06 18:28:07 -05:00
William Jon McCann
f615a21faf datetime: fix layout and spacing to match mockups 2011-01-06 18:28:07 -05:00
Giovanni Campagna
de6af5ee29 Merge branch 'gobject-gnomerr'
Conflicts:
	panels/display/xrandr-capplet.c
2011-01-06 20:45:40 +01:00
Benjamin Otte
1dc763da8c sound: Don't set update policy
Update policies are gone from GTK. It was set to its default value
anyway, so the call was essentially a no-op.
2011-01-05 18:27:13 +01:00
Andre Klapper
3a9ab034a4 Fix two typos. Fixes bug #637527. 2010-12-30 01:13:38 +01:00
Vincent Untz
ef78caee86 sound: Do not build with $DISABLE_DEPRECATED
This should not be active by default in tarballs, and it's the only
panel building with this.

If someone wants to use the DISABLE_*_DEPRECATED flags, then please add
support for this only when building from git.
2010-12-23 15:14:41 +01:00
Matthias Clasen
eb77b474a1 Make the sound panel build against recent GTK+
Switch to use GIO for launching preferences instead of gdk_spawn.
2010-12-22 11:14:34 -05:00
Thomas Wood
2c2b9d9fde display: don't use -1 as the minimum width
A valid minimum width must be more than or equal to zero.
2010-12-21 14:25:15 +00:00
Florian Müllner
d1bac479ef datetime: Use header capitalization in name
Conjunctions like 'and' should not be capitalized.
2010-12-21 12:39:40 +01:00
Thomas Wood
d50dadc8ac shell: only include items identified as settings panels in the list
Simplify the category requirements and do not include items that are not
settings panels.
2010-12-20 21:04:49 +00:00
Thomas Wood
dfd897496b sound: Remove the reconnect timeout during the dispose of GvcMixerControl
Remove the reconnect timeout so that the callback function is not called
after the object has been destroyed.
2010-12-20 16:50:26 +00:00
Thomas Wood
70604ba458 Remove the "Internet and Network" category
Remove this category as there is only one item in it and move the network
panel to the "Hardware" category.
2010-12-20 14:52:15 +00:00
Thomas Wood
ca7bdc3f7e build: remove redundant variables
GNOMECC_CAPPLETS_CLEANFILES duplicated existing files to be removed and
GNOMECC_CAPPLETS_EXTRA_DIST was no longer used anywhere.
2010-12-20 14:51:52 +00:00
Richard Hughes
1ce24314ad network: teach the panel about nameservers and routes 2010-12-17 11:02:03 +00:00
Richard Hughes
c1fc40050a network: teach the network panel about IPv6 2010-12-16 20:42:58 +00:00
Bastien Nocera
7ca2a8a3e5 background: Use g_settings_delay() properly
g_settings_delay() doesn't work like GConf's changesets. Either
you create a separate GSettings for non-delayed application,
or you call g_settings_apply() any time you want changes applied.
2010-12-16 19:38:31 +00:00
Bastien Nocera
3d9f470da2 datetime: Fix distcheck with parallel build 2010-12-16 18:37:59 +00:00
Bastien Nocera
d9ea76bc4a keyboard: Remove dead file 2010-12-16 18:37:59 +00:00
Bastien Nocera
dbdfacc022 background: Add icons to the dist 2010-12-16 18:37:59 +00:00
Bastien Nocera
30d878cfd5 background: Try to fix original state 2010-12-16 18:37:59 +00:00
Bastien Nocera
59f84a7088 background: Avoid the size changing when changing preview
The gnome_wp_item_update_size() code was working off old data.
We need to copy the height and width as well if we want it to
match the current background. The next call to _update_size()
will fill in ->size if it wasn't already set.
2010-12-16 18:37:59 +00:00
Bastien Nocera
391cb33829 background: Avoid empty screens
When switching from a colour to a picture.
2010-12-16 18:37:59 +00:00
Bastien Nocera
02e095e26c background: Fix small style issue 2010-12-16 18:37:58 +00:00
Richard Hughes
9ece3488c9 network: make the data labels selectable so the user can copy them 2010-12-16 17:01:53 +00:00
William Jon McCann
9a3f023e2c proxy: remove proxy panel
It is replaced by the network panel.
2010-12-16 10:06:46 -05:00
Richard Hughes
d7a8e5670a network: keep the network UI updated as devices are added, removed or changed
Note: I've found some NetworkManager bugs in this, as 'dbus-monitor --system' will
verify the missing signals from the daemon.
2010-12-16 10:33:38 +00:00
Richard Hughes
f9617f57d0 network: sort the wireless AP dropdown entries by name 2010-12-16 09:13:23 +00:00
Richard Hughes
be2a4ddca9 network: properly align the header with the labels below 2010-12-16 08:56:41 +00:00
Richard Hughes
67c97dc588 network: do not show a mode icon for infrastructure connections 2010-12-15 22:27:53 +00:00
Richard Hughes
e8fcdaa2ff network: add a space between the amount and the quantity 2010-12-15 22:23:36 +00:00
Richard Hughes
816438b24e network: align the device header with the section labels 2010-12-15 22:16:06 +00:00
Richard Hughes
ebedc3ac94 network: Use a GtkSwitch to control the flight mode 2010-12-15 21:37:31 +00:00
Richard Hughes
84192b4207 network: display the network name and the IMEI for mobile broadband connections 2010-12-15 20:58:33 +00:00
Richard Hughes
ed2353bf12 network: populate some of the data for mobile broadband connections 2010-12-15 19:59:26 +00:00
Richard Hughes
3e1053c502 network: list the devices in approximate connection speed order 2010-12-15 19:37:52 +00:00
Richard Hughes
ad8223c284 network: show the AP mode and signal strength in the wireless dropdown 2010-12-15 19:24:34 +00:00
Richard Hughes
a248ecc4d4 network: split out common non-object functionality into its own source file 2010-12-15 19:22:15 +00:00
Richard Hughes
6b49a20587 network: add a cell renderer for displaying the AP signal strength 2010-12-15 19:19:21 +00:00
Richard Hughes
3ba96656e4 network: add a cell renderer for displaying the AP mode 2010-12-15 19:18:32 +00:00