]> Pileus Git - ~andy/gtk/history - gtk/gtk-builder-convert
Update Norwegian bokmål translation.
[~andy/gtk] / gtk / gtk-builder-convert
2009-05-25 Alexander LarssonMerge branch 'master' into client-side-windows
2009-05-13 Federico Mena QuinteroMerge fix for bgo#315462 - Make GtkLabel deal with...
2009-05-12 Federico Mena QuinteroMerge fix for bgo#463773 - Handle a NULL display in...
2009-05-04 Matthias ClasenHandle translated combobox models better
2009-04-11 MOROHOSHI AkihikoImprove dialog handling in gtk-builder-convert
2009-04-08 Matthias ClasenFix --help output of gtk-builder-convert
2009-04-07 Johan DahlinConvert GtkComboBox items propertly
2009-04-07 Alexander LarssonMerge branch 'master' of ssh://alexl@git.gnome.org...
2009-04-07 Matthias ClasenImprove gtk-builder-convert error reporting
2008-11-25 Johan DahlinBug 559947 – Unchecked dependency on python>=2.4
2008-09-24 Johan DahlinBug 553385 – gtk-builder-convert creates untranslated...
2008-08-19 Johan DahlinRemove the requres-version tag as well
2008-08-18 Johan DahlinBug 548196 – gtk-builder-convert doesn't properly conve...
2008-03-23 Johan DahlinProperly convert GtkImageMenuItems which use stock...
2008-02-17 Johan DahlinWhen converting a stock item based on the label, remove...
2008-01-25 Johan DahlinHandle the case where there is no child text node....
2008-01-25 Johan DahlinRemove the items even if there are no items set.
2008-01-25 Johan DahlinImplement accessible support, fixes #454653.
2008-01-18 Johan DahlinNew method (GtkBuilderConverter._create_object): Condit...
2008-01-06 Johan DahlinMake sure that --root works for toplevel widgets. ...
2007-12-20 Johan DahlinRefactor to avoid some duplication. Convert toplevel...
2007-10-24 Johan DahlinGive up instead of raising an error if we can't find...
2007-10-13 Johan Dahlinsignal_name instead of signal. (#486360, Xavier Claessens)
2007-09-04 Johan DahlinDo not iterate recursively over all child nodes.
2007-09-04 Johan DahlinDo not remove empty properties, since we do not know...
2007-07-10 Matthias ClasenFix a typo
2007-07-09 Johan Dahlin|___* demos/gtk-demo/demo.ui: |___* gtk/gtk-builder...
2007-07-08 Johan DahlinImprove the way properties are copied over from a menui...
2007-07-08 Johan DahlinConvert GtkMenus which are not part of a GtkMenuBar...
2007-07-08 Johan DahlinParse <accessibility> but don't do anything yet. Do...
2007-07-07 Johan Dahlin (GtkBuilderConverter._add_action_from_menuitem...
2007-07-07 Johan Dahlin (GtkBuilderConverter._convert_menuitem): Add suppor...
2007-07-07 Johan DahlinAssert that the tagname of the nodes are correct, facto...
2007-07-07 Johan Dahlin (GtkBuilderConverter._parse): Remove unsupported...
2007-07-07 Johan Dahlin (GtkBuilderConverter): Refactor; Optimize widget...
2007-07-07 Johan DahlinConvert GtkTextView::text properties
2007-07-04 Johan DahlinAdd support for converting GtkComboBox items, also...
2007-07-03 Johan DahlinAdd a --root option. Filter empty properties. Convert...
2007-07-01 Johan DahlinConvert to getopt, improved documentation, change the...
2007-06-28 Johan DahlinPrettify the output by running it through xmllint ...
2007-06-27 Johan Dahlin (GtkBuilderConverter._convert):
2007-06-27 Johan DahlinRemove glade-interface doctype if found.
2007-06-26 Johan DahlinEncode the output in utf-8 as suggested by Bogdan Nicula
2007-06-26 Johan DahlinAdd a script to convert libglade files to something...