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 575415 - Should switch from libglade to GtkBuilder
Should switch from libglade to GtkBuilder
Status: RESOLVED FIXED
Product: empathy
Classification: Core
Component: General
2.25.x
Other Linux
: Normal enhancement
: ---
Assigned To: empathy-maint
empathy-maint
Depends on:
Blocks: 572883
 
 
Reported: 2009-03-15 12:05 UTC by Guillaume Desmottes
Modified: 2009-06-10 21:49 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement



Description Guillaume Desmottes 2009-03-15 12:05:17 UTC
libglade won't be part of the GNOME 3.0 plateform. We should switch to GtkBuilder at some point.
Comment 1 Xavier Claessens 2009-04-15 07:04:21 UTC
It is done in my gtkbuilder branch:
http://git.collabora.co.uk/?p=user/xclaesse/empathy.git;a=shortlog;h=refs/heads/gtkbuilder

There are still some issues, I think it needs more testing.
Comment 2 Xavier Claessens 2009-04-15 07:35:28 UTC
I fixed all Davyd's comments for that branch.
Comment 3 Guillaume Desmottes 2009-04-16 12:13:32 UTC
A commit should mention this bug.

Please don't use C++ style comments.

libempathy-gtk/libempathy-gtk.pc.in still requires glade

megaphone/data/Makefile.am and nothere/data/Makefile.am stills contain glade files.

python/pyempathygtk/pyempathygtk.defs seems to still be glade aware as well.
Comment 4 Xavier Claessens 2009-04-16 13:08:10 UTC
Fixed comments, merged. Thanks!