Commit graph

6499 commits

Author SHA1 Message Date
Jens Granseuer
6262a9fb4f change Open button label to Install...
2007-05-09  Jens Granseuer  <jensgr@gmx.net>

	* appearance-themes.c: (themes_init):
	* appearance.glade: change Open button label to Install...

svn path=/trunk/; revision=7591
2007-05-09 20:34:25 +00:00
Jens Granseuer
9b3abdb95d make sure that appearance.h (and thereby config.h) is included first;
2007-05-09  Jens Granseuer  <jensgr@gmx.net>

	* appearance-style.c: make sure that appearance.h (and thereby config.h)
	is included first; constify strings

	* gnome-wp-xml.c: (gnome_wp_xml_load_xml): fix leak

svn path=/trunk/; revision=7590
2007-05-09 19:50:39 +00:00
Jens Granseuer
60bf46d133 fix memory leaks
2007-05-09  Jens Granseuer  <jensgr@gmx.net>

	* gnome-theme-info.c: (gnome_theme_read_meta_theme):
	* gtkrc-utils.c: (gtkrc_find_named), (gtkrc_get_color_scheme): fix
	memory leaks

	* gnome-theme-test.c: (main): init g_thread

svn path=/trunk/; revision=7589
2007-05-09 19:48:03 +00:00
Jens Granseuer
d3cad0bcbe constify a number of function arguments
2007-05-09  Jens Granseuer  <jensgr@gmx.net>

	* gconf-property-editor.c: (gconf_peditor_new),
	(gconf_peditor_new_boolean), (gconf_peditor_new_integer_valist),
	(gconf_peditor_new_integer), (gconf_peditor_new_string_valist),
	(gconf_peditor_new_string), (gconf_peditor_new_filename),
	(gconf_peditor_new_color), (gconf_peditor_new_select_menu),
	(gconf_peditor_new_select_menu_with_enum),
	(gconf_peditor_new_combo_box),
	(gconf_peditor_new_combo_box_with_enum),
	(gconf_peditor_new_select_radio),
	(gconf_peditor_new_numeric_range), (gconf_peditor_new_font),
	(gconf_peditor_new_enum_toggle), (gconf_peditor_new_image),
	(gconf_peditor_new_select_radio_with_enum):
	* gconf-property-editor.h: constify a number of function arguments

svn path=/trunk/; revision=7588
2007-05-09 18:52:47 +00:00
Rodrigo Moya
cf66c0fd80 svn path=/trunk/; revision=7587
svn path=/trunk/; revision=7587
2007-05-09 18:42:25 +00:00
Rodrigo Moya
01a3eccfdc converted to a loadable module.
2007-05-09  Rodrigo Moya <rodrigo@gnome-db.org>

	* gnome-settings-screensaver.c: converted to a loadable module.

	* gnome-settings-screensaver.h: removed unneeded file.

svn path=/trunk/; revision=7586
2007-05-09 15:51:40 +00:00
Rodrigo Moya
275f942e68 no need to keep the GConfClient around, it is already stored in the
2007-05-09  Rodrigo Moya <rodrigo@gnome-db.org>

	* gnome-settings-background.c (gnome_settings_module_background_init,
	gnome_settings_module_background_start): no need to keep the GConfClient
	around, it is already stored in the GnomeSettingsModule class.

svn path=/trunk/; revision=7585
2007-05-09 15:05:11 +00:00
Rodrigo Moya
19cba117f3 removed G_BEGIN|END_DECLS. (gnome_settings_module_background_get_type):
2007-05-09  Rodrigo Moya <rodrigo@gnome-db.org>

	* gnome-settings-background.c: removed G_BEGIN|END_DECLS.
	(gnome_settings_module_background_get_type): register with correct type.
	(gnome_settings_module_background_initialize): store the GConfClient we get.
	(gnome_settings_module_background_start): use the stored GConfClient.

	* gnome-settings-background.h: removed unneeded file.

	* gnome-settins-clipboard.c: new file to implement the clipboard manager as
	a loadable module. Replaces clipboard-manager.[ch].

	* gnome-settings-daemon.c: removed old clipboard manager and use the new
	module-based one.

	* Makefile.am: added/removed sources.

svn path=/trunk/; revision=7584
2007-05-09 15:01:51 +00:00
Jorge Gonzalez Gonzalez
2ddc183f63 Updated Spanish translation
svn path=/trunk/; revision=7583
2007-05-08 15:24:45 +00:00
Denis Washington
a49ff5cf17 Set mnemonic widgets for the labels in the Desktop tab.
* appearance.glade:
Set mnemonic widgets for the labels in the Desktop tab.

