Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/memorizetoolbar.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix error in the use of menus to change game and sizeGonzalo Odiard2012-09-251-8/+12
| | | | | | | 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 icons in the examples menuGonzalo Odiard2012-09-251-1/+1
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Use RadioMenuButton instead ComboBox to change the board sizeManuel Kaufmann2012-09-251-7/+9
| | | | | | | | ComboBox doesn't work properly and this have a bad impact on touch screen. We decided to use RadioMenuButton instead of ComboBox because it make easier changing the board size. Signed-off-by: Manuel Kaufmann <humitos@gmail.com>
* Remove Reset button state changes SL#3155Gary Martin2011-10-271-7/+1
| | | | | | 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.
* Replace the edit/play radio buttons by a singler toggle buttonGonzalo Odiard2011-09-301-10/+10
| | | | | | Reorder game buttons too Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Replace demo games combo by a button with a menuv37Gonzalo Odiard2011-09-191-25/+21
| | | | | | | The combo with the text can be wide depending of the laguage and buttons fall out of the toolbar. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Fix state of restart button in edited gamesGonzalo Odiard2011-09-161-0/+1
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Pep8 and pylint fixesGonzalo Odiard2011-09-161-15/+13
| | | | Signed-of-by: Gonzalo Odiard <gonzalo@laptop.org>
* Enable/Disable new-game button according if the game has started or notGonzalo Odiard2011-09-161-1/+7
| | | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org> Reviewed-by: Manuel Quiñones <manuq@laptop.org>
* Save modified game automaticallyGonzalo Odiard2011-09-161-2/+24
| | | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org> Reviewed-by: Manuel Quiñones <manuq@laptop.org>
* Implementation of new toolbarGonzalo Odiard2011-09-161-78/+22
| | | | | | | | | This patch implement the proposal from Gary Martin. Unification of model between game and creation mode and save game are not implemented in this patch. Signed-of-by: Gonzalo Odiard <gonzalo@laptop.org> Reviewed-by: Manuel Quiñones <manuq@laptop.org>
* More pylint cleanupSimon Schampijer2009-10-061-5/+11
|
* Pass parent to ObjectChooserAleksey Lim2009-09-061-2/+2
|
* Games without color informationSimon Schampijer2009-06-101-1/+6
| | | | For example a downloaded game won't have color information
* Fix permissionsSimon Schampijer2008-11-131-3/+1
|
* better name for demo game containing drums and guitar soundsSimon Schampijer2008-02-211-2/+2
| | | | drumgit -> sounds #6539
* Brought the drumgit game backSimon Schampijer2007-11-241-0/+2
|
* Icons and pot files updated new list of demo gamesMuriel de Souza Godoi2007-11-031-8/+0
|
* DiMuriel de Souza Godoi2007-11-021-17/+34
| | | | | D Activities
* Send game files over tubes do the other playersMuriel de Souza Godoi2007-10-291-10/+22
|
* Main release of create game mode. Game sharing is brokenMuriel de Souza Godoi2007-10-091-31/+68
|
* add create game icons, create game guidevelopMuriel de Souza Godoi2007-09-201-11/+12
| | | | New svgcard system using a cache to minimize memory usage.
*