Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webactivity.py
Commit message (Collapse)AuthorAgeFilesLines
* fix indentation error introduced in 18c756760b78ebdf7680a6cfc44600d90e5cbbb0Gonzalo Odiard2010-10-221-3/+4
|
* implement OLPC #10364 - Home Button in BrowseGonzalo Odiard2010-10-221-0/+4
| | | | | Add a button in the webtoolbar to go to the home page. I have added a new signal to the toolbar to notify to the activity.
* fix #2383 : Browse: history not right when resumingGonzalo Odiard2010-10-061-0/+10
| | | | | Previously Browse does not saved the current tabs opened, saved the history and assumes the last url in the history is the current.
* Initialize gnome #456Tomeu Vizoso2009-04-061-0/+4
|
* Don't pick up the sugar theme #684Simon Schampijer2009-04-031-0/+6
| | | | Use the native mozilla one instead
* Add a static web-page #645Simon Schampijer2009-04-031-1/+3
|
* Fix autocompletion #670Simon Schampijer2009-03-311-0/+2
|
* Make sugarlabs.org the default pageSimon Schampijer2009-03-251-1/+1
| | | | If no library exist (olpc)
* Set intl.accept_languages based on the locale (Daniel Drake)Simon Schampijer2009-02-201-2/+26
|
* Remove unused importsSimon Schampijer2009-02-191-2/+0
|
* Create a HTTP Cookie to authenticate with the Schoolserver (Martin Langhoff)Simon Schampijer2009-02-191-2/+64
|
* Return the document source to the shell for displaying in the view source dialogTomeu Vizoso2008-11-071-11/+3
|
* Get downloads on multiple windows to work. UnfortunatelyMarco Pesenti Gritti2008-10-151-3/+0
| | | | | | it requires to keep our own window -> transfer mapping, since it's not provided by the mozilla API. (their download manager is a singleton)
* Make the filepicker work on multiple windows.Marco Pesenti Gritti2008-10-151-2/+1
|
* Adapt to hulahop API changes and start to clean up the singletons mess.Marco Pesenti Gritti2008-10-151-7/+2
|
* remove the x bitsSimon Schampijer2008-09-151-0/+0
|
* Pass the browse version to hulahopSimon Schampijer2008-08-271-0/+1
| | | | | This is needed by #5828. We added the updating of the profile dependent on version changes (marco).
* Remove some debugging code that slipped inTomeu Vizoso2008-07-311-3/+0
|
* #7195 make sure that downloads are saved to individual filesTomeu Vizoso2008-07-311-0/+3
|
* Merge branch 'master' of git+ssh://dev.laptop.org/git/web-activityMarco Pesenti Gritti2008-06-131-10/+21
|\ | | | | | | | | | | Conflicts: webtoolbar.py
| * Add address entry focus with ctrl+lSimon Schampijer2008-06-131-10/+15
| | | | | | | | | | - the add bookmark (session) will be ctr+d now since it was ctrl+l before
| * Add find in context functionalitySimon Schampijer2008-06-131-0/+6
| | | | | | | | | | | | | | - placed in the edittoolbar - use ctrl+f to grab focus of the search entry - use enter to get the next occurrence - use the next and prev buttons to find other occurrences
* | Implement the sqlite store.Marco Pesenti Gritti2008-06-121-1/+0
| |
* | First go at autocompletion. Still using a fake, in-memory backend.Marco Pesenti Gritti2008-06-121-0/+2
|/
* Make the object chooser transient on the activity window.Tomeu Vizoso2008-06-031-0/+2
|
* Add Edit toolbar.Tomeu Vizoso2008-05-281-2/+6
|
* First round of pylint fixes.Simon Schampijer2008-05-211-26/+31
|
* Implement can_close(), #5493Reinier Heeres2008-01-101-6/+5
|
* Enable gobject threads, fix #5639Marco Pesenti Gritti2007-12-231-0/+3
|
* Change cert8.db permissions to 0660Marco Pesenti Gritti2007-12-221-1/+1
|
* Revert "Initial import of the shared profile"Marco Pesenti Gritti2007-12-221-7/+1
| | | | This reverts commit eca8880ff44e29920c58be3a80ca45527ef8e960.
* Initial import of the shared profileSimon Schampijer2007-12-191-1/+7
|
* Open an uri of type text/uri-list with browse #5080Simon Schampijer2007-12-051-10/+19
|
* Move the profile in SAR/data #5221Simon Schampijer2007-12-031-1/+1
|
* Another fixMarco Pesenti Gritti2007-11-291-4/+5
|
* Better version checksMarco Pesenti Gritti2007-11-291-1/+6
|
* Add a version check to make sure we update cert8.dbMarco Pesenti Gritti2007-11-291-1/+11
| | | | also for upgrades.
* Install cert8.db in the profileSimon Schampijer2007-11-291-1/+8
|
* fix for fn+spaceSimon Schampijer2007-11-211-2/+1
|
* change the LIBRARY_PATH to point to /usr/share/library-common/index.htmlSimon Schampijer2007-11-171-1/+1
|
* #4904: Save downloads to the instance dir, not tmp.Tomeu Vizoso2007-11-141-1/+1
|
* Had a mismatched mapping from the zoom keysSimon Schampijer2007-11-021-4/+4
|
* Added zoom support with keybindings and view toolbarSimon Schampijer2007-11-011-30/+22
|
* Moved the handling from hide/show of the tray to activity windowSimon Schampijer2007-10-191-12/+14
|
* Make use of the tray support in sugar activity windowSimon Schampijer2007-10-191-10/+6
|
* Use ctrl+t for tray visibility - this should move toSimon Schampijer2007-10-171-1/+1
| | | | sugar-graphics-window
* Changed icon for stop button, place alert on topSimon Schampijer2007-10-161-3/+3
|
* 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
| |