summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* don't call set_root_pixmap() at all if nautilus is running. It didn't doNAUTILUS_2_0_0gnome-2-0-0Damon Chaplin2002-05-312-4/+17
| | | | | | | | | | | | | | 2002-05-31 Damon Chaplin <damon@ximian.com> * applier.c (bg_applier_apply_prefs): don't call set_root_pixmap() at all if nautilus is running. It didn't do anything in this case anyway. Removed the nice(20). A library function shouldn't do this. If gnome-settings-daemon wants to be niced then it should do it in main() or something like that. (set_root_pixmap): do a final check to see if nautilus is running before setting the pixmap. Fixes part of #74311.
* Updated Norwegian (bokmål) translation.Kjartan Maraas2002-05-312-13/+21
| | | | | | 2002-05-31 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian (bokmål) translation.
* http://bugzilla.gnome.org/show_bug.cgi?id=83545 Use the child not theJody Goldberg2002-05-312-6/+12
| | | | | | | | 2002-05-31 Jody Goldberg <jody@gnome.org> http://bugzilla.gnome.org/show_bug.cgi?id=83545 * mime-types-model.c (mime_types_model_iter_parent) : Use the child not the result.
* Updated Slovak translation.Stanislav Visnovsky2002-05-312-36/+63
| | | | | | 2002-05-31 Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz> * sk.po: Updated Slovak translation.
* Use GETTEXT_PACKAGE, not PACKAGE. Also add bind_textdomain_codeset() call.Kjartan Maraas2002-05-303-5/+13
| | | | | | | | 2002-05-30 Kjartan Maraas <kmaraas@gnome.org> * gnome-window-properties.c (main): Use GETTEXT_PACKAGE, not PACKAGE. Also add bind_textdomain_codeset() call. * gnome-window-properties.c: Fix some compiler warnings.
* Fixed a lot of improper strings in Danish translation.Ole Laursen2002-05-302-47/+48
| | | | | | 2002-05-31 Ole Laursen <olau@hardworking.dk> * da.po: Fixed a lot of improper strings in Danish translation.
* Add some bounds checking.Jody Goldberg2002-05-302-1/+8
| | | | | | | 2002-05-30 Jody Goldberg <jody@gnome.org> * gnome-settings-keyboard.c (xkb_set_keyboard_autorepeat_rate) : Add some bounds checking.
* Updated Polish translation by GNOME PL Team <translators@gnome.pl>Chyla Zbigniew2002-05-301-4/+15
|
* Updated Polish translation by GNOME PL Team <translators@gnome.pl>Chyla Zbigniew2002-05-302-17/+30
|
* updated Vietnamese filePablo Saratxaga2002-05-302-13/+17
|
* Updated Korean translation.Changwoo Ryu2002-05-302-180/+308
| | | | * ko.po: Updated Korean translation.
* Add gnome-settings-keybinding initialize keybindings support Patch to addJonathan Blandford2002-05-305-0/+380
| | | | | | | | | | | Wed May 29 20:23:13 2002 Jonathan Blandford <jrb@redhat.com> * Makefile.am: Add gnome-settings-keybinding * gnome-settings-daemon.c: (gnome_settings_daemon_new): initialize keybindings support * gnome-settings-keybindings.[ch]: Patch to add support for custom keybindings. Thanks to Erwann Chenede <Erwann.Chenede@sun.com> for the patch.
* http://bugzilla.gnome.org/show_bug.cgi?id=82802 disable resize.Jody Goldberg2002-05-292-0/+6
| | | | | | | 2002-05-29 Jody Goldberg <jody@gnome.org> http://bugzilla.gnome.org/show_bug.cgi?id=82802 * gnome-ui-properties.c (setup_dialog) : disable resize.
* - Jody forgot to remove help from the top-level Makefile.am as well, removed ↵Bastien Nocera2002-05-292-1/+6
| | | | here
* put things in Misc if they have no defined category. (get_category_name) :Jody Goldberg2002-05-292-3/+11
| | | | | | | | 2002-05-29 Jody Goldberg <jody@gnome.org> * mime-type-info.c (get_category_description) : put things in Misc if they have no defined category. (get_category_name) : ditto.
* Updated Ukrainian translationYuri Syrota2002-05-291-1256/+259
|
* Remove help and help/CJody Goldberg2002-05-294-25/+31
| | | | | | 2002-05-29 Jody Goldberg <jody@gnome.org> * configure.in : Remove help and help/C
* updateJody Goldberg2002-05-291-1/+1
|
* capplet_help () The Help directory is changed to user-guide.Satyajit Kanungo2002-05-2925-35/+118
| | | | | | | 2002-05-28 Satyajit Kanungo <satyajit.kanungo@wipro.com> * capplet-util.c : capplet_help () The Help directory is changed to user-guide.
* Updated Portuguese translationDuarte Loreto2002-05-292-702/+832
| | | | | | 2002-05-29 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation
* Updated Danish translation.Ole Laursen2002-05-282-15/+24
| | | | | | 2002-05-28 Ole Laursen <olau@hardworking.dk> * da.po: Updated Danish translation.
* Updated Polish translation by GNOME PL Team <translators@gnome.pl>Chyla Zbigniew2002-05-272-1203/+1112
|
* Updated Norwegian (bokmål) translation.Kjartan Maraas2002-05-272-34/+58
| | | | | | 2002-05-27 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian (bokmål) translation.
* Improve help handling.Jody Goldberg2002-05-2712-81/+56
| | | | | | | | | | | | | | | | | | | Improve help handling. 2002-05-26 Jody Goldberg <jody@gnome.org> * capplet-util.c (capplet_help) : new utility. 2002-05-24 Jody Goldberg <jody@gnome.org> * mime-type-info.c (mime_category_info_load_all) : make this more paranoid. * mime-category-edit-dialog.c (update_subcategories) : Move this over here. 2002-05-17 Jody Goldberg <jody@gnome.org> * mime-type-info.c (mime_category_info_using_custom_app) : add some protection.
* Improve help handling.Jody Goldberg2002-05-2712-83/+131
| | | | | | | | | | | | | | | | | 2002-05-26 Jody Goldberg <jody@gnome.org> * capplet-util.c (capplet_help) : new utility. 2002-05-24 Jody Goldberg <jody@gnome.org> * mime-type-info.c (mime_category_info_load_all) : make this more paranoid. * mime-category-edit-dialog.c (update_subcategories) : Move this over here. 2002-05-17 Jody Goldberg <jody@gnome.org> * mime-type-info.c (mime_category_info_using_custom_app) : add some protection.
* ru.po: updated Russian translation.Dmitry Mastrukov2002-05-262-228/+300
|
* adding Arabic fileIsam Bayazidi2002-05-261-26/+41
|
* Use APPID instead of argv[0] for gnome-program-initJonathan Blandford2002-05-2622-13/+68
|
* patch from Till Adam <till@adam-lilienthal.de> to not die if we have theJonathan Blandford2002-05-262-1/+8
| | | | | | | | Sun May 26 01:50:22 2002 Jonathan Blandford <jrb@gnome.org> * gnome-default-applications-properties.c (read_editor): patch from Till Adam <till@adam-lilienthal.de> to not die if we have the mimedata not installed.
* Updated Danish translation.Ole Laursen2002-05-252-426/+466
| | | | | | 2002-05-25 Ole Laursen <olau@hardworking.dk> * da.po: Updated Danish translation.
* clean up strings to make them match the ui-suggestions, and make them correctJonathan Blandford2002-05-252-9/+22
|
* - adding Arabic translation fileIsam Bayazidi2002-05-242-1/+2761
|
* Updated Slovak translation.Stanislav Visnovsky2002-05-242-521/+575
| | | | | | 2002-05-24 Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz> * sk.po: Updated Slovak translation.
* http://bugzilla.gnome.org/show_bug.cgi?id=82850 some protection againstJody Goldberg2002-05-242-1/+8
| | | | | | | | 2002-05-24 Jody Goldberg <jody@gnome.org> http://bugzilla.gnome.org/show_bug.cgi?id=82850 * gnome-keybinding-properties.c (setup_dialog) : some protection against faulty installs.
* disable some debug spew. (set_gconf_from_server) : ditto.Jody Goldberg2002-05-222-0/+10
| | | | | | | | 2002-05-22 Jody Goldberg <jody@gnome.org> * gnome-settings-accessibility-keyboard.c (set_server_from_gconf) : disable some debug spew. (set_gconf_from_server) : ditto.
* run the mkfontdir command synchronously to avoid a possible race. extrajacob berkman2002-05-223-3/+14
| | | | | | | | | | | | | | 2002-05-22 jacob berkman <jacob@ximian.com> * gnome-settings-font.c (load_cursor): run the mkfontdir command synchronously to avoid a possible race. extra precaution for #78023 * gnome-settings-daemon.c (gnome_settings_daemon_new): run background settings after everything else, as some of those spawn processes (xscreensaver) and background settings nices itself should fix #78742
* use .pcf, not .pcf.gz as solaris can't read .gz filesjacob berkman2002-05-229-6/+15
| | | | | | | | | | | 2002-05-22 jacob berkman <jacob@ximian.com> * *.pcf(.gz): * Makefile.am (cursorfont_DATA): * gnome-mouse-properties.c (setup_dialog): use .pcf, not .pcf.gz as solaris can't read .gz files fixes #78023
* quit when we get the die signal from the SMjacob berkman2002-05-222-0/+6
| | | | | | 2002-05-22 jacob berkman <jacob@ximian.com> * factory.c (main): quit when we get the die signal from the SM
* fix broken double-click test.Jonathan Blandford2002-05-222-4/+9
| | | | | | | Tue May 21 20:09:22 2002 Jonathan Blandford <jrb@redhat.com> * gnome-mouse-properties.c (event_box_button_press_event): fix broken double-click test.
* handle the new eggcellrendererkeys signal.Jonathan Blandford2002-05-213-1/+7
| | | | | | | Tue May 21 19:36:13 2002 Jonathan Blandford <jrb@redhat.com> * gnome-keybinding-properties.c (accel_edited_callback): handle the new eggcellrendererkeys signal.
* sync to libeggJonathan Blandford2002-05-212-20/+24
|
* Updated Norwegian (bokmål) translation.Kjartan Maraas2002-05-212-202/+254
| | | | | | 2002-05-22 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian (bokmål) translation.
* use a gc for the pixmap not the root windowNAUTILUS_1_1_18jacob berkman2002-05-212-11/+30
| | | | | | | | | | | | | | | 2002-05-21 jacob berkman <jacob@ximian.com> * applier.c (render_to_screen): use a gc for the pixmap not the root window (bg_applier_get_preview_widget): don't create the pixmap until we are realized (make_root_pixmap): use gdk_get_display(), not getenv ("DISPLAY"), and set the colormap for our GdkPixmap so we can draw on it (preview_realized_cb): create the pixmap here, and set it on our GtkImage fixes #73496
* Updated Finnish translation. Fixed crash-inducing html string.Pauli Virtanen2002-05-212-530/+554
| | | | | | 2002-05-21 Pauli Virtanen <pauli.virtanen@hut.fi> * fi.po: Updated Finnish translation. Fixed crash-inducing html string.
* *** empty log message ***Kwok-Koon Cheung2002-05-211-1/+1
|
* Synced with source tree. Updated traditional Chinese translation.Abel Cheung2002-05-214-242/+284
| | | | | | | 2002-05-21 Abel Cheung <maddog@linux.org.hk> * POTFILES.in: Synced with source tree. * zh_TW.po: Updated traditional Chinese translation.
* Add translator creditsKwok-Koon Cheung2002-05-212-1/+13
|
* Updated Korean translation by Young-Ho Cha <ganadist@chollian.net>.Changwoo Ryu2002-05-212-644/+416
| | | | | * ko.po: Updated Korean translation by Young-Ho Cha <ganadist@chollian.net>.
* just return if there's no text in the entry (fixes #8200, from Sorenjacob berkman2002-05-202-0/+10
| | | | | | | | 2002-05-20 jacob berkman <jacob@ximian.com> * gnome-default-applications-properties.c (text_apply_editor): just return if there's no text in the entry (fixes #8200, from Soren Sandmann <sandmann@daimi.au.dk>)
* UpdateKjartan Maraas2002-05-191-4/+8
|