Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity.py
Commit message (Collapse)AuthorAgeFilesLines
* Simple pep8 fixesGonzalo Odiard2012-09-251-0/+1
|
* Fix error in the use of menus to change game and sizeGonzalo Odiard2012-09-251-0/+2
| | | | | | | This error was introduced when used menuitem instead of combo to change the game and size. Now the icon in the button show the selected option. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Add combos to enable the user to change the font used in the cards. v2Gonzalo Odiard2012-04-171-0/+4
| | | | | | | | | | | | 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>
* Add strings in the old UI to enable the translators to use them.Gonzalo Odiard2012-02-071-0/+7
| | | | | | | This is a temporary change, because we have a stable version with different strings than the version in development. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Remove Reset button state changes SL#3155Gary Martin2011-10-271-2/+0
| | | | | | Some cases are missed for state change behaviours where the button should be disabled, this patch reduces code by removing this behaviour back to how it was with the original Memorise UI.
* Do not save a file at exit if the user is playing a demo gameGonzalo Odiard2011-09-301-0/+4
| | | | | | | | I set the file_path = None and raise a NonImplementedError because if the user changed form a custom game to a demo game, the file already was saved, and we don't want loose the data. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Replace the edit/play radio buttons by a singler toggle buttonGonzalo Odiard2011-09-301-22/+14
| | | | | | Reorder game buttons too Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* If the game is modified, must set model mode = 'file'Gonzalo Odiard2011-09-301-1/+1
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Save metadata information in all games - SL #3131Gonzalo Odiard2011-09-291-6/+2
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Reload the cardlist when the game is changed - SL #3137Gonzalo Odiard2011-09-291-3/+2
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
*