Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/activity
Commit message (Expand)AuthorAgeFilesLines
* Remove the hacks for asking the X server for screenshots and use gtk.Widget.g...Tomeu Vizoso2008-12-201-31/+8
* Use g_timeout_add_seconds() for power efficiencyDaniel Drake2008-12-181-2/+2
* Remove old cruftTomeu Vizoso2008-12-151-7/+1
* Add view-source-related methods HandleViewSource and GetDocumentPathTomeu Vizoso2008-11-072-0/+18
* Mark modules as STABLE/UNSTABLE/DEPRECATED.Marco Pesenti Gritti2008-10-285-1/+20
* Drop broken release command. A more generic release toolsMarco Pesenti Gritti2008-10-251-104/+0
* Add a get_shared_activity() method to sugar.activity.activity.Activity . Patc...Guillaume Desmottes2008-10-221-1/+8
* Only absolutize the command when it doesnt contain already a slashTomeu Vizoso2008-10-211-4/+7
* If the binary to launch is inside the bundle dir, use an absolute path.Tomeu Vizoso2008-10-211-0/+5
* #8840 Add missing byte_arrays=TrueTomeu Vizoso2008-10-161-1/+2
* Use gconf for the profileSimon Schampijer2008-10-111-4/+7
* Move to cjson and drop pyjson and simplejsonTomeu Vizoso2008-10-081-3/+3
* The activity registry is now private to the shell.Marco Pesenti Gritti2008-10-064-265/+69
* Remove workaround for old dbus-python.Marco Pesenti Gritti2008-09-301-8/+1
* Set the correct locale path for system activitiesTomeu Vizoso2008-09-252-2/+8
* Failure to close descriptor is actually expected. Don't bloat the logs.Marco Pesenti Gritti2008-09-191-1/+2
* Another pylint fix.Marco Pesenti Gritti2008-09-181-1/+1
* Fix a few pylint warnings.Marco Pesenti Gritti2008-09-182-6/+4
* Trac #8532: remove SIGCHLD handler, which interacts poorly with threads.C. Scott Ananian2008-09-181-12/+30
* Removed unused TakeScreenshot from the dbus interface provided byErik Garrison2008-09-171-4/+0
* Cleanup screenshot acquisition behavior in activity.py, so that we acquireErik Garrison2008-09-171-13/+24
* s/print/logging.debugTomeu Vizoso2008-09-151-1/+1
* bundlebuilder: remove an existing locale dir before buildingSimon Schampijer2008-09-131-0/+5
* don't build the locale for the pseudo.poSimon Schampijer2008-09-121-1/+1
* Ignore pseudo.po for the manifestSimon Schampijer2008-09-111-1/+1
* bundlebuilder: fix the release commandSimon Schampijer2008-09-091-1/+1
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar-toolkitMarco Pesenti Gritti2008-09-081-77/+136
|\
| * Fix pylint for bundlebuilderSimon Schampijer2008-08-311-1/+1
| * Merge branch 'master' of ssh+git://dev.laptop.org/git/sugar-toolkitSimon Schampijer2008-08-311-2/+2
| |\
| * | Do a more "standard" system installation for bundlebuilderSimon Schampijer2008-08-311-76/+135
* | | Keep compatibility with the private shared_activityMarco Pesenti Gritti2008-09-071-0/+3
* | | Disable the few remaining pylint messagesMarco Pesenti Gritti2008-09-071-2/+2
* | | Make shared_activity public.Marco Pesenti Gritti2008-09-071-27/+27
| |/ |/|
* | Ensure that the widget is fully onscreen before taking a screenshot.Marco Pesenti Gritti2008-08-311-2/+2
|/
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar-toolkitMarco Pesenti Gritti2008-08-271-0/+1
|\
| * Set the env var SUGAR_BUNDLE_VERSION #5428 (marco)Simon Schampijer2008-08-271-0/+1
* | Fix pylint complainMarco Pesenti Gritti2008-08-271-1/+1
|/
* Factor out sugar-activity code to the toolkit.Marco Pesenti Gritti2008-08-272-0/+137
* Add update functionality to Config in bundlebuilder #7270 (marco)Simon Schampijer2008-08-221-8/+19
* Warn about files missing from the MANIFEST.Marco Pesenti Gritti2008-08-221-13/+36
* Merge branch 'master' of git://dev.laptop.org/sugar-toolkitEben Eliason2008-08-151-24/+20
|\
| * Port a few widgets to use new style properties.Marco Pesenti Gritti2008-08-101-24/+20
* | Widen activity tile entry (#7680)Eben Eliason2008-08-081-1/+1
|/
* Handle multiple Activity per process correctly.Marco Pesenti Gritti2008-08-061-10/+70
* Add git tagging to the 'setup.py release' commandSimon Schampijer2008-08-011-4/+18
* Keep going even if the disk is full. Patch by cscott.Marco Pesenti Gritti2008-07-251-1/+4
* Zoom in activity when save error occurs #5136v0.81.7Simon Schampijer2008-07-211-0/+2
* Shutdown/Rebbot syncs activities data #6014 (marco)Simon Schampijer2008-07-211-28/+51
* 7205: bundlebuilder accepts old "dist" cmd, checks for po dirchema2008-07-191-0/+8
* #7054 Set activity initiator's colors in the journal entryTomeu Vizoso2008-07-031-27/+24