index
:
delta/gdk-pixbuf.git
baserock/morph
baserock/xfce-build
ci-test
drop-x11
ebassi/ci-only-default
ebassi/for-master
ebassi/gi-docgen
ebassi/issue-143
ebassi/issue-209
ebassi/issue-215
ebassi/issues-185
ebassi/msys2-update
fix-generating-pc-files
gdk-pixbuf-2-24
gdk-pixbuf-2-26
gdk-pixbuf-2-28
gdk-pixbuf-2-30
gdk-pixbuf-2-32
gdk-pixbuf-2-34
gdk-pixbuf-2-36
gdk-pixbuf-2-38
gdk-pixbuf-2-40
gnome-2-38
issue-3
issue-72
issue-73
issue-77
macos-ci
master
otte/jpeg-fallback
static-analysis
wip/csoriano/jp2-test
wip/ebassi/meson
wip/ebassi/no-autotools
wip/hadess/read-png-gamma
wip/hadess/thumbnailer-locale
wip/jbrummer/png-in-ico
wip/jtojnar/no-install-skipped-test
wip/otte/tga
wip/run-gif-tests-again
gitlab.gnome.org: GNOME/gdk-pixbuf.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gtk
/
gtk-builder-convert
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle translated combobox models better
Matthias Clasen
2009-05-03
1
-1
/
+17
*
Improve dialog handling in gtk-builder-convert
MOROHOSHI Akihiko
2009-04-11
1
-3
/
+3
*
Fix --help output of gtk-builder-convert
Matthias Clasen
2009-04-07
1
-1
/
+1
*
Convert GtkComboBox items propertly
Johan Dahlin
2009-04-07
1
-0
/
+2
*
Improve gtk-builder-convert error reporting
Matthias Clasen
2009-04-06
1
-0
/
+2
*
Bug 559947 – Unchecked dependency on python>=2.4
Johan Dahlin
2008-11-25
1
-3
/
+8
*
Bug 553385 – gtk-builder-convert creates untranslated combobox models
Johan Dahlin
2008-09-24
1
-0
/
+1
*
Remove the requres-version tag as well
Johan Dahlin
2008-08-19
1
-1
/
+1
*
Bug 548196 – gtk-builder-convert doesn't properly convert GtkTextView
Johan Dahlin
2008-08-18
1
-0
/
+1
*
Properly convert GtkImageMenuItems which use stock labels but don't have
Johan Dahlin
2008-03-23
1
-1
/
+1
*
When converting a stock item based on the label, remove the label
Johan Dahlin
2008-02-17
1
-3
/
+2
*
Handle the case where there is no child text node. (GtkBuilderConverter):
Johan Dahlin
2008-01-25
1
-16
/
+23
*
Remove the items even if there are no items set.
Johan Dahlin
2008-01-25
1
-3
/
+5
*
Implement accessible support, fixes #454653.
Johan Dahlin
2008-01-25
1
-24
/
+58
*
New method (GtkBuilderConverter._create_object): Conditionally take a node
Johan Dahlin
2008-01-18
1
-11
/
+45
*
Make sure that --root works for toplevel widgets. (#491847, Phil Lello)
Johan Dahlin
2008-01-06
1
-5
/
+0
*
Refactor to avoid some duplication. Convert toplevel GtkMenu's top popups
Johan Dahlin
2007-12-20
1
-30
/
+10
*
Give up instead of raising an error if we can't find the parent dialog
Johan Dahlin
2007-10-24
1
-0
/
+4
*
signal_name instead of signal. (#486360, Xavier Claessens)
Johan Dahlin
2007-10-13
1
-1
/
+1
*
Do not iterate recursively over all child nodes.
Johan Dahlin
2007-09-04
1
-4
/
+12
*
Do not remove empty properties, since we do not know the default
Johan Dahlin
2007-09-04
1
-5
/
+0
*
Fix a typo
Matthias Clasen
2007-07-10
1
-1
/
+1
*
|___* demos/gtk-demo/demo.ui: |___* gtk/gtk-builder-convert: |___*
Johan Dahlin
2007-07-09
1
-0
/
+19
*
Improve the way properties are copied over from a menuitem to an action.
Johan Dahlin
2007-07-08
1
-16
/
+32
*
Convert GtkMenus which are not part of a GtkMenuBar. Also move over
Johan Dahlin
2007-07-08
1
-18
/
+64
*
Parse <accessibility> but don't do anything yet. Do not strip
Johan Dahlin
2007-07-08
1
-2
/
+1
*
(GtkBuilderConverter._add_action_from_menuitem): Only set stock_id
Johan Dahlin
2007-07-07
1
-2
/
+7
*
(GtkBuilderConverter._convert_menuitem): Add support for CheckMenuItems
Johan Dahlin
2007-07-07
1
-3
/
+16
*
Assert that the tagname of the nodes are correct, factor out a method to a fu...
Johan Dahlin
2007-07-07
1
-8
/
+12
*
(GtkBuilderConverter._parse): Remove unsupported atkrelation and atkproperty
Johan Dahlin
2007-07-07
1
-7
/
+8
*
(GtkBuilderConverter): Refactor; Optimize widget lookups by not
Johan Dahlin
2007-07-07
1
-48
/
+57
*
Convert GtkTextView::text properties
Johan Dahlin
2007-07-07
1
-1
/
+12
*
Add support for converting GtkComboBox items, also make sure that we
Johan Dahlin
2007-07-04
1
-6
/
+67
*
Add a --root option. Filter empty properties. Convert GtkAdjustments.
Johan Dahlin
2007-07-03
1
-4
/
+52
*
Convert to getopt, improved documentation, change the script to require
Johan Dahlin
2007-07-01
1
-12
/
+72
*
Prettify the output by running it through xmllint --format if xmllint is
Johan Dahlin
2007-06-28
1
-3
/
+31
*
(GtkBuilderConverter._convert):
Johan Dahlin
2007-06-27
1
-11
/
+13
*
Remove glade-interface doctype if found.
Johan Dahlin
2007-06-27
1
-0
/
+6
*
Encode the output in utf-8 as suggested by Bogdan Nicula
Johan Dahlin
2007-06-26
1
-1
/
+2
*
Add a script to convert libglade files to something gtkbuilder can parse.
Johan Dahlin
2007-06-26
1
-0
/
+358