After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 144893 - [UI-REVIEW] Umbrella Bug
[UI-REVIEW] Umbrella Bug
Status: RESOLVED FIXED
Product: gconf-editor
Classification: Applications
Component: general
unspecified
Other Linux
: Normal minor
: ---
Assigned To: Gconf Editor Maintainers
Gconf Editor Maintainers
Depends on:
Blocks: 144877
 
 
Reported: 2004-06-23 22:09 UTC by Bryan W Clark
Modified: 2006-08-06 13:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Chat Log of the UI-Review Session on Monday, June 21 2004 (23.83 KB, text/plain)
2004-06-24 18:43 UTC, Bryan W Clark
  Details
Proposed patch to remove initial warning dialog (2.64 KB, patch)
2004-06-25 12:27 UTC, Christian Neumair
committed Details | Review
Add filtering (needs love) (5.11 KB, patch)
2004-06-25 15:46 UTC, Christian Neumair
none Details | Review

Description Bryan W Clark 2004-06-23 22:09:02 UTC
This is the bug representing the ui-review of the gconf-editor for the 2.7/2.8
release of GNOME
Comment 1 Bryan W Clark 2004-06-24 18:43:49 UTC
Created attachment 28988 [details]
Chat Log of the UI-Review Session on Monday, June 21 2004
Comment 2 Bryan W Clark 2004-06-24 18:58:39 UTC
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
Comment 3 Christian Neumair 2004-06-25 12:27:36 UTC
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)
Comment 4 Christian Neumair 2004-06-25 15:46:00 UTC
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 5 Fernando Herrera 2004-07-08 21:57:12 UTC
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.
Comment 6 Kjartan Maraas 2006-08-06 13:41:00 UTC
The last patch here was commited too. Closing.