Commit graph

1545 commits

Author SHA1 Message Date
Kjartan Maraas
ae7e92ad37 Revert the previous two commits. It looks like the fix in gnome-vfs to
2005-02-03  Kjartan Maraas  <kmaraas@gnome.org>

	* gnome-theme-info.c: (update_theme_index),
	(top_theme_dir_changed), (top_icon_theme_dir_changed),
	(real_add_top_theme_dir_monitor): Revert the previous
	two commits. It looks like the fix in gnome-vfs to make
	sure gnome_vfs_uri_extract_short_name() doesn't return
	NULL was what we really needed. Please retest to see if
	you can still reproduce the crashes in the theme-manager
	after this change and with the latest gnome-vfs from CVS.
2005-02-03 00:07:37 +00:00
Kjartan Maraas
8740debbb8 More bandaids for test purposes.
2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>

	* gnome-theme-info.c: (update_theme_index),
	(real_add_top_theme_dir_monitor): More bandaids for test
	purposes.
2005-02-02 08:42:45 +00:00
Elijah Newren
74b81bcaae The lack of comprehensiveness of the .cvsignore files were making it hard
2005-02-01  Elijah Newren  <newren@gmail.com>

	The lack of comprehensiveness of the .cvsignore files were making
	it hard to find the files missing from the commit (see bug 143487,
	comment 35).  This should fix that...  :)
2005-02-02 00:57:55 +00:00
Elijah Newren
1a6babf14b The same dufus keeps forgetting to save the ChangeLog before committing... 2005-02-02 00:30:55 +00:00
Elijah Newren
72475688be Fix an infinite loop that was bringing single-CPU systems to their knees.
2005-02-01  Elijah Newren  <newren@gmail.com>

	Fix an infinite loop that was bringing single-CPU systems to their
	knees.  Approved by Kjartan.  #160803

	* gnome-theme-manager.c: (window_settings_changed): keep track of
	the window manager theme last selected and just exit if we are
	already using the one we want
2005-02-02 00:30:04 +00:00
David Sedeño
0b8267577e New install procedure: See bug #102216. Remove
2005-02-01  David Sedeño <david@alderia.com>

	New install procedure: See bug #102216.
	* gnome-theme-details.c: Remove gnome_theme_installer_run_cb,
	gnome_icon_theme_installer_run_cb because gnome_theme_installer_run
	function now detects if it is a icon or theme.
	(gnome_theme_details_init): Remove install buttons in theme details
	window.
	* gnome-theme-installer.c (file_theme_type): Detects the type of the
	theme inspecting the content of the file.
	(transfer_done_targz_idle_cb, transfer_done_tarbz2_idle_cb): Install
	the theme in the correct temp dir.
	(transfer_done_cb): Detects if the file to install it is in the
	correct format and informs the user if it is not supported. Unpack the
	file (informs the user if there are not the correct utility in the
	system) and install the theme in the correct directory.
	(gnome_theme_installer_run): Remove parameter. Now we detect the file
	type.
	* gnome-theme-manager.c (gnome_meta_theme_installer_run_cb,
	gnome_theme_manager_drag_data_received_cb): Call
	gnome_theme_installer_run without the third parameter. Now we detect
	the file type.
	* theme-properties.glade: Removes install buttons in details window.
2005-02-01 22:33:47 +00:00
Kjartan Maraas
454c13566a Try to fix bug #149236 by not freeing stuff already being free'd by the
2005-01-27  Kjartan Maraas  <kmaraas@gnome.org>

	* gnome-theme-info.c: (top_theme_dir_changed),
	(top_icon_theme_dir_changed), (real_add_top_theme_dir_monitor):
	Try to fix bug #149236 by not freeing stuff already being free'd
	by the hash destroy_func. It will leak a bit more, but that can
	be fixed later. Please test this and report success in the report
	mentioned above.
