summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated traditional Chinese translation.Abel Cheung2002-05-192-457/+427
| | | | | | 2002-05-20 Abel Cheung <maddog@linux.org.hk> * zh_TW.po: Updated traditional Chinese translation.
* ru.po: updated russian translation from Dmitry G. Mastrukov ↵Vlad Harchev2002-05-192-858/+1000
| | | | <dmitry@taurussoft.org>
* Updated Norwegian (bokmål) translation.Kjartan Maraas2002-05-182-385/+356
| | | | | | 2002-05-19 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian (bokmål) translation.
* Add default icon. Don't disalow closing expanders. Implement ui-reviewJonathan Blandford2002-05-183-105/+102
| | | | | | | | | | | Sat May 18 18:25:02 2002 Jonathan Blandford <jrb@gnome.org> * gnome-keybinding-properties.c: (append_keys_to_tree), (setup_dialog): Add default icon. Don't disalow closing expanders. Implement ui-review suggestions. * gnome-keybinding-properties.glade: Implement ui-review suggestions.
* fixupJacob Berkman2002-05-182-2/+4
| | | | | | 2002-05-18 Jacob Berkman <jacob@ximian.com> * POTFILES.in: fixup
* remove a pile of unused filesJody Goldberg2002-05-1814-4799/+0
|
* Updated Danish translation.Ole Laursen2002-05-182-328/+419
| | | | | | 2002-05-18 Ole Laursen <olau@hardworking.dk> * da.po: Updated Danish translation.
* http://bugzilla.gnome.org/show_bug.cgi?id=80325 although we may not beJody Goldberg2002-05-172-4/+9
| | | | | | | | | 2002-05-16 Jody Goldberg <jody@gnome.org> http://bugzilla.gnome.org/show_bug.cgi?id=80325 * gnome-settings-keyboard.c (apply_settings) : although we may not be able to support the autorepeat rate setting we can enable/disable autorepeat.
* http://bugzilla.gnome.org/show_bug.cgi?id=17728 (mime_type_info_save): aJody Goldberg2002-05-172-4/+15
| | | | | | | | | | | | 2002-05-08 Jody Goldberg <jody@gnome.org> http://bugzilla.gnome.org/show_bug.cgi?id=17728 (mime_type_info_save): a patch inspired by Archit Baweja's proposal. 2002-05-09 Archit Baweja <bighead@users.sourceforge.net> * mime-type-info.c (mime_type_info_set_file_extensions): free the old list.
* evil, evil hack to insta-edit. Should be removed for GTK 2.2Jonathan Blandford2002-05-164-24/+92
| | | | | | | | Thu May 16 19:49:26 2002 Jonathan Blandford <jrb@redhat.com> * gnome-keybinding-properties.c (start_editing_cb): evil, evil hack to insta-edit. Should be removed for GTK 2.2 (keybinding_key_changed_foreach): notify when we update the tree.
* add a key to turn off some behaviourjacob berkman2002-05-165-2/+29
| | | | | | | | | | | | 2002-05-16 jacob berkman <jacob@ximian.com> * schemas/apps_gnome_settings_daemon_default_editor.schemas: add a key to turn off some behaviour * capplets/Makefile.am (always_built_SUBDIRS): * configure.in: re-add default-applications fixes #78037
* load from the correct key for whether the bell should be on or notjacob berkman2002-05-161-0/+6
| | | | | | | | | | 2002-05-16 jacob berkman <jacob@ximian.com> * gnome-settings-keyboard.c (apply_settings): load from the correct key for whether the bell should be on or not (apply_settings): pass the right flags to XChangeKeyboardControl() fixes #78016 and 78015
* don't copy the volume, this setting is gone (main): dont' show_all() thejacob berkman2002-05-163-6/+17
| | | | | | | | | | | | 2002-05-16 jacob berkman <jacob@ximian.com> * gnome-keyboard-properties.c (get_legacy_settings): don't copy the volume, this setting is gone (main): dont' show_all() the dialog * gnome-keyboard-properties.glade: hide the "other" option button fixes for #78016
* turn off help tab, put browser tab first, and fix things for the editorjacob berkman2002-05-164-1429/+1850
| | | | | | | | | | | | | 2002-05-16 jacob berkman <jacob@ximian.com> * gnome-default-applications-properties.glade: turn off help tab, put browser tab first, and fix things for the editor * gnome-default-applications-properties.c: make the editor changes use gnome-vfs, and make the browser use the default key rather than http fixes #78037
* keep text/plain and text* using the same mime type (#78037)jacob berkman2002-05-166-2/+169
| | | | | | | | | | | 2002-05-16 jacob berkman <jacob@ximian.com> * Makefile.am: * gnome-settings-default-editor.[ch]: keep text/plain and text* using the same mime type (#78037) * gnome-settings-daemon.c (gnome_settings_daemon_new): load editor and keyboard settings (bugs #78037 and #78016)
* Updated Norwegian (bokmål) translation.Kjartan Maraas2002-05-162-206/+266
| | | | | | 2002-05-17 Kjartan Maraas <kmaraas@gnome.org> * no.po: Updated Norwegian (bokmål) translation.
* if we haven't been initting, don't pop up an error message. if we are, setjacob berkman2002-05-162-19/+38
| | | | | | | | | 2002-05-16 jacob berkman <jacob@ximian.com> * gconf-property-editor.c (peditor_image_set_filename): if we haven't been initting, don't pop up an error message. if we are, set our image to GTK_STOCK_MISSING_IMAGE. fixes bug exposed by fix for #76993
* don't spew a warning when files can't be loaded (helps fix #76993)jacob berkman2002-05-162-2/+5
| | | | | | | 2002-05-16 jacob berkman <jacob@ximian.com> * applier.c (bg_applier_apply_prefs): don't spew a warning when files can't be loaded (helps fix #76993)
* add some safety checks for invalid files.Jody Goldberg2002-05-162-9/+15
| | | | | | | 2002-05-16 Jody Goldberg <jody@gnome.org> * theme-switcher.c (install_dialog_response) : add some safety checks for invalid files.
* fix path. (install_dialog_response) : add help link.Jody Goldberg2002-05-162-1/+21
| | | | | | | 2002-05-16 Jody Goldberg <jody@gnome.org> * theme-switcher.c (cb_dialog_response) : fix path. (install_dialog_response) : add help link.
* some minor tweakage.Jody Goldberg2002-05-162-2/+6
| | | | | | 2002-05-16 Jody Goldberg <jody@gnome.org> * gnome-keyboard-properties.glade : some minor tweakage.
* pass a slightly more realistic path. (help_menu_cb) : new.Jody Goldberg2002-05-163-4/+29
| | | | | | | | | | 2002-05-16 Jody Goldberg <jody@gnome.org> * capplet-dir-view.c (capplet_dir_view_init) : pass a slightly more realistic path. (help_menu_cb) : new. * gnomecc-ui.xml : Add some content.
* ignore omf_timestampJody Goldberg2002-05-161-0/+1
|
* escape the ampersand.Jody Goldberg2002-05-163-2/+11
| | | | | | | | | 2002-05-16 Jody Goldberg <jody@gnome.org> * C/config-file-type.xml : escape the ampersand. * C/Makefile.am (dist) : install control-center.xml and config-default-apps.xml.
* Have bonobo generate some content. Its broken currently, but we're gettingJody Goldberg2002-05-162-0/+6
| | | | | | | 2002-05-16 Jody Goldberg <jody@gnome.org> * gnomecc-ui.xml : Have bonobo generate some content. Its broken currently, but we're getting closer.
* Updated Slovak translation.Stanislav Visnovsky2002-05-162-200/+246
| | | | | | 2002-05-16 Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz> * sk.po: Updated Slovak translation.
* accept drops from the nautilus patterns pallet. There's something brokenJonathan Blandford2002-05-162-28/+63
| | | | | | | | Thu May 16 02:25:03 2002 Jonathan Blandford <jrb@gnome.org> * background-properties-capplet.c (drag_data_received_cb): accept drops from the nautilus patterns pallet. There's something broken here, though.
* kill workaround libglade bug that has since been fixed.Mark McLoughlin2002-05-152-3/+5
| | | | | | | 2002-05-15 Mark McLoughlin <mark@skynet.ie> * gnome-network-preferences.c (setup_dialog): kill workaround libglade bug that has since been fixed.
* Update Lithuanian translationGediminas Paulauskas2002-05-152-1497/+511
| | | | | | 2002-05-16 Gediminas Paulauskas <menesis@delfi.lt> * lt.po: Update Lithuanian translation
* don't link against libs, like libbackground doesjacob berkman2002-05-152-2/+4
| | | | | | 2002-05-15 jacob berkman <jacob@ximian.com> * Makefile.am: don't link against libs, like libbackground does
* remove gnome-window-manager.hjacob berkman2002-05-152-1/+5
| | | | | | | 2002-05-15 jacob berkman <jacob@ximian.com> * Makefile.am (libmetacity_la_SOURCES): remove gnome-window-manager.h
* Updated Ukrainian translationYuri Syrota2002-05-151-9/+12
|
* fix build againJacob Berkman2002-05-152-1/+4
| | | | | | 2002-05-15 Jacob Berkman <jacob@ximian.com> * POTFILES.in: fix build again
* Updated Ukrainian translationYuri Syrota2002-05-151-3/+2
|
* Updated Ukrainian translationYuri Syrota2002-05-151-47/+41
|
* Updated Ukrainian translationYuri Syrota2002-05-151-75/+62
|
* Updated Ukrainian translationYuri Syrota2002-05-151-152/+88
|
* UpdatedAndrew V. Samoilov2002-05-151-18/+12
|
* Dutch translation updated by Reinout van Schouwen. All translations are inVincent van Adrighem2002-05-152-30/+27
| | | | | | 2002-05-15 Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu> * nl.po: Dutch translation updated by Reinout van Schouwen. All translations are in UTF-8 format.
* Updated Ukrainian translationAndrew V. Samoilov2002-05-152-31/+9
| | | | * uk.po: Updated Ukrainian translation
* UpdatedAndrew V. Samoilov2002-05-151-23/+11
|
* Updated Russian translation.Andrew V. Samoilov2002-05-152-63/+34
| | | | * ru.po: Updated Russian translation.
* Move the window setting code into a seperate directory, libwindow-settingsSeth Nickell2002-05-153-1/+11
| | | | | | | | | | | 2002-05-14 Seth Nickell <snickell@stanford.edu> * Makefile.am: * configure.in: Move the window setting code into a seperate directory, libwindow-settings so it can be shared between the capplet and the settings daemon, and potentially, external window managers.
* Move into a seperate library so the settings daemon can avail of thisSeth Nickell2002-05-154-93/+13
| | | | | | | | | | | 2002-05-14 Seth Nickell <snickell@stanford.edu> * Makefile.am: * gnome-window-manager.c: * gnome-window-manager.h: Move into a seperate library so the settings daemon can avail of this code.
* Move code out of window capplet into a seperate library so the settingsSeth Nickell2002-05-155-0/+127
| | | | | | | | | | | | 2002-05-14 Seth Nickell <snickell@stanford.edu> * .cvsignore: * Makefile.am: * gnome-window-manager.c: (gnome_window_manager_new): * gnome-window-manager.h: Move code out of window capplet into a seperate library so the settings daemon can avail of it.
* Updated Finnish translation.Pauli Virtanen2002-05-142-298/+338
| | | | | | 2002-05-14 Pauli Virtanen <pauli.virtanen@hut.fi> * fi.po: Updated Finnish translation.
* Remove all debug print statements, #76085Jonathan Blandford2002-05-146-18/+8
| | | | | | Tue May 14 14:50:34 2002 Jonathan Blandford <jrb@redhat.com> * gnome-settings-*.c: Remove all debug print statements, #76085
* fix small bugJonathan Blandford2002-05-141-9/+21
|
* try to scroll to theme. Currently appears to be a little broken somewhere.Jonathan Blandford2002-05-147-14/+64
| | | | | | | | | | | | | | | Tue May 14 12:29:35 2002 Jonathan Blandford <jrb@redhat.com> * theme-switcher.c (read_themes): try to scroll to theme. Currently appears to be a little broken somewhere. Tue May 14 12:08:17 2002 Jonathan Blandford <jrb@redhat.com> * theme-common.c (theme_common_init): confirm that the ~/.themes/ directory exists. Also: Clean up ui-props a little. commit fix to mouse properties
* tolerate bogus values sanely. Update string to describe bonobo priorityMichael Meeks2002-05-143-6/+13
| | | | | | | | | 2002-05-14 Michael Meeks <michael@ximian.com> * gnome-ui-properties.c (toolbar_to_widget, set_toolbar_style): tolerate bogus values sanely. Update string to describe bonobo priority text