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 382348 - issue-command backend implementation
issue-command backend implementation
Status: RESOLVED WONTFIX
Product: glade
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Glade 3 Maintainers
Glade 3 Maintainers
Depends on:
Blocks: 366683
 
 
Reported: 2006-12-04 19:13 UTC by Tristan Van Berkom
Modified: 2007-07-03 17:43 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tristan Van Berkom 2006-12-04 19:13:43 UTC
We need a way to deffer glade command issuing to the plugin,
something like:


GWA->issue_command (GWA *adaptor, GladeCommandType type, ...);

This will allow an adaptor to actually issue the glade-commands
instead of the glade core itself, and it will allow the plugin
to group command routines together to do undoable actions that
would otherwise be impossible (see bug 366683).
Comment 1 Tristan Van Berkom 2007-07-03 17:43:20 UTC
Since this implies alot of work and refactoring, and we have
the new "actions" framework (lets us define actions for a widget-class,
like the removal of a notebook page for instance) we're gonna wontfix
this one.

there are only a few cases where modifying the project based
on a property change are useful and they are covered by the
actions framework, so it just doesnt seem worth the effort.