Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/PascalTriangle.activity/pascaltriangle.py
Commit message (Expand)AuthorAgeFilesLines
* Add [read|write]_file() supportHEADVERSION_1masterPhilip Withnall2013-08-221-0/+71
* Optimise set_show_hints()Philip Withnall2013-08-221-2/+3
* Tidy up importsPhilip Withnall2013-08-221-4/+1
* Reformat code for PEP8 compliancePhilip Withnall2013-08-201-43/+48
* Toolbar consistency fixesWalter Bender2013-08-201-38/+40
* Add docstrings to all applicable classes and methodsPhilip Withnall2013-08-191-21/+64
* Python code cleanupsPhilip Withnall2013-08-191-26/+33
* Fix variable shadowingPhilip Withnall2013-08-191-9/+10
* Tidy up cell indexing throughout the codePhilip Withnall2013-08-191-40/+38
* Remove use of Unicode in C-locale stringsPhilip Withnall2013-08-191-2/+2
* Translation updatesPhilip Withnall2013-08-191-1/+1
* Fix positioning of triangle size sliderPhilip Withnall2013-08-191-12/+5
* Fix the hint button to work with older versions of SugarPhilip Withnall2013-08-191-2/+13
* Add a Spanish translationPhilip Withnall2013-08-191-1/+1
* Clean up activity appearance and renderingPhilip Withnall2013-08-191-5/+12
* Add i18n supportPhilip Withnall2013-08-191-7/+10
* Add a slider to change the triangle sizePhilip Withnall2013-08-191-6/+41
* Improve hint mode to highlight all edge cells equallyPhilip Withnall2013-08-191-1/+7
* Replace message dialogue with an alert barPhilip Withnall2013-08-191-16/+30
* Add a hint mode which shows the summands for the current cellPhilip Withnall2013-08-191-0/+34
* Add a ‘New Game’ buttonPhilip Withnall2013-08-181-5/+22
* Implement the standard activity toolbarPhilip Withnall2013-08-181-3/+13
* Add copyright licencePhilip Withnall2013-08-181-0/+16
* Implement a ‘win’ dialogue box when the game is wonPhilip Withnall2013-08-181-14/+43
* Add support for entering new values in cellsPhilip Withnall2013-08-181-10/+125
* Add support for selecting a cellPhilip Withnall2013-08-171-36/+81
* Improve rendering of cellsPhilip Withnall2013-08-161-21/+50
* Implement drawing a Pascal trianglePhilip Withnall2013-08-161-1/+59
* Initial commit of skeleton activityPhilip Withnall2013-08-161-0/+35