Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Version 59v59gtk3Agustin Zubiaga2013-09-101-2/+2
|
* Updates activity iconGonzalo Odiard2013-09-101-10/+46
| | | | | | | | This icon was provided by Michael Strelan Signed-oof-by: Gonzalo Odiard <gonzalo@laptop.org> Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Pep8 fixesGonzalo Odiard2013-09-101-13/+15
| | | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org> Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Replace the gtk dialog used to show transferece progress by a AlertGonzalo Odiard2013-09-102-37/+36
| | | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org> Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Enable collaboration only when a file is loadedGonzalo Odiard2013-09-101-3/+7
| | | | | | | | | | | Right now, ImageViewer activity can start without a file loaded, showing the empty panel and a button to open the object chooser. If the user try sharing the session before a book is opened, the collaboration is broken, because no file is available to share. This patch disable collaboration until a file is opened. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org> Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Version 58v58Agustin Zubiaga2013-07-251-2/+2
| | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Avoid error opening the image with the object chooser - SL #4540Gonzalo Odiard2013-07-251-0/+1
| | | | | | | read_file do not open the file if _object_id is not set. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org> Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Version 57v57Agustin Zubiaga2013-06-121-2/+2
|
* hide seps when screen is narrowWalter Bender2013-06-121-6/+18
|
* update activity.infoAgustin Zubiaga2013-06-031-1/+1
| | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Version 56v56Agustin Zubiaga2013-06-031-1/+1
| | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Fix collaboration - SL #4520Gonzalo Odiard2013-06-031-5/+22
| | | | | | | | | | | | Collaboration was broken partially by the remove of __set_file_idle_cb in 17acb8ec0e72ead145c3d2648707af87b8ff5cf5 and posterior changes. Now restored the method, but use as a parameter the object_id instead of the tempfile path, because this change after the file is saved in the journal. We also needed add a control in read_file due to the use of the emptypanel. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* v55Agustin Zubiaga2013-06-031-1/+1
|
* Finally implement scrolling by trackpadv55Manuel Quiñones2013-06-031-5/+25
|
* Fast redraw for trackpad scrolling, bump maximun zoom to 10Manuel Quiñones2013-06-031-29/+53
|
* Skip the scrollbar value-changed callbacks when we manually change themManuel Quiñones2013-06-031-2/+14
|
* Update adjusment in touch dragManuel Quiñones2013-06-031-0/+1
|
* Forgot a get_parent from the revert commit, dbb6504aManuel Quiñones2013-06-031-1/+1
|
* Implement custom scrollable, part oneManuel Quiñones2013-06-032-2/+95
| | | | | | Update the scrollbars considering the view. Activating the scrollbars not implemented yet.
* Revert changes done for the scrollbars in a5f346a1Manuel Quiñones2013-06-031-29/+24
|
* Add drag by touchManuel Quiñones2013-06-032-2/+71
|
* Use better filter if not doing touch zoomManuel Quiñones2013-06-031-5/+5
|
* Use scrolled window with default viewportManuel Quiñones2013-06-032-45/+43
| | | | Scrollbars not working well yet.
* Center image when it is reduced in other waysManuel Quiñones2013-06-031-12/+16
|
* Improve rotation, recalculate surface and anchor pointManuel Quiñones2013-06-031-6/+35
|
* Grab the image while zoomingManuel Quiñones2013-06-031-20/+35
| | | | Sets the anchor point of the image when touch zoom start
* Improve pinch to zoom, add rotationManuel Quiñones2013-06-032-16/+68
| | | | Center the image between the touch points.
* Basic pinch to zoomManuel Quiñones2013-06-032-18/+42
|
* Remove unused globalManuel Quiñones2013-06-031-1/+0
|
* Make zoom buttons sensitivity workManuel Quiñones2013-06-032-8/+22
|
* Use viewer allocation directly, not the allocation of the parentManuel Quiñones2013-06-031-12/+7
|
* Use only logging, not both logging and _loggerManuel Quiñones2013-06-031-15/+13
|
* Don't change zoom after or before going fullscreenManuel Quiñones2013-06-031-8/+0
|
* Fix store zoom in metadata and object pickerManuel Quiñones2013-06-032-16/+13
| | | | Also remove unneded method for View Source
* Go back to a clean, basic viewolpc user2013-06-032-346/+86
| | | | This commit breaks a lot of things.
* Collaboration did not work because not initialized correctly ProgressDialogflavio2013-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>