Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Set max_participants = 2Gonzalo Odiard2014-07-141-0/+1
* Order the playersGonzalo Odiard2014-07-142-1/+8
* Avoid error when joining already started gameGonzalo Odiard2014-07-141-1/+1
* Fix collaboration of art4apps gamesGonzalo Odiard2014-07-144-20/+30
* Version 47Gonzalo Odiard2014-07-141-1/+1
* Commit from Sugar Labs: Translation System by user cjl.: 74 of 74 messages tr...Pootle daemon2014-05-201-76/+75
* Commit from Sugar Labs: Translation System by user cjl.: 74 of 74 messages tr...Pootle daemon2014-05-141-77/+81
* Fix error adding pair introduced with the art4apps gamesGonzalo Odiard2014-02-111-1/+1
* Version 46Gonzalo Odiard2014-01-091-1/+1
* Fix touch interation with game boardGonzalo Odiard2014-01-091-14/+8
* Enable use with the game keys - SL #3552Gonzalo Odiard2014-01-092-2/+2
* Set the right espeak voice in art4apps gamesGonzalo Odiard2014-01-076-11/+44
* Select cards with touch events - SL #4109Gonzalo Odiard2014-01-071-0/+10
* Set audio path in art4apps games when restartGonzalo Odiard2014-01-071-0/+9
* When playing a sound, wait until finish to allow flip other cardGonzalo Odiard2014-01-072-3/+24
* Play art4apps audio files if availableGonzalo Odiard2014-01-071-0/+8
* Drop usage of python-libxml2 - Fixes SL #3420Gonzalo Odiard2014-01-061-99/+81
* Fix update button state on games with images preloadedGonzalo Odiard2014-01-061-0/+1
* Create games with art4apps resourcesGonzalo Odiard2014-01-065-50/+136
* Add menues for art4apps games if installedGonzalo Odiard2014-01-061-0/+70
* Remove code not used in the speak directoryGonzalo Odiard2014-01-034-304/+6
* Fix remove of cards (pending of port)Gonzalo Odiard2014-01-031-2/+2
* Pyflakes fixesGonzalo Odiard2014-01-033-5/+0
* More pep8 fixesGonzalo Odiard2014-01-036-39/+44
* pep8 fixes in messenger.pyGonzalo Odiard2014-01-031-12/+13
* pep8 fixes in memorizetoolbar.pyGonzalo Odiard2014-01-031-4/+4
* pep8 fixes in cardtable.pyGonzalo Odiard2014-01-031-10/+11
* pep8 fixes in game.pyGonzalo Odiard2014-01-031-29/+41
* pep8 fixes in model.pyGonzalo Odiard2014-01-031-31/+31
* pep8 createcardpanel.pyGonzalo Odiard2014-01-031-45/+48
* Pep8 fixes in cardlist.pyGonzalo Odiard2014-01-031-46/+47
* Pep8 fixes on activity.pyGonzalo Odiard2014-01-031-41/+44
* Merge branch 'gtk3'Gonzalo Odiard2014-01-0328-579/+671
|\
| * When a new pair is added to the game, display itGonzalo Odiard2014-01-031-7/+10
| * Substitute the FontCombo by a FontButtonGonzalo Odiard2014-01-033-45/+144
| * Reorganize canvas if the screen is rotatedGonzalo Odiard2014-01-032-17/+74
| * Port espeak gstreamer part to use dynamic bindingsGonzalo Odiard2014-01-023-57/+23
| * Port the eye, mouth and face code of the speaking robot to gtk3Gonzalo Odiard2014-01-023-101/+22
| * Roundbox drawing portGonzalo Odiard2013-12-311-3/+1
| * Port svgcard drawingGonzalo Odiard2013-12-311-12/+11
| * Port fixes in cardlist.pyGonzalo Odiard2013-12-311-5/+3
| * Gobject port fixesGonzalo Odiard2013-12-311-2/+2
| * Port to gtk3: parent to get_parentGonzalo Odiard2013-12-312-5/+5
| * Change set_icon_name in buttonsGonzalo Odiard2013-12-312-6/+6
| * self.allocation is not available anymoregtk3Simon Schampijer2013-02-011-1/+1
| * Do not use deprecated _shared_activity memberSimon Schampijer2013-02-011-9/+10
| * Replace "expose-event" signal by the new "draw" signalSimon Schampijer2013-02-016-18/+23
| * pack_start/pack_end: we have to pass all arguments now with the dynamic bindingsSimon Schampijer2013-02-017-20/+20
| * Use 'icon_name' property instead of the 'named-icon' oneSimon Schampijer2013-01-311-2/+1
| * More gobject and gdk import fixupsSimon Schampijer2013-01-317-40/+43