Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/viewtoolbar.py
Commit message (Collapse)AuthorAgeFilesLines
* Use simpler icon for the tray button - SL #3868Manuel Quiñones2012-09-281-2/+1
| | | | Signed-off-by: Manuel Quiñones <manuq@laptop.org>
* Restore the Bookmarks tray handling using a toggle button - SL #3868Manuel Quiñones2012-09-281-22/+10
| | | | | | | | | | | | | | | | Instead of changing the tooltip and icon of the tool button based on the visibility of the tray, with the map and unmap callbacks that this patch removes, do the inverse: when a bookmark is made, the toggle button is activated, and it shows the tray in the toggled callback. Also when the only pending bookmark is removed, the toggle button is deactivated, and it hides the tray in the toggled callback. The switch to a toggle button allows us to do the tray and button interaction in a more standard way, and the bugs that the unconventional interaction raised are now fixed. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Signed-off-by: Manuel Kaufmann <humitos@gmail.com>
* Revert zoom with the original value SL #3540Manuel Kaufmann2012-09-101-0/+11
| | | | | | | | | | New functionality to go back to the original zoom value. Added an icon next to zoom properties in View Toolbar. This function can be used with the hotkey "Control + 0" as well. Signed-off-by: Manuel Kaufmann <humitos@gmail.com> Acked-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* Basic PDF readingManuel Quiñones2012-03-221-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | 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>
* Remove mozilla xpcom and hulahop, add WebKitManuel Quiñones2011-11-291-0/+1
| | | | | | | | | 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-1/+1
| | | | Signed-off-by: Manuel Quiñones <manuq@laptop.org>
* Port from PyGTK to PyGI, renamingManuel Quiñones2011-11-251-4/+4
| | | | | | | Was done running the pygi-convert.sh script. Signed-off-by: Manuel Quiñones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org>
* add/remove some empty lines according to PEP8Sascha Silbe2010-06-161-1/+1
|
* remove EOL spacesSascha Silbe2010-06-161-9/+9
|
* Open new windows in tabsTomeu Vizoso2009-07-081-6/+7
|
* use the window's fullscreen method to get to fullscreen mode,Simon Schampijer2007-11-141-4/+1
| | | | this does not mess up the state the window manager has
* reversed the order of the zoom in and out icons #4608Simon Schampijer2007-11-021-6/+6
|
* Add the missing view toolbarSimon Schampijer2007-11-021-0/+95