Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/createcardpanel.py
Commit message (Collapse)AuthorAgeFilesLines
* Replace the combo used to change the font by a button with a paletteGonzalo Odiard2013-06-141-29/+11
| | | | | | | | | | This is needed to use with touch. As the combo was removed, is not needed hide the labels with the screen rotated anymore. The RoundBox containing the buttons in the CardEditors was replaced by a HBox due to size concerns. The list of fonts is read from the configuration files. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Reorganize edition panel if the screen is rotatedGonzalo Odiard2013-06-141-13/+52
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Restore buttons to add images, sound and voice in the card editorGonzalo Odiard2012-04-191-0/+1
| | | | 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-9/+58
| | | | | | | | | | | | 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 a roundbox object to replace the removed use of hippo CanvasBoxGonzalo Odiard2011-11-141-4/+5
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Remove custom widgets using hippo and use standard widgetsGonzalo Odiard2011-11-071-4/+4
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Pep8 and pylint fixesGonzalo Odiard2011-09-161-40/+47
| | | | Signed-of-by: Gonzalo Odiard <gonzalo@laptop.org>
* Remove hippo canvas from CreateCardPanelGonzalo Odiard2011-09-161-11/+1
| | | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org> Reviewed-by: Manuel QuiƱones <manuq@laptop.org>
* Save modified game automaticallyGonzalo Odiard2011-09-161-5/+6
| | | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org> Reviewed-by: Manuel QuiƱones <manuq@laptop.org>
* Typo in Memorize #1233Aleksey Lim2009-10-161-1/+1
|
* Pylint cleanupSimon Schampijer2009-10-061-7/+7
|
* Use get_toplevel() to get activity windowAleksey Lim2009-09-061-2/+2
|
* Pass parent to ObjectChooserAleksey Lim2009-09-061-6/+13
|
* Stop speaking long text from createcardpanelAleksey Lim2009-07-141-0/+2
|
* Initial implementation of Speak featuresAleksey Lim2009-07-141-24/+48
|
* Store speak props in Memorize objectsAleksey Lim2009-07-131-16/+36
|
* Align tiles in create panel's listAleksey Lim2009-07-131-17/+10
|
* Fit import box to create panel sizesAleksey Lim2009-07-131-92/+113
|
* Add speak to create panelAleksey Lim2009-07-111-114/+122
|
* Disable update button by defaultAleksey Lim2009-07-101-2/+4
|
* Initiate variables before usageAleksey Lim2009-07-101-0/+2
|
* Less pixeled audio iconSimon Schampijer2009-06-031-1/+1
|
* Cope for images that are not even sizedSimon Schampijer2009-06-031-1/+11
|
* remove the label for soundsSimon Schampijer2009-06-021-3/+2
|
* Enable creating sound gamesSimon Schampijer2009-06-021-13/+48
| | | | Give preview feedback: generic audio icon and journal entry title
* Add filter to ObjectChooser invokingAleksey Lim2009-04-091-2/+17
|
* Update-pair-button's sensitivity reflects to selected pair OLPC#6618Aleksey Lim2009-01-291-12/+15
|
* make scoreboard screen-resolution independentAleksey Lim2009-01-231-11/+11
|
* make cardtable screen-resolution independentAleksey Lim2009-01-221-12/+12
|
*