Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Release version 43.Simon Schampijer2007-08-292-1/+5
|
* removed Palette.TOPSimon Schampijer2007-08-291-1/+0
|
* Release version 42.Marco Pesenti Gritti2007-08-292-1/+3
|
* Added the possibility to hide and show the linktray.Simon Schampijer2007-08-293-3/+18
| | | | currently you can toggle this with ctrl+s
* * Port to new tubes API.Guillaume Desmottes2007-08-283-111/+7
| | | | * Use sugar's tubeconn.py.
* Fix for #2920Simon Schampijer2007-08-281-6/+2
| | | | | Only title and owner are displayed as link information. Removed the labels for this information.
* Remove json, we'll use the system one.Tomeu Vizoso2007-08-211-310/+0
|
* Update NEWSMarco Pesenti Gritti2007-08-201-0/+2
|
* Release version 41.Marco Pesenti Gritti2007-08-202-1/+3
|
* Release version 40.Simon Schampijer2007-08-202-1/+3
|
* cleanupSimon Schampijer2007-08-202-3/+1
|
* Release version 40.Simon Schampijer2007-08-202-1/+3
|
* Added news about the shared mode.erich koslovsky2007-08-201-0/+4
|
* Merge branch 'master' of git://dev.laptop.org/web-activityerich koslovsky2007-08-209-262/+40
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed a few conflicts for the merge. Conflicts: po/Web.pot po/ar.po po/de.po po/el.po po/es.po po/fr.po po/mk.po po/pt.po po/pt_BR.po
| * Regen pot file, renaming and adding activity name stringDan Winship2007-08-209-158/+163
| |
* | Fiddled that the size is acceptable for sugar-jhbuild and XO.erich koslovsky2007-08-201-6/+6
| |
* | Used style.zoom() to find out the size of the buddy icon on the links.erich koslovsky2007-08-201-2/+2
| |
* | Added button for adding a link.erich koslovsky2007-08-195-17/+41
| | | | | | | | Added the star icon as a button to add a link. Otherwise you can use ctrl-l to add a link and ctrl-r to remove the currently selected link.
* | Added some strings to the localization.erich koslovsky2007-08-1911-118/+365
| |
* |