Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/fontcombobox.py
Commit message (Collapse)AuthorAgeFilesLines
* Add missing import - fix SL #4536Gonzalo Odiard2013-07-021-2/+2
| | | | | | Reported as DX 4155 - https://sugardextrose.org/issues/4155 Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Replace the combo used to change the font by a button with a paletteGonzalo Odiard2013-06-141-32/+100
| | | | | | | | | | 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>
* Add combos to enable the user to change the font used in the cards. v2Gonzalo Odiard2012-04-171-0/+65
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>