Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/clock.py
Commit message (Expand)AuthorAgeFilesLines
* Fix for SL#4508, In manual mode, dragging hour hand past 12 does not update A...Gary Martin2013-05-251-0/+3
* Fix to prevent the simple clock face tick marks from extending slightly past ...Gary Martin2013-05-231-2/+2
* Fix for SL#4506 Clock manual hand mode sometimes reports incorrect hours due ...Gary Martin2013-05-231-1/+8
* Replaced speech icon to use the standard "lips" icon for speak button found e...Gary Martin2013-05-211-6/+6
* Allow dragging of hour and minute hands, simulating mechanics of a real clock...Gary Martin2013-05-211-9/+33
* Make sure AP/PM UI is not triggered when grabbing clock hands over the UI.Gary Martin2013-04-041-1/+2
* Removed unused import, trailing white spaces and some other pep8/pylint fixes.Gary Martin2013-04-011-35/+34
* Added AM/PM UI to clock face and removed from toolbar.Gary Martin2013-04-011-31/+55
* Add AM - PM radio buttons for grabbing hands mode - SL #1959olpc user2013-02-271-3/+38
* Emit time after the hands of the clock were grabbed - SL #1959Manuel Quiñones2013-02-271-2/+24
* Fix traceback when the resize callback is called and no gdk window is yet set...Manuel Quiñones2013-02-271-0/+5
* Draw the simple background only when the widget resizes - SL #1959Manuel Quiñones2013-02-271-19/+30
* Change mouse cursor to a hand when grabbing the hands of the clock - SL #1959Manuel Quiñones2013-02-271-0/+7
* Implement the mouse callbacks for grab hands feature - SL #1959Manuel Quiñones2013-02-271-8/+85
* Improve ClockFace attributes and simplify calculations - SL #1959Manuel Quiñones2013-02-271-16/+34
* Add mouse events for the grab hands feature - SL #1959Manuel Quiñones2013-02-271-4/+51
* Add toolbutton for the grab hands feature - SL #1959Manuel Quiñones2013-02-271-0/+17
* Revert "Corrected minute and second hand lengths (second hand should be longe...Gary Martin2012-10-251-4/+4
* Corrected minute and second hand lengths (second hand should be longer than m...Gary Martin2012-10-251-4/+4
* Swap length of second hand and minute hand so that numbers are obscured less ...Gary Martin2012-10-091-4/+4
* Move Nice clock face caching code into _size_allocate_cb to fix Nice clock la...Gary Martin2012-10-041-15/+10
* Cache the background in the nice clockGonzalo Odiard2012-10-041-7/+19
* Make white background of Digital Clock an equal thickness all around the time...Gary Martin2012-10-031-2/+2
* Fix int based pixel alignment rounding errors in Digital Clock view.Gary Martin2012-10-031-9/+9
* Increase size of Digital Clock font so it matches the original size.Gary Martin2012-10-031-1/+1
* Add central hub point for the three clock hands.Gary Martin2012-10-031-0/+6
* Vary stroke thickness on 15, 5, and 1 min ticks.Gary Martin2012-10-031-1/+4
* Stop tick marks exceeding clock face in some areas.Gary Martin2012-10-031-2/+2
* Make hour hand a little thicker.Gary Martin2012-10-031-1/+1
* Fix broken face number alignement by setting pango markup before getting layo...Gary Martin2012-10-031-1/+1
* Make the simple clock face numbers match the previous visible size of the gtk...Gary Martin2012-10-031-1/+1
* Added back in rounded caps to tick marks.Gary Martin2012-10-031-0/+1
* Updated Cairo patch originally from manuq and humitos SL#3454Gary Martin2012-10-031-82/+100
* Fix for using incorrect spoken accent when using gstreamer-espeak plugin SL#687Gary C Martin2012-06-121-3/+10
* Replace pgettext with gettext to work around broken genpot string generation ...Gary C Martin2012-06-121-25/+24
* Default to gstreamer espeak plugin, if available, or use espeak command for o...Gary Martin2012-05-051-3/+17
* Clock activity draws off screen in F17 SL#3394 (Manuel Quiñones)Gary Martin2012-04-301-2/+2
* Removed idle updates of text display so it is centered correctly SL#2819Gary Martin2011-10-041-8/+6
* Use _ instead of _p for marking reanslatable strings SL#1658Gary Martin2011-10-041-13/+13
* Removed unused importsGary Martin2011-06-041-6/+0
* Shamlessly borrowed code from Distance to inhibit suspend while Clock is visi...Gary Martin2011-06-041-0/+53
* Removed unnecessary widget.window test to avoid Traceback on first run.Gary Martin2011-05-301-16/+15
* Added max_participants = 1 so activity does not try to allow collaboration UIGary Martin2011-05-291-0/+1
* Fix broken new toolbars (failed testing in older Sugar release 0.88 due to xo...Gary Martin2011-05-291-6/+4
* Pep8 cleanup (patch from manuq)Gary Martin2011-05-291-176/+232
* Implement new toolbars OLPC10862 (patch from manuq)Gary Martin2011-05-291-26/+55
* Show clock at start SL2196, SL2719, OLPC1085 (patch from manuq)Gary Martin2011-05-291-0/+7
* Initial import (version 5)v5Pierre Métras2008-11-151-0/+699