Commit graph

2728 commits

Author SHA1 Message Date
Seth Nickell
e5071f4434 Try my best to throw a monkey wrench in things. Checkin Windows capplet,
2002-08-08  Seth Nickell <snickell@stanford.edu>

	Try my best to throw a monkey wrench in things. Checkin
	Windows capplet, and add window related settings to
	the font capplet and theme capplet.

	Also fix button alignments on all capplets.
2002-08-08 07:13:38 +00:00
Michael Meeks
f40d584822 flag that we scuppered the remote daemon. (apply_settings): resume it if
2002-08-07  Michael Meeks  <michael@ximian.com>

        * gnome-settings-sound.c (stop_esd): flag that
        we scuppered the remote daemon.
        (apply_settings): resume it if we killed it,
        don't kill it more than once.
        Don't iterate over all the sounds and try to
        push to the server if we have sound disabled,
        saves a chunk of time.
        This fixes the 'toggle sound a lot breaks it' bug.
2002-08-08 04:26:12 +00:00
Jody Goldberg
fe247b1685 Patch from JRB for 88443
2002-08-07  Jody Goldberg <jody@gnome.org>
	Patch from JRB for 88443

	* theme-switcher.c (read_themes) : store the current cursor

2002-08-07  Jody Goldberg <jody@gnome.org>

	* mime-edit-dialog.c (mime_edit_dialog_get_app) : Be extra anal, just
	  in case the db is corrupt.
2002-08-07 17:06:12 +00:00
Jody Goldberg
97c9f86f49 A Pile of pending patches 2002-08-06 18:42:54 +00:00
Simos Xenitellis
4119471052 Updated Greek translation 2002-08-06 15:12:19 +00:00
Federico Mena Quintero
087ce5ba91 Made the file entry modal.
2002-08-01  Federico Mena Quintero  <federico@ximian.com>

	* gnome-keyboard-properties.glade: Made the file entry modal.
2002-08-01 18:29:55 +00:00
Federico Mena Quintero
0906294387 Made the file entries modal as they live in modal dialogs. Fixes #89370.
2002-08-01  Federico Mena Quintero  <federico@ximian.com>

	* file-types-properties.glade: Made the file entries modal as they
	live in modal dialogs.  Fixes #89370.

	* service-edit-dialog.c (service_add_dialog_new): Return a
	GObject, not a GtkWidget.

	* file-types-capplet.c (add_service_cb): Do not assign a GtkWidget
	to a GObject.
2002-08-01 18:21:46 +00:00
jacob berkman
a3029dc455 fix widget name for the keyboard capplet button
2002-08-01  jacob berkman  <jacob@ximian.com>

	* accessibility-keyboard.c (setup_accessX_dialog): fix widget name
	for the keyboard capplet button

	* gnome-accessibility-keyboard-properties.c (dialog_response):
	don't quit when the import accessx button is clicked (#89358)
2002-08-01 18:14:20 +00:00
Federico Mena Quintero
e012170da4 Make the file entry modal. Fixes #89410.
2002-07-31  Federico Mena Quintero  <federico@ximian.com>

	* theme-install.glade: Make the file entry modal.  Fixes #89410.
2002-08-01 02:27:48 +00:00
Federico Mena Quintero
193f017be8 Do not pass -1 for the dialog flags; just pass GTK_DIALOG_NO_SEPARATOR.
2002-07-31  Federico Mena Quintero  <federico@ximian.com>

	* sound-properties-capplet.c (main): Do not pass -1 for the dialog
	flags; just pass GTK_DIALOG_NO_SEPARATOR.  Fixes #89408 and #88614.
2002-08-01 02:12:51 +00:00
Hasbullah Bin Pit
69883510ea Updated Malay Translation.
2002-07-30  Hasbullah Bin Pit <sebol@ikhlas.com>

        * ms.po: Updated Malay Translation.
2002-07-30 17:53:10 +00:00
Fatih Demir
36a9839a0d Committed updated translation. 2002-07-30 09:05:57 +00:00
jacob berkman
fc7396ec43 fixes for building with gdk 2.0
2002-07-29  jacob berkman  <jacob@ximian.com>

	* applier.c (set_root_pixmap):
	(make_root_pixmap): fixes for building with gdk 2.0
2002-07-29 15:13:08 +00:00
Mark McLoughlin
1f18e59fb4 add check for gtk+ with multihead support and define HAVE_GTK_MULTIHEAD if
2002-07-27  Mark McLoughlin  <mark@skynet.ie>

        * configure.in: add check for gtk+ with multihead
        support and define HAVE_GTK_MULTIHEAD if found.

