Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/icons
Commit message (Collapse)AuthorAgeFilesLines
* 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.