Commit graph

1801 commits

Author SHA1 Message Date
Kjartan Maraas
6a31b18343 Plug a few leaks. Bug #376949.
2006-12-08  Kjartan Maraas  <kmaraas@gnome.org>

	* gnome-theme-manager.c: (meta_theme_selection_changed):
	Plug a few leaks. Bug #376949.
2006-12-08 17:17:29 +00:00
Kjartan Maraas
c06b48b3ee Pass NULL to gtk_label_new() to do a bit less work. Bug #376949.
2006-12-08  Kjartan Maraas  <kmaraas@gnome.org>

	* file-transfer-dialog.c: (file_transfer_dialog_init):
	Pass NULL to gtk_label_new() to do a bit less work.
	Bug #376949.
2006-12-08 16:36:36 +00:00
Kjartan Maraas
ff19eed151 Fix a bunch of leaks from gconf_client_get_string() Bug #376949.
2006-12-08  Kjartan Maraas  <kmaraas@gnome.org>

	* gnome-da-capplet.c: (web_combo_changed_cb),
	(mail_combo_changed_cb), (terminal_combo_changed_cb):
	Fix a bunch of leaks from gconf_client_get_string()
	Bug #376949.
2006-12-08 16:34:38 +00:00
Kjartan Maraas
a4cbbfc655 Plug some leaks. Bug #376949.
2006-12-08  Kjartan Maraas  <kmaraas@gnome.org>

	* gnome-localization-properties.c: (languages_changed_cb),
	(languages_sorted_cb), (fill_region_option_menu), (setup_dialog):
	Plug some leaks. Bug #376949.
2006-12-08 16:32:37 +00:00
Kjartan Maraas
2252b81ff4 Don't leak the resolution. Pass NULL to gtk_label_new to do less work. Bug
2006-12-08  Kjartan Maraas  <kmaraas@gnome.org>

	* main.c: (wrap_in_label), (create_dialog):
	Don't leak the resolution. Pass NULL to gtk_label_new
	to do less work. Bug #376949.
2006-12-08 16:28:51 +00:00
Kjartan Maraas
af4e0b168a Fix a warning about unused result from g_slist_append().
2006-12-08  Kjartan Maraas  <kmaraas@gnome.org>

	* gnome-network-preferences.c: (cb_add_url):
	Fix a warning about unused result from g_slist_append().
2006-12-08 16:04:08 +00:00
Thomas Wood
6205745414 - Cleanup some of the install code - Implement bug 325300 - Theme manager
2006-12-03  Thomas Wood  <thos@gnome.org>

	* gnome-theme-installer.c: (theme_properties_free),
	(file_theme_type), (missing_utility_message_dialog),
	(extract_files_error_dialog), (transfer_done_targz_idle_cb),
	(transfer_done_tarbz2_idle_cb), (transfer_done_cb),
	(gnome_theme_install_from_uri), (gnome_theme_installer_run):

	- Cleanup some of the install code
	- Implement bug 325300 - Theme manager should be able to handle archives
	  with icon, gtk+ and metacity themes
	- Implement bug 326103 - Allow installing a theme from a directory
