2002-06-15 Jody Goldberg <jody@gnome.org> http://bugzilla.gnome.org/show_bug.cgi?id=85397 http://bugzilla.gnome.org/show_bug.cgi?id=84545 * mime-types-model.c (mime_types_model_get_value) : gtk_tree_view_search_equal_func does not like NULL. (IS_CATEGORY) : check for NULL. * file-types-capplet.c (create_dialog) : search the description not the mime type. 2002-06-08 Jody Goldberg <jody@gnome.org> * mime-types-model.c (IS_CATEGORY) : test for null in case we are stupid. 2002-06-07 Jody Goldberg <jody@gnome.org> * file-types-capplet.c (dialog_done_cb) : no need to save things again. The only caller had already done that. * mime-type-info.c (mime_type_info_save) : Don't mess with the application here, it should already be setup. However, be really really anal about verifying it because I do not trust the surrounding code or know it well enough to trust it. Make sure that the assigned app is on the short list of associated apps. * mime-category-edit-dialog.c (store_data) : Use mime_edit_dialog_get_app. * mime-edit-dialog.c (store_data) : Use it here too. (mime_edit_dialog_get_app) : new. split some duplicated code out of the type and category dialogs and move it here. Then make it readable and less stupid about creating copies of existing applications. While we're at it have it handle the creation of new applications, merging commands with existing applications and other useful stuff. 2002-06-07 Jody Goldberg <jody@gnome.org> * mime-category-edit-dialog.c (store_data) : clarify and remove the custom flag. * mime-type-info.c (mime_category_info_using_custom_app) : delete. (mime_type_info_using_custom_app) : delete. * mime-edit-dialog.c (validate_data) : correct the warning about invalid type, we would _not_ create one for the user :-( Allow a user to optionally overwrite an existing mime type. This is useful when editing. * mime-edit-dialog.c (store_data) : clarify and remove the custom flag. 2002-06-10 Jody Goldberg <jody@gnome.org> * accessibility-keyboard.c : tweak the layout as requested and adjust the max slowkey delay to 500 to avoid losing the keyboard due to some sort of an X problem. 2002-06-13 Jody Goldberg <jody@gnome.org> * gnome-keyboard-properties.c (accessibility_button_clicked) : produce a better warning for failure to launch the keyboard accessibility capplet.
73 lines
2.3 KiB
Text
73 lines
2.3 KiB
Text
2002-06-10 Jody Goldberg <jody@gnome.org>
|
|
|
|
* accessibility-keyboard.c : tweak the layout as requested and adjust
|
|
the max slowkey delay to 500 to avoid losing the keyboard due to some
|
|
sort of an X problem.
|
|
|
|
2002-06-17 Jody Goldberg <jody@gnome.org>
|
|
|
|
* Release 2.0.0
|
|
|
|
Sun May 26 11:44:41 2002 Jonathan Blandford <jrb@gnome.org>
|
|
|
|
* gnome-accessibility-keyboard-properties.c (main): use APPID
|
|
instead of argv[0]
|
|
|
|
2002-05-08 Jody Goldberg <jody@gnome.org>
|
|
|
|
* gnome-accessibility-keyboard-properties.c (dialog_response) : fix
|
|
path to help.
|
|
|
|
2002-04-24 Jody Goldberg <jody@gnome.org>
|
|
|
|
* accessibility-keyboard.c : adjust the defaults.
|
|
|
|
2002-04-18 Jody Goldberg <jody@gnome.org>
|
|
|
|
* accessibility-keyboard.c (setup_accessX_dialog) : Use 'clicked'
|
|
rather than 'activated' for the file sel.
|
|
|
|
2002-04-10 Jody Goldberg <jody@gnome.org>
|
|
|
|
* gnome-accessibility-keyboard-properties.glade2 (</) : slim down the
|
|
tooltips.
|
|
|
|
Wed Apr 10 18:02:29 2002 Jonathan Blandford <jrb@gnome.org>
|
|
|
|
* accessibility-keyboard.desktop.in (Exec): s/gnome2/gnome
|
|
|
|
2002-03-30 Jody Goldberg <jody@gnome.org>
|
|
|
|
* gnome-accessibility-keyboard-properties.glade2 : rename Sample -> Text
|
|
because that makes more sense.
|
|
|
|
http://bugzilla.gnome.org/show_bug.cgi?id=76315
|
|
* accessibility-keyboard.desktop.in : rename from AccessX -> Keyboard
|
|
|
|
2002-03-29 Jody Goldberg <jody@gnome.org>
|
|
|
|
* accessibility-keyboard.c (setup_dialog) : spelling error.
|
|
(CONFIG_ROOT) : fix spelling error in the schema.
|
|
|
|
2002-03-29 Jody Goldberg <jody@gnome.org>
|
|
|
|
* accessibility-keyboard.c : tweak the mouse key slider ranges
|
|
max_speed : 100 pixels every 10 msec is plenty fast Limit things to
|
|
1..100 default 10 step 5
|
|
accel_time : 10..5000 default 300 step 100
|
|
init_delay : 10..5000 default 300 step 100
|
|
|
|
2002-03-28 jacob berkman <jacob@ximian.com>
|
|
|
|
* accessibility-keyboard.c: on solaris Xresource.h sez /* You must
|
|
include <X11/Xlib.h> before including this file */
|
|
|
|
2002-03-25 Jody Goldberg <jody@gnome.org>
|
|
|
|
* accessibility-keyboard.c (setup_accessX_dialog) : Only load the
|
|
necessary toplevel widget in the non-dialog case.
|
|
(setup_dialog) : pass as_dialog to the sub-init routines.
|
|
(setup_images) : only load widgets appropriate for the current state.
|
|
(setup_ranges) : ditto, and be more vocal about invalid glade.
|
|
(setup_simple_toggles) : ditto.
|
|
(setup_toggles) : ditto.
|