Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Version 10HEADmasterGonzalo Odiard2012-07-051-1/+1
|
* Improved imagesGonzalo Odiard2012-07-0545-0/+0
| | | | Signed-off-by: Gary Martin <gary@garycmartin.com>
* Version 9Gonzalo Odiard2012-06-271-1/+1
|
* Show the first image in the animation 3s instead of 1.5 secondsGonzalo Odiard2012-06-271-2/+4
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Updated imagesGonzalo Odiard2012-06-2718-0/+0
| | | | | | | | | * Change order between OpenClose and Journal animations * Add initial image * Fixes in Personalization Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org> Reviewed-by: Reuben Caron <reuben@laptop.org>
* Version 8Gonzalo Odiard2012-06-261-1/+1
|
* Move the dots between the arrow buttonsGonzalo Odiard2012-06-251-7/+4
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Remove the animated gifs, and add images in directoriesGonzalo Odiard2012-06-2548-0/+0
| | | | | | | This is needed, because loading the animated gif is slow in the xo and the activity looks unresponsive Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Restart the timer when the user press prev/next buttonGonzalo Odiard2012-06-251-6/+4
| | | | | | This is needed to have the same time with every image Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Use 1.5 seconds between images, and show a watch cursor when change animationGonzalo Odiard2012-06-251-9/+14
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Show the dots in activity modeGonzalo Odiard2012-06-251-1/+4
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Use directories and separated image files to create the animationsGonzalo Odiard2012-06-251-28/+59
| | | | | | | | | | | | Loading a animated gif is slow, and the activity does not reply if a user press a few times the buttons. To avoid that, we save the images in directories, the dots used to display the advance, show the number of directories, the buttons change to the next/previous animation, and the timer load the next image available, or change to the next animation if is the last image in the directory. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Catch OSError in the allow/inhib suspend methodsGonzalo Odiard2012-06-221-2/+2
| | | | | | If the file does not exists, is a OSError, not IOError Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Move the dots up of the prev/next buttonsGonzalo Odiard2012-06-221-4/+5
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
*