Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/jarabe/frame/activitiestray.py
Commit message (Expand)AuthorAgeFilesLines
* Do not cache the activity tray palette - OLPC #10978Gonzalo Odiard2011-07-241-0/+1
* Convert nick to a str, follow up on OLPC #10735Simon Schampijer2011-05-311-2/+2
* Reveal the file transfer palette immediately on left click OLPC #10796Simon Schampijer2011-04-041-0/+5
* Make the nick name in the file transfer palette a string OLPC #10735Simon Schampijer2011-03-311-2/+2
* style cleanup: prefer ' for stringsSascha Silbe2010-11-241-4/+4
* PEP8 cleanup: ensure lines are shorter than 80 charactersSascha Silbe2010-11-241-1/+2
* PEP8 cleanup: fix spaces around operators and parenthesesSascha Silbe2010-11-241-2/+1
* pep8 cleanup: fix number of blank linesSascha Silbe2010-11-241-1/+7
* Properly store and load friends #2331Tomeu Vizoso2010-09-171-2/+2
* Address several nitpicks from MarcoTomeu Vizoso2010-08-201-0/+1
* Misc. pylint fixesTomeu Vizoso2010-08-201-8/+5
* Pass the activity_id to activities activated by an inviteTomeu Vizoso2010-08-201-4/+1
* When the user accepts a notification, launch the activity thenTomeu Vizoso2010-08-201-20/+3
* First implementation of invitations from non-Sugar clientsTomeu Vizoso2010-08-201-160/+67
* Fix more sugar.datastore breakageTomeu Vizoso2010-08-111-4/+5
* datastore.write expects a DSObject, not an idTomeu Vizoso2010-08-111-1/+1
* Use only one entry point for activity launch #1814Aleksey Lim2010-07-121-17/+5
* resume journal entry race may duplicate resumed activity id #1719Aleksey Lim2010-06-021-9/+17
* Use-sugar.datastore. instead of direct DBus access #1198 (silbe)Simon Schampijer2010-01-241-51/+23
* Create temporary files for DS in ~/.sugar #1452Aleksey Lim2009-12-201-1/+3
* Third correction for #1444Aleksey Lim2009-10-061-12/+4
* Take into account not yet opened activity windows #1444Aleksey Lim2009-10-061-4/+12
* Activities tray doesn't reflect well on switching between windows if there ar...Aleksey Lim2009-10-011-4/+4
* Use default extension if needed #1253Tomeu Vizoso2009-09-191-0/+2
* trim EOL (end-of-line) spaces on source filesSascha Silbe2009-08-251-2/+2
* let the logger do the formattingSascha Silbe2009-08-241-13/+13
* Allow the user to dismiss the file transfer invitation when the other user ca...Tomeu Vizoso2009-08-071-5/+7
* Add Dismiss option to the palette of finished transfers #484Tomeu Vizoso2009-03-181-5/+52
* Remove transfer icon from frame when the local user cancels it #483Tomeu Vizoso2009-03-121-15/+24
* Don't open a launcher window when that activity is already running #426Tomeu Vizoso2009-03-021-0/+7
* Use the transfer icons that Eben did some weeks agoTomeu Vizoso2009-02-161-21/+20
* show launcher screen as soon as possible. #243Tomeu Vizoso2009-02-041-0/+5
* Add Resume item to the file transfer paletteTomeu Vizoso2009-01-031-1/+9
* Remove extra menu item from file transfer paletteTomeu Vizoso2008-12-221-5/+0
* Fix outgoing transfer paletteTomeu Vizoso2008-12-221-1/+1
* Line too long.Marco Pesenti Gritti2008-12-171-1/+3
* Pylint fixesMarco Pesenti Gritti2008-12-171-0/+3
* First go at adding file transfer to the journalTomeu Vizoso2008-12-151-7/+417
* set invoker on the widget when doing lazy palettes (marco)Simon Schampijer2008-10-301-1/+2
* Use gconf for the profileSimon Schampijer2008-10-111-3/+7
* Fix crash when pressing keys and cleanup frame instantiation a bit.Marco Pesenti Gritti2008-10-081-7/+7
* Adapt to the new activityfactory interface.Marco Pesenti Gritti2008-10-061-17/+20
* Move the bundle registry inside the shell process.Marco Pesenti Gritti2008-10-061-13/+13
* Remove (now) pointless activity launch wrappers from the shell view.Marco Pesenti Gritti2008-10-051-15/+9
* Merge home model and shell model.Marco Pesenti Gritti2008-10-051-7/+7
* Get invites directly from the owner.Marco Pesenti Gritti2008-10-051-7/+9
* Fix view module case.Marco Pesenti Gritti2008-09-301-13/+13
* Move frame to his own module.Marco Pesenti Gritti2008-09-301-0/+396