Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Collaboration did not work because not initialized correctly ProgressDialoggtk3flavio2013-03-071-1/+1
| | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* activity info v54v54Agustin Zubiaga2012-11-071-2/+2
|
* Zoom Gesture zooms through the gesture's centerManuel Kaufmann2012-11-062-15/+77
| | | | | | | | 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-242-35/+82
| | | | | | | | | | | | | | 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.
* activity.infov53Agustin Zubiaga2012-10-171-2/+2
|
* Update po filesAgustin Zubiaga2012-10-1780-1068/+1949
| | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* 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-162-11/+23
| | | | | Signed-off-by: Manuel Kaufmann <humitos@gmail.com> Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Update NEWSAgustin Zubiaga2012-10-122-1/+4
| | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Version 52v52Gonzalo Odiard2012-10-121-1/+1
| | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Update summaryGonzalo Odiard2012-10-121-1/+1
| | | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org> Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Initial gesture supportGonzalo Odiard2012-10-122-35/+81
| | | | | | | 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-062-4/+76
| | | | 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>
* info v50v51Agustin Zubiaga2012-10-041-1/+1
| | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Use gtk3 in setup.pyAgustin Zubiaga2012-10-031-1/+1
| | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Fix ObjectChooser bugAgustin Zubiaga2012-10-031-4/+5
|
* info v50Agustin Zubiaga2012-10-021-1/+1
|
* Update the localization messagesAgustin Zubiaga2012-10-028-125/+192
| | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Center the image on the screenAgustin Zubiaga2012-10-021-10/+6
| | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Use similar surface to improve performanceGonzalo Odiard2012-10-021-9/+10
| | | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org> Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Port to cairoManuel Kaufmann2012-10-022-97/+74
| | | | | | | 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-232-7/+0
| | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* import GObject in the progressdialog fileAgustin Zubiaga2012-09-231-0/+1
|
* GTK3 PortAgustin Zubiaga2012-07-173-104/+108
| | | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org> Signed-off-by: Flavio Danesse <fdanesse@gmail.com>
*