GNOME Bugzilla – Bug 144893
[UI-REVIEW] Umbrella Bug
Last modified: 2006-08-06 13:41:00 UTC
This is the bug representing the ui-review of the gconf-editor for the 2.7/2.8 release of GNOME
Created attachment 28988 [details] Chat Log of the UI-Review Session on Monday, June 21 2004
Summary of UI-Review Session for the GConf-Editor Discussion took place on Monday, June 21st 2004 in the #ui-review channel of irc.gimp.net Ideas discussed: Search * Searching of keys and values * Should be included for the next release Initial Warning Dialog * Remove dialog * Should be removed for the next release Favorite Keys * Bookmarks for folders _and_ keys * Appears in tree view, with separator, below root tree Recently Used Keys * List of keys most recently changed through the gconf-editor * Appears in tree view, with separator, below root tree Recursive Delete * Recursively delete a folder * Requires ability to undo or at least a "Are You Sure?" dialog
Created attachment 29002 [details] [review] Proposed patch to remove initial warning dialog This patch removes the gconf message dialog thingie which was exclusively used by the caveat dialog, plus the caveat code itself. Applying the patch and running the following command should do the trick: (cd src && \ rm gconf-message-dialog.c gconf-message-dialog.h && \ cvs delete gconf-message-dialog.c gconf-message-dialog.h)
Created attachment 29007 [details] [review] Add filtering (needs love) This patch adds filtering capabilities to gconf editor. Maybe somebody could review it. It isn't perfect since I don't know how to fix (gconf-editor:6246): Gtk-CRITICAL **: file gtktreemodel.c: line 1096 (gtk_tree_model_iter_children): assertion `GTK_TREE_MODEL_GET_IFACE (tree_model)->iter_children != NULL' failed Other than that, it seems to work nicely.
Comment on attachment 29007 [details] [review] Add filtering (needs love) Thanks for both patched, but now we have full search in gconf-editor, so filreting is not needed anymore. I just need to preselect the key matching with the pattern.
The last patch here was commited too. Closing.