Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pippy_app.py
Commit message (Collapse)AuthorAgeFilesLines
* Add examples iconhidetreeIgnacio Rodríguez2013-12-071-2/+3
|
* Allow load example when textview is not modifiedIgnacio Rodríguez2013-12-071-1/+6
|
* Remove treeview and add custom FileDialogIgnacio Rodríguez2013-12-071-55/+29
|
* Pippy ask to discard changes before switching to a different example.gtk3Emil Dudev2013-12-061-0/+26
| | | | Fixes #2271
* fixed problems with export to Sugar app; pep8 cleanupWalter Bender2013-11-291-103/+159
|
* The stop button stops the code being executedflavio2013-03-011-1/+1
|
* Change _shared_activity by shared_activityflavio2012-09-091-12/+10
|
* erasing old fixmeRafael Ortiz2012-06-301-1/+0
|
* Various fixes to gtk3 port, by (flavio danesseRafael Ortiz2012-06-301-60/+79
| | | | | fdanesse@activitycentral.com) and (rafael ortiz rafael@activitycentral.com)
* Port Gtk3 Baseflavio2012-06-151-134/+111
|
* 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.
*