svn path=/trunk/; revision=7582
2007-05-08 14:47:18 +00:00
Kjartan Maraas
d4a329965e Updated Norwegian bokmål translation.
2007-05-08  Kjartan Maraas  <kmaraas@gnome.org>

	* nb.po: Updated Norwegian bokmål translation.

svn path=/trunk/; revision=7581
2007-05-08 13:50:36 +00:00
Rodrigo Moya
55b39ed23a changed to use the new GnomeSettingsModule class for loadable modules.
2007-05-08  Rodrigo Moya <rodrigo@gnome-db.org>

	* gnome-settings-background.c: changed to use the new GnomeSettingsModule
	class for loadable modules.

	* gnome-settings-daemon.c (initialize_modules, start_modules,
	stop_modules): new functions to call modules's methods.
	(gnome_settings_daemon_init): get all module types and create objects
	from each of them.
	(gnome_settings_daemon_new): added code to call loadable modules's
	methods where appropriate.

svn path=/trunk/; revision=7580
2007-05-08 10:51:22 +00:00
Alexander Shopov
1cf628cbef Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
2007-05-08  Alexander Shopov  <ash@contact.bg>

	* bg.po: Updated Bulgarian translation by
	Alexander Shopov <ash@contact.bg>

svn path=/trunk/; revision=7578
2007-05-08 03:24:38 +00:00
Alexander Shopov
0fe16259c9 Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
2007-05-08  Alexander Shopov  <ash@contact.bg>

	* bg.po: Updated Bulgarian translation by
	Alexander Shopov <ash@contact.bg>

svn path=/trunk/; revision=7576
2007-05-08 03:09:02 +00:00
Jens Granseuer
f51b1f9dea port from deprecated GtkOptionMenu to GtkComboBox
2007-05-08  Jens Granseuer  <jensgr@gmx.net>

	* gnome-mouse-properties.c: (cursor_size_from_widget),
	(setup_dialog):
	* gnome-mouse-properties.glade: port from deprecated GtkOptionMenu to
	GtkComboBox

svn path=/trunk/; revision=7575
2007-05-07 22:31:51 +00:00
Thomas Wood
b0ea25cd5c Remove some unnecessary code.
2007-05-07  Thomas Wood  <thos@gnome.org>

	* appearance-style.c: (conv_to_widget_cb), (prepare_combo): Remove some
	unnecessary code.

svn path=/trunk/; revision=7574
2007-05-07 22:29:37 +00:00
Jens Granseuer
8ae230b9ae add support for unsetting GConf values if the conversion handlers return
2007-05-08  Jens Granseuer  <jensgr@gmx.net>

	* gconf-property-editor.c: (peditor_set_gconf_value),
	(peditor_combo_box_widget_changed):
	add support for unsetting GConf values if the conversion handlers return
	null, and use it for the combo box editor

svn path=/trunk/; revision=7573
2007-05-07 22:28:48 +00:00
Thomas Wood
21b005ca5f Fix icon theme combo box
2007-05-07  Thomas Wood  <thos@gnome.org>

	* appearance-style.c: (prepare_combo): Fix icon theme combo box

svn path=/trunk/; revision=7572
2007-05-07 22:18:48 +00:00
Thomas Wood
679410b323 Use GConfPropertyEditor for theme combo boxes
2007-05-07  Thomas Wood  <thos@gnome.org>

	* appearance-style.c: (prepare_combo): Use GConfPropertyEditor for theme
	combo boxes

svn path=/trunk/; revision=7571
2007-05-07 22:00:05 +00:00
Thomas Wood
88c4cb5314 - Add files for Style tab - Implement changing gtk and metacity themes
2007-05-07  Thomas Wood  <thos@gnome.org>

	* Makefile.am:
	* appearance-main.c: (main):
	* appearance-style.c:
	* appearance-style.h:
	- Add files for Style tab
	- Implement changing gtk and metacity themes

	* appearance.glade: Change "Themes" to "Theme" and name some widgets

svn path=/trunk/; revision=7570
2007-05-07 19:09:24 +00:00
Denis Washington
5a4c409418 Changed "Add" button in Desktop tab to "Add...".
* appearance.glade:
* appearance-desktop.c: (desktop_init):
Changed "Add" button in Desktop tab to "Add...".

svn path=/trunk/; revision=7569
2007-05-07 18:22:01 +00:00
Thomas Wood
ad9086bde7 - Change GtkWindow to GtkDialog - Add Help and Close buttons - Set theme
2007-05-07  Thomas Wood  <thos@gnome.org>

	* appearance-main.c: (main):
	* appearance.glade:

	- Change GtkWindow to GtkDialog
	- Add Help and Close buttons
	- Set theme list scrolling policy to automatic

