Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Add examples for Alert, Animator, ComboBox, IconEntry and NotebookSimon Schampijer2011-12-135-0/+158
| | | | | | Signed-off-by: Simon Schampijer <simon@schampijer.de> [squashed two patches into one] Signed-off-by: Sascha Silbe <silbe@activitycentral.com>
* Run pygi-convert.sh for automatic conversion from GTK2 to GTK3 + pygi.Sascha Silbe2011-12-132-16/+16
| | | | | | | | | | | | | | | | | This is only on a best-effort basis; the code will be in a broken state after this patch and need to be fixed manually. The purpose of committing the intermediate, non-working output is to make it reproducible. It's impractical to manually review the changes. The exact version used was 4f637212f13b197a95c824967a58496b9e3b877c from the main pygobject repository [1] plus a custom patch [2] that hasn't been sent upstream yet. [1] git://git.gnome.org/pygobject [2] https://sascha.silbe.org/patches/pygobject-convert-sugar-20111122.patch Signed-off-by: Sascha Silbe <silbe@activitycentral.com>
* Rename imports from sugar to sugar3Simon Schampijer2011-11-142-7/+7
| | | | | Signed-off-by: Simon Schampijer <simon@laptop.org> Acked-by: Sascha Silbe <silbe@activitycentral.com>
* style cleanup: prefer ' for stringsSascha Silbe2010-11-231-1/+1
| | | | | | | | | Tomeu prefers ' for strings, so let's use it wherever we don't have a good reason to use ". Reviewed-by: James Cameron <quozl@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org> CC: Aleksey Lim <alsroot@member.fsf.org>
* PEP8 cleanup: fix number of blank linesSascha Silbe2010-11-232-0/+2
| | | | | | | | Caught by pep8. Reviewed-by: James Cameron <quozl@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org> CC: Aleksey Lim <alsroot@member.fsf.org>
* Remove symlink that was committed by mistakeTomeu Vizoso2009-09-011-1/+0
|
* Fix review issuesAleksey Lim2009-07-311-2/+0
|
* Rename ToolbarBox.bar to ToolbarBox.toolbarAleksey Lim2009-07-301-6/+6
|
* Rename ToolbarBox.top to ToolbarBox.barAleksey Lim2009-07-301-6/+6
|
* Rename toolbar.py to toolbarbox.pyAleksey Lim2009-07-301-2/+2
|
* Fix review issuesAleksey Lim2009-07-301-20/+14
|
* Suppress sub-palettes in radiopaletteAleksey Lim2009-07-291-6/+6
|
* Fix review issuesAleksey Lim2009-07-291-20/+43
|
* Provide fast access to all sub-widgets in ToolbarAleksey Lim2009-07-131-0/+2
|
* Do not hide sub-widget when sub-palette was openedAleksey Lim2009-07-131-0/+13
|
* Add radiopalette.pyAleksey Lim2009-07-131-0/+57
|
* Implement palette modeAleksey Lim2009-07-121-10/+11
|
* Delete sub-widgets clearlyAleksey Lim2009-07-111-4/+8
|
* Add simple toolbars exampleAleksey Lim2009-07-102-0/+33
|
* Add a test for iconsMarco Pesenti Gritti2006-09-089-55/+0
|
*