Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* self.allocation is not available anymoregtk3Simon Schampijer2013-02-011-1/+1
|
* Do not use deprecated _shared_activity memberSimon Schampijer2013-02-011-9/+10
| | | | | Use the get_shared_activity method instead, change was in sugar-toolkit-gtk3 70cee44717d46129419992cd6a7e15472dc1f568
* Replace "expose-event" signal by the new "draw" signalSimon Schampijer2013-02-016-18/+23
| | | | | | | | | GtkWidget "expose-event" signal has been replaced by a new "draw" signal [1]. [1] http://developer.gnome.org/gtk3/3.0/ch25s02.html#id1467092 Signed-off-by: Simon Schampijer <simon@schampijer.de>
* pack_start/pack_end: we have to pass all arguments now with the dynamic bindingsSimon Schampijer2013-02-017-20/+20
|
* Use 'icon_name' property instead of the 'named-icon' oneSimon Schampijer2013-01-311-2/+1
| | | | | Follow up of the change in the toolkit-gtk3 fe11a3aa23c0e7fbc3c0c498e147b0a20348cc12
* More gobject and gdk import fixupsSimon Schampijer2013-01-317-40/+43
|
* Convert the sugar imports to sugar3Simon Schampijer2013-01-3114-37/+37
|
* Fixup of the leftovers from the convert scriptSimon Schampijer2013-01-3117-52/+84
| | | | | | | | - add missing Gdk imports - do not use GObject.GObject.__init__(self) when we have a Gtk object - correct Gdk, GObject, Rsvg and GdkPixbuf imports - add missing Gtk.Alignment arguments
* Running pygi-convert.sh as a first step to port to GTK+ 3Simon Schampijer2013-01-3122-221/+221
|
*