Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/persistencia.py
Commit message (Collapse)AuthorAgeFilesLines
* Pep8 and pyflakes fixesGonzalo Odiard2013-10-231-11/+11
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Copy textview window instead of use pango cairo text toy api - SL #4607Gonzalo Odiard2013-10-221-3/+4
| | | | | | | | | | 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>
* Manage the case of Globes without text (Images)Gonzalo Odiard2013-04-121-18/+15
| | | | | | | 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>
* Fix movement of textview when the globe is resizedGonzalo Odiard2013-04-111-4/+0
| | | | | | | | | 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>
* Using textview for edit textsAgustin Zubiaga2013-01-141-38/+20
| | | | | | | | | | 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>
* Partial port to Gtk3Gonzalo Odiard2012-12-061-1/+1
| | | | | Signed-off-by: Ignacio Rodriguez <nachoel01@gmail.com> Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Change size in the handlesGonzalo Odiard2012-04-231-1/+0
| | | | | | | Enlarge to be better with touch devices Also remove unused imports Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Add a title rectangle globeGonzalo Odiard2012-03-121-0/+4
| | | | | | | 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>
* Implament rotation of movement linesGonzalo Odiard2012-03-091-0/+1
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Add one option to add movement linesGonzalo Odiard2012-01-091-0/+5
| | | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org> Signed-off-by: Agustin Zubiaga <aguszs97@gmail.com>
* make persistencia.py pep8 complaintGonzalo Odiard2010-10-211-76/+88
|
* correcciones a la persistencia en las XO-1Gonzalo Odiard2010-01-241-8/+3
|
* correccion manejo de caja del tituloGonzalo Odiard2010-01-041-1/+4
|
* version de persistencia con imagenes zipeadas que funciona en las xoGonzalo Odiard2010-01-041-4/+10
|
* primer version con persistencia incluyendo imagenes en un archivo zipeadoGonzalo Odiard2010-01-021-4/+30
|
* Comienzo grabacion de imagenes para incluirlas en la persistenciaGonzalo Odiard2009-12-291-31/+30
|
* las fotos se manejan desde el journal, no se necesitan mas las de ejemploGonzalo Odiard2009-11-151-1/+1
|
* implemento persistencia con simplejson (falta implementar grabacion de imagenes)Gonzalo Odiard2009-11-151-20/+26
|
* muevo todos los archivos porque hice mal el commit inicialGonzalo Odiard2009-10-221-0/+150