Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/readdb.py
Commit message (Collapse)AuthorAgeFilesLines
* Pep8 fixesGonzalo Odiard2013-09-051-34/+36
|
* Show the bookmarks in a tray like in Browse activityGonzalo Odiard2012-10-091-3/+50
| | | | | | The preview is saved in another table in the sqlite db. Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Fix wrong use of profile.get_color()Gonzalo Odiard2012-03-071-1/+1
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Fix use of color information from profileGonzalo Odiard2012-03-051-1/+1
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Remove use of gconfGonzalo Odiard2012-03-011-4/+3
| | | | | | Use profile instead Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Add highlight support to thetext backendGonzalo Odiard2011-02-181-15/+66
| | | | | | - The highlights are saved in the same db we save the bookmarks. - The highlights can be removed selecting again the same tex, or a subportion of the text or puting the cursos inside the highlighted area.
* pep8 cleanup: fix whitespaceSascha Silbe2011-01-201-8/+8
| | | | Signed-off-by: Sascha Silbe <sascha-pgp@silbe.org>
* fix EOL spacesSascha Silbe2011-01-201-17/+17
| | | | Signed-off-by: Sascha Silbe <sascha-pgp@silbe.org>
* Add a path for moving to the new bookmark database schemaSayamindu Dasgupta2009-08-051-8/+40
|
* Fix encoding b0rkage while retrieving stuff from sqlite dbSayamindu Dasgupta2009-08-051-2/+5
|
* Handle activity isolation properlySayamindu Dasgupta2009-04-211-1/+12
|
* Add copyright headersSayamindu Dasgupta2009-02-221-0/+17
|
* Cleanup the sqlite3 code a bitSayamindu Dasgupta2009-02-221-5/+4
|
* Enable jumping between bookmarks (jump to next/previous bookmarkSayamindu Dasgupta2009-02-221-1/+31
|
* Use the variable name filehash instead of hashSayamindu Dasgupta2009-02-161-6/+6
|
* Bookmark supportSayamindu Dasgupta2009-02-151-0/+65