2006-12-03 14:57:45 +00:00
Thomas Wood
14b930cf5d Applied patch from bug 378680 (leak in file_theme_type() in
2006-11-27  Thomas Wood  <thos@gnome.org>

	* gnome-theme-installer.c: (file_theme_type): Applied patch from
	bug 378680 (leak in file_theme_type() in theme-switcher)
2006-11-27 09:44:06 +00:00
Thomas Wood
ce90ac9adc (gnome_theme_installer_run): Open transfer dialog with transient parent
2006-11-13  Thomas Wood  <thos@gnome.org>

	(gnome_theme_installer_run): Open transfer dialog with transient
	parent set

	* gnome-theme-details.c: (remove_theme), (color_select),
	(toggle_color_scheme_key), (gnome_theme_details_init),
	(update_color_buttons_from_string),
	(gnome_theme_details_update_from_gconf):
	* gnome-theme-installer.c: (gnome_theme_install_from_uri),
	* gnome-theme-installer.h:
	* gnome-theme-manager.c: (free_all),
	(gnome_theme_manager_drag_data_received_cb), (main):
	* gnome-theme-manager.h:
	* gnome-theme-save.c: (save_dialog_response):
	* theme-properties.glade:

	- Add a colours tab to change gtk-color-scheme setting
2006-11-13 16:01:42 +00:00
Thomas Wood
ee7b3b2a68 Clean up file transfer dialog. Closes bug 319926 (Wrong path displayed on
2006-11-01  Thomas Wood  <thos@gnome.org>

	* file-transfer-dialog.c: (file_transfer_dialog_update_num_files),
	(file_transfer_dialog_set_prop), (file_transfer_dialog_class_init),
	(file_transfer_dialog_init),
	(file_transfer_dialog_new_with_parent),
	(file_transfer_dialog_update_cb):
	* file-transfer-dialog.h:

	Clean up file transfer dialog. Closes bug 319926 (Wrong path displayed
	on icon theme installation).
2006-11-01 14:25:02 +00:00
Thomas Wood
ba49c1df5f Hopefully fix bug 352490
2006-10-27  Thomas Wood  <thos@gnome.org>

	* gnome-theme-installer.c: (transfer_done_cb): Hopefully fix bug
	352490
2006-10-27 12:52:22 +00:00
Sergey V. Udaltsov
ada87a95f2 Changing library dependency from virtual libgswitchit/libkbdraw to normal libgnomekbd 2006-10-18 22:37:40 +00:00
Rodrigo Moya
4c36d3211b Fixes #163690
2006-10-16  Rodrigo Moya <rodrigo@novell.com>

	Fixes #163690

	* gnome-mouse-properties.glade: reordered the widgets for A11Y. Patch
	from Sven Herzberg  <herzi@gnome-de.org>.
2006-10-16 11:58:33 +00:00
Rodrigo Moya
5cbd49e048 Fixes #163690
2006-10-16  Rodrigo Moya <rodrigo@novell.com>

	Fixes #163690

	* gnome-mouse-properties.glade: reordered the widgets for A11Y.
2006-10-16 11:58:05 +00:00
Sven Herzberg
1240d4061c also display the default theme (though without a preview for technical
2006-08-16  Sven Herzberg  <herzi@gnome-de.org>

	* gnome-mouse-properties.c: also display the default theme (though
	without a preview for technical reasons); fixes bug #322514
2006-10-16 11:56:01 +00:00
Luca Cavalli
0ef5d2aaf1 Added support for legacy gconf key. Based on a patch from Sven Herzberg
2006-10-09  Luca Cavalli  <lcavalli@cvs.gnome.org>

	* gnome-da-capplet.c: (web_gconf_changed_cb):
	* gnome-da-capplet.h:

	Added support for legacy gconf key. Based on a patch from Sven
	Herzberg <herzi@gnome-de.org>. Closes bug #359986.
2006-10-16 11:39:26 +00:00
Sergey V. Udaltsov
b80c4d2ad3 indenting capplet sources 2006-10-05 18:12:37 +00:00
Thomas Wood
8ec1c4b758 Add an install-theme command line option. Fixes bug 354581 - Theme manager
2006-10-02  Thomas Wood  <thos@gnome.org>

        * gnome-theme-manager.c: (load_meta_themes), (main): Add an
        install-theme command line option. Fixes bug 354581 - Theme manager
        has no CLI tool to install themes.
2006-10-02 22:12:30 +00:00
Thomas Wood
717180a49e Allows the text in the details dialog lists to ellipsise, and sets a
2006-09-30  Thomas Wood  <thos@gnome.org>

	* gnome-theme-details.c: (setup_tree_view):
	* theme-properties.glade:

	Allows the text in the details dialog lists to ellipsise, and sets a minimum width
	for the dialog. Fixes bug 355269 (Theme manager dialog width)
2006-09-30 16:17:46 +00:00
Thomas Wood
0f0600a445 Set the gtk icon theme setting. Fixes bug 355268 - "Open" icon on button
2006-09-30  Thomas Wood  <thos@gnome.org>

	* theme-thumbnail.c: (create_image): Set the gtk icon theme setting.
	Fixes bug 355268 - "Open" icon on button preview not working
2006-09-30 15:48:35 +00:00
Matt Keenan
83c92004ca Fixes #349079
2006-09-15  Matt Keenan <matt.keenan@sun.com>

	Fixes #349079

	* gnome-about-me-password.c (spawn_passwd): don't use stdin, stdout
	and stderr as variable names. Fixes compilation issue on Sun Studio
	compiler.
2006-09-15 11:14:30 +00:00
Brian Cameron
f21f40313f Fixes #356075
2006-09-15  Brian Cameron <brian.cameron@sun.com>

	Fixes #356075

	* main.c (apply_config, revert_config): make sure we never pass
	negative values for the rates.
2006-09-15 11:08:41 +00:00
Rodrigo Moya
6534f723c6 Fixes #356074
2006-09-15  Rodrigo Moya <rodrigo@novell.com>

	Fixes #356074

	* gnome-keyboard-properties-xkb.c (set_model_text): make sure 'model'
	is never NULL. Original patch from Brian Cameron <brian.cameron@sun.com>.
2006-09-15 11:04:17 +00:00
Thomas Wood
99185b38d9 Fixes bug 331835 (Missing maximize button) by making the main window
2006-08-28  Thomas Wood  <thos@gnome.org>

        * theme-properties.glade: Fixes bug 331835 (Missing maximize button)
        by making the main window Normal rather than Dialog.
        * ChangeLog: Converted to utf-8!
2006-08-28 20:48:25 +00:00
Thomas Wood
55a7bb8a47 Applied first two patches from bug 351521
2006-08-21  Thomas Wood  <thos@gnome.org>

        * gnome-theme-manager.c: (queue_pixbuf_generation),
        (pixbuf_idle_func), (load_meta_themes): Applied first two patches from bug 351521
2006-08-21 22:13:51 +00:00
Rodney Dawes
a853fff02c Use preferences-desktop-wallpaper as the icon name per the Icon Naming
2006-08-18  Rodney Dawes  <dobey@novell.com>

	* background.desktop.in.in: Use preferences-desktop-wallpaper as the
	icon name per the Icon Naming Specification
	* gnome-background-properties.glade: Set the icon name for the window
	to be preferences-desktop-wallpaper as per the naming spec
	* gnome-wp-capplet.[ch]: Remove GtkIconTheme instance from structure
	(gnome_wp_icon_theme_changed): Don't need this method any longer
	(wallpaper_properties_init): Remove unused variables
	Don't need to get the icon_info to load a pixbuf and set an icon, from
	the theme any longer, as we can just specify the icon with one call
	Don't need the extra _ensure_style call here
2006-08-18 15:14:49 +00:00
Rodney Dawes
7942069236 Set the content area border to 0 in the parsed rc string Remove the
2006-08-18  Rodney Dawes  <dobey@novell.com>

	* gnome-wp-capplet.c (wallpaper_properties_init): Set the content area
	border to 0 in the parsed rc string
	Remove the set_border_width calls for the dialog's vbox and action area

	Fixes #332830
2006-08-18 14:53:38 +00:00
Rodrigo Moya
925d55eb2d free 'resolution' string after using it, not before. Found by Kjartan
2006-08-18  Rodrigo Moya <rodrigo@novell.com>

	* main.c (create_dialog): free 'resolution' string after using it,
	not before. Found by Kjartan Maraas  <kmaraas@gnome.org>.
2006-08-18 11:35:32 +00:00
Thomas Wood
217dfda275 Modified patch from bug 351378. Fixes bug 351378 and bug 171634.
2006-08-17  Thomas Wood  <thos@gnome.org>

	* capplets/common/theme-thumbnail.c: (fake_expose_widget),
	(hbox_foreach), (create_image): Modified patch from bug 351378.
	Fixes bug 351378 and bug 171634.
2006-08-17 17:37:44 +00:00
Sven Herzberg
f6691b0266 also display the default theme (though without a preview for technical
2006-08-16  Sven Herzberg  <herzi@gnome-de.org>

        * gnome-mouse-properties.c: also display the default theme (though
	without a preview for technical reasons); fixes bug #322514
2006-08-16 17:16:13 +00:00
Christian Persch
42691c98b1 Fixes #350556
2006-08-10  Christian Persch  <chpe@gnome.org>

	Fixes #350556

	* sound-properties-capplet.c (add_selected_device): fixed mem leak.
2006-08-10 11:51:46 +00:00
Willie Walker
8895b85431 Fixes #348630
2006-08-07  Willie Walker <william.walker@sun.com>

	Fixes #348630

	* at-startup-session.c (at_startup_state_init, at_startup_state_update):
	look for orca binary in path.

	* at-startup-session.h: added new fields to enabled union.

	* main.c (init_startup_state): added information about orca.
2006-08-07 09:52:38 +00:00
Rodrigo Moya
061f800c68 Fixes #348847
2006-08-07  Rodrigo Moya <rodrigo@novell.com>

	Fixes #348847

	* keyboard.desktop.in.in: fixed GNOME Bugzilla strings.
2006-08-07 09:28:03 +00:00
Rodrigo Moya
331dfdbc69 Fixed date 2006-08-07 09:25:38 +00:00
Rodrigo Moya
5585cec682 Fixes #348844
2006-08-07  Rodrigo Moya <rodrigo@novell.com>

	Fixes #348844

	* gnome-ui-properties.desktop.in.in: fixed GNOME Bugzilla strings.
2006-08-07 09:24:35 +00:00
Rodrigo Moya
af682d5234 Fixes #348838
2006-08-07  Rodrigo Moya <rodrigo@novell.com>

	Fixes #348838

	* display-properties.desktop.in.in: Fixed GNOME Bugzilla fields.
2006-08-07 09:20:27 +00:00
Rodrigo Moya
a2bd3d20f0 Fixes #348832
2006-07-08  Rodrigo Moya <rodrigo@novell.com>

	Fixes #348832

	* at-properties,desktop.in.in: Use correct Bugzilla component.
2006-08-07 09:15:00 +00:00
Sebastien Bacher
4b54253c4a fix build with the new libebook API (Closes: #348821) 2006-08-06 22:45:09 +00:00
Sebastien Bacher
598b331489 fix build with gcc-2.95, patch by Jens Granseuer <jensgr@gmx.net> (Closes:
2006-08-07  Sebastien Bacher  <seb128@debian.org>

	* main.c: (create_rotate_menu): fix build with gcc-2.95,
	  patch by Jens Granseuer <jensgr@gmx.net> (Closes: #347611)
2006-08-06 22:36:00 +00:00
Sebastien Bacher
301ba51062 set "label for" and "labelled by" properties for the capplet, patch by
2006-08-07  Sebastien Bacher  <seb128@debian.org>

	* gnome-network-preferences.glade:
	set "label for" and "labelled by" properties for the capplet,
	patch by Willie Walker <william.walker@sun.com> (Closes: #342121)
2006-08-06 22:25:51 +00:00
Klaus Pedersen
5cfeb27ac8 Fixes #349254
2006-08-02  Klaus Pedersen <klaus.kruse.pedersen@mail.tele.dk>

	Fixes #349254

	* sound-properties-capplet.c: removed unneeded header file.
2006-08-02 11:10:16 +00:00
Rob Bradford
3e77c9e063 Fixes #346041
2006-07-27  Rob Bradford <robster@debian.org>

	Fixes #346041

	* gnome-theme-manager.[ch]:
	* theme-properties.glade: added support for locking down theme.
2006-07-27 13:21:27 +00:00
Gary Coady
66a2288fc4 Fixes #333576
2006-07-27  Gary Coady <gary@lyranthe.org>

	Fixes #333576

	* gnome-keybinding-properties.c (accel_edited_callback): don't assume
	defines are contiguous.
2006-07-27 11:42:11 +00:00
Ali Akcaagac
77dcdf8760 Fixes #348755
2006-07-26  Ali Akcaagac <aliakc@web.de>

	Fixes #348755

	* sound-properties-capplet.c: only include libhal if HAL is enabled.
2006-07-26 13:25:04 +00:00
Thomas Wood
189a2f4f7e Don't attempt to load window manager theme name from an unknown window
2006-07-25  Thomas Wood  <thos@gnome.org>

	* gnome-theme-details.c: (window_theme_selection_changed),
	(gnome_theme_details_update_from_gconf): Don't attempt to load window
	manager theme name from an unknown window manager (fixes bug 333276 -
	gnome-theme-manager crashes with xgl/compiz)
2006-07-25 09:39:35 +00:00
Sven Herzberg
df1378de7b use ngettext() correctly
2006-07-24  Sven Herzberg  <herzi@gnome-de.org>

        * gnome-mouse-properties.c: use ngettext() correctly
2006-07-24 12:38:02 +00:00
Sven Herzberg
c5b89b3fe1 fix the non-xcursor case for solaris; closes: #319125 (based upon patch
2006-07-24  Sven Herzberg  <herzi@gnome-de.org>

        * gnome-mouse-properties.c: fix the non-xcursor case for solaris;
	closes: #319125 (based upon patch from Glynn Foster)
2006-07-24 11:52:35 +00:00
Sebastien Bacher
c7a822c879 patch by Kevin Bauder <kevin.bauder@gmail.com>, "Replaced deprecated
2006-07-23  Sebastien Bacher  <seb128@debian.org>

	* gconf-property-editor.c: (peditor_color_value_changed),
	(peditor_color_widget_changed), (gconf_peditor_new_color):
	patch by Kevin Bauder <kevin.bauder@gmail.com>,
	"Replaced deprecated GnomeColorPicker with GtkColorButton."
	(Closes: #171680)
2006-07-23 14:49:38 +00:00
Sebastien Bacher
88e52ddfad don't use the Application category for the .desktops, use the HardwareSettings
one for some, patch by Vincent Fretin <vincent.fretin@gmail.com>
(Closes: #344321)
2006-07-23 10:52:01 +00:00
Thomas Wood
dfc458487c Made the installation message dialog more HIG compliant, as per comments
2006-07-14  Thomas Wood  <thos@gnome.org>

        * gnome-theme-installer.c:
        (transfer_done_cb): Made the installation message dialog more HIG
        compliant, as per comments from bug 167045. Also reinstated the fix
        for bug 316800.
        (gnome_theme_installer_run): Remove invalid, and also duplicate, check
        for the tar utility.
2006-07-14 16:10:41 +00:00