summaryrefslogtreecommitdiff
path: root/pygi-convert.sh
Commit message (Collapse)AuthorAgeFilesLines
* Make pygiconvert.sh correctly convert gtk.gdk.x11_*Simon Schampijer2012-02-151-1/+1
| | | | | Looking at the gir file gtk.gdk.x11_* should get converted to GdkX11.x11_*. Fixing pygiconvert.sh to do so.
* pygi-convert: Handle Clutter and CoglBastian Winkler2012-02-101-0/+76
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=664496
* Convert all modifier constants to Gdk.ModifierTypeManuel Quiñones2011-12-011-0/+14
| | | | Signed-off-by: Manuel Quiñones <manuq@laptop.org>
* pygi-convert: fix for Pango.AlignmentDaniel Drake2011-10-301-0/+1
|
* pygi-convert: fix for Gtk.OrientationDaniel Drake2011-10-301-0/+1
|
* Convert gtk.TRUE/FALSE to Python True/False.Marcin Owsiany2011-09-131-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=657785
* Convert ACCEL_* constants into Gtk.AccelFlags.Olav Vitters2011-08-241-0/+1
|
* Convert TREE_VIEW_DROP_* constants into Gtk.TreeViewDropPositionOlav Vitters2011-08-241-0/+1
|
* [pygi-convert.sh] Handle the import of pygtk and require Gtk 3.0Timo Vanwynsberghe2011-08-151-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=654001
* [gi] pygi-convert.sh: Convert gtk.gdk.CROSSHAIRMartin Pitt2011-05-041-0/+1
|
* pygi-convert.sh: Make sure the uppercase GObject module is imported instead ↵Sebastian Pölsterl2011-04-151-0/+1
| | | | | | of the lowercase https://bugzilla.gnome.org/show_bug.cgi?id=647736
* pygi-convert.sh add GObject.xxx and webkitJohn Stowers2011-03-211-0/+7
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=644347
* pygi-convert.sh remove gobject tests, GObject works nowJohn Stowers2011-03-211-28/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=644347
* pygi-convert.sh: Convert Pango.TabAlign.*Martin Pitt2011-01-271-0/+1
|
* pygi-convert.sh: Drop window -> get_window() conversionMartin Pitt2011-01-271-1/+0
| | | | It is doing more harm than good for projects which use things like self.window.
* pygi-convert.sh: Don't convert self.window assignmentsMartin Pitt2011-01-271-1/+1
|
* pygi-convert.sh: Convert gtk.UI_MANAGER_*Sebastian Pölsterl2011-01-241-0/+1
|
* pygi-convert.sh: Convert gdk.GRAB_*Sebastian Pölsterl2011-01-211-0/+1
|
* pygi-convert.sh: GdkPixbuf methodsThomas Hindoe Paaboel Andersen2011-01-201-0/+1
| | | | GNOME bug #639880
* pygi-convert.sh: Gdk.COLORSPACE_RGBThomas Hindoe Paaboel Andersen2011-01-201-0/+1
| | | | GNOME bug #639880
* pygi-convert.sh: Convert glib.source_remove()Martin Pitt2011-01-201-0/+1
|
* Fix typo in previous commit to actually convert glib.GErrorMartin Pitt2011-01-201-1/+1
|
* pygi-convert.sh: Move some glib bits which are better handled by gobjectMartin Pitt2011-01-201-0/+3
|
* pygi-convert.sh: Migrate Gdk.Cursor constructor, and some cursor namesMartin Pitt2011-01-191-0/+2
|
* pygi-convert.sh: Handle .window attributesMartin Pitt2011-01-191-1/+4
| | | | | In general, convert them to .get_window(). For some of them, prefer calling the GtkWidget methods instead.
* pygi-convert.sh: Don't convert glib -> GLib for nowMartin Pitt2011-01-191-9/+10
| | | | | | | | This currently leads to a load of crashes, MemoryErrors, etc, as GLib is not very well introspectable, due to the low-level operations that it performs. John Palmieri confirms that using the static "glib" binding is preferred for now, so disable the replacement rules.
* Convert Gdk.Pixbuf to GdkPixbuf.PixbufSebastian Pölsterl2011-01-191-0/+1
|
* pygi-convert.sh: Do not comment out set_cell_data_func() calls; these should ↵Martin Pitt2011-01-181-1/+0
| | | | be ported properly
* pygi-convert.sh: Fix match for adding missing importsMartin Pitt2011-01-181-4/+4
|
* pygi-convert.sh: Fix Gtk.Label handling to be idempotentMartin Pitt2011-01-181-2/+3
| | | | | | As we are not replacing line by line, but the whole file at once, this is a bit hackish unfortunately. We can't use a match test or a lookahead/behind assertion.
* pygi-convert.sh: Handle keysymsMartin Pitt2011-01-181-0/+1
|
* pygi-convert.sh: Handle gtk.combo_box_new_text()Martin Pitt2011-01-171-0/+1
|
* pygi-convert.sh: Handle GdkPixbuf.InterpTypeMartin Pitt2011-01-171-0/+2
|
* pygi-convert.sh: Handle Gdk.DragActionMartin Pitt2011-01-171-0/+1
|
* pygi-convert.sh: Generalize Gtk.Settings migrationMartin Pitt2011-01-171-1/+1
| | | | There are other GSettings.get_* functions like get_for_screen().
* pygi-convert.sh: Don't change the name of "glib" submodulesMartin Pitt2011-01-171-1/+1
| | | | This particular affects dbus.mainloop.glib.*
* pygi-convert.sh: Convert Pango.WrapModeMartin Pitt2011-01-151-0/+1
|
* pygi-convert.sh: Don't change the name of "gtk" submodulesMartin Pitt2011-01-151-2/+2
| | | | | Some projects have local modules like "myproject.ui.gtk". Avoid changing those, just change module names which start with "gtk" or "gdk".
* pygi-convert.sh: handle ReliefStylePaolo Borelli2011-01-131-0/+1
|
* pygi-convert.sh: improve GtkSourceView conversionPaolo Borelli2010-12-131-0/+7
|
* pygi-convert.sh: Gtk.DialogFlags conversionPaolo Borelli2010-12-131-0/+1
|
* pygi-convert.sh: add more Gtk conversions and sortPaolo Borelli2010-12-131-24/+26
|
* pygi-convert.sh: convert AtkPaolo Borelli2010-12-131-0/+12
|
* pygi-convert.sh: convert a few more Gio typesPaolo Borelli2010-12-121-0/+9
|
* pygi-convert.sh: more GLib conversionPaolo Borelli2010-12-121-0/+7
|
* pygi-convert.sh: remove two cases handled by overridesPaolo Borelli2010-12-121-2/+0
|
* pygi-convert.sh: Fix 'find' syntaxPaolo Borelli2010-12-121-1/+1
|
* pygi-convert.sh: start handling Gio and GLibPaolo Borelli2010-12-121-0/+8
|
* pygi-convert.sh: convert Gdk.ScrollDirection.Paolo Borelli2010-12-111-0/+1
|
* Remove Pango.FontDescription() conversion.Paolo Borelli2010-12-111-1/+0
| | | | It is now properly handled by an override.