Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/jarabe/journal/objectchooser.py
Commit message (Collapse)AuthorAgeFilesLines
* refactoring based on lasted commits upstreamWalter Bender2013-06-091-1/+2
|
* Fix traceback when closing object chooserDaniel Narvaez2012-11-011-1/+1
| | | | | | | The code had not been updated to the introspection API. Signed-off-by: Daniel Narvaez <dwnarvaez@gmail.com> Acked-by: Manuel Quiñones <manuq@laptop.org>
* ObjectChooser: connect the clear-clicked signal, SL #3848Gonzalo Odiard2012-09-101-0/+4
| | | | | | | | When there is no match in the search result and you click on the "Clear Search" button this is handled now correctly. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* All: Chain up to constructor of derived classSimon Schampijer2012-09-071-1/+1
| | | | | | | | | | | | | | The pygi-convert.sh script does replace the chaining to the constructor of the derived class and chains up to the GObject constructor, those introduced missing imports and a few more issues with arguments passing. In general it is clearer to chain up to the constructor of the derived class so while fixing the issues introduced by the script we did switch to that behavior in all of the shell. Signed-off-by: Simon Schampijer <simon@laptop.org> Acked-by: Manuel Quiñones <manuq@laptop.org>
* All: add missing Gdk importsManuel Quiñones2012-09-071-0/+1
| | | | | | | | | In PyGtk the Gdk imports were under gtk.gdk Now they are available in it's own module. This has not been handled by the conversion script. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Run sugar-convert.sh for automatic conversion from sugar.* to sugar3.* importsSimon Schampijer2012-09-071-2/+2
| | | | | | | | | | | | | | Run sugar-convert.sh [1] for automatic conversion from sugar.* imports to sugar3.* imports. 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. [1] http://dev.laptop.org/~manuq/sugar-convert.sh Signed-off-by: Simon Schampijer <simon@laptop.org> Acked-by: Manuel Quiñones <manuq@laptop.org>
* Run pygi-convert.sh for automatic conversion from GTK+ 2 to GTK+ 3Simon Schampijer2012-09-071-29/+29
| | | | | | | | | | | | | | | | | | Run pygi-convert.sh for automatic conversion from GTK+ 2 to GTK+ 3 and pygobject+gobject-introspection. 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 2d8f48f4ff56bb75985136452b50b75895258608 from the main pygobject repository [1]. [1] git://git.gnome.org/pygobject Signed-off-by: Simon Schampijer <simon@laptop.org> Acked-by: Manuel Quiñones <manuq@laptop.org>
* Use the new toolbars in the JournalManuel Quiñones2012-08-281-2/+2
| | | | | | | | | | | | | | | Sugar has switched to a new toolbar design in 0.86 [1]. In sugar-toolkit-gtk3 support for the old deprecated toolbar has been removed in 0.96 [2]. Prior to the shell port we have to use the new style toolbar in the Journal as well. Initial patch provided by Gonzalo Odiard for the shell port. [1] http://wiki.sugarlabs.org/go/0.86/Notes#What.27s_new_for_developers [2] http://wiki.sugarlabs.org/go/0.96/Notes#API Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* PEP8 cleanup: fix spaces around operators and parenthesesSascha Silbe2010-11-241-3/+1
| | | | | | Reviewed-by: James Cameron <quozl@laptop.org> Reviewed-by: Simon Schampijer <simon@laptop.org> CC: Aleksey Lim <alsroot@member.fsf.org>
* pep8 cleanup: fix number of blank linesSascha Silbe2010-11-241-1/+3
| | | | | | Reviewed-by: James Cameron <quozl@laptop.org> Reviewed-by: Simon Schampijer <simon@laptop.org> CC: Aleksey Lim <alsroot@member.fsf.org>
* Cast the event coordinates to integers #2291Simon Schampijer2010-09-291-1/+1
| | | | | Coordinates are given as doubles rather than integers, because some input devices such as graphics tablets have sub-pixel resolution.
* trim EOL (end-of-line) spaces on source filesSascha Silbe2009-08-251-3/+3
|
* Revert thumbs mergeAleksey Lim2009-08-251-14/+45
|
* Add thumbs view to ObjectChooserAleksey Lim2009-08-251-7/+11
|
* Fix renaming issueAleksey Lim2009-08-251-2/+2
|
* Extract objectsview from listview; initial thumbs view commitAleksey Lim2009-08-251-40/+5
|
* let the logger do the formattingSascha Silbe2009-08-241-2/+2
|
* Bunch of pylint fixesTomeu Vizoso2009-08-191-6/+0
|
* Adapt to API changes in the journal #881Tomeu Vizoso2009-08-071-3/+3
|
* Fix object chooserTomeu Vizoso2009-07-071-33/+26
|
* Close the object chooser when the activity is closed. #329Tomeu Vizoso2009-02-101-1/+12
|
* Rename parameter to what_filterTomeu Vizoso2009-01-061-3/+3
|
* typoTomeu Vizoso2009-01-061-1/+1
|
* #3060 Add the possibility of filtering the object chooser by data typeTomeu Vizoso2009-01-061-1/+4
|
* First try at restoring removable devices support in the journalTomeu Vizoso2008-11-281-3/+2
|
* Move the shell code into site-packages.Marco Pesenti Gritti2008-09-281-0/+199