Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version 48HEADmasterGonzalo Odiard2014-07-231-1/+1
* Improve resize of table when the screen is rotatedGonzalo Odiard2014-07-234-21/+11
* Fix card not flop with multiple fast tuchesGonzalo Odiard2014-07-211-3/+0
* Reorganize widgets in createcard panel depending on screen orientationGonzalo Odiard2014-07-212-11/+39
* Pyflakes fixesGonzalo Odiard2014-07-212-3/+0
* Reset the game when the creen is rotatedGonzalo Odiard2014-07-212-1/+10
* When the game reset due to screen rotate, reset scoreboadGonzalo Odiard2014-07-211-0/+8
* Vertical align to center the game tableGonzalo Odiard2014-07-211-0/+1
* Set right color in empty cardlist backgroundGonzalo Odiard2014-07-171-2/+2
* Solve the error adding imges or audio to art4apps gamesGonzalo Odiard2014-07-172-21/+31
* Solve the problems saving games with images or soundsGonzalo Odiard2014-07-173-23/+47
* Allow change the image in a cardGonzalo Odiard2014-07-171-7/+1
* Don't mark a model as modified whwn wasn'tGonzalo Odiard2014-07-171-6/+12
* SvgCard use image_paths properties instead of pixbufsGonzalo Odiard2014-07-175-130/+105
* Use logging instead of loggerGonzalo Odiard2014-07-1613-58/+32
* Assign border_color to selected pair in the cardlist instead of backgroundGonzalo Odiard2014-07-163-16/+23
* Improve sizes and spacing on edition screenGonzalo Odiard2014-07-163-14/+16
* Set a different grey in the background color for cards 1 and 2Gonzalo Odiard2014-07-162-2/+9
* Don't block on a sound playing to allow flip the second cardGonzalo Odiard2014-07-151-9/+1
* Better load of imagesGonzalo Odiard2014-07-151-9/+3
* Fix robot face displayGonzalo Odiard2014-07-151-15/+11
* Fix notification of found pair on collaborationGonzalo Odiard2014-07-151-0/+3
* Make scoreboard a hboxGonzalo Odiard2014-07-151-7/+8
* Make corner radius depend on card sizeGonzalo Odiard2014-07-151-1/+2
* Move Remove pair functionality from cardlist to cretecardpanelGonzalo Odiard2014-07-153-26/+14
* Start reorganization of edition screenGonzalo Odiard2014-07-152-31/+37
* Remove theme.pyGonzalo Odiard2014-07-148-60/+33
* Avoid error with multiple clicks while flippingGonzalo Odiard2014-07-144-10/+2
* FIx setting background colorGonzalo Odiard2014-07-141-2/+2
* Improve colors for better contrastGonzalo Odiard2014-07-142-4/+4
* Remove scrolledwindow on scoreboardGonzalo Odiard2014-07-141-15/+3
* Center table, change colorsGonzalo Odiard2014-07-142-3/+6
* Reorbanize main screen and scoreboardGonzalo Odiard2014-07-147-260/+37
* Animate flip when pieces matchGonzalo Odiard2014-07-142-3/+4
* Remove redundant code used to check if there are text to draw on svgcardGonzalo Odiard2014-07-141-20/+4
* Fix add a image to a cardGonzalo Odiard2014-07-142-2/+7
* Simplify control of presence of image in the cardGonzalo Odiard2014-07-141-15/+2
* Remove unused align parameter in SvgCardGonzalo Odiard2014-07-144-13/+5
* Remove unusued current_faceGonzalo Odiard2014-07-141-3/+0
* Implement flop animationGonzalo Odiard2014-07-141-1/+14
* Implement flip animationGonzalo Odiard2014-07-141-61/+100
* Remove custom draw on FaceGonzalo Odiard2014-07-141-7/+0
* Cache the surfaces used to draw both sides of the cardGonzalo Odiard2014-07-141-42/+64
* Remove the use of the opacity propertyGonzalo Odiard2014-07-142-20/+14
* Simplify the draw of the highlighted stateGonzalo Odiard2014-07-141-20/+12
* Remove unusued cacheGonzalo Odiard2014-07-141-2/+0
* Remove unused svgcard propertiesGonzalo Odiard2014-07-142-9/+1
* Remove gtk wait operationsGonzalo Odiard2014-07-142-9/+0
* Pep8 fixesGonzalo Odiard2014-07-144-9/+7
* Replace the use of a svg file to draw the cardsGonzalo Odiard2014-07-144-137/+59