svn path=/trunk/; revision=7568
2007-05-07 17:19:34 +00:00
Thomas Wood
92bb9af3e0 Add a "Style" tab for the theme detail options
2007-05-07  Thomas Wood  <thos@gnome.org>

	* appearance.glade: Add a "Style" tab for the theme detail options

svn path=/trunk/; revision=7567
2007-05-07 16:47:41 +00:00
Thomas Wood
6c95e5a6d3 Add FONT_CAPPLET_CFLAGS to INCLUDES
2007-05-07  Thomas Wood  <thos@gnome.org>

	* Makefile.am: Add FONT_CAPPLET_CFLAGS to INCLUDES

svn path=/trunk/; revision=7566
2007-05-07 16:40:51 +00:00
Jorge Gonzalez Gonzalez
1701b5a7cc Updated Spanish translation
svn path=/trunk/; revision=7565
2007-05-07 14:57:02 +00:00
Kjartan Maraas
1907db2d31 Updated Norwegian bokmål translation.
2007-05-06  Kjartan Maraas  <kmaraas@gnome.org>

	* nb.po: Updated Norwegian bokmål translation.

svn path=/trunk/; revision=7564
2007-05-06 20:40:02 +00:00
Jens Granseuer
b95cceffb9 set application icon
2007-05-06  Jens Granseuer  <jensgr@gmx.net>

	* appearance-main.c: (main): set application icon

svn path=/trunk/; revision=7563
2007-05-06 20:14:56 +00:00
Jens Granseuer
08c474554f add a desktop file for the appearance capplet
2007-05-06  Jens Granseuer  <jensgr@gmx.net>

	* configure.in:
	* capplets/appearance/Makefile.am:
	* capplets/appearance/gnome-appearance-properties.desktop.in.in:
	add a desktop file for the appearance capplet

svn path=/trunk/; revision=7562
2007-05-06 19:39:46 +00:00
Jens Granseuer
b21871170d don't crash if glade file is not available
2007-05-06  Jens Granseuer  <jensgr@gmx.net>

	* sound-properties-capplet.c: (create_dialog), (main): don't crash if
	glade file is not available

svn path=/trunk/; revision=7561
2007-05-06 12:49:06 +00:00
Jens Granseuer
c40974353b set button images via code instead of relying on glade, so they respect
2007-05-06  Jens Granseuer  <jensgr@gmx.net>

	* sound-properties-capplet.c: (create_dialog):
	* sound-properties.glade: set button images via code instead of
	relying on glade, so they respect the gtk-button-images xsetting

svn path=/trunk/; revision=7560
2007-05-06 12:44:47 +00:00
Denis Washington
fba9c74b97 make the Add Wallpaper and Remove buttons in the Desktop tab stock
* appearance.glade: make the Add Wallpaper and Remove buttons in the 
Desktop tab stock buttons.


svn path=/trunk/; revision=7559
2007-05-06 12:25:20 +00:00
Jens Granseuer
6d19d88068 set button images via code instead of relying on glade, so they respect
2007-05-05  Jens Granseuer  <jensgr@gmx.net>

	* gnome-keyboard-properties.c: (create_dialog):
	* gnome-keyboard-properties.glade: set button images via code instead
	of relying on glade, so they respect the gtk-button-images xsetting

