Commit graph

1437 commits

Author SHA1 Message Date
Padraig O'Briain
9968efd781 Add mnemnoic widget for "Interval before raising" and add some
2004-07-06  Padraig O'Briain <padraig.obriain@sun.com>

	* gnome-window-properties.glade:  Add mnemnoic widget for
	"Interval before raising" and add some label-for/labelled-by
	relations. Fixes bug #144586.
2004-07-06 12:36:51 +00:00
Padraig O'Briain
6a2714a6b5 Add label-for/ labelled-by relations. Fixes bug #144174.
2004-07-06  Padraig O'Briain <padraig.obriain@sun.com>

	* gnome-accessibility-keyboard-properties.glade:  Add label-for/
	labelled-by relations. Fixes bug #144174.
2004-07-06 09:49:05 +00:00
Rodney Dawes
4d87d80f3e Update copyright info to have correct years (2003-2004)
2004-06-28  Rodney Dawes  <dobey@novell.com>

	* *.[ch]: Update copyright info to have correct years (2003-2004)

	* gnome-wp-capplet.c (gnome_wp_capplet_scroll_to_item):
	Abstract this code out so that we don't have to duplicated it every
	time we want to scroll to a particular item in the list

	(gnome_wp_add_image): Update this to return the new item that we
	created, and don't scroll to or set as the wallpaper, every time we
	call this function
	Use the new gnome_wp_item_new () call to create items

	(gnome_wp_add_images): Change the API to not use the files argument
	any longer, as we don't need it without the GTK+ 2.2 compat code
	Add all the items to the list and select the last one when finished

	(gnome_wp_file_open_dialog): Update to not pass in the files argument
	to gnome_wp_add_images () and free the GSList of filenames

	(bg_add_multiple_files): merge this code into the normal callback for
	when images are dragged to the dialog

	(bg_properties_dragged_image): Don't check if the list is more than
	1 or not here, and always call gnome_wp_add_images () with the full
	list that we are given
	Convert the GList of GnomeVFSURIs that we get from gnome-vfs to a
	GSList of char * uris to pass into gnome_wp_add_images ()

	(gnome_wp_load_stuffs, gnome_wp_file_changed):
	Use the new gnome_wp_capplet_scroll_to_item () and gnome_wp_item_new ()
	API calls instead of duplicating code

	* gnome-wp-capplet.h: Remove the GConf key path defines from here

	* gnome-wp-item.[ch]: Add the gnome_wp_item_new () call to create the
	GnomeWPItem structure for storing wallpapers in

	* gnome-wp-utils.h: Put the GConf key path defines in here

	* gnome-wp-xml.c (gnome_wp_load_legacy): Use the gnome_wp_item_new ()
	call to create items from the old legacy (XD2 capplet) list file
2004-06-28 18:51:21 +00:00
Muktha
17606cbd44 Allow only numeric values in spin buttons. Fixes #138654.
2004-06-26  Muktha <muktha.narayan@wipro.com>

        * gnome-network-preferences.glade: Allow only numeric values in
        spin buttons. Fixes #138654.
2004-06-26 09:38:26 +00:00
Jody Goldberg
da6f208ebb Clear out some old patches
2004-06-08  Jody Goldberg <jody@gnome.org>

	http://bugzilla.gnome.org/show_bug.cgi?id=143975
	* gnome-default-applications-properties-structs.c : quick fix
2004-06-25 20:52:55 +00:00
Leena Gunda
4b5e158ec2 set sensitivity of audible/visual bell options only if XKB enabled.
2004-06-22  Leena Gunda  <leena.gunda@wipro.com>

        * sound-properties-capplet.c:
        (create_dialog): set sensitivity of audible/visual bell
        options only if XKB enabled.
        (CheckXKB): function to check if XKB support available.
        Fixes bug #144090
