Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity.py
Commit message (Expand)AuthorAgeFilesLines
* pep8Sai Vineet2013-12-171-5/+4
* Add Erase Trace Points buttonSai Vineet2013-12-121-1/+25
* add tracing; minor bug fixesWalter Bender2013-12-111-2/+3
* massive commit to reconstruct world before commits were lostWalter Bender2013-12-111-104/+225
* Removed old workaround for a pygame/olpcgame title text editing issue that wa...Gary Martin2012-12-171-12/+0
* Fixed special case in Sugar 0.82 and 0.84 where idle events are not added by ...Gary Martin2010-10-141-0/+2
* Fixed special case where switching to a Sugar desktop view did not trigger a ...Gary Martin2010-10-131-0/+8
* Quick pass through pylint.Gary Martin2010-10-081-7/+12
* Yet more comma space cleanups.Gary Martin2010-10-061-3/+0
* Watch for focus events so that pygame run loop is more gracefully idle when i...Gary Martin2010-10-061-0/+8
* Tidy up comments.Gary Martin2010-10-031-7/+7
* Custom get_preview code using pygame to generate the preview image for Journa...Gary Martin2010-10-031-0/+20
* Tweak to expanding separator so that it never pushs Stop off the toolbar when...Gary Martin2010-08-281-0/+1
* Add an extra separator to the new toolbar layout.Gary Martin2010-06-271-0/+4
* Remove some comments.Gary Martin2010-06-271-4/+1
* Remove duplicated create tool code for old and new toolbars.Gary Martin2010-06-271-49/+10
* Remove unnecessary/unused variable.Gary Martin2010-06-271-1/+0
* Fix more indent issues.Gary Martin2010-06-271-25/+25
* Add space after commas cleanup.Gary Martin2010-06-271-6/+6
* Fixed intent bug causing multiple Create tabs in old style toolbars.Gary Martin2010-06-271-4/+3
* Should not need to specially define accelerators - especially using non-Sugar...Gary Martin2010-06-271-2/+0
* Clean up white space issues and fix indenting.Gary Martin2010-06-271-42/+42
* Disable sharing for 0.86 toolbars.Gary Martin2010-06-271-0/+1
* Added the new toolbarakashg16112010-06-241-18/+101
* Added extra license/copyright related ascii provided by quozl in ticket #1695...Gary Martin2010-02-231-1/+19
* Over-ride olpcgames write_file so that title keeps working.Gary Martin2009-08-251-0/+12
* Use a user event for stop/start rather than injecting a key event.Gary Martin2009-08-231-1/+1
* Initial mime type support to allow Journal, send to -> friend, sharing.Gary Martin2009-08-211-0/+4
* Added <ctr> modifier to keyboard shortcuts to allow correct Sugar title input.Gary Martin2009-08-191-1/+1
* Added po and .pot strings ready for translation.Gary Martin2009-06-221-6/+6
* Added stop/play button to toolbar.Gary Martin2009-06-211-0/+25
* Added accelerators for UI visibility and cleaned up tool key handling event c...Gary Martin2009-06-161-0/+1
* Fixed radio buttons so tools are added to a group (toolbar now correctly show...Gary Martin2009-06-151-0/+6
* Fixed toolbar automation for good! Yayaya!Alex Levenson2008-07-161-6/+1
* Automated toolbar -- not perfect yetAlex Levenson2008-07-161-72/+17
* Default to create toolbarBrian2008-07-101-6/+10
* ToolButtons --> RadioToolButtonsBrian2008-07-101-42/+46
* Menus should now work (really)Alex2008-07-091-63/+80
* Cleaned up menu a bitAlex Levenson2008-07-091-9/+9
* Added sugar menuAlex2008-07-081-15/+63
* Still fixing iconsAlex2008-07-081-2/+2
* fixing icons stillAlex2008-07-081-2/+2
* renamed icons to be more descriptiveAlex2008-07-081-2/+2
* Total Reorganization! Now a proper activity (I hope)Alex2008-07-081-366/+29
* (Hopefully) fixed the ghost box while drag+delete...Alex2008-07-071-2/+2
* Added a red trail to the destroy toolAlex2008-07-071-1/+16
* Changed the screen size to be dynamicAlex2008-07-071-1/+1
* Destroy tool now allows for drag+destroyAlex2008-07-071-5/+4
* Modified joint tool to use left click to add a centered fixed jointAlex2008-07-071-0/+5
* Modified the joint tool to allow for fixed jointsAlex2008-07-071-1/+4