Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* Add an hardcoded list of activities which are launchedMarco Pesenti Gritti2007-11-081-1/+9
| | | | outside rainbow containers.
* Create an instance dir and write journal files into it.Marco Pesenti Gritti2007-11-072-1/+5
|
* ctrl+s -> kee -> keeppMarco Pesenti Gritti2007-11-061-0/+8
|
* Improve ActivityFactory utility functions and reduce code-path duplication.Michael Stone2007-11-051-45/+53
| | | | | | | | | | | | | | | | | | | * Remove a race in open_log_file() * Make open_log_file return a path as well as a file-object so that Rainbow-launched activities can log to the same path that sugar-launched ones do. * Change the call to Rainbow so that it writes to the log-file provided by open_log_file() * Define SUGAR_BUNDLE_ID env variable and change the location of the check for /etc/olpc-security so that Rainbow doesn't have to search for or parse the activity bundle. * Remove import statements marked as unnecessary by pylint. * Fix up some whitespace issues.
* Make activity space creation a bit more solidMarco Pesenti Gritti2007-11-051-2/+4
|
* #3119: Implement some basic search capabilities in the mesh view.Tomeu Vizoso2007-11-052-240/+0
|
* Revert change committed by mistakeMarco Pesenti Gritti2007-11-041-4/+1
|
* Wrap the canvas inside a gtk.EventBox to make it easierMarco Pesenti Gritti2007-11-041-2/+7
| | | | to take screenshot of the canvas area only.
* Hook up the new screenshot codeMarco Pesenti Gritti2007-11-042-28/+19
|
* SugarPreview API improvementsMarco Pesenti Gritti2007-11-043-27/+47
|
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-11-041-1/+2
|\
| * Add some more info to an error message.Tomeu Vizoso2007-11-041-1/+2
| |
* | Experimental preview implementation using XShmGetImage.Marco Pesenti Gritti2007-11-045-1/+196
|/ | | | Not hooked up yet.
* Snapshot e748f756c0.Marco Pesenti Gritti2007-11-031-1/+4
|
* Fix for 4579, create _IconBuffer.scale variableReinier Heeres2007-11-031-0/+2
|
* Unzip should not ask any questions.Tomeu Vizoso2007-11-021-1/+1
|
* Free the sound device when the startup when the sound has been played.Marco Pesenti Gritti2007-11-022-0/+45
| | | | Factored out to a separate sound module from cjb patch.
* Smarter mime_types parsing logic. Works also if thereMarco Pesenti Gritti2007-10-311-2/+2
| | | | are spaces between types.
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarSimon McVittie2007-10-312-1/+10
|\ | | | | | | | | | | Conflicts: NEWS
| * Setup the activity root with a tmp and a data dir.Marco Pesenti Gritti2007-10-302-1/+10
| | | | | | | | Save DS files in data (since tmp will be on tmpfs in rainbow)
* | Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarSimon McVittie2007-10-301-0/+3
|\ \ | |/
| * Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-10-302-14/+121
| |\
| * | Set SUGAR_ACTIVITY_ROOTMarco Pesenti Gritti2007-10-301-0/+3
| | |
* | | Encode nickname in UTF-8 when writing it out to .sugar/*/config (#4518)Simon McVittie2007-10-301-1/+1
| |/ |/|
* | Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarSimon McVittie2007-10-303-31/+262
|\ \ | |/ | | | | | | | | Conflicts: NEWS
| * Remove activity uploading since it's not useful with the new build system.Marco Pesenti Gritti2007-10-291-16/+0
| |
| * #4358 pydoc strings for activity.pyPascal Scheffers2007-10-281-12/+232
| |
| * Added morgs NotifyAlert (timed one button alert) to the alert apiSimon Schampijer2007-10-251-3/+30
| |
* |