Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pippy_app.py
Commit message (Collapse)AuthorAgeFilesLines
* all imports in one lineRafael Ortiz2012-06-271-5/+11
|
* Erasing nemonics from labels rationale SL#3698Rafael Ortiz2012-06-181-6/+6
|
* matching tooltips and stringsRafael Ortiz2012-06-141-3/+3
|
* setting tooltips for translationRafael Ortiz2012-06-131-3/+3
|
* Fix for export button + icons (Manu QuiƱones)Rafael Ortiz2011-10-071-29/+28
|
* Fix the load of already saved examplesGonzalo Odiard2011-10-061-2/+9
| | | | | | | The local examples are saved but are not loaded again when the activity starts. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org> Signed-off-by: Rafael Ortiz <rafael@activitycentral.com>
* Adding save as example option, based on geirea patch on SL#1496Rafael Ortiz2011-06-161-0/+68
|
* comment is obsolete, we can leave instanceRafael Ortiz2011-06-151-1/+1
|
* updating url_update infoRafael Ortiz2011-06-011-1/+1
|
* Bump v39v39Anish Mangal2011-02-221-1/+1
|
* pep8 adjustmentsJames Cameron2010-12-231-70/+112
| | | | | | | | | - excluded examples because we don't have consensus, - excluded physics since this is a copy of an upstream, - excluded query.py since this code does not currently work. Co-authored-by: Nitin Gupta <gupta.nitingupta.nitin@gmail.com> Tested-by: James Cameron <quozl@laptop.org>
* gettext text string "Actions"Anish Mangal2010-11-051-1/+1
|
* Bump v38v38Anish Mangal2010-11-051-1/+1
|
* Add EditToolbar & modify toolbars for <=0.84 compatibilityGonzalo Odiard2010-11-051-14/+79
|
* Bump v37v37anishmangal20022010-07-291-1/+1
|
* Fixes for Pippy layout after integrating groupthink: #1927anishmangal20022010-05-201-49/+87
| | | | | | | | | | Changes ------- [1] The pippy layout now scales according to screen size. [2] Replaced [h,v]boxes by [h,v]panes to make them adjustable. [3] Moved the [stop, run, clear] buttons to the activity toolbar. [4] Added new icons for [stop, run, clear] toolbar buttons. [5] When the toolbar [stop, run, clear] buttons are clicked, they flash color.
*