Commit graph

74 commits

Author SHA1 Message Date
Aaron Seigo
a92af5b5a4 reset the page pointer when the document changes 2012-05-22 15:57:32 +02:00
Aaron Seigo
5409914bfe fix build 2012-05-22 15:30:03 +02:00
Aaron Seigo
2552bf6976 simplify by not having a subclass just to call a method 2012-05-22 15:27:26 +02:00
Aaron Seigo
60d38e7970 get rid of half second delay 2012-05-22 15:23:10 +02:00
Marco Martin
b266e809b4 use screen coordinates
no hardcoded extra margins
2012-05-22 13:17:24 +02:00
Marco Martin
053ffd787a ican drag the panel from anywhere 2012-05-22 12:52:42 +02:00
Marco Martin
e3af4f3e36 scroll indicators 2012-05-22 11:40:40 +02:00
Marco Martin
f5e00fdbbd returnToBounds at onPinchFinished 2012-05-22 11:31:32 +02:00
Marco Martin
eed0736eb1 better decision on when turn the page 2012-05-22 11:23:35 +02:00
Marco Martin
abca7780ad try to cache the rendered page to see if zooming speed improves 2012-05-21 20:09:14 +02:00
Marco Martin
dd561b55e3 switch page when drag is 1/4 width 2012-05-15 19:13:28 +02:00
Marco Martin
cf1bc62c81 don't bind 2012-05-15 19:09:08 +02:00
Marco Martin
5709caaf8a zoom both pages on pinch 2012-05-15 19:02:47 +02:00
Marco Martin
4c7e1e50d3 include core files locally
they are not installed yet
2012-05-15 17:23:15 +02:00
Marco Martin
57311442b1 property that tells if the doc supports search 2012-05-15 13:56:08 +02:00
Marco Martin
c8d078b1fd correctly restore the last viewed page 2012-05-15 13:50:16 +02:00
Marco Martin
ac88ed2832 hide the browser handle on click 2012-05-15 12:44:03 +02:00
Marco Martin
97222282a9 basic search support 2012-05-15 12:12:56 +02:00
Marco Martin
c157463565 highlight current page 2012-05-14 21:34:44 +02:00
Marco Martin
0182af8c2f remove negative margins 2012-05-14 21:29:06 +02:00
Marco Martin
0e1b49e83c add a license 2012-05-14 21:21:10 +02:00
Marco Martin
68f32efab8 switch my files to lgpl
pagepainter is still problematic, shouldn't be duplicated anymore
2012-05-14 21:16:56 +02:00
Marco Martin
99f9773c05 a very simple active app 2012-05-14 20:38:35 +02:00
Marco Martin
fd84427cc4 add a declarative plugin
two components:
Document, represents an Okular::Document
Page: represents an Okular::Page, once connected to a Document can display a single page
2012-05-14 20:37:22 +02:00