Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/activity/activity.py
Commit message (Expand)AuthorAgeFilesLines
* Backport add launch-times info to metadataGonzalo Odiard2012-10-041-0/+8
* Use json as included in Python SL #3142Simon Schampijer2012-08-081-3/+3
* Move the translation initialisation to an earlier stage, SL #3654Simon Schampijer2012-06-051-7/+0
* Display spinner cursor when saving after closing the activity, OLPC #11691Simon Schampijer2012-05-301-0/+1
* Remove the Naming AlertGonzalo Odiard2012-04-241-13/+5
* Restructure for new /usr/bin/sugar-activity behaviourDaniel Drake2011-12-201-0/+22
* Joining shared activity: set title for activity palette in frame, SL #3109Simon Schampijer2011-09-201-1/+1
* Correct title in the activity frame SL #3042Simon Schampijer2011-08-181-0/+1
* Initialize window title with bundle name, OLPC #11037Simon Schampijer2011-07-241-3/+7
* Update window title when the activity title changes - OLPC #10978Simon Schampijer2011-07-241-0/+7
* Make sure the datastore entry is created in time OLPC #10755Simon Schampijer2011-07-241-13/+11
* Use 'focus-out' event instead of 'changed' event for title entry OLPC #10956,...Simon Schampijer2011-06-201-0/+5
* Use the activity instance name when joining a shared activity SL #2872Simon Schampijer2011-06-091-0/+2
* Fix invitations from a non sugar client (empathy), part of OLPC #10814Simon Schampijer2011-06-091-10/+19
* pylint cleanup: disable warnings for reasonable catch-all exception handlersSascha Silbe2010-11-231-0/+1
* style cleanup: prefer ' for stringsSascha Silbe2010-11-231-10/+10
* PEP8 cleanup: fix whitespace before ':'Sascha Silbe2010-11-231-1/+1
* PEP8 cleanup: don't use has_key()Sascha Silbe2010-11-231-6/+4
* PEP8 cleanup: ensure lines are shorter than 80 charactersSascha Silbe2010-11-231-1/+2
* PEP8 cleanup: fix number of blank linesSascha Silbe2010-11-231-0/+1
* Address several nitpicks from MarcoTomeu Vizoso2010-08-201-23/+31
* Rename ActivityHandle.handle_invite to ActivityHandle.invitedTomeu Vizoso2010-08-201-1/+1
* Remove unused constantTomeu Vizoso2010-08-201-1/+0
* Misc. pylint fixesTomeu Vizoso2010-08-201-3/+5
* Remove some unused importsTomeu Vizoso2010-08-201-3/+1
* Handle invitations using Mission Control 5.Tomeu Vizoso2010-08-201-26/+112
* Implement inviting buddies to a private activityTomeu Vizoso2010-08-201-4/+5
* Replace enough of the old PS so we can share an activity instance publicallyTomeu Vizoso2010-08-201-6/+4
* Replace enough of the old PS so we can join an activity instance on the network.Tomeu Vizoso2010-08-201-3/+4
* A little bit of pylint cleanupSimon Schampijer2010-03-101-1/+0
* Log saving errors in activities #1703Tomeu Vizoso2010-03-091-2/+2
* Do not fail while closing object less activities #1714Aleksey Lim2010-03-091-1/+2
* Override canvas property in Activity class #1795Aleksey Lim2010-03-081-0/+5
* Apply activity font settings earlier (#1607)Daniel Drake2009-12-241-3/+0
* Apply font configuration from GConf (#1584)Daniel Drake2009-12-011-0/+3
* Present windows in non-active process #1423Aleksey Lim2009-09-291-6/+8
* Save activity_id if its not yet in the DS #1276Tomeu Vizoso2009-09-191-0/+3
* Close tube after the activity window is closed #1296Tomeu Vizoso2009-09-151-4/+5
* Fullscreen resizing issues #1263Aleksey Lim2009-09-051-1/+5
* Make activity windows cover the whole screen as soon as they are mapped.Tomeu Vizoso2009-09-011-0/+19
* PEP8 white space and long line fixesSascha Silbe2009-08-251-23/+40
* trim EOL (end-of-line) spaces on source filesSascha Silbe2009-08-251-70/+70
* let the logger do the formattingSascha Silbe2009-08-241-16/+16
* Fix review issuesAleksey Lim2009-07-311-4/+0
* Rename toolbar.py to toolbarbox.pyAleksey Lim2009-07-301-0/+4
* Move activity related widgets to sugar.activity.widgetsAleksey Lim2009-07-301-333/+3
* Do not use jarabe moduleAleksey Lim2009-07-301-17/+3
* Fix review issuesAleksey Lim2009-07-301-122/+203
* Minor tweaksAleksey Lim2009-07-301-6/+4
* Suppress sub-palettes in radiopaletteAleksey Lim2009-07-291-6/+4