Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/activity
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | This is needed by the release command to update the bundle number
* 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
| | | | Fix #7754
* Add git tagging to the 'setup.py release' commandSimon Schampijer2008-08-011-4/+18
| | | | added as well better error handling
* Keep going even if the disk is full. Patch by cscott.Marco Pesenti Gritti2008-07-251-1/+4
| | | | Fix #7587
* 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
|
* Color the keep icon (#3939)Eben Eliason2008-06-251-1/+5
|
* Change the GETTEXT_PACKAGE domain to sugar-toolkitSayamindu Dasgupta2008-06-231-1/+1
|
* Add a position attribute to registered activity bundles.Tomeu Vizoso2008-06-201-2/+7
|
* Fix undefined bundle_top_dir referenceEben Eliason2008-06-131-1/+1
|
* Generate the MANIFEST automatically if it doesn't exit. I'mMarco Pesenti Gritti2008-06-131-4/+10
| | | | | not sure if we want to keep doing that, but it's necessary at the moment to keep stuff working.
* Patch by Jameson Chema Quinn.Marco Pesenti Gritti2008-06-131-43/+69
| | | | | | | Readability cleanups and little fixes by me. use MANIFEST. Deprecate bundle_name. fix_manifest(). bundlebuilder.config() cleanup.
* Remove a leftover debug print and fix a typo.Marco Pesenti Gritti2008-06-101-1/+0
|
* First go at session management. Not asking review sinceMarco Pesenti Gritti2008-06-061-0/+13
| | | | | it's a bunch of ugly C code imported from gnome-session. Will clean it up a bit but I don't plan to make it too shiny :)
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar-toolkitMarco Pesenti Gritti2008-06-051-1/+1
|\
| * Fix the setup.py devSimon Schampijer2008-06-041-1/+1
| |
* | Actually compress the source tarball.Marco Pesenti Gritti2008-06-051-1/+1
|/
* Style nitpicks.Marco Pesenti Gritti2008-05-271-7/+5
|
* Merge branch 'master' of git://dev.laptop.org/users/marco/sugar-toolkitMarco Pesenti Gritti2008-05-271-219/+181
|\
| * Several bugfixes and cleanupsMarco Pesenti Gritti2008-05-251-52/+75
| |
| * Change the logic for file inclusion. We include everythingMarco Pesenti Gritti2008-05-251-67/+29
| | | | | | | | | | | | by default except generated dirs (and well known files like .gitignore). I'm planning to add support for generated dirs using make, which will hopefully take care of the rest.
| *