Commit graph

8851 commits

Author SHA1 Message Date
Rodrigo Moya
7ad2854d97 Push forgotten change in Makefile.am for the removal of cc-setting-editor.[ch] 2010-10-15 11:00:55 +02:00
Rodrigo Moya
67580699a5 Remove useless CcSettingEditor object and test program 2010-10-14 16:44:15 +02:00
Rodrigo Moya
e5ce5e97ed universal access: Remove a leftover call to gconf_client_add_dir 2010-10-14 16:34:07 +02:00
Rodrigo Moya
427e42f7e5 universal access: Use GSettings for GTK and icon theme settings 2010-10-14 16:31:28 +02:00
Rodrigo Moya
14d6a2c5ee keyboard: Port /desktop/gnome/interface settings to use org.gnome.desktop.interface GSettings path 2010-10-14 16:12:08 +02:00
Rodrigo Moya
12c22f1156 background: Convert by hand the enum values to their strings 2010-10-14 15:24:00 +02:00
Rodrigo Moya
bb26cd2e51 background: Use gdesktop-settings-schemas enums all over 2010-10-14 14:57:35 +02:00
Rodrigo Moya
7cc99ddc87 background: Use g_settings_get/_set_enum for background options and shading 2010-10-14 13:30:29 +02:00
Rodrigo Moya
2b5a938d26 background: Port to GSettings 2010-10-14 13:01:31 +02:00
Javier Jardón
a533ac968c Use GSourceFunc() instead GtkFunction() in g_timeout_add() 2010-10-14 04:37:57 +02:00
Javier Jardón
8edc0f0190 autogen.sh: Remove unnneded lines in autogen.sh
gtkdocize and autopoint are already called in gnome-autogen
2010-10-14 04:29:09 +02:00
Yasumichi Akahoshi
e5afc65794 Updated Japanese translation 2010-10-14 00:08:57 +09:00
Rodrigo Moya
1b2abc48ad default applications: Use GSettings from gsettings-desktop-schemas for default Terminal and A11Y applications 2010-10-13 16:09:32 +02:00
Rodrigo Moya
556e483cf0 default applications: Remove selection of media player
This was only used to start the default media player on gnome-settings-daemon,
when the user presses the Media key. We just open the default for audio/ogg
there, so no need to ask the user for a default media player
2010-10-13 15:28:33 +02:00
Rodrigo Moya
d7b59d3929 keyboard: Bind scale widgets also via their GtkAdjustment 2010-10-13 13:06:57 +02:00
Rodrigo Moya
6f4a2e7e14 keyboard: Use GSettings for the settings in g-s-d schemas 2010-10-13 12:53:49 +02:00
Richard Hughes
f80b6b2862 Fix 'make distcheck' by correcting 54ef13e76e 2010-10-13 10:20:10 +01:00
Bastien Nocera
eb742ed14d mouse: Require libXInput
As it's pretty much required for a modern desktop system.
2010-10-12 19:43:32 +01:00
Fran Diéguez
b314072bac Updated Galician translations 2010-10-12 14:01:28 +02:00
Bastien Nocera
611cd87af0 lib: Fix parallel building
The library lives in the same build directory, so point it at that,
rather than in a round-about way.
2010-10-11 18:41:33 +01:00
Rodrigo Moya
865744496c default applications: Set the selected browser to handle HTTPS urls also 2010-10-11 15:40:43 +02:00
Andrej Žnidaršič
5af8da53d1 Updated Slovenian translation 2010-10-11 14:49:57 +02:00
Yaron Shahrabani
0bebacbc0c Updated Hebrew translation 2010-10-11 13:55:43 +02:00
Rodrigo Moya
df484db37e [default applications] Use URL handlers for browser and mailer applications 2010-10-11 13:35:21 +02:00
Rodrigo Moya
5ca286593a [display] Remove last GConf leftovers 2010-10-11 11:48:40 +02:00
Rodrigo Moya
20ff4db1ba Add cc_setting_editor_new_string 2010-10-11 10:50:06 +02:00
Rodrigo Moya
dbbe3c0726 Use g_settings_bind instead of listening to GtkToggleButton's signals 2010-10-11 10:04:58 +02:00
Rodrigo Moya
03a2ddc158 Convert CcSettingEditor object to a widget, to simplify a lot of the code in the panels 2010-10-11 10:04:58 +02:00
Rodrigo Moya
b7972bc1cb Use the same marshaller for both GConfPropertyEditor and CcSettingEditor 2010-10-11 10:04:58 +02:00
Rodrigo Moya
7ebaaf64c9 Set the model sooner, so that we can select the default application 2010-10-11 10:04:58 +02:00
Rodrigo Moya
95057c5edb Add CcSettingEditor widget 2010-10-11 10:04:58 +02:00
Yasumichi Akahoshi
f6de09dcf4 Updated Japanese translation. 2010-10-11 13:05:01 +09:00
Changwoo Ryu
477a720d56 Updated Korean translation 2010-10-10 16:14:00 +09:00
Sergey V. Udaltsov
af45ac562b Using G_CALLBACK macro instead of casting 2010-10-09 22:28:52 +01:00
Sergey V. Udaltsov
aa6f5455f7 More changes from gconf-client to GSettings
Getting rid of obsolete and broken gconf-property-editor in favor of gsettings.
2010-10-09 22:25:00 +01:00
Sergey V. Udaltsov
0f92fdad56 typing-break removed from DIST_SUBDIRS 2010-10-09 17:15:13 +01:00
Jorge González
fd51bbcf9a Updated Spanish translation 2010-10-09 15:56:34 +02:00
William Jon McCann
712a72c301 Remove typing break 2010-10-09 02:59:34 -04:00
Colin Walters
5fe473db1c m4: Add stub directory so gnome-autogen.sh doens't blow up
It requires this directory.
2010-10-08 15:46:10 -04:00
Changwoo Ryu
8b1e28012c Updated Korean translation 2010-10-09 04:32:19 +09:00
Changwoo Ryu
4eb81a67b3 Updated Korean translation 2010-10-09 04:32:11 +09:00
William Jon McCann
cb052e13b9 display: make the canvas background color a bit more neutral (tasteful) 2010-10-07 20:28:26 -04:00
William Jon McCann
54ef13e76e display: also remove the system-wide setting helper 2010-10-07 20:20:02 -04:00
William Jon McCann
75a7dbfed0 Readd the checkbox to set primary display
It doesn't currently seem to do anything however.
2010-10-07 20:18:09 -04:00
William Jon McCann
c06d1fa19a display: Simplify the layout of the display panel
Move the detect displays button to the left.
Remove make default.
Remove the show in panel item because it doesn't work in GNOME 3.
2010-10-07 19:44:17 -04:00
Benjamin Otte
ab3c66ecdd display: Remove excess cairo_save() call 2010-10-08 00:01:14 +02:00
William Jon McCann
a7e91dc1da Add missing CFLAGS to fix build 2010-10-07 17:13:30 -04:00
Bastien Nocera
f3b74b019b shell: Make sure the shell doesn't show up in itself
Spotted by Matthias Clasen <mclasen@redhat.com>
2010-10-07 18:06:44 +01:00
Matthias Clasen
2083f0a045 Link against libxml where appropriate
The default-applications and background capplets use libxml,
so link against it.
2010-10-07 12:54:28 -04:00
Rodrigo Moya
7d1246f306 Fixed grammar on comments 2010-10-07 12:12:34 +02:00