Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webactivity.py
Commit message (Collapse)AuthorAgeFilesLines
* Set and restore index in the history (OLPC #10779 / SL #2499)Gonzalo Odiard2011-06-181-16/+10
| | | | | | | | | | Restoring the history index instead of (re)loading the active URL will "distribute" the history over the Back and Forward buttons exactly the same as before Stop + Resume instead of putting it all on the Back button. [tweaked description] Signed-off-by: Sascha Silbe <silbe@activitycentral.com> Acked-By: Sascha Silbe <silbe@activitycentral.com>
* Clarify warning on Stop with pending downloads (SL#1508)Sascha Silbe2011-06-121-3/+11
| | | | | | | | | | | | | The warning previously used the word "cancel" to describe two antagonistic operations: Not continuing the download (including erasing it from the Journal) and not stopping Browse. The new wording was agreed upon [1] by the Design Team. [1] http://meeting.sugarlabs.org/sugar-meeting/meetings/2011-05-29T16:09:15.html Closes: SL#1508 Signed-off-by: Sascha Silbe <silbe@activitycentral.com>
* Sort importsSascha Silbe2011-05-281-1/+2
| | | | Signed-off-by: Sascha Silbe <silbe@activitycentral.com>
* minor style fixSascha Silbe2011-05-281-2/+1
| | | | Signed-off-by: Sascha Silbe <silbe@activitycentral.com>
* Factor out preference modification code to _set_char_preference()Sascha Silbe2011-05-281-4/+8
| | | | Signed-off-by: Sascha Silbe <silbe@activitycentral.com>
* fix EOL spacesSascha Silbe2011-05-281-6/+6
|
* toolbar-compatibility fix from Sebastian Silva <icarito@sugarlabs.org>Rafael Ortiz2011-05-261-23/+64
|
*