2002-07-27  Mark McLoughlin  <mark@skynet.ie>

        Add multiscreen support for background rendering.

        * gnome-settings-background.c:
        (background_callback): apply prefs to all screens.
        (gnome_settings_background_init): create a BGApplier for
        each screen.
        (gnome_settings_background_load): apply prefs to all
        screens.
2002-07-28 19:15:27 +00:00
Mark McLoughlin
13e1dd836d add check for gtk+ with multihead support and define HAVE_GTK_MULTIHEAD if
2002-07-27  Mark McLoughlin  <mark@skynet.ie>

        * configure.in: add check for gtk+ with multihead
        support and define HAVE_GTK_MULTIHEAD if found.

2002-07-27  Mark McLoughlin  <mark@skynet.ie>

        Add support for rendering the wallpaper on
        a particular physical screen.

        * applier.[ch]:
        (bg_applier_init): init screen and root_window.
        (bg_applier_class_init), (bg_applier_set_prop),
        (bg_applier_get_prop): add "screen" property.
        (bg_applier_new_for_screen): implement.
        (render_wallpaper), (render_to_screen),
        (create_pixmap), (wallpaper_full_cover_p): use the
        screen and root window information.
        (make_root_pixmap): add a GdkScreen arg, actually
        use the display we opened, use the correct root
        window and not the default one
        (set_root_pixmap): add a GdkScreen arg, use the
        default display, use the correct root window.
2002-07-28 19:09:02 +00:00
jacob berkman
73b80d87c7 dist the pixel icons
2002-07-24  jacob berkman  <jacob@ximian.com>

	* Makefile.am (EXTRA_DIST): dist the pixel icons
2002-07-24 17:36:30 +00:00
jacob berkman
c27d13b7de only #define HAVE_XFT2 if we actually have xft2
2002-07-24  jacob berkman  <jacob@ximian.com>

	* configure.in: only #define HAVE_XFT2 if we actually have xft2
2002-07-24 13:27:35 +00:00
jacob berkman
e8298aa225 fixup x11 checks when x11 include path is not in the default include path
2002-07-24  jacob berkman  <jacob@ximian.com>

	* configure.in: fixup x11 checks when x11 include path is not in
	the default include path for the compiler
2002-07-24 13:00:50 +00:00
Owen Taylor
6aa8a86cd1 Fix stupid typo.
Tue Jul 23 23:31:17 2002  Owen Taylor  <otaylor@redhat.com>

        * capplets/font/main.c: Fix stupid typo.
2002-07-24 03:31:39 +00:00
Owen Taylor
360981ccd6 Add some pixmaps for font rendering.
Tue Jul 23 23:29:51 2002  Owen Taylor  <otaylor@redhat.com>

        * capplets/fonts/subpixel-{rgb,bgr,vrgb,vbgr}.c: Add
        some pixmaps for font rendering.
2002-07-24 03:30:41 +00:00
Owen Taylor
05fb268094 ue Jul 23 22:35:10 2002 Owen Taylor <otaylor@redhat.com>
* acconfig.h configure.in: Check for Xft2.

        * capplets/font/main.c capplets/font/Makefile.am
        capplets/font/font-properties.glade: If XFt2 is present,
        allow the user to control various font rendering attributes.

        * gnome-settings-daemon/gnome-settings-xsettings.c:
        Mirror the Xft rendering attributes from the font
        capplet to XSETTINGS and Xrdb.

        * schemas/Makefile.am schemas/desktop_gnome_font_rendering.schemas:
        Add schemas for the new GConf settings.
