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 613931 - Add support for converting between target formats in Glade using command line
Add support for converting between target formats in Glade using command line
Status: RESOLVED WONTFIX
Product: glade
Classification: Applications
Component: general
unspecified
Other All
: Normal enhancement
: ---
Assigned To: Glade 3 Maintainers
Glade 3 Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-03-25 17:25 UTC by Alexander Shaduri
Modified: 2013-05-20 12:52 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Alexander Shaduri 2010-03-25 17:25:47 UTC
Please add support for converting between libglade and GtkBuilder file formats without launching Glade UI.

As suggested at https://bugzilla.gnome.org/show_bug.cgi?id=594231#c13 (comment 13), something like this would be great:
glade-3 --target-format=GtkBuilder file.glade > file.ui
glade-3 --target-format=libglade file.ui > file.glade

This could be integrated into the third-party program's build system to generate libglade files when needed. By using autoconf's capabilities it's quite easy to avoid compile-time Glade dependency by pre-generating the files at "make dist" stage (unless they are modified later, of course).

This allows supporting operating systems where upgrading to GTK 2.12 is problematic (e.g. long-term supported distributions like RHEL).

Thanks!
Comment 1 Tristan Van Berkom 2013-05-20 12:52:50 UTC
Format conversions are a long time past... this wont be added to Glade 3.8 sorry.