Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixing bug SL #4308Agustin Zubiaga2012-12-101-7/+24
| | | | | | Redraw the chart only when any scale is released or a color button is pressed Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Use Gtk.Label.set_placeholder_textAgustin Zubiaga2012-12-071-28/+5
|
* insesitive buttonsAgustin Zubiaga2012-11-131-8/+17
|
* Insesitive toolbar buttonsAgustin Zubiaga2012-11-131-1/+12
|
* Fix my email addressAgustin Zubiaga2012-11-121-1/+1
|
* Show No data messageAgustin Zubiaga2012-11-101-3/+57
| | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Fix move down bugAgustin Zubiaga2012-11-101-10/+22
|
* Fix comma separator bug SL #4180Agustin Zubiaga2012-11-101-1/+2
|
* Remove zoom optionsAgustin Zubiaga2012-11-091-77/+22
| | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Fix measure palette bugAgustin Zubiaga2012-10-161-12/+12
|
* pep8 fixesAgustin Zubiaga2012-10-161-19/+21
|
* Add zoom optionsAgustin Zubiaga2012-09-291-25/+80
|
* charts -> chartAgustin Zubiaga2012-09-291-12/+14
|
* PEP8 fixesAgustin Zubiaga2012-09-291-3/+4
| | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Add move up/down buttonsAgustin Zubiaga2012-09-291-1/+48
| | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Fixing add/removeAgustin Zubiaga2012-09-291-7/+13
| | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Fix drag and dropAgustin Zubiaga2012-09-281-3/+2
|
* Use single quotesAgustin Zubiaga2012-09-181-86/+86
|
* pep8 fixesAgustin Zubiaga2012-09-181-3/+5
|
* Fix add/removeAgustin Zubiaga2012-09-111-6/+6
|
* GTK3 port startAgustin Zubiaga2012-08-201-79/+77
| | | | | | | | | | | The activity can open, but there're a lot of bugs: * load from file doesn't work * add value only works at the first time * remove value never works * the helpbutton is too wide (wrap doesn't work) * Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* Moving HelpButton before the fill spacerAgustin Zubiaga2012-07-181-2/+2
|
* Revert "Show X and Y pos"Agustin Zubiaga2012-07-011-18/+3
| | | | This reverts commit be51724eacc31f2bcabb9be9674ac66526c147c7.
* Show X and Y posAgustin Zubiaga2012-07-011-3/+18
|
* pep8 and pylint fixesAgustin Zubiaga2012-06-291-7/+7
|
* Change + and - iconsAgustin Zubiaga2012-05-051-2/+2
|
* Rename SimpleGraph with ChartAgustin Zubiaga2012-05-051-5/+5
| | | | Signed-off-by: Agustin Zubiaga <aguz@sugarlabs.org>
* More simple: graph from clipboardAgustin Zubiaga2012-04-131-1/+3
|
* Graph from clipboardAgustin Zubiaga2012-04-091-21/+38
|
* pylint and pep8 fixesAgustin Zubiaga2012-03-111-3/+3
|
* Conditionals changeAgustin Zubiaga2012-03-091-4/+4
|
* In the XO-1 don't show the channel choose paletteAgustin Zubiaga2012-03-091-2/+7
|
* Choose measure channelAgustin Zubiaga2012-03-091-3/+28
|
* Bug fixedAgustin Zubiaga2012-03-091-2/+2
|
* pylint fixes (8.38)Agustin Zubiaga2012-03-091-18/+18
|
* utils.py fixesAgustin Zubiaga2012-03-091-6/+6
|
* Private variablesAgustin Zubiaga2012-03-091-14/+14
|
*