2005-01-27 03:14:14 +00:00
Sergey V. Udaltsov
c8aede029c fixing #164090, big UI change 2005-01-19 23:16:13 +00:00
Sergey V. Udaltsov
43cc057346 fixed #159685 2005-01-16 14:54:13 +00:00
Sergey V. Udaltsov
3d44ca5696 a bit of optimization 2005-01-15 18:50:24 +00:00
Sergey V. Udaltsov
c49aedff2f fixing the current model selection 2005-01-15 18:46:27 +00:00
Sebastien Bacher
e5e68c2647 edit the keybinding when "enter" is pressed (Closes: #127992).
2005-01-13  Sebastien Bacher  <seb128@debian.org>

	* gnome-keybinding-properties.c: (start_editing_kb_cb),
	(setup_dialog): edit the keybinding when "enter" is pressed
	(Closes: #127992).
2005-01-13 01:08:54 +00:00
Sebastien Bacher
6e29105c35 patch from Christian - Manny Calavera - Neumair <chris@gnome-de.org>, add
2005-01-13  Sebastien Bacher  <seb128@debian.org>

        * gnome-ui-properties.c: (setup_dialog):
        * gnome-ui-properties.glade:
        patch from Christian - Manny Calavera - Neumair <chris@gnome-de.org>,
        add an option in the UI to activate menus accelators changes
        (Closes: #148013).
2005-01-13 00:56:07 +00:00
Sebastien Bacher
3aeea5bd84 patch from Adriano Del Vigna <adriano.delvigna@freedows.com> to add a
2005-01-11  Sebastien Bacher  <seb128@debian.org>

	* gnome-network-preferences.c: (create_listmodel),
	(populate_listmodel), (config_treeview), (cb_add_url),
	(cb_remove_url), (cb_dialog_response), (setup_dialog):
	* gnome-network-preferences.glade:
	patch from Adriano Del Vigna <adriano.delvigna@freedows.com> to add
	a proxy exclusion list configuration (Closes: #147666).
2005-01-12 01:30:23 +00:00
Rodney Dawes
9042303784 Fix compile warning for syslangs declaration Wrap g_get_language_names in
2005-01-10  Rodney Dawes  <dobey@novell.com>

	* gnome-wp-xml.c (gnome_wp_xml_load_xml):
	Fix compile warning for syslangs declaration
	Wrap g_get_language_names in #if GLIB_CHECK_VERSION as it is 2.6 API
2005-01-10 15:46:00 +00:00
Rodney Dawes
12c59c7f09 Add new callback routine for when the preview widget in the file chooser
2005-01-09  Rodney Dawes  <dobey@novell.com>

	* gnome-wp-capplet.[ch] (gnome_wp_update_preview): Add new callback
	routine for when the preview widget in the file chooser needs an update
	(wallpaper_properties_init): Set the preview widget in the file chooser
	to a GtkImage object and connect to the update-preview signal for when
	the selected file changes
	- Based on patch from Sebastien Bacher <seb128@debian.org>

	Fixes #139714
2005-01-09 23:57:36 +00:00
Rodney Dawes
b27b907b32 Preload the directory rather than nothing when adding directories for
2005-01-08  Rodney Dawes  <dobey@novell.com>

	* gnome-wp-capplet.c (wallpaper_properties_init): Preload the directory
	rather than nothing when adding directories for gconf notification
2005-01-09 04:15:56 +00:00
Rodney Dawes
bdd4d0142e Add %F to Exec command line
2005-01-08  Rodney Dawes  <dobey@novell.com>

	* background.desktop.in.in: Add %F to Exec command line

	* gnome-wp-capplet.[ch] (gnome_wp_remove_wp): Check that the tree path
	is not NULL before removing items from the list store
	(gnome_wp_load_stuffs): Don't duplicate the code from
	gnome_wp_add_image/gnome_wp_capplet_scroll_to_item  here
	Load any images we were passed on the command line, and free the
	GSList that they were stored in after doing so
	(gnome_wp_file_changed): Clean up to just call gnome_wp_add_image and
	gnome_wp_capplet_scroll_to_item rather than duplicating the code
	(wallpaper_properties_init): Take a poptContext argument now
	Parse the poptContext into a GSList for loading the images from
	(main): Use a clearer variable name for the GnomeProgram object
	Get the poptContext from the GnomeProgram object and pass it through
	to wallpaper_properties_init

	Fixes #120720
2005-01-09 03:53:35 +00:00
Thomas Wood
35037d76ec Load translated XML description elements if available
2005-01-08  Thomas Wood  <thos@gnome.org>

	* gnome-wp-xml.c (gnome_wp_xml_load_xml): Load translated XML
	description elements if available

	Fixes #160700
2005-01-09 01:21:07 +00:00
Sergey V. Udaltsov
d4d9ff7c1f update function names 2005-01-08 21:01:03 +00:00
Rodney Dawes
af6e329871 Fix the leaks in the scaling type option menu creation correctly
2005-01-08  Rodney Dawes  <dobey@novell.com>

	* gnome-wp-capplet.c (wallpaper_properties_init): Fix the leaks
	in the scaling type option menu creation correctly
2005-01-08 20:47:52 +00:00
Sebastien Bacher
ad89ead4da add evolution-2.0 and evolution-2.2 to the mailers list (Closes: #163334).
2005-01-08  Sebastien Bacher  <seb128@debian.org>

        * gnome-default-applications-properties-structs.c: add evolution-2.0
        and evolution-2.2 to the mailers list (Closes: #163334).
2005-01-08 14:47:57 +00:00
Sebastien Bacher
fd1a0c770e fixed the mnemonics for some widgets (Closes: #163227).
2005-01-08  Sebastien Bacher  <seb128@debian.org>

        * gnome-keyboard-properties.glade: fixed the mnemonics for some widgets
        (Closes: #163227).
2005-01-07 23:18:19 +00:00
Sebastien Bacher
dc10539a5f check the permission of the .icons/.themes dir instead of the files in it
2005-01-06  Sebastien Bacher  <seb128@debian.org>

        * gnome-theme-installer.c: (install_dialog_response): check the
        permission of the .icons/.themes dir instead of the files in it
        (Closes: #161649).
2005-01-06 11:54:55 +00:00
Dennis Cranston
495745ad40 HIG corrections. Use HIG capitalization for buttons: "Reset to defaults"
2005-01-05  Dennis Cranston <dennis_cranston@yahoo.com>

	* gnome-keyboard-properties.glade:  HIG corrections.
	Use HIG capitalization for buttons: "Reset to defaults" ->
	"Reset To Defaults".  Use HIG capitalization for window titles:
	"Choose a keyboard model" -> "Choose A Keyboard Model" &
	"Choose a layout" -> "Choose A Layout".  Add a missing ":"
	from "Model" -> "Model:". Remove the dialog separators.
	Use HIG widget padding to match the other capplet dialogs.
2005-01-06 01:56:27 +00:00
Sebastien Bacher
e0a7c3ebf3 fixed a typo in the label-for for the "pixels/second" label (Part of
2005-01-05  Sebastien Bacher  <seb128@debian.org>

        * gnome-accessibility-keyboard-properties.glade: fixed a typo in the
        label-for for the "pixels/second" label (Part of #162368).
2005-01-05 20:46:53 +00:00
Sebastien Bacher
bd99e7e01b fixed a grammar error (Closes: #131521)
2005-01-04  Sebastien Bacher  <seb128@debian.org>

        * gnome-mouse-properties.glade: fixed a grammar error (Closes: #131521)
2005-01-04 09:41:21 +00:00
Sebastien Bacher
0b31b594da use a temporary filename to not overwrite existant files in ~/.themes
2005-01-03  Sebastien Bacher  <seb128@debian.org>

	* gnome-theme-installer.c: (install_dialog_response): use a temporary
	filename to not overwrite existant files in ~/.themes (Closes: #97180).
2005-01-03 18:08:23 +00:00
Sergey V. Udaltsov
b767376b68 a bit of the code cleanup 2005-01-02 02:01:31 +00:00
Sergey V. Udaltsov
0622e2e6ed a bit of the code cleanup 2005-01-02 01:59:28 +00:00
Thomas Cataldo
88cdc89141 plug gconf key leak.
2005-01-02  Thomas Cataldo  <thomas.cataldo@aliacom.fr>

	* gconf-property-editor.c: (gconf_property_editor_finalize): plug
	gconf key leak.

2005-01-02  Thomas Cataldo  <thomas.cataldo@aliacom.fr>

	* gnome-wp-capplet.c: (wallpaper_properties_init): plug icon
	filename leak.
2005-01-02 00:43:06 +00:00
Sebastien Bacher
f5489de525 patch from Heikki Paajanen <hepaajan@iki.fi> (based on the patch
from Andrew Johnson <acjgenius@earthlink.net>)
        to not set "close" as the default button (Closes: #98202).
2005-01-01 23:18:33 +00:00
Sergey V. Udaltsov
0751b3f985 preview is working again! 2004-12-31 00:52:49 +00:00
Sergey V. Udaltsov
e6268243c4 more more use case 2004-12-25 20:50:01 +00:00
Kjartan Maraas
a3b069d6c5 Don't include <gtk/gtk.h> twice. Same (comes in from -installer.h) Same.
2004-12-25  Kjartan Maraas  <kmaraas@gnome.org>

	* gnome-theme-details.c: Don't include <gtk/gtk.h> twice.
	* gnome-theme-installer.c: Same (comes in from -installer.h)
	* gnome-theme-manager.c: Same.
2004-12-25 14:50:28 +00:00
Kjartan Maraas
c24348a264 Forgot this a while back 2004-12-25 14:46:36 +00:00
Sergey V. Udaltsov
dbbb7dc8d5 a bit more logical separator for the layouts popup 2004-12-25 02:28:11 +00:00
Sergey V. Udaltsov
6413e8586c a tiny bit of doc 2004-12-24 21:43:27 +00:00
Sebastien Bacher
d9b116a8e7 fixed a typo (Closes: #162094).
2004-12-23  Sebastien Bacher  <seb128@debian.org>

	* gnome-about-me.glade: fixed a typo (Closes: #162094).
2004-12-23 17:09:26 +00:00
Sergey V. Udaltsov
7ecb79383c enable/disable default group depending on the WPG setting 2004-12-21 02:25:32 +00:00
Sergey V. Udaltsov
9a171517c1 big change in the layout - layout selection popup introduced 2004-12-20 23:52:41 +00:00
Sergey V. Udaltsov
f5fb13632f reflect libgswitchit changes 2004-12-18 04:38:49 +00:00
Sebastien Bacher
f91325b4cd changed the tooltips to respect the HIG. 2004-12-15 13:58:56 +00:00
Rodney Dawes
abc91a9a24 Fix the ngettext calling bit to actually work, and move the %d into the
2004-12-11  Rodney Dawes  <dobey@novell.com>

	* gnome-wp-item.c (gnome_wp_item_update_description):
	Fix the ngettext calling bit to actually work, and move the %d into
	the format string for g_strdup_print, so we don't say "%d pixels"
2004-12-11 20:31:40 +00:00
Rodney Dawes
418952b21a Change the description to use "W pixels x H pixels" and ngettext for each
2004-12-10  Rodney Dawes  <dobey@novell.com>

	* gnome-wp-item.c (gnome_wp_item_update_description):
	Change the description to use "W pixels x H pixels" and ngettext for
	each individual part, instead of just "W x H pixels" (#151425)

	* gnome-wp-xml.c (gnome_wp_xml_load_xml): Don't duplicate check to
	make sure that the root element is not NULL
2004-12-11 03:52:09 +00:00
Sergey V. Udaltsov
1f98a6b436 using XklGetMaxNumGroups 2004-12-09 02:02:16 +00:00
Sebastien Bacher
58a37359a4 use "Preferences" for the window title (like the other capplets) instead
2004-12-03  Sebastien Bacher  <seb128@debian.org>

	* gnome-network-preferences.glade: use "Preferences" for the window
	title (like the other capplets) instead of "Configuration",
	bug noticed by Lars Weber <me@lars.in-berlin.de> (Closes: #132391).
2004-12-03 10:00:26 +00:00
Bastien Nocera
41889beb0c Patch from Michal Bukovjan <bukovjan@mbox.dkm.cz> to handle backspace in
2004-11-30  Bastien Nocera  <hadess@hadess.net>

	* eggcellrendererkeys.c: (grab_key_callback): Patch from
	Michal Bukovjan <bukovjan@mbox.dkm.cz> to handle backspace in multi-
	layout setups correctly (Closes: #154492)
2004-11-30 13:08:12 +00:00
Sebastien Bacher
048188955e use the right name for each browser instead of listing different names for
2004-11-30  Sebastien Bacher  <seb128@debian.org>

	* gnome-default-applications-properties-structs.c: use the right name
	for each browser instead of listing different names for some entry
	(#155246).
2004-11-30 01:22:50 +00:00
Sergey V. Udaltsov
77e018d875 preview - only for XKB 2004-11-29 20:33:19 +00:00