Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Backward compatibility of journal entries to trial-2trial-3Simon Schampijer2007-09-202-1/+7
|
* Release version 54.Marco Pesenti Gritti2007-09-192-1/+3
|
* Update spanish translationMarco Pesenti Gritti2007-09-192-24/+24
|
* Release version 53.Marco Pesenti Gritti2007-09-172-1/+3
|
* New add-shared link iconSimon Schampijer2007-09-172-14/+7
| | | | Do not set the activity title anymore, this is done by the base activity class
* Remove unused modules.Marco Pesenti Gritti2007-09-172-248/+0
|
* Remove our custom dnd hacks. We are using XdndDirectSave now for the clipboard.Marco Pesenti Gritti2007-09-172-14/+1
|
* * Make hide/show of the treay one button #3475Simon Schampijer2007-09-164-50/+61
|
* Release version 52.Marco Pesenti Gritti2007-09-142-1/+3
|
* Fix for when participant leavesSimon Schampijer2007-09-142-7/+7
|
* Advertise ogg and wavMarco Pesenti Gritti2007-09-132-1/+2
|
* Added the buttons for hide/show traySimon Schampijer2007-09-135-9/+86
|
* Release version 51.Marco Pesenti Gritti2007-09-112-1/+3
|
* Add some mime typesMarco Pesenti Gritti2007-09-112-1/+2
|
* Added support for the view source key fn+space problem was #3277Simon Schampijer2007-09-112-1/+9
|
* Release version 50.Marco Pesenti Gritti2007-09-102-1/+3
|
* Added metadata info for the sourceSimon Schampijer2007-09-091-0/+1
|
* update newsSimon Schampijer2007-09-091-0/+5
|
* View source for Browse #3261 and reset key for visibility toggle for frameSimon Schampijer2007-09-092-2/+105
|
* Release version 49.Marco Pesenti Gritti2007-09-062-1/+3
|
* Merge branch 'master' of git+ssh://dev.laptop.org/git/web-activitySimon Schampijer2007-09-062-4/+8
|\ | | | | | | | | | | Conflicts: NEWS
| * #2555: Report download progress to the Journal via the DataStore.Tomeu Vizoso2007-09-062-4/+9
| |
* | Added missing fill_color in iconSimon Schampijer2007-09-062-8/+11
|/
* Release version 48.Simon Schampijer2007-09-052-1/+3
|
* New activity icon, Fix for #2829Simon Schampijer2007-09-052-23/+16
|
* Release version 47.Simon Schampijer2007-09-032-1/+3
|
* redesign when members leave and rejoinSimon Schampijer2007-09-035-48/+69
| | | | | added timestamp to be able to bring the links in the right order, you can not add alink twice unless you deleted it already, links are added to the tray on the right side
* Release version 46.Marco Pesenti Gritti2007-09-032-1/+3
|
* Merge branch 'master' of git+ssh://dev.laptop.org/git/web-activityMarco Pesenti Gritti2007-09-035-9/+12
|\ | | | | | | | | | | Conflicts: NEWS
| * Fix for gray page when resuming from journalSimon Schampijer2007-09-032-5/+2
| | | | | | | | part of the fix for #3032, and cleaned a print
| * Syncing when members leave and rejoinSimon Schampijer2007-09-031-4/+4
| |
| * fixed memory consuption when creating shared linksSimon Schampijer2007-09-032-0/+7
| | | | | | | | by calling the garbage collector
* | Unescape the address bar URIMarco Pesenti Gritti2007-09-033-4/+10
|/
* Release version 45.Simon Schampijer2007-09-012-1/+5
|
* Finalized the work to move to jsonSimon Schampijer2007-09-013-45/+64
| | | | | We now use json for storing the history and the shared link information to the journal.
* Merge branch 'master' into jsonSimon Schampijer2007-09-011-2/+0
|\
| * Adopt to the changes in the palette invokerSimon Schampijer2007-09-011-2/+0
| |
* | more refactoring for using json onlySimon Schampijer2007-09-013-32/+27
| |
* | Merge branch 'master' into jsonSimon Schampijer2007-09-017-188/+137
|\ \ | |/ | | | | | | | | | | Conflicts: model.py webactivity.py
| * Updated news.Simon Schampijer2007-08-311-0/+1
| |
| * Fixed the fixed size issue of the link toolbarSimon Schampijer2007-08-315-176/+120
| | | | | | | | Use the sugar tray now
| * Updated the newsSimon Schampijer2007-08-311-0/+3
| |
| * Merge branch 'master' of git+ssh://dev.laptop.org/git/web-activitySimon Schampijer2007-08-312-1/+3
| |\
| | * Release version 44.Marco Pesenti Gritti2007-08-302-1/+3
| | |
| * | Only try to connect to presence service when offline.Simon Schampijer2007-08-311-5/+8
| |/ | | | | | | Fix for #3099
* | first work on using json for the hole modelSimon Schampijer2007-08-314-159/+30
|/
* Visual design for shared linksSimon Schampijer2007-08-304-40/+29
| | | | Fix for #2919
* more newsSimon Schampijer2007-08-301-1/+4
|
* Open the browse tab as well when joining a shared browser sessionSimon Schampijer2007-08-301-1/+2
| | | | part of the fix for #3032
* Open browser with tab browse when started with a given handle.uriSimon Schampijer2007-08-301-1/+2
| | | | Part of the fix for #3023