summaryrefslogtreecommitdiff
path: root/gtk/gtk-builder-convert
Commit message (Expand)AuthorAgeFilesLines
* Handle translated combobox models betterMatthias Clasen2009-05-031-1/+17
* Improve dialog handling in gtk-builder-convertMOROHOSHI Akihiko2009-04-111-3/+3
* Fix --help output of gtk-builder-convertMatthias Clasen2009-04-071-1/+1
* Convert GtkComboBox items propertlyJohan Dahlin2009-04-071-0/+2
* Improve gtk-builder-convert error reportingMatthias Clasen2009-04-061-0/+2
* Bug 559947 – Unchecked dependency on python>=2.4Johan Dahlin2008-11-251-3/+8
* Bug 553385 – gtk-builder-convert creates untranslated combobox modelsJohan Dahlin2008-09-241-0/+1
* Remove the requres-version tag as wellJohan Dahlin2008-08-191-1/+1
* Bug 548196 – gtk-builder-convert doesn't properly convert GtkTextViewJohan Dahlin2008-08-181-0/+1
* Properly convert GtkImageMenuItems which use stock labels but don't haveJohan Dahlin2008-03-231-1/+1
* When converting a stock item based on the label, remove the labelJohan Dahlin2008-02-171-3/+2
* Handle the case where there is no child text node. (GtkBuilderConverter):Johan Dahlin2008-01-251-16/+23
* Remove the items even if there are no items set.Johan Dahlin2008-01-251-3/+5
* Implement accessible support, fixes #454653.Johan Dahlin2008-01-251-24/+58
* New method (GtkBuilderConverter._create_object): Conditionally take a nodeJohan Dahlin2008-01-181-11/+45
* Make sure that --root works for toplevel widgets. (#491847, Phil Lello)Johan Dahlin2008-01-061-5/+0
* Refactor to avoid some duplication. Convert toplevel GtkMenu's top popupsJohan Dahlin2007-12-201-30/+10
* Give up instead of raising an error if we can't find the parent dialogJohan Dahlin2007-10-241-0/+4
* signal_name instead of signal. (#486360, Xavier Claessens)Johan Dahlin2007-10-131-1/+1
* Do not iterate recursively over all child nodes.Johan Dahlin2007-09-041-4/+12
* Do not remove empty properties, since we do not know the defaultJohan Dahlin2007-09-041-5/+0
* Fix a typoMatthias Clasen2007-07-101-1/+1
* |___* demos/gtk-demo/demo.ui: |___* gtk/gtk-builder-convert: |___*Johan Dahlin2007-07-091-0/+19
* Improve the way properties are copied over from a menuitem to an action.Johan Dahlin2007-07-081-16/+32
* Convert GtkMenus which are not part of a GtkMenuBar. Also move overJohan Dahlin2007-07-081-18/+64
* Parse <accessibility> but don't do anything yet. Do not stripJohan Dahlin2007-07-081-2/+1
* (GtkBuilderConverter._add_action_from_menuitem): Only set stock_idJohan Dahlin2007-07-071-2/+7
* (GtkBuilderConverter._convert_menuitem): Add support for CheckMenuItemsJohan Dahlin2007-07-071-3/+16
* Assert that the tagname of the nodes are correct, factor out a method to a fu...Johan Dahlin2007-07-071-8/+12
* (GtkBuilderConverter._parse): Remove unsupported atkrelation and atkpropertyJohan Dahlin2007-07-071-7/+8
* (GtkBuilderConverter): Refactor; Optimize widget lookups by notJohan Dahlin2007-07-071-48/+57
* Convert GtkTextView::text propertiesJohan Dahlin2007-07-071-1/+12
* Add support for converting GtkComboBox items, also make sure that weJohan Dahlin2007-07-041-6/+67
* Add a --root option. Filter empty properties. Convert GtkAdjustments.Johan Dahlin2007-07-031-4/+52
* Convert to getopt, improved documentation, change the script to requireJohan Dahlin2007-07-011-12/+72
* Prettify the output by running it through xmllint --format if xmllint isJohan Dahlin2007-06-281-3/+31
* (GtkBuilderConverter._convert): Johan Dahlin2007-06-271-11/+13
* Remove glade-interface doctype if found.Johan Dahlin2007-06-271-0/+6
* Encode the output in utf-8 as suggested by Bogdan NiculaJohan Dahlin2007-06-261-1/+2
* Add a script to convert libglade files to something gtkbuilder can parse.Johan Dahlin2007-06-261-0/+358