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 304465 - Add properties option to popup menu
Add properties option to popup menu
Status: RESOLVED FIXED
Product: glade
Classification: Applications
Component: general
unspecified
Other All
: Normal enhancement
: ---
Assigned To: Glade 3 Maintainers
Glade 3 Maintainers
: 164162 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2005-05-17 07:10 UTC by Andy Somerville
Modified: 2005-07-25 04:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed patch which adds feature (1.45 KB, patch)
2005-05-17 07:12 UTC, Andy Somerville
none Details | Review

Description Andy Somerville 2005-05-17 07:10:17 UTC
Add a properties option to the popup menu so that it is always right on hand and
doesnt have to be retrieved by shuffling windows.
Comment 1 Andy Somerville 2005-05-17 07:12:40 UTC
Created attachment 46526 [details] [review]
proposed patch which adds feature

Adds popup menu item which
-shows property editor if hidden
-de-iconifies property editor if minimized/iconfied
-raises property editor if not raised
Comment 2 Tristan Van Berkom 2005-06-27 04:10:58 UTC
    The gpw (glade project window) needs to be notified so that 
it can adjust the menu properly, but this should be done through 
implicit invokation (a signal on the GladeApp object would work) 
because the gpw is part of the glade application and the popup
is part of the gladeui library.

Comment 3 Tristan Van Berkom 2005-06-27 04:12:01 UTC
*** Bug 164162 has been marked as a duplicate of this bug. ***
Comment 4 Tristan Van Berkom 2005-07-25 04:55:43 UTC
Fixed in CVS