2004-06-22 09:09:19 +00:00
Jonathan Blandford
21dab40205 Set the radio group to be inconsistent if no matching modifier is found.
Mon Jun 21 15:52:57 2004  Jonathan Blandford  <jrb@gnome.org>

        * gnome-window-properties.c (set_alt_click_value): Set the radio
        group to be inconsistent if no matching modifier is found.

        * gnome-window-properties.c (reload_settings): Check for NULL,
        141453

Mon Jun 21 17:41:23 2004  Jonathan Blandford  <jrb@gnome.org>

        * gnome-window-manager.c (gnome_wm_settings_copy|free): add copy
        and free functions for the WM settings.
2004-06-22 01:50:50 +00:00
David Sedeño
fbd55c22a8 Change mnemonic for Username. Fixes bug #144333
2004-06-21  David Sedeño <david@alderia.com>

        * gnome-network-preferences.glade: Change mnemonic for Username.
        Fixes bug #144333
2004-06-21 19:34:02 +00:00
David Sedeño
f0a452b3f7 (http://bugzilla.gnome.org/show_bug.cgi?id=143958) Revert option added.
2004-06-20  David Sedeño <david@alderia.com>

        (http://bugzilla.gnome.org/show_bug.cgi?id=143958)
        * gnome-theme-manager.c, theme-properties.glade: Revert option added.
        Two now gboolean global var: 'themes_loaded' to check if its the first
        time that has cold meta_theme_selection_changed. 'rervert' to known
        in the same function if the selection has change because a revert.
        (meta_theme_selection_changed):  If it's the same time, save the
        initial theme in initial_meta_theme_info. If the selection has change
        because a revert click, set the sensitive of the revert button
        to false.
        (revert_theme_clicked): callback for the revert button clicked signal.
        Set the initial_meta_theme and set sensitive to FALSE.
        (setup_dialog): Added the revert button to the gtk_size_group, connect
        the clicked callback and set sensitive initially to FALSE.
2004-06-20 11:02:04 +00:00
Bastien Nocera
6be6e425ed cleanups, and warning fixes
2004-06-15  Bastien Nocera  <hadess@hadess.net>

	* actions/acme-fb-level.c: (acme_fblevel_init):
	* actions/acme-volume-alsa.c: (acme_volume_alsa_init),
	(acme_volume_alsa_class_init):
	* actions/acme-volume-gstreamer.c: (acme_volume_gstreamer_init):
	* actions/acme-volume-oss.c: (acme_volume_oss_init),
	(acme_volume_oss_class_init):
	* actions/acme-volume.c: (acme_volume_class_init),
	(acme_volume_init): cleanups, and warning fixes

2004-06-15  Bastien Nocera  <hadess@hadess.net>

	* .cvsignore: upd
2004-06-15 15:39:36 +00:00
David Sedeño Fernández
6074ae0a46 http://bugzilla.gnome.org/show_bug.cgi?id=136483
* main.c (run_revert_dialog, cb_dialog_response) : Hide
the configuration dialog and center the confirmation one.
2004-06-10 21:34:39 +00:00
David Sedeño
a5226ed52e http://bugzilla.gnome.org/show_bug.cgi?id=137579 Put title to the
2004-06-09  David Sedeño <david@alderia.com>

	http://bugzilla.gnome.org/show_bug.cgi?id=137579
	* main.c (main) : Put title to the confirmation dialog box
2004-06-09 21:39:41 +00:00
Kaushal Kumar
c42e05a7e7 Associate the help button response with the appropriate callback. Fixes
2004-06-07  Kaushal Kumar  <kaushal.kumar@wipro.com>

        * gnome-window-properties.c (response_cb): Associate the help
        button response with the appropriate callback.
        Fixes bug #141391.
2004-06-07 11:41:13 +00:00
Ole Laursen
a6d057d8db Revamped the internal design and inserted headings to make the layout
2004-05-30  Ole Laursen  <olau@hardworking.dk>

	* gnome-window-properties.glade: Revamped the internal design and
	inserted headings to make the layout cleaner.
2004-06-01 17:24:00 +00:00
Muktha
0bcf4f2771 Avoid recursive call of this function when the icon file is not found.
2004-19-05  Muktha  <muktha.narayan@wipro.com>

       * mime-type-info.c (get_icon_pixbuf): Avoid recursive call of this
       function when the icon file is not found. Fixes file-types capplet
       hang. Bug #142894.
2004-05-27 09:35:24 +00:00
Padraig O'Briain
9d1a12fee0 Set accessible name for GtkTreeViews in Theme Details dialog. Fixes bug
2004-05-27  Padraig O'Briain <padraig.obriain@sun.com>

	* theme-properties.glade: Set accessible name for GtkTreeViews
	in Theme Details dialog. Fixes bug #142402.
2004-05-27 06:53:48 +00:00
Muktha Narayan
6c84203b0c New (wallpaper_properties_init): Add accessible names.
2004-05-14  Muktha Narayan <muktha.narayan@wipro.com>

	* gnome-wp-capplet.c (set_accessible_name): New
	(wallpaper_properties_init): Add accessible names.

	Fixes #142517
2004-05-18 16:29:29 +00:00
Padraig O'Briain
fd088b443a Mark accessible names for translation. Fixes bug #136291.
2004-05-18  Padraig O'Briain <padraig.obriain@sun.com>

	* gnome-network-preferences.glade: Mark accessible names for
	translation. Fixes bug #136291.
2004-05-18 12:56:47 +00:00
Jody Goldberg
9ed37401fb For : Michael Terry <mike@mterry.name>
2004-05-09 Jody Goldberg <jody@gnome.org>

	For : Michael Terry <mike@mterry.name>
	http://bugzilla.gnome.org/show_bug.cgi?id=99529
	* gnome-keybinding-properties.c : remove functions dealing with
	  the keyboard theme
	* gnome-keybinding-properties.glade : remove keyboard theme option
	  box and keyboard shortcut label
2004-05-17 16:25:01 +00:00
Jody Goldberg
5e25052341 http://bugzilla.gnome.org/show_bug.cgi?id=142190
2004-05-17  Jody Goldberg <jody@gnome.org>

	http://bugzilla.gnome.org/show_bug.cgi?id=142190
	http://bugzilla.gnome.org/show_bug.cgi?id=142191
	* font-properties.glade : fix conflicting mnemonics
2004-05-17 15:49:33 +00:00
Jody Goldberg
597b552366 http://bugzilla.gnome.org/show_bug.cgi?id=142191 fix conflicting mnemonics
2004-05-17  Jody Goldberg <jody@gnome.org>

	http://bugzilla.gnome.org/show_bug.cgi?id=142191
	* font-properties.glade : fix conflicting mnemonics
2004-05-17 15:48:00 +00:00
Jody Goldberg
746507f27e From ruben@lambda1.be
2004-05-11  Jody Goldberg <jody@gnome.org>

	From ruben@lambda1.be
	https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=140047
	* main.c (main) : s/XServer/X Server/
	and a patch to use g_signal_connect to avoid a warning
2004-05-11 22:49:11 +00:00
Rodney Dawes
5048e133c5 Remove the #if checks for GTK+ 2.3.0 and get rid of the compatibility code
2004-04-27  Rodney Dawes  <dobey@ximian.com>

	* gnome-wp-capplet.c (gnome_wp_file_open_dialog):
	(wallpaper_properties_init): Remove the #if checks for GTK+ 2.3.0 and
	get rid of the compatibility code for building against 2.2
2004-04-28 01:13:59 +00:00
Rodney Dawes
335d84f09b Use the more correct "Add Wallpaper" term for the file chooser window
2004-04-24  Rodney Dawes  <dobey@ximian.com>

	* gnome-wp-capplet.c (wallpaper_properties_init): Use the more correct
	"Add Wallpaper" term for the file chooser window title

	Fixes #135084
2004-04-24 17:08:09 +00:00
Shailesh Mittal
dbb7a4c042 Creating an IPv6 socket if AF_INET6 is defined on the system. If IPv6
2003-06-10  Shailesh Mittal  <shailesh.mittal@wipro.com>

	* libuuid/gen_uuid.c (get_node_id): Creating an IPv6 socket if AF_INET6
	is defined on the system. If IPv6 socket cannot be created, then we are
	falling back to IPv4 socket creation, as was done previously.
2004-04-21 18:18:58 +00:00
Jody Goldberg
d8c92944b4 post branch release bump to 2.7.0
2004-04-16  Jody Goldberg <jody@gnome.org>

	* configure.in : post branch release bump to 2.7.0

2004-04-16  Jody Goldberg <jody@gnome.org>

	From paolo borelli :
	http://bugzilla.gnome.org/show_bug.cgi?id=139723
	* gnome-keybinding-properties.c (accel_edited_callback) : fix leak
2004-04-16 14:44:28 +00:00
Jody Goldberg
d58e918c83 Release 2.6.1
2004-04-15  Jody Goldberg <jody@gnome.org>

	* Release 2.6.1
2004-04-16 02:32:42 +00:00
Jody Goldberg
f13ff93f8f For Alex Larsson :
2004-04-15  Jody Goldberg <jody@gnome.org>

	For Alex Larsson :
	https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=119494
	* main.c : fix reverting size change
2004-04-15 21:14:50 +00:00
Jody Goldberg
8f34dac57d http://bugzilla.gnome.org/show_bug.cgi?id=139605 mouse buttons should not
2004-04-15  Jody Goldberg <jody@gnome.org>

	http://bugzilla.gnome.org/show_bug.cgi?id=139605
	* eggcellrendererkeys.c (grab_key_callback) : mouse buttons should not
	  be valid modifiers.

2004-04-15  Jody Goldberg <jody@gnome.org>

	* configure.in : Force libxklavier 1.0.2 so that we can work with
	  x.org and xfree86
2004-04-15 18:32:22 +00:00
Rodney Dawes
e55a044b54 Use g_utf8_collate to sort the descriptions, rather than a strcmp, so that
2004-04-10  Rodney Dawes  <dobey@ximian.com>

	* gnome-wp-capplet.c (gnome_wp_list_sort): Use g_utf8_collate to sort
	the descriptions, rather than a strcmp, so that we follow the locale
	settings for LC_COLLATE

	Fixes #139517
2004-04-10 21:15:36 +00:00
Rodney Dawes
f8bf27b4bc Rever the previous patch to Fix #135084 as it breaks string freeze
2004-04-08  Rodney Dawes  <dobey@ximian.com>

	* gnome-wp-capplet.c (wallpaper_properties_init): Rever the previous
	patch to Fix #135084 as it breaks string freeze
2004-04-08 20:45:21 +00:00
Jody Goldberg
20627f1698 sync the icon with the desktop file
2004-04-07  Jody Goldberg <jody@gnome.org>

	* gnome-network-preferences.c : sync the icon with the desktop file
2004-04-07 14:36:50 +00:00
Jody Goldberg
2908fb0c57 Merge in some pending patches from Sun
- correct unregistration of keybindings in a multiheaded environment
- have top level window icons respect icon themes
2004-04-07 14:33:18 +00:00
Jody Goldberg
18573116d9 that was not supposed to go in yet 2004-04-07 04:47:18 +00:00
Chris Lahey
ab3bfd09ba Made this delay by a tenth of a second. This seems to make it not reload
2004-03-11  Chris Lahey  <clahey@rigger.boston.ximian.com>

	* gnome-settings-background.c (applier_idle): Made this delay by a
	tenth of a second.  This seems to make it not reload the
	background more than once.

2004-03-12  Chris Lahey  <clahey@rigger.boston.ximian.com>

	* applier.c (refresh_render): Move the image reload into a separate function.
	(size_changed_cb): Handle screen resolution changes.

2004-03-11  Chris Lahey  <clahey@rigger.boston.ximian.com>

	* applier.c (bg_applier_apply_prefs): If the image is going to be
	scaled or stretched, load it at the size it's going to be
	displayed.
	(need_wallpaper_load_p): If the wallpaper type changed, unless it
	changed between TILED and CENTERED, we need to reload the image.
2004-04-07 04:46:27 +00:00
Jody Goldberg
0f53df3f1d fix the selection when not running metacity. That was damn irritating.
2004-04-07  Jody Goldberg <jody@gnome.org>

	* gnome-theme-manager.c (update_settings_from_gconf_idle) : fix the
	  selection when not running metacity.  That was damn irritating.

2004-03-10  Chris Lahey  <clahey@ximian.com>

	* gnome-theme-manager.c: (pixbuf_async_func): rename function. Use
	broken_image.
	(pixbuf_async_data_free): rename function. Use PixbufAsyncData instead
	of a GList.
	(pixbuf_idle_func): rename function. Handle the case that things
	change again while we're updating.  Stop what it's doing and start
	from the beginning.
	(add_pixbuf_idle):
	(load_meta_themes): clean up. Remove model_meta_theme_info.
	(update_themes_from_disk): Remove the code to check for
	have_meta_theme here.  It works with no metathemes installed.
	(add_custom_row_to_meta_theme): handle the initial case too.
	(remove_custom_row_from_meta_theme): removed.
	(themes_equal): helper function for a fairly complicated comparison.
	(update_settings_from_gconf_idle), (update_settings_from_gconf):
	reamed. Instead of custom_theme_found to mean that there should be a
	custom theme, we use current_theme_saved.
	This means that there's a metatheme for the current theme.  Its
	meaning is almost exactly the boolean opposite of the old
	one but it's more understandable.  initial_theme_saved tells us
	whether the initial theme has a metatheme for it now.
	(theme_changed_idle), (theme_changed_func): Made this idle to reduce
	rerunning
	(setup_dialog): Load broken image.
	(gnome_theme_manager_sort_func): Make it symmetric.
	* gnome-theme-manager.h: Remove THEME_FLAG_INITIAL.
2004-04-07 04:26:49 +00:00
Jody Goldberg
655e199e52 Really fix this time to capture the vagaries of keys with and without
2004-04-06  Jody Goldberg <jody@gnome.org>

	* gnome-keybinding-properties.c (cb_check_for_uniqueness) : Really fix
	  this time to capture the vagaries of keys with and without names.
2004-04-06 16:53:42 +00:00
Andrew Sobala
9be842ac1b add evo 1.5 and 1.6 to the list
2004-04-06  Andrew Sobala  <aes@gnome.org>

	* gnome-default-applications-properties-structs.c:
	add evo 1.5 and 1.6 to the list
2004-04-06 14:14:22 +00:00
Rodney Dawes
3d66a947a7 Change file chooser dialog title to say "Add Wallpaper" instead of "Add
2004-04-05  Rodney Dawes  <dobey@ximian.com>

	* gnome-wp-capplet.c (wallpaper_properties_init): Change file chooser
	dialog title to say "Add Wallpaper" instead of "Add Wallpapers"

	Fixes #135084
2004-04-05 21:37:03 +00:00
Rodney Dawes
00006d7745 Regenerate the thumbnail in the list when we change scaling type now
2004-04-05  Rodney Dawes  <dobey@ximian.com>

	* gnome-wp-capplet.c (gnome_wp_scale_type_changed): Regenerate the
	thumbnail in the list when we change scaling type now
	(wallpaper_properties_init): Add GtkFileFilter support (needs love)
	TreeView is buggy, so we need to not set the vertical-separator
	style property for it
	* gnome-wp-item.c: Include <config.h> and <gnome.h> here
	(collect_save_options): Add a function to set all of the pixbuf options
	for the thumbnail pixbuf properly, so we can save them back out
	(gnome_wp_item_get_thumbnail): Fix up the code to
	generate the thumbnails for the list a bit, so that we have sexy
	thumbnails that look exactly like how the image would, on-screen
	Initialize all of the width/height variables to 0
	Add a new pixbuf variable for loading the original image to get the
	dimensions of it, so we can do thumbnailing more properly
	Use a LIST_IMAGE_WIDTH define, for the width of the images in the list
	Just return the bgpixbuf if we are creating the "No Wallpaper" thumb
	Save the thumbnail back out with the dimensions for the original image
	If our image is smaller than the list thumbnail, then just use 1.0 as
	the ratio for scaling the image for tiling/etc...
	Use the new API to do scaling inside the center/tile functions
	Reload the thumbnail pixbuf after generating it with the thumbnail
	system, so that we get all of the pixbuf options set correctly
	* gnome-wp-item.h (GnomeWPItem): store the original image's width
	and height in the item, so we can avoid reopening the original image
	every time we generate the thumbnail, on systems where the thumbnail
	doesn't contain the appropriate information
	* gnome-wp-utils.c (gnome_wp_pixbuf_tile):
	(gnome_wp_pixbuf_center): Add API to do the scaling inside these calls

	Fixes #136691
2004-04-05 21:32:02 +00:00
Padraig O'Briain
80924cf2f0 Check that cursor position has changed before calling
2004-04-02  Padraig O'Briain <padraig.obriain@sun.com>

	* gnome-theme-details.c (update_list_something): Check that cursor
	position has changed before calling gtk_tree_view_set_cursor.
	* gnome-theme-manager.c (update_settings_from_gconf): Check that
	cursor position has changed before calling gtk_tree_view_set_cursor.

	Fixes bug #131538.
2004-04-02 14:33:59 +00:00
Jody Goldberg
1cc6acc2d5 Release 2.6.0.3
2004-04-01  Jody Goldberg <jody@gnome.org>

	* Release 2.6.0.3
2004-04-01 06:21:52 +00:00
Jody Goldberg
18ba145029 Use a cancel button on the 'already used' dialog so that escape will close
2004-04-01  Jody Goldberg <jody@gnome.org>

	* gnome-keybinding-properties.c (accel_edited_callback) : Use a cancel
	  button on the 'already used' dialog so that escape will close it.
	(cb_check_for_uniqueness) : fix brokeness.  It is entirely possible
	  for keycode on loaded keys to be '0'
2004-04-01 05:59:55 +00:00
Sven Herzberg
07571373a5 Applied patch from http://bugzilla.gnome.org/show_bug.cgi?id=138502
Applied patch from
http://bugzilla.gnome.org/show_bug.cgi?id=138502

2003-12-30  Sven Herzberg <herzi@gnome-de.org>

	* capplets/keybindings/eggcellrendererkeys.c : change the "Type a
	new accelerator..." tooltip to a shorter form "<New accelerator...>".
	* capplets/keybindings/gnome-keybindings-properties.gladei : add an
	explanation on how use the capplet.
	This is based upon the work of Emmanuel Pacaud
	<emmanuel.pacaud@univ-poitiers.fr>
2004-03-31 22:29:29 +00:00
Jody Goldberg
1249bd4880 Start pruning unused code 2004-03-31 21:33:28 +00:00
Jody Goldberg
9a9008178d merge and update patch from
http://bugzilla.gnome.org/show_bug.cgi?id=134895
2004-03-31 21:30:23 +00:00
Thomas Vander Stichele
c2256f7080 ignore some files 2004-03-31 11:24:58 +00:00
Jody Goldberg
4874c554f6 Release 2.6.0.1
2004-03-30  Jody Goldberg <jody@gnome.org>

	* Release 2.6.0.1
2004-03-31 03:35:12 +00:00
Jody Goldberg
1df948d905 Release 2.6.0
2004-03-23  Jody Goldberg <jody@gnome.org>

	* Release 2.6.0
2004-03-24 02:58:55 +00:00
Jody Goldberg
f4fb38359c Release 2.5.4
2004-03-11  Jody Goldberg <jody@gnome.org>

	* Release 2.5.4
2004-03-11 06:02:19 +00:00