Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webactivity.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Removed hack to set the right service name for sharingSimon Schampijer2007-10-161-7/+0
|
* Merge branch 'master' of git+ssh://dev.laptop.org/git/web-activitySimon Schampijer2007-10-161-1/+1
|\
| * Fix crash on startupMarco Pesenti Gritti2007-10-141-5/+2
| |
* | Refined the alerts for the downloadsSimon Schampijer2007-10-161-7/+27
| | | | | | | | Espacially for the still downloading 'really want to quit?' case
* | Removed the clipboard part from the download manager and added alertsSimon Schampijer2007-10-141-6/+3
|/
* Drop old popup handling code, we just want to openMarco Pesenti Gritti2007-10-121-1/+1
| | | | in the current window now.
* Adopted to the latest actviity launch changes,Simon Schampijer2007-10-081-1/+0
| | | | took the import of securitydialog out
* Use the widget property visible to deal with hide and show of the tray.Simon Schampijer2007-10-071-12/+7
|
* Always start at the first toolbar page.Simon Schampijer2007-09-291-4/+4
|
* Use the profile to get the nick_name and the color for the sessionsSimon Schampijer2007-09-271-28/+27
| | | | bookmarks. Cleaned some trailing whitespaces.
* Removed unused owner parameterSimon Schampijer2007-09-251-2/+1
|
* A fix for offline mode.Simon Schampijer2007-09-251-1/+1
|
* New add-shared link iconSimon Schampijer2007-09-171-1/+0
| | | | Do not set the activity title anymore, this is done by the base activity class
* * Make hide/show of the treay one button #3475Simon Schampijer2007-09-161-27/+31
|
* Added the buttons for hide/show traySimon Schampijer2007-09-131-5/+19
|
* Added support for the view source key fn+space problem was #3277Simon Schampijer2007-09-111-1/+7
|
* View source for Browse #3261 and reset key for visibility toggle for frameSimon Schampijer2007-09-091-2/+9
|
* redesign when members leave and rejoinSimon Schampijer2007-09-031-19/+23
| | | | | 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
* Fix for gray page when resuming from journalSimon Schampijer2007-09-031-4/+2
| | | | part of the fix for #3032, and cleaned a print
* Finalized the work to move to jsonSimon Schampijer2007-09-011-12/+25
| | | | | We now use json for storing the history and the shared link information to the journal.
* more refactoring for using json onlySimon Schampijer2007-09-011-23/+18
|
* Merge branch 'master' into jsonSimon Schampijer2007-09-011-61/+82
|\ | | | | | | | | | | | | Conflicts: model.py webactivity.py
| * Fixed the fixed size issue of the link toolbarSimon Schampijer2007-08-311-53/+71
| | | | | | | | Use the sugar tray now
| * 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-311-4/+4
|/
* Visual design for shared linksSimon Schampijer2007-08-301-2/+2
| | | | Fix for #2919
* 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
* Added the possibility to hide and show the linktray.Simon Schampijer2007-08-291-2/+13
| | | | currently you can toggle this with ctrl+s
* * Port to new tubes API.Guillaume Desmottes2007-08-281-4/+4
| | | | * Use sugar's tubeconn.py.
* Added button for adding a link.erich koslovsky2007-08-191-16/+22
| | | | 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-191-3/+3
|
*