Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Resume from home is duplicating activity instances again #600Aleksey Lim2009-03-211-1/+1
|
* Merge branch 'master' of gitorious@git.sugarlabs.org:sugar/mainlineSimon Schampijer2009-03-201-4/+4
|\
| * Draw the rounding box inside the icon bounds (benzea) #567Tomeu Vizoso2009-03-181-4/+4
| |
* | Fix nondeterministic denials for no-interface messages #575Simon Schampijer2009-03-201-10/+12
|/ | | | | Thanks to Dan Williams and Colin Walters for their assistance in spotting this. upstream bug fdo #18961
* Add Dismiss option to the palette of finished transfers #484Tomeu Vizoso2009-03-181-5/+52
|
* pass byte_arrays=True to {Accept,Provide}FileGuillaume Desmottes2009-03-171-2/+3
| | | | | | The unix socket address is supposed to be an 'ay' and not a 's' according to the spec. This change make the code works with both so it can be used with old bugged CM's and new ones.
* bug #547: resume-by-default uses open with, not just openchema2009-03-171-1/+1
|
* Remove transfer icon from frame when the local user cancels it #483Tomeu Vizoso2009-03-122-18/+39
|
* Remove duplicates from the activities submenu #497Tomeu Vizoso2009-03-061-2/+4
|
* Restore the icon size after a layout change #157Tomeu Vizoso2009-03-051-0/+2
|
* Favorites' focus rectangle corners should be rounded #406Tomeu Vizoso2009-03-031-26/+25
|
* Restore minimal .xol support #459Tomeu Vizoso2009-03-031-1/+21
|
* Check the activity version and replace an older version upon download #464Tomeu Vizoso2009-03-022-5/+19
|
* Friendstray: icon reacting to right click #441Simon Schampijer2009-03-021-5/+4
|
* Don't open a launcher window when that activity is already running #426Tomeu Vizoso2009-03-023-4/+19
|
* Merge branch 'master' of gitorious@git.sugarlabs.org:sugar/mainlineSimon Schampijer2009-03-024-19/+21
|\
| * Fall back to application-octet-stream for unknown types #458Tomeu Vizoso2009-03-011-0/+3
| |
| * Avoid reading the bundle twice #442Tomeu Vizoso2009-03-011-9/+4
| |
| * Retrieve from the DS the bundle_id property #458Tomeu Vizoso2009-03-011-1/+1
| |
| *