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 655436 - [gtk3] port mainwindow.py to GtkBuilder
[gtk3] port mainwindow.py to GtkBuilder
Status: RESOLVED WONTFIX
Product: pitivi
Classification: Other
Component: User interface
Git
Other Linux
: Normal normal
: 0.91
Assigned To: Pitivi maintainers
Pitivi maintainers
Depends on:
Blocks: 651820
 
 
Reported: 2011-07-27 17:03 UTC by Stéphane Maniaci
Modified: 2012-10-24 20:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Stéphane Maniaci 2011-07-27 17:03:48 UTC
The main window of PiTiVi use a bunch of handmade Gtk code. Move Gtk actions/widgets into a builder file will greatly ease the transition process to GTK+3.
Comment 1 Jean-François Fortin Tam 2012-10-24 20:01:36 UTC
I spent quite some time evaluating this. With the dynamic nature of our window components, we do not actually gain any significant amount of clarity or freed code, it's mostly just a bunch of containers and two toolbars, that's it.

However, I did cleanup/refactor the code a fair bit in commit 	e4ce50d2b25874090bb10 (and the ones that followed), so I'm confident that the core issue you've had with the code is solved.