Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webtoolbar.py
Commit message (Collapse)AuthorAgeFilesLines
* Normalize and autosearch url input.Manuel Quiñones2012-01-051-1/+3
| | | | | | | | | | This borrows code from Epiphany. Our normalize_or_autosearch_url is like the method of the same name in ephy-web-view.c . And the function has_web_scheme is like ephy_embed_utils_address_has_web_scheme in ephy-embed-utils.c Acked-by: Simon Schampijer <simon@laptop.org> Signed-off-by: Manuel Quiñones <manuq@laptop.org>
* Restore reload/stop loading functionalityManuel Quiñones2011-12-201-4/+3
| | | | Signed-off-by: Manuel Quiñones <manuq@laptop.org>
* Fix bugs adding conditionals for BrowserNotebook with no pagesManuel Quiñones2011-12-051-3/+4
| | | | Signed-off-by: Manuel Quiñones <manuq@laptop.org>
* Add needed imports for Gdk, GdkPixbuf and WebKitManuel Quiñones2011-12-011-0/+1
| | | | | | | Using pyflakes to check. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Fixup for previous fixup, c4c9787cd323ed6954b20db4ccc009da32d78ddcManuel Quiñones2011-11-301-1/+1
| | | | | | Now hopefully, it really fixes __loading_changed_cb method. Signed-off-by: Manuel Quiñones <manuq@laptop.org>
* Fixup of commit cb60c84225cdd1afb0e6008aecfdaa3b387e00ceManuel Quiñones2011-11-301-0/+1
| | | | | | | - Missing WebKit imports - fix __loading_changed_cb method Signed-off-by: Manuel Quiñones <manuq@laptop.org>
* Restore navigation back-forward in toolbar buttonsManuel Quiñones2011-11-301-4/+4
| | | | | Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Restore url-entry showing url, title and progress barManuel Quiñones2011-11-301-44/+37
| | | | | | | | | We left filepicker.cleanup_temp_files() commented for now, as this can be functionality that needs to be restored in the future, cleaning the temporal files when the uri changes. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Remove mozilla xpcom and hulahop, add WebKitManuel Quiñones2011-11-291-5/+5
| | | | | | | | | This commit breaks a lot of Browse functionality. This is marked in the code with a FIXME keyword. Original work was done by Daniel Drake. Signed-off-by: Manuel Quiñones <manuq@laptop.org>
* Rename sugar to sugar3Manuel Quiñones2011-11-291-6/+6
| | | | Signed-off-by: Manuel Quiñones <manuq@laptop.org>
* Port from PyGTK to PyGI, renamingManuel Quiñones2011-11-251-25/+25
| | | | | | | Was done running the pygi-convert.sh script. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Remove old toolbars supportDaniel Drake2011-11-181-17/+8
| | | | | Reviewed-by: Manuel Quinones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Browse: tabs usability improvedManuel Quiñones2011-09-101-15/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The Add Tab button has been relocated next to the tab labels, allowing more space for the URL entry. Tabs are always shown. There is at least one tab. In that case, it cannot be closed. We prevent the closing by hiding the 'X' button. Also, the close image was sugarized. There is now a fixed width for tabs. The label text does ellipsize. The width depends on the amount of tabs. There is a maximum size that is used when there is extra space. There is a minimum size to prevent hiding the information. When a new tab is opened, it now shows an empty page, not the default page. In the future, we will add a hint in this empty page, similar to what we have for an empty Journal. Added the option to "follow link in new tab" in the link's palette. Added an icon for this item, and also the icon for "follow link" is also updated. When a new tab is opened via the '+' button, the focus goes to the URL entry in the toolbar. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Show the start of an url if bigger than the entry fieldSimon Schampijer2011-08-301-1/+0
| | | | | | | | | If the url is bigger than the entry field the important information is at the beginning of the url. Epiphany or Firefox are doing the same thing. Signed-off-by: Simon Schampijer <simon@laptop.org> Tested-By: Gonzalo Odiard <gonzalo@laptop.org>
*