Commit graph

6512 commits

Author SHA1 Message Date
Denis Washington
729d77ed0e Make gtk+ theme previews more compact.
2007-05-25  Denis Washington  <denisw@svn.gnome.org>

	* theme-thumbnail.c:
	Make gtk+ theme previews more compact.

svn path=/trunk/; revision=7659
2007-05-25 18:14:11 +00:00
Denis Washington
f9e6d4c508 Add theme-thumbnailing.png to Makefile.am.
2007-05-25  Denis Washington  <denisw@svn.gnome.org>

	* theme-thumbnailing.png:
	Add theme-thumbnailing.png to Makefile.am.

svn path=/trunk/; revision=7658
2007-05-25 17:49:38 +00:00
Jens Granseuer
ec44448235 sync with libegg code (closes bug #441042)
2007-05-25  Jens Granseuer  <jensgr@gmx.net>

	* eggaccelerators.c: (egg_accelerator_parse_virtual): sync with libegg
	code (closes bug #441042)

svn path=/trunk/; revision=7657
2007-05-25 17:28:05 +00:00
Denis Washington
82a2c1f64d Added as it is used by appearance-themes.c
2007-05-25  Denis Washington  <denisw@svn.gnome.org>

	* theme-thumbnailing.png:
	Added as it is used by appearance-themes.c

svn path=/trunk/; revision=7656
2007-05-25 15:25:20 +00:00
Denis Washington
339c2f5307 Fix button order in theme details dialog again.
2007-05-25  Denis Washington  <denisw@svn.gnome.org>

	* appearance.glade: Fix button order in theme details dialog 
again.

svn path=/trunk/; revision=7655
2007-05-25 14:50:32 +00:00
Denis Washington
70f7e8358f Revert the organization of the theme details dialog to the old (2.18)
* appearance.glade:
* appearance-style.c:
Revert the organization of the theme details dialog to the old (2.18) 
style again, but now with thumbnails for gtk+, metacity and icon themes.

svn path=/trunk/; revision=7654
2007-05-25 14:44:03 +00:00
Denis Washington
4fe155f858 Add functions to generate thumbnails for specific types of themes, for
* theme-thumbnail.[ch]:
Add functions to generate thumbnails for specific types of themes, for 
instance a metacity theme thumbnail.


svn path=/trunk/; revision=7653
2007-05-25 14:35:52 +00:00
Kenneth Nielsen
7f790a7a9a Updated Danish translation
svn path=/trunk/; revision=7652
2007-05-24 22:20:27 +00:00
Denis Washington
8babb52619 Scroll to new selected cell if the gconf value changes.
* gconf-property-editor.c: (peditor_tree_view_widget_changed):
Scroll to new selected cell if the gconf value changes.

svn path=/trunk/; revision=7651
2007-05-24 15:05:51 +00:00
Jens Granseuer
c1a2b46553 make sure we always return a copy of the window manager name, not a static
2007-05-23  Jens Granseuer  <jensgr@gmx.net>

	* wm-common.c: (wm_common_get_current_window_manager): make sure we
	always return a copy of the window manager name, not a static string
	(fixes bug #439244)

svn path=/trunk/; revision=7650
2007-05-23 17:30:07 +00:00
Yair Hershkovitz
878855e507 updaed hebrew translation
svn path=/trunk/; revision=7648
2007-05-23 09:08:14 +00:00
Jens Granseuer
29c6ddb8cc surivive XRandR returning weird results for some dual-screen setups. This
2007-05-22  Jens Granseuer  <jensgr@gmx.net>

	* main.c: (get_current_resolution): surivive XRandR returning weird
	results for some dual-screen setups. This fixes the crash in bug
	#356520, but a proper fix for handling this situation is still
	necessary, unless this is just a driver/X bug...

svn path=/trunk/; revision=7646
2007-05-22 17:46:43 +00:00
Jorge Gonzalez Gonzalez
fdaca460c4 Updated Spanish translation
svn path=/trunk/; revision=7645
2007-05-22 17:14:46 +00:00
Stanislav Brabec
277c0eba4b Removed superfluous X-SuSE-translate tag.
svn path=/trunk/; revision=7644
2007-05-22 10:33:28 +00:00
Leonardo Ferreira Fontenelle
7bbfdbacac Fixes in Brazilian Portuguese translation by Raul Pereira
2007-05-19  Leonardo Ferreira Fontenelle  <leonardof@svn.gnome.org>

	* pt_BR.po: Fixes in Brazilian Portuguese translation by Raul Pereira
	<contato@raulpereira.com>.

svn path=/trunk/; revision=7642
2007-05-20 01:17:28 +00:00
Sergey V. Udaltsov
f8aa7cb87b properly building gobject
svn path=/trunk/; revision=7640
2007-05-19 13:36:22 +00:00
Sebastien Bacher
251deaaff8 use OnlyShowIn=; so the item is not listed in the menu editor (Closes:
2007-05-19  Sebastien Bacher  <seb128@ubuntu.com>

	* themus-theme-applier.desktop.in.in: use OnlyShowIn=; so the item is 
	not listed in the menu editor (Closes: #434956)

svn path=/trunk/; revision=7639
2007-05-19 13:14:40 +00:00
Jens Granseuer
8e4cd52704 don't call gconf_value_free with a NULL value
2007-05-19  Jens Granseuer  <jensgr@gmx.net>

	* gconf-property-editor.c: (peditor_tree_view_widget_changed):
	don't call gconf_value_free with a NULL value

svn path=/trunk/; revision=7638
2007-05-19 12:46:42 +00:00
Sergey V. Udaltsov
23839961ae make things buildable with libxklavier 3.2
svn path=/trunk/; revision=7637
2007-05-19 11:27:06 +00:00
Jens Granseuer
9bc2394d4e add a property editor for GtkTreeView and fix crashes with all peditors if
2007-05-18  Jens Granseuer  <jensgr@gmx.net>

	* gconf-property-editor.c: (peditor_boolean_value_changed),
	(peditor_integer_value_changed), (peditor_string_value_changed),
	(peditor_color_value_changed), (peditor_select_menu_value_changed),
	(peditor_combo_box_value_changed),
	(peditor_select_radio_value_changed),
	(peditor_numeric_range_value_changed),
	(peditor_font_value_changed), (peditor_image_value_changed),
	(gconf_peditor_new_select_radio_with_enum),
	(peditor_tree_view_value_changed),
	(peditor_tree_view_widget_changed), (gconf_peditor_new_tree_view):
	* gconf-property-editor.h: add a property editor for GtkTreeView
	and fix crashes with all peditors if the requested key is not
	available

svn path=/trunk/; revision=7636
2007-05-18 18:55:39 +00:00
Theppitak Karoonboonyanan
c550a6de32 Updated Thai translation.
* th.po: Updated Thai translation.


svn path=/trunk/; revision=7635
2007-05-18 05:45:10 +00:00
Sergey V. Udaltsov
a0b8e6e3e2 Adding optional vendor combo
svn path=/trunk/; revision=7634
2007-05-17 22:23:00 +00:00
Sergey V. Udaltsov
eb516cd218 Include libxklavier 3.3 into libgnomekbd deps
svn path=/trunk/; revision=7633
2007-05-17 22:18:29 +00:00
Jens Granseuer
a76ef5e383 Patch by: Chad Miller
2007-05-17  Jens Granseuer  <jensgr@gmx.net>

	Patch by: Chad Miller
                            
	* gnome-settings-dbus.c: (gnome_settings_server_init): double-check
	that DBUS really passed us an error (closes bug #439208)

svn path=/trunk/; revision=7632
2007-05-17 19:45:08 +00:00
Rodrigo Moya
ab651d94c1 declare module types registration functions.
2007-05-17  Rodrigo Moya <rodrigo@gnome-db.org>

	* gnome-settings-daemon.c: declare module types registration functions.

svn path=/trunk/; revision=7630
2007-05-17 09:00:56 +00:00
Rodrigo Moya
5d9f6730ea use correct parent for GnomeSettingsModuleScreensaverClass.
2007-05-17  Rodrigo Moya <rodrigo@gnome-db.org>

	* gnome-settings-screensaver.c: use correct parent for
	GnomeSettingsModuleScreensaverClass.

svn path=/trunk/; revision=7629
2007-05-17 08:47:57 +00:00
Jens Granseuer
dae1952805 minor cleanup and getting rid of unnecessary casts
2007-05-16  Jens Granseuer  <jensgr@gmx.net>

	* appearance-style.c: (prepare_combo), (find_string_in_model),
	(conv_to_widget_cb), (conv_from_widget_cb),
	(update_color_buttons_from_string), (color_button_clicked_cb):
	minor cleanup and getting rid of unnecessary casts

svn path=/trunk/; revision=7628
2007-05-16 16:48:59 +00:00
Denis Washington
c5b68b203c Minor code cleanup.
* appearance-desktop.c: (desktop_init): Minor code cleanup.

svn path=/trunk/; revision=7627
2007-05-16 16:35:28 +00:00
Denis Washington
c2ac13ab3b re-enable drag-and-drop for the wallpaper list.
* appearance-desktop.c: (desktop_init): re-enable drag-and-drop for the 
wallpaper list.

svn path=/trunk/; revision=7626
2007-05-16 16:15:45 +00:00
David Lodge
7270a09cc3 Updated en_GB translation
svn path=/trunk/; revision=7625
2007-05-15 21:36:35 +00:00
Yannig MARCHEGAY
de591bd5e2 + Occitan
svn path=/trunk/; revision=7624
2007-05-15 17:00:11 +00:00
Yannig MARCHEGAY
931f67683f Occitan first translation
svn path=/trunk/; revision=7623
2007-05-15 16:59:43 +00:00
Jens Granseuer
5d5877c4f4 fix button order, remove redundant receives_default, don't mark stock
2007-05-14  Jens Granseuer  <jensgr@gmx.net>

	* appearance.glade: fix button order, remove redundant receives_default,
	don't mark stock labels translatable, and other minor cleanups

svn path=/trunk/; revision=7622
2007-05-14 17:58:01 +00:00
Daniel Nylander
8c95245496 sv.po: Updated Swedish translation
svn path=/trunk/; revision=7621
2007-05-14 17:28:54 +00:00
Thomas Wood
045ad61172 Connect up colour scheme monitor. Hide window on delete, rather than
2007-05-13  Thomas Wood  <thos@gnome.org>

	* appearance-style.c: (prepare_combo): Connect up colour scheme monitor. Hide
	window on delete, rather than destroy. Add an item to the theme lists if the
	current theme is not present already.
	* appearance-themes.c: (theme_custom_cb): Add missing #include. Moved some
	code to appearance-style.c

svn path=/trunk/; revision=7620
2007-05-13 21:26:03 +00:00
Thomas Wood
64c8cbba68 Sort the items in the theme lists
2007-05-13  Thomas Wood  <thos@gnome.org>

	* appearance-style.c: (prepare_combo): Sort the items in the theme lists

svn path=/trunk/; revision=7619
2007-05-13 20:24:14 +00:00
Jens Granseuer
91e5a65efa unref the thumbnail when we're done with it
2007-05-13  Jens Granseuer  <jensgr@gmx.net>

	* appearance-themes.c: (theme_thumbnail_func): unref the thumbnail when
	we're done with it

svn path=/trunk/; revision=7618
2007-05-13 19:33:50 +00:00
Thomas Wood
0b671b7b69 Don't free data we don't own. Prevents crash when changing themes.
2007-05-13  Thomas Wood  <thos@gnome.org>

	* appearance-themes.c: (theme_thumbnail_func): Don't free data we don't own.
	Prevents crash when changing themes.

svn path=/trunk/; revision=7617
2007-05-13 19:30:35 +00:00
Jens Granseuer
fc7b01eb53 fix asynchronous thumbnail generation
2007-05-13  Jens Granseuer  <jensgr@gmx.net>

	* appearance-themes.c: (themes_init), (theme_thumbnail_generate),
	(theme_thumbnail_func): fix asynchronous thumbnail generation

svn path=/trunk/; revision=7616
2007-05-13 19:12:37 +00:00
Thomas Wood
2717cd85e6 Add colour scheme functions
2007-05-13  Thomas Wood  <thos@gnome.org>

	* appearance-style.c: Add colour scheme functions

svn path=/trunk/; revision=7615
2007-05-13 18:23:12 +00:00
Jens Granseuer
3f22b2e8b3 fix duplicate mnemonic
2007-05-13  Jens Granseuer  <jensgr@gmx.net>

	* appearance.glade: fix duplicate mnemonic

svn path=/trunk/; revision=7614
2007-05-13 16:59:24 +00:00
Jens Granseuer
916f12d16e refix button name, too
2007-05-13  Jens Granseuer  <jensgr@gmx.net>

	* appearance-themes.c: (themes_init): refix button name, too

svn path=/trunk/; revision=7613
2007-05-13 16:55:14 +00:00
Jens Granseuer
d693498c6f fix gcc 2 build again (bad thos)
2007-05-13  Jens Granseuer  <jensgr@gmx.net>

	* appearance-themes.c: (themes_init): fix gcc 2 build again (bad thos)

svn path=/trunk/; revision=7612
2007-05-13 16:35:57 +00:00
Jens Granseuer
2e4c1f2e64 use predefined GTK constants for reponse ids
2007-05-13  Jens Granseuer  <jensgr@gmx.net>

	* appearance-desktop.c: (appearance_window_response):
	* appearance.glade: use predefined GTK constants for reponse ids

svn path=/trunk/; revision=7611
2007-05-13 16:26:33 +00:00
Thomas Wood
a0e3a8b48d Use asynchronous methods to generate thumbnails.
2007-05-13  Thomas Wood  <thos@gnome.org>

	* appearance-themes.c: (themes_init), (theme_changed_func): Use asynchronous
	methods to generate thumbnails.

svn path=/trunk/; revision=7610
2007-05-13 16:21:54 +00:00
Jens Granseuer
55f1e82094 now we parse the entire glade file at startup, there's no need to reparse
2007-05-13  Jens Granseuer  <jensgr@gmx.net>

	* appearance-font.c: (cb_details_response), (cb_show_details):
	now we parse the entire glade file at startup, there's no need to
	reparse it for the font details dialog

svn path=/trunk/; revision=7609
2007-05-13 16:20:17 +00:00
Jens Granseuer
150a7cdbf6 update button name, declare variables at beginning of block fix button
2007-05-13  Jens Granseuer  <jensgr@gmx.net>

	* appearance-themes.c: (themes_init): update button name, declare
	variables at beginning of block
	* appearance.glade: fix button group assignment (again)

svn path=/trunk/; revision=7608
2007-05-13 15:59:00 +00:00
Jens Granseuer
ab26956b2e don't leak the WPItems
2007-05-13  Jens Granseuer  <jensgr@gmx.net>

	* gnome-wp-item.c: (gnome_wp_item_free): don't leak the WPItems

svn path=/trunk/; revision=7607
2007-05-13 15:41:30 +00:00
Thomas Wood
33aded2641 - Sort metathemes icon view - Apply theme on selection change - Use theme
2007-05-13  Thomas Wood  <thos@gnome.org>

	* appearance-themes.c: (themes_init), (theme_changed_func),
	(theme_selection_changed_cb), (theme_custom_cb):
	- Sort metathemes icon view
	- Apply theme on selection change
	- Use theme name rather than display name to apply theme

svn path=/trunk/; revision=7606
2007-05-13 15:37:13 +00:00
Thomas Wood
ff9e869641 Move style tab into new window
2007-05-13  Thomas Wood  <thos@gnome.org>

	* appearance-main.c: (init_appearance_data):
	* appearance-themes.c: (themes_init), (theme_activated_cb):
	* appearance.glade:

	Move style tab into new window

svn path=/trunk/; revision=7605
2007-05-13 15:20:18 +00:00