Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ImageViewerActivity.py
Commit message (Collapse)AuthorAgeFilesLines
* Zoom Gesture zooms through the gesture's centerManuel Kaufmann2012-11-061-0/+6
| | | | | | | | When two fingers are used to zoom in/out the image, the center of the gesture is used to zoom the image through it. Signed-off-by: Manuel Kaufmann <humitos@gmail.com> Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* pylint fixesAgustin Zubiaga2012-10-271-2/+2
| | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Draw toolbar separatorsAgustin Zubiaga2012-10-271-8/+6
|
* Rotate, Zoom and center the imageManuel Kaufmann2012-10-241-2/+2
| | | | | | | | | | | | | | Improves the rotation by centering the image on the screen when it is smaller than the screen size. Optimal zoom is calculated for images than are higher in hight when they are rotated as well. Fixed rotation (anti)clockwise. X, Y axis + angles in gradians are handled different by cairo. Signed-off-by: Manuel Kaufmann <humitos@gmail.com> Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Revert "Remove image vibration in zoom in (touch)"Agustin Zubiaga2012-10-231-15/+0
| | | | This reverts commit 163e6b5e8110e5106fa57dc9d1f4a825c1851e3a.
* Remove image vibration in zoom in (touch)Agustin Zubiaga2012-10-171-0/+15
| | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Scale the image through its centerManuel Kaufmann2012-10-161-0/+1
| | | | | Signed-off-by: Manuel Kaufmann <humitos@gmail.com> Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Initial gesture supportGonzalo Odiard2012-10-121-24/+41
| | | | | | | Only zoom is implemented, but not rotate. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org> Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Show no image message with an add buttonAgustin Zubiaga2012-10-061-4/+51
| | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Remove auto activity close when the user don't choose any imageAgustin Zubiaga2012-10-051-3/+0
| | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Fix ObjectChooser bugAgustin Zubiaga2012-10-031-4/+5
|
* Port to cairoManuel Kaufmann2012-10-021-7/+5
| | | | | | | This patch ports GdkPixbuf to cairo. Signed-off-by: Manuel Kaufmann <humitos@gmail.com> Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* PEP8 fixesAgustin Zubiaga2012-09-231-1/+0
| | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* GTK3 PortAgustin Zubiaga2012-07-171-37/+38
| | | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org> Signed-off-by: Flavio Danesse <fdanesse@gmail.com>
* Fullscreen is useless #3704Aleksey Lim2012-06-151-10/+6
|
* doesn't support View Source #2862Aleksey Lim2011-06-301-1/+1
|
* Restore zoom while switching back from fullscreenAleksey Lim2011-01-221-14/+13
|
* code review, quozl@laptop.orgJames Cameron2010-12-221-1/+1
|
* Apply sugar-lint fixes; add HACKING file; make it useful under sweetsAleksey Lim2010-12-221-26/+39
|
* Implement write_file() properly. Fixes dslo#1264Sayamindu Dasgupta2009-09-151-2/+13
|
* Use add_with_viewport() instead of add()Sayamindu Dasgupta2009-09-151-1/+1
|
* Avoid loading the file again and again.Sayamindu Dasgupta2009-09-081-1/+1
|
* Switch to new toolbar systemSayamindu Dasgupta2009-09-081-21/+113
|
* Sharing: Add progressbar and cancel button.Sayamindu Dasgupta2009-05-121-1/+17
| | | | Add a progressbar to indicate amount downloaded and a cancel button to cancel the download.
* Add filter to ObjectChooser. Fixes d.sl.o #713Simon Schampijer2009-05-031-1/+3
|
* Add sharing supportSayamindu Dasgupta2009-05-031-7/+259
|
* Fix initial zoom level being extremely small (#dslo:486)Tomeu Vizoso2009-03-241-2/+6
|
* Remove hacks needed because of #258Tomeu Vizoso2009-02-051-26/+2
|
* Show an object picker if no file is specified initiallySayamindu Dasgupta2008-11-211-1/+26
|
* Initial Journal supportSayamindu Dasgupta2008-11-211-15/+42
|
* Restore zoom level when coming back from fullscreenSayamindu Dasgupta2008-10-021-10/+8
|
* Initial commitSayamindu Dasgupta2008-09-291-0/+92