Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/toolbar.py
Commit message (Collapse)AuthorAgeFilesLines
* Use ObjectChooser with preview if avsailableGonzalo Odiard2013-10-231-1/+13
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Pep8 and pyflakes fixesGonzalo Odiard2013-10-231-3/+2
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Use new widgets for font selection to improve use with touchGonzalo Odiard2013-06-111-44/+24
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Replace MenuItem by PaletteMenuItem - SL #4500Gonzalo Odiard2013-05-221-9/+22
| | | | | | PaletteMenuItem is the new widget we should use in gtk3 Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Pep8 fixesGonzalo Odiard2013-04-121-31/+34
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Manage the case of Globes without text (Images)Gonzalo Odiard2013-04-121-5/+5
| | | | | | | 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>
* Use a sane default size for globe creationGonzalo Odiard2013-04-111-1/+1
| | | | | | | The globe size is independent of the resolution using graphics.style constants. The default font size is 10 instead of 12 now. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Remove code to support sugar without ColorButton classGonzalo Odiard2013-04-111-38/+22
| | | | | | The activity was ported to Gtk3, ColorButton is available Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Reorganize toolbarGonzalo Odiard2013-04-111-52/+23
| | | | | | | | | | 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>
* Using textview for edit textsAgustin Zubiaga2013-01-141-27/+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>
* Add slideview modeAgustin Zubiaga2012-12-061-0/+12
| | | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org> Reviewed-by: Gonzalo Odiard <gonzalo@laptop.org>
* Partial port to Gtk3Gonzalo Odiard2012-12-061-32/+26
| | | | | Signed-off-by: Ignacio Rodriguez <nachoel01@gmail.com> Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Use FontComboGonzalo Odiard2012-04-201-58/+24
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Change rotate iconGonzalo Odiard2012-03-121-1/+1
| | | | | | Use the same icon than in Paint 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-14/+1
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Add one option to add movement linesGonzalo Odiard2012-01-091-0/+22
| | | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org> Signed-off-by: Agustin Zubiaga <aguszs97@gmail.com>
* Fototoons: better design for 'add' icons and svg code cleanManuel QuiƱones2011-09-021-6/+3
| | | | | | | | | * changed the plus badge in add.. icons for the Sugar plus * cleaned the svg code and added entity colors * translated icon names from spanish to english * removed separator at the end of the text subtoolbar Signed-off-by: Manuel QuiƱones <manuq@laptop.org>
* Update icons in toolbars, according to design team reviewGonzalo Odiard2011-08-251-1/+1
|
* Stetic changes in icons and toolbar codeGonzalo Odiard2011-03-241-37/+45
|
* pep8 fixes in toolbar.pyGonzalo Odiard2011-03-201-92/+100
|
* New toolbarsGonzalo Odiard2011-03-201-25/+13
|
* modifico toolbar para permitir uso en version 0.82 de sugar sin ColorToolButtonGonzalo Odiard2010-08-211-26/+34
|
*