Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/readtopbar.py
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Initial port to Gtk3"Gonzalo Odiard2011-12-081-10/+11
| | | | This reverts commit 996d542fd7d2d464edd572b165e80f9cb2c20ec7.
* Initial port to Gtk3Gonzalo Odiard2011-11-071-11/+10
|
* Fix gettext named parameters asignmentGonzalo Odiard2011-10-051-1/+2
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Update pot fileGonzalo Odiard2011-08-051-1/+1
| | | | | | | I needed change a string in the topbar because we had two unnamed parameters of the same type. Gonzalo Odiard <gonzalo@laptop.org>
* Pep8 corrections in readdialog.py, readsidebar.py and readtopbar.pyGonzalo Odiard2011-02-241-7/+10
|
* battery display (fullscreen mode): replace HAL with UPowerSascha Silbe2011-02-241-110/+42
| | | | | | | | | | HAL is deprecated, UPower is the designated replacement w.r.t. power supplies. Tested on XO-1.5 running Debian Squeeze with stock UPower (0.9.5-5) and a 2.6.35 OLPC kernel. Signed-off-by: Sascha Silbe <silbe@activitycentral.com>
* Get back functionalities in EPUB frameworkGonzalo Odiard2011-02-121-12/+7
| | | | | | - TOC, zoom and find are working in epub - All the code specific to a backend is moved outsude of readactivity.py, readtoolbar.py and readtopbar.py - Rename adapter classes to avoid confusion
* adapt to evince 2.30 API (SL#1900)Lucian Branescu Mihaila2011-01-201-14/+23
| | | | | | | | | | | | PDFs are working fine, EPub support is limited: - search not working - copy to clipboard disabled - zoom disabled - page next/prev disabled Tested-by: Sascha Silbe <sascha-pgp@silbe.org> [combined into a single patch, wrote patch description, minor style clean-ups] Signed-off-by: Sascha Silbe <sascha-pgp@silbe.org>
* pep8 cleanup: fix whitespaceSascha Silbe2011-01-201-20/+18
| | | | Signed-off-by: Sascha Silbe <sascha-pgp@silbe.org>
* fix EOL spacesSascha Silbe2011-01-201-5/+5
| | | | Signed-off-by: Sascha Silbe <sascha-pgp@silbe.org>
* Add a information bar on top during full screen view.Sayamindu Dasgupta2009-07-291-0/+204