Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/icons
Commit message (Collapse)AuthorAgeFilesLines
* issue dxo #310 and #2769 Custom start/homepage for BrowseHEADmasterAriel Calzada2013-01-082-0/+22
|
* Display security as a lock icon for secured pages - SL #4245Manuel Quiñones2012-11-292-0/+119
| | | | | | | | | | | | | 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>
* Basic PDF readingManuel Quiñones2012-03-221-0/+109
| | | | | | | | | | | | | | | | | | | | | | | | | When a request is made with a MIME type 'application/pdf', a new tab is opened next to the current one to show the document. If the document is remote, a download starts, and the progress is shown in the toolbar's URL entry. It can be cancelled with the X button, the same for cancelling the loading. Basic navigation is provided to allow a quick read of the PDF. The user can also save the document to the Journal to store it, and later it may be opened in Read for featureful usage. The controls are in a floating toolbar, at the bottom of the document. The PDF tabs are restored between sessions as expected. If the user clicks on a hyperlink in a PDF, a new tab is opened next to the current to browse it. This uses Evince, the same backend to display the PDF document as Read. And WebKit to download the document, as per other downloads in Browse. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Browse: tabs usability improvedManuel Quiñones2011-09-104-1/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* Move stop/reload button into the url entryGonzalo Odiard2011-08-292-0/+31
| | | | | | | | | | 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>
* Add missing tab icon.Lucian Branescu Mihaila2010-08-051-0/+12
|
* Added zoom support with keybindings and view toolbarSimon Schampijer2007-11-014-30/+1
|
* New add-shared link iconSimon Schampijer2007-09-171-13/+7
| | | | Do not set the activity title anymore, this is done by the base activity class
* * Make hide/show of the treay one button #3475Simon Schampijer2007-09-161-0/+3
|
* Added the buttons for hide/show traySimon Schampijer2007-09-132-0/+26
|
* Visual design for shared linksSimon Schampijer2007-08-302-23/+12
| | | | Fix for #2919
* Added button for adding a link.erich koslovsky2007-08-192-0/+36
Added the star icon as a button to add a link. Otherwise you can use ctrl-l to add a link and ctrl-r to remove the currently selected link.