| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
There's not much point in having two UI files (glade/ and ui/), and
besides the files were not actually in glade format anymore.
|
|
|
|
|
|
|
| |
Use attributes instead of hardcoding the markup on the translatable
string.
Bug #102382
|
| |
|
|
|
|
|
|
|
|
|
| |
Reduces file size and ensures files will continue working properly
when edited.
Bug #590387
Signed-off-by: Xan Lopez <xan@gnome.org>
|
|
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>
|