Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/memorizetoolbar.py
Commit message (Collapse)AuthorAgeFilesLines
* 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.
*