Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webtoolbar.py
Commit message (Collapse)AuthorAgeFilesLines
* Add a option to set the home pageGonzalo Odiard2013-06-281-0/+51
| | | | | | | | | This feature was requested by AU. A menu in the home button is added, with options to set the home page, reset the home page, and go to the Library. The items in the menu are shown or hidden as needed. The configuration is stored using GConf Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Pdf tabs: make URL entry insensitive - SL #3741Manuel Quiñones2013-04-111-0/+2
| | | | | | Otherwise the URL looks like it could be edited. Signed-off-by: Manuel Quiñones <manuq@laptop.org>
* Hide autosuggestion when adding a new tab SL #4355Manuel Kaufmann2013-01-231-0/+4
| | | | | | | | | If you start typing an url and the autosuggestion list appears and then you click on plus sign or press Ctrl-T the autosuggestion list is hid. Signed-off-by: Manuel Kaufmann <humitos@gmail.com> Acked-by: Manuel Quiñones <manuq@laptop.org>
* Do not show clear url icon when there is not text SL #3968Manuel Kaufmann2013-01-231-2/+19
| | | | | | | | | | Use 'changed' signal to know if the url entry is empty. Check if the entry has_focus() to know if the entry was changed by the user or not. We only want to show the clear icon if the user has changed the url entry. Signed-off-by: Manuel Kaufmann <humitos@gmail.com> Signed-off-by: Manuel Quiñones <manuq@laptop.org>
* Use entry-cancel instead of dialog-cancel, follow up of f95ed83cManuel Quiñones2013-01-161-1/+1
| | | | Signed-off-by: Manuel Quiñones <manuq@laptop.org>
* Adapt to icon changes - SL #3569Manuel Quiñones2013-01-151-3/+3
| | | | | | | | | | | - The stop and refresh icons were moved to Sugar Artwork, so can be removed. They have also been renamed, so change the code accordingly. - The system-search has been renamed to entry-search in Sugar Artwork. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Display security as a lock icon for secured pages - SL #4245Manuel Quiñones2012-11-291-0/+21
| | | | | | | | | | | | | For pages using the https protocol, display a) a lock icon if there were no errors in the certification, or b) a broken lock icon if the certification failed. Use the same logic as Epiphany: http://git.gnome.org/browse/epiphany/tree/embed/ephy-web-view.c#n2321 Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Manuel Kaufmann <humitos@gmail.com>
*