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 572706 - Use Gtk::Builder instead of libglademm
Use Gtk::Builder instead of libglademm
Status: RESOLVED FIXED
Product: glom
Classification: Other
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: Murray Cumming
Murray Cumming
Depends on:
Blocks: 572883
 
 
Reported: 2009-02-22 02:35 UTC by Murray Cumming
Modified: 2009-03-17 14:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
/glom_gtkbuilder.patch (260.12 KB, patch)
2009-02-22 02:37 UTC, Murray Cumming
needs-work Details | Review

Description Murray Cumming 2009-02-22 02:35:04 UTC
glade-3 can change the format of our .glade files. We then need some simple changes in the source. This patch does it for glom.glade, and seems to work, but we need to do it for glom_developer.glade too.
Comment 1 Murray Cumming 2009-02-22 02:35:29 UTC
Note that you'll probably need glade3 from svn, for instance with jhbuild.
Comment 2 Murray Cumming 2009-02-22 02:37:33 UTC
Created attachment 129237 [details] [review]
/glom_gtkbuilder.patch

I choose not to apply this yet, so that Glom 1.10 can still build on current versions of Maemo. We would need gtkmm 2.14 to use this full Gtk::Builder API. But we should finish it so it is ready for Glom 1.12.
Comment 3 Murray Cumming 2009-02-23 13:36:25 UTC
By the way, regexxer will be very useful for this.
Comment 4 Murray Cumming 2009-03-17 14:44:28 UTC
Done in svn trunk.