Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/jarabe/model
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Remove transfer icon from frame when the local user cancels it #483Tomeu Vizoso2009-03-121-3/+15
|
* Restore minimal .xol support #459Tomeu Vizoso2009-03-031-1/+21
|
* Check the activity version and replace an older version upon download #464Tomeu Vizoso2009-03-021-2/+15
|
* Don't open a launcher window when that activity is already running #426Tomeu Vizoso2009-03-021-4/+5
|
* Avoid reading the bundle twice #442Tomeu Vizoso2009-03-011-9/+4
|
* Don't add_bundle on activity dir change when installed already #442Simon Schampijer2009-02-271-1/+9
| | | | regression from #235
* Give time for atexit to execute when closing the emulator #435Tomeu Vizoso2009-02-251-0/+7
|
* Fix a couple of trivial pylint warningsTomeu Vizoso2009-02-241-2/+2
|
* Switch to existing instance of an activity if it's already running #410Tomeu Vizoso2009-02-231-1/+4
|
*