2002-07-24 02:39:03 +00:00
Owen Taylor
a8339d6fc1 missed ChangeLog entry 2002-07-24 02:34:35 +00:00
Owen Taylor
8566bf0bf6 ue Jul 23 22:06:08 2002 Owen Taylor <otaylor@redhat.com>
* capplets/keyboard/gnome-keyboard-properties.c: Fix
        unterminated GConfEnumStringPair array.

        * gnome-settings-daemon/gnome-settings-default-editor.c:
        Fix some comments that had embedded /* which was causing
        GCC warnings.
2002-07-24 02:08:59 +00:00
jacob berkman
3349b8e5dc if nautilus is drawing the desktop, just return
2002-07-22  jacob berkman  <jacob@ximian.com>

	* gnome-settings-background.c (gnome_settings_background_load): if
	nautilus is drawing the desktop, just return
2002-07-22 14:56:57 +00:00
Jordi Mallach
6165b5f6d9 Updated Catalan translation. 2002-07-22 10:41:15 +00:00
Christophe Merlet
f6dd63bb61 Updated French translation. 2002-07-21 13:21:24 +00:00
Pauli Virtanen
63ce18896a Updated Finnish translation.
2002-07-19  Pauli Virtanen <pauli.virtanen@hut.fi>

	* fi.po: Updated Finnish translation.
2002-07-19 17:04:20 +00:00
Dmitry Mastrukov
ce3401d81e ru.po: Updated Russian translation. 2002-07-18 17:38:31 +00:00
Jody Goldberg
e681a9f996 Use stock names and a 2nd menu item, as per ui-review
2002-07-17  Jody Goldberg <jody@gnome.org>

	* gnome-ui-properties.glade :  Use stock names
	  and a 2nd menu item, as per ui-review
2002-07-18 03:54:36 +00:00
Jody Goldberg
ac01fe7534 Commit so that we can branch
2002-07-17  Jody Goldberg <jody@gnome.org>

	* mime-type-info.c (mime_type_info_new) : no need to preload the icon.
	(mime_type_info_load_all) : nor here.
2002-07-18 03:17:37 +00:00
Tõivo Leedjärv
716e15d586 Updated Estonian translation.
2002-07-17  Tõivo Leedjärv  <toivo@linux.ee>

        * et.po: Updated Estonian translation.
2002-07-17 19:46:40 +00:00
Hasbullah Bin Pit
2b7222a05b Updated Malay Translation.
2002-07-17  Hasbullah Bin Pit <sebol@ikhlas.com>

        * ms.po: Updated Malay Translation.
2002-07-17 18:48:31 +00:00
Jody Goldberg
8170f2b37c tweak the padding a touch
2002-07-17  Jody Goldberg <jody@gnome.org>

	* file-types-properties.glade : tweak the padding a touch
2002-07-17 13:50:59 +00:00
Christian Rose
e0c75d1358 Updated Swedish translation.
2002-07-17  Christian Rose  <menthos@menthos.com>

	* sv.po: Updated Swedish translation.
2002-07-17 08:53:01 +00:00
Jody Goldberg
82c39eb541 only enable the remove button when there is a selection.
2002-07-17  Jody Goldberg <jody@gnome.org>

	* mime-edit-dialog.c (mime_edit_dialog_init) : only enable the remove
	  button when there is a selection.
2002-07-17 04:29:11 +00:00
Jody Goldberg
76214e33c0 missed commit 2002-07-17 03:17:54 +00:00
Jody Goldberg
b6e858deb7 A Pile of pending changes 2002-07-16 22:07:42 +00:00
Jody Goldberg
52d3daae86 set icon.
2002-07-16  Jody Goldberg <jody@gnome.org>

	* gnome-mouse-properties.c (main) : set icon.
2002-07-16 20:26:02 +00:00
Chyla Zbigniew
fccb3d0bc6 Updated Polish translation by GNOME PL Team <translators@gnome.pl> 2002-07-15 11:58:44 +00:00
Changwoo Ryu
bca4e1d9c9 Updated Korean translation.
* ko.po: Updated Korean translation.
2002-07-15 09:54:59 +00:00
Dmitry Mastrukov
854b2a2f1a ru.po: Updated Russian translation. 2002-07-15 04:21:10 +00:00
Christian Rose
05656955da Updated Swedish translation.
2002-07-13  Christian Rose  <menthos@menthos.com>

	* sv.po: Updated Swedish translation.
2002-07-13 20:14:01 +00:00
Jordi Mallach
e02af0fe78 Updated Catalan translation. 2002-07-13 18:53:10 +00:00
Kjartan Maraas
86bd1a90f2 Updated Norwegian (bokmål) translation.
2002-06-05  Kjartan Maraas  <kmaraas@gnome.org>

	* no.po: Updated Norwegian (bokmål) translation.
2002-07-13 15:14:38 +00:00
Ole Laursen
dc1b2a770e Updated Danish translation.
2002-07-13  Ole Laursen  <olau@hardworking.dk>

	* da.po: Updated Danish translation.
2002-07-13 13:29:26 +00:00
Jody Goldberg
483c27b59c missed commit 2002-07-12 16:56:49 +00:00
Jody Goldberg
c497f93205 The last of the ui-review.
2002-07-12  Jody Goldberg <jody@gnome.org>

	* background-properties.glade : The last of the ui-review.
2002-07-12 16:45:33 +00:00
Christian Rose
254edb9823 Updated Swedish translation.
2002-07-12  Christian Rose  <menthos@menthos.com>

	* sv.po: Updated Swedish translation.
2002-07-12 11:05:41 +00:00
Jody Goldberg
8b2af9e3d9 doh! 2002-07-11 19:09:49 +00:00
jacob berkman
ca9591ac24 jody please CVS add this file
2002-07-11  jacob berkman  <jacob@ximian.com>

	* POTFILES.in: jody please CVS add this file
2002-07-11 15:36:14 +00:00