Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Reap only activity processes. Fix #5044Marco Pesenti Gritti2007-11-281-2/+14
* Scrubbing palettes only pops up primary, #4515Reinier Heeres2007-11-261-1/+1
* Fixed traceback, see #4515Reinier Heeres2007-11-261-3/+10
* Add unfullscreen button to Window, #4890Reinier Heeres2007-11-262-3/+106
* Patch by unmadindu to remove the msgmerge part from bundlebuilder.py.Marco Pesenti Gritti2007-11-231-5/+0
* Palettes only popup if mouse slow, #4515Reinier Heeres2007-11-221-3/+78
* Fix palette issue in Friends frame, part of #4515Reinier Heeres2007-11-221-7/+8
* Proper clear icon in Mesh view and journal, #4311Reinier Heeres2007-11-222-2/+64
* Patch from smcv:Marco Pesenti Gritti2007-11-201-12/+4
* #5004 Fix race that caused multiple fake icons appear in the activity frame a...Tomeu Vizoso2007-11-181-3/+10
* Fix a couple of typos.Tomeu Vizoso2007-11-181-2/+2
* More binding friendly API for SugarPreview.Marco Pesenti Gritti2007-11-142-5/+18
* Alert when an activity cannot be saved.Marco Pesenti Gritti2007-11-131-2/+30
* Completely get rid of sound in the shell to makeMarco Pesenti Gritti2007-11-132-45/+0
* Correct a typo in datastore.py so that Pippy can resume with data.Michael Stone2007-11-121-1/+1
* Improve error-handling during activity log-file creation.Michael Stone2007-11-091-2/+8
* Merge branch 'master' of git+ssh://marco@dev.laptop.org/git/sugarMarco Pesenti Gritti2007-11-091-1/+1
|\
| * Display meshbox invite palette menu with colored activity icon #4624Simon Schampijer2007-11-091-1/+1
* | Use the right free function.Marco Pesenti Gritti2007-11-091-1/+1
|/
* Always checkin to the DS from a new file.Tomeu Vizoso2007-11-091-8/+5
* Scroll buttons should not be reversed for Arabic, #4571Reinier Heeres2007-11-091-0/+1
* Fix typoMarco Pesenti Gritti2007-11-081-4/+4
* Add an hardcoded list of activities which are launchedMarco Pesenti Gritti2007-11-081-1/+9
* 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
* 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
* 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
|/
* 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
* Smarter mime_types parsing logic. Works also if thereMarco Pesenti Gritti2007-10-311-2/+2
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarSimon McVittie2007-10-312-1/+10
|\
| * Setup the activity root with a tmp and a data dir.Marco Pesenti Gritti2007-10-302-1/+10
* | 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
|\ \ | |/
| * 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