svn path=/trunk/; revision=7558
2007-05-05 18:57:09 +00:00
Jens Granseuer
9a75f91137 set button images via code instead of relying on glade, so they respect
2007-05-05  Jens Granseuer  <jensgr@gmx.net>

	* accessibility-keyboard.c: (setup_images):
	* gnome-accessibility-keyboard-properties.glade: set button images
	via code instead of relying on glade, so they respect the
	gtk-button-images xsetting (bug #362880)

svn path=/trunk/; revision=7557
2007-05-05 12:33:24 +00:00
Jens Granseuer
912be5ce97 set button images via code instead of relying on glade, so they respect
2007-05-05  Jens Granseuer  <jensgr@gmx.net>

	* at-enable-dialog.glade:
	* main.c: (create_dialog): set button images via code instead of
	relying on glade, so they respect the gtk-button-images xsetting
	(closes bug #362880)

svn path=/trunk/; revision=7556
2007-05-05 11:14:54 +00:00
Jens Granseuer
d1282b4146 fix critical warning
2007-05-05  Jens Granseuer  <jensgr@gmx.net>

	* at-enable-dialog.glade: fix critical warning

svn path=/trunk/; revision=7555
2007-05-05 10:30:17 +00:00
Jens Granseuer
a0690623e1 remove the dpi default value since g-s-d and the capplet ignore it anyway
2007-05-04  Jens Granseuer  <jensgr@gmx.net>

	* schemas/desktop_gnome_font_rendering.schemas.in: remove the dpi
	default value since g-s-d and the capplet ignore it anyway but gconf-editor
	doesn't know that (related to bug #378338)

svn path=/trunk/; revision=7554
2007-05-04 21:48:01 +00:00
Jens Granseuer
8529e2f343 more HIG and consistency fixing
2007-05-04  Jens Granseuer  <jensgr@gmx.net>

	* appearance-desktop.c: (desktop_init):
	* appearance.glade: more HIG and consistency fixing

svn path=/trunk/; revision=7553
2007-05-04 19:40:47 +00:00
Jens Granseuer
b7ac6f9339 fix string capitalization according to HIG
2007-05-04  Jens Granseuer  <jensgr@gmx.net>

	* appearance-desktop.c: (desktop_init):
	* appearance.glade: fix string capitalization according to HIG

svn path=/trunk/; revision=7552
2007-05-04 19:15:50 +00:00
Denis Washington
b58c57d8f2 Change tab order; Desktop now comes before Fonts.
* appearance.glade: Change tab order; Desktop now comes before Fonts.

svn path=/trunk/; revision=7551
2007-05-04 17:56:06 +00:00
Jens Granseuer
709cb35f29 add implementation for fonts tab
2007-05-04  Jens Granseuer  <jensgr@gmx.net>

	* Makefile.am:
	* appearance-font.c:
	* appearance-font.h:
	* appearance-main.c: (init_appearance_data), (main):
	* appearance.glade:
	* appearance.h:
	* subpixel-bgr.png:
	* subpixel-rgb.png:
	* subpixel-vbgr.png:
	* subpixel-vrgb.png:

	add implementation for fonts tab

svn path=/trunk/; revision=7550
2007-05-04 17:18:34 +00:00
Thomas Wood
207ce87995 Remove WID() macro, which has an incompatible definition in
2007-05-04  Thomas Wood  <thos@gnome.org>

	* appearance-desktop.c: (wp_add_images), (wp_dragged_image),
	(desktop_init):
	* appearance-main.c: (main):
	* appearance-themes.c: (themes_init):
	* appearance-ui.c: (set_toolbar_style), (set_have_icons),
	(ui_init):
	* appearance.h:
	Remove WID() macro, which has an incompatible definition in capplet-utils.h

svn path=/trunk/; revision=7549
2007-05-04 17:11:12 +00:00
Thomas Wood
af3c712e63 Use readable name rather than file name in themes list
2007-05-04  Thomas Wood  <thos@gnome.org>

	* appearance-themes.c: (themes_init): Use readable name rather than file name
	in themes list

svn path=/trunk/; revision=7548
2007-05-04 17:07:05 +00:00
Jorge Gonzalez Gonzalez
ad3bc15a9a Updated Spanish translation
svn path=/trunk/; revision=7547
2007-05-04 00:25:24 +00:00
Denis Washington
fac8387c9e Fixed a leak.
* appearance-desktop.c: (wp_tree_delete_event): Fixed a leak.

svn path=/trunk/; revision=7546
2007-05-03 17:06:48 +00:00
Denis Washington
1a6f041cb9 Why can't I just commit ONE change without mistakes...
svn path=/trunk/; revision=7545
2007-05-03 14:00:21 +00:00
Denis Washington
b713d48c46 And here is the ChangeLog entry for the last revision.....
svn path=/trunk/; revision=7544
2007-05-03 13:58:07 +00:00
Denis Washington
608cac39ef Ported Jens Gransauer's patch for bug #332810 to the appearance capplet
* appearance.h:
* appearance-desktop.c:
Ported Jens Gransauer's patch for bug #332810 to the appearance capplet 
and applied it.

svn path=/trunk/; revision=7543
2007-05-03 13:57:09 +00:00
Jens Granseuer
bb29ad69ee add g_thread_init as required by glib
2007-05-02  Jens Granseuer  <jensgr@gmx.net>

	* gnome-keybinding-properties.c: (main): add g_thread_init as
	required by glib

svn path=/trunk/; revision=7542
2007-05-02 18:48:25 +00:00
Jens Granseuer
c556b06ce7 use proper GConf notification instead of hand-picking the correct signal
2007-05-02  Jens Granseuer  <jensgr@gmx.net>

	* appearance-ui.c: (toolbar_detachable_cb), (ui_init): use proper
	GConf notification instead of hand-picking the correct signal for
	detachable toolbar

svn path=/trunk/; revision=7541
2007-05-02 18:22:42 +00:00
Denis Washington
28787c51a2 fizz says: don't indent with spaces in Makefile.am. I say: don't do so in
* Makefile.am: fizz says: don't indent with spaces in Makefile.am.
* ChangeLog: I say: don't do so in ChangeLog either.


svn path=/trunk/; revision=7540
2007-05-02 17:52:47 +00:00