Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/historietaactivity.py
Commit message (Collapse)AuthorAgeFilesLines
* Pep8 and pyflakes fixesGonzalo Odiard2013-10-231-1/+0
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Avoid changing edition_mode in a globe if not neededGonzalo Odiard2013-10-231-10/+4
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Copy textview window instead of use pango cairo text toy api - SL #4607Gonzalo Odiard2013-10-221-19/+0
| | | | | | | | | | Cairo toy text api have problems, and can't render complex sripts. Changed the way we draw the text in not edition mode to solve this issue. This patch also move the textview, from be in the Box, to the globe, then now we have one textview for ewvery globe instead of one by box. This simplify tghe code. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Calculate boxes size to show only the vertical scrollbarGonzalo Odiard2013-04-121-4/+11
| | | | | | Previously used the policies, but is not working right now. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Pep8 fixesGonzalo Odiard2013-04-121-52/+55
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Manage the case of Globes without text (Images)Gonzalo Odiard2013-04-121-3/+3
| | | | | | | The class Imagen is a Globo, but with texto = None. This patch contemplate all the cases where text can be None. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Disable kinetic scrollingGonzalo Odiard2013-04-111-0/+1
| | | | | | This is needed to interact with the globes using touch Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Reorganize toolbarGonzalo Odiard2013-04-111-3/+0
| | | | | | | | | | The stop button falled out of the toolbar, and we can't add more functionality with the actual design. Now instead of use one button for every type of globe, add one menuitem "Add globe" with options by type. The icons were changed to remove the "+" sign because is redundant. Separator removed from the toolbar too. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Fix movement of textview when the globe is resizedGonzalo Odiard2013-04-111-1/+1
| | | | | | | | | After the change to use a textview to edit text, this was a pending issue. Is solved using the HBox around the text view to calculate the real size. The x, y coordinates in the class CuadroTexto were removed, using the values in the parent Globe. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Avoid multiple redrawGonzalo Odiard2013-04-111-2/+7
| | | | | | | The draw rutine triggered a movement of the textview used to edit textviewxt, triggering a new draw, in a continues loop. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Save as a PDFGonzalo Odiard2013-01-141-17/+60
| | | | | | Every box is drawn in a new page Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Only enable slideview keys when in slideview modeGonzalo Odiard2013-01-141-0/+9
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Using textview for edit textsAgustin Zubiaga2013-01-141-83/+105
| | | | | | | | | | There are one problem not solved yet, the textview, at times, takes more vertical space than requested the first time is displayed, and enlarge the globe. Clicking again in the text view, resizes it to the right size. Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org> Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Add slideview modeAgustin Zubiaga2012-12-061-3/+52
| | | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org> Reviewed-by: Gonzalo Odiard <gonzalo@laptop.org>
* Partial port to Gtk3Gonzalo Odiard2012-12-061-64/+53
| | | | | Signed-off-by: Ignacio Rodriguez <nachoel01@gmail.com> Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Pylint fixesGonzalo Odiard2012-04-231-6/+2
|
* Add a alert when a image is exported to the journalGonzalo Odiard2012-04-231-0/+26
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Hide the cursor in the globes when export a imageGonzalo Odiard2012-04-231-0/+4
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Use FontComboGonzalo Odiard2012-04-201-8/+11
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Add a title rectangle globeGonzalo Odiard2012-03-121-0/+17
| | | | | | | The title globe is added when the activity starts with a empty page, and can't be deleted. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Add one option to add movement linesGonzalo Odiard2012-01-091-2/+2
| | | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org> Signed-off-by: Agustin Zubiaga <aguszs97@gmail.com>
* Update icons in toolbars, according to design team reviewGonzalo Odiard2011-08-251-8/+12
|
* Fix encodingGonzalo Odiard2011-08-081-1/+1
| | | | Gonzalo Odiard <gonzalo@laptop.org>
* New toolbarsGonzalo Odiard2011-03-201-26/+34
|
* Fix to run in python 2.7Gonzalo Odiard2011-03-181-1/+1
|
* enable change size of globe from all the sides / show cursorGonzalo Odiard2010-11-231-12/+23
|
* avoid error when no globe is selectedGonzalo Odiard2010-11-211-2/+3
|
* remove or comment loggingGonzalo Odiard2010-11-211-9/+9
|
* when select a globe in a box, desselect the globes in the other boxesGonzalo Odiard2010-11-211-0/+5
|
* remove unused codeGonzalo Odiard2010-11-211-6/+0
|
* Now the cloud is drawn with cairo.Gonzalo Odiard2010-11-131-0/+2
| | | | Remove the png used previously to draw Nube and Grito
* make historietaactivity.py pep8 complaintGonzalo Odiard2010-10-211-137/+144
|
* Add mimetype information and use a palette to the Save like image optionGonzalo Odiard2010-10-211-0/+18
|
* Comienzo implementacion de grabacion de historieta como imagenGonzalo Odiard2010-10-121-11/+155
| | | | Por alguna razon no imprime los globos del ultimo recuadro
* fix SL #2230 - Fototoon does not show controls when speech bubble first selectedGonzalo Odiard2010-10-101-2/+4
| | | | Bassed in the work of SHACHI PAUL <shachi@seeta.in>, Sarvagya Mukhi <sarvagya@seeta.in>
*