Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/model.py
Commit message (Collapse)AuthorAgeFilesLines
* Add combos to enable the user to change the font used in the cards. v2Gonzalo Odiard2012-04-171-1/+12
| | | | | | | | | | | | This work is based in the contributions of Flavio Danesse <fdanesse@activitycentral.com> and Ariel Calzada <ariel.calzada@gmail.com> The fonts are saved in the game file. v2: Solve error in add-pair, and initialization of card font in the CardEditor Signed-of-by: Gonzalo Odiard <gonzalo@laptop.org>
* If the game is modified, must set model mode = 'file'Gonzalo Odiard2011-09-301-0/+1
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* The pairkey must be a stringGonzalo Odiard2011-09-291-2/+2
| | | | | | | | The grid is transfered when collaboration is used, and all the atributes of the grid must be strings, but was initialized with a integer. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Pep8 and pylint fixesGonzalo Odiard2011-09-161-38/+38
| | | | Signed-of-by: Gonzalo Odiard <gonzalo@laptop.org>
* Enable/Disable new-game button according if the game has started or notGonzalo Odiard2011-09-161-0/+1
| | | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org> Reviewed-by: Manuel Quiñones <manuq@laptop.org>
* Fix default value for equal_pairs property in the modelGonzalo Odiard2011-09-161-1/+1
| | | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org> Reviewed-by: Manuel Quiñones <manuq@laptop.org>
* Save modified game automaticallyGonzalo Odiard2011-09-161-24/+32
| | | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org> Reviewed-by: Manuel Quiñones <manuq@laptop.org>
* More pylint cleanupSimon Schampijer2009-10-061-28/+32
|
* Initial implementation of Speak featuresAleksey Lim2009-07-141-39/+40
|
* Store speak props in Memorize objectsAleksey Lim2009-07-131-3/+24
|
* Remove code duplicationSimon Schampijer2009-06-101-2/+1
|
* Fix permissionsSimon Schampijer2008-11-131-4/+2
|
* Change temp folder permisson to allow activity accessMuriel de Souza Godoi2007-11-301-2/+2
|
* Adds support to record ogg files and add mime-type iconMuriel de Souza Godoi2007-11-291-1/+1
|
* Release version 21.Muriel de Souza Godoi2007-11-231-7/+7
|
*