Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Open/Save all ui files once with glade | Benjamin Otte | 2009-10-02 | 1 | -173/+47 |
| | | | | | | | | | Reduces file size and ensures files will continue working properly when edited. Bug #590387 Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | Replace .glade files with .ui files | Benjamin Otte | 2009-10-02 | 1 | -0/+448 |
Glade does support editing gtk-builder generated files by now so there is no need to keep the old Glade files around. Also, gtk-builder-convert is supposed to be a one-time conversion tool and not supposed to be run by a build system, see http://mail.gnome.org/archives/desktop-devel-list/2009-July/msg00102.html Bug #590387 Signed-off-by: Xan Lopez <xan@gnome.org> |