Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webtoolbar.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused importsGonzalo Odiard2011-08-291-2/+0
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Move stop/reload button into the url entryGonzalo Odiard2011-08-291-11/+10
| | | | | | | | | | This patch does move the stop and reload button from the toolbar to the url entry similar to what Safari and Epiphany are doing. This has the nice side effect that we gain extra space for the url entry itself. Signed-off-by: Simon Schampijer <simon@laptop.org> Tested-By: Manuel QuiƱones <manuq@laptop.org>
* Use a standard gtk.Entry instead of the custom AddressEntry from the toolkitSimon Schampijer2011-08-121-3/+5
| | | | | | | | The GtkEntry widget in version 2.16 has support for displaying a progress bar inside of an entry widget. This allows us to remove our custom widget. Signed-off-by: Simon Schampijer <simon@laptop.org> Signed-off-by: Rafael Ortiz <rafael@activitycentral.com>
* Set and restore index in the history (OLPC #10779 / SL #2499)Gonzalo Odiard2011-06-181-0/+1
| | | | | | | | | | 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>
* fix white space errorsSascha Silbe2011-05-281-0/+2
|
* toolbar-compatibility fix from Sebastian Silva <icarito@sugarlabs.org>Rafael Ortiz2011-05-261-19/+28
|
* Remove unnecessary and incorrect self._activity.load_homepage() invocationSascha Silbe2011-05-211-1/+0
| | | | | | | | | | | Looks like a left-over. Caused the following Traceback: Traceback (most recent call last): File "[...]/Browse.activity/webtoolbar.py", line 413, in _go_home_cb self._activity.load_homepage() AttributeError: 'WebActivity' object has no attribute 'load_homepage' Signed-off-by: Sascha Silbe <silbe@activitycentral.com>
* fix PEP8 whitespace issuesSascha Silbe2011-05-211-1/+3
| | | | Signed-off-by: Sascha Silbe <silbe@activitycentral.com>
* implement OLPC #10364 - Home Button in BrowseGonzalo Odiard2010-10-191-0/+13
| | | | Add a button to the toolbar to got to the home page
*