Commit graph

17 commits

Author SHA1 Message Date
Marco Martin 5ba5e2189c rename from active to mobile 2015-08-05 16:54:48 +02:00
Montel Laurent 3102cd8665 Add explicit 2015-08-04 14:20:30 +02:00
Marco Martin 78d8b1f605 port the QML part
works correctly when a filename is fixed
still to port the c++ app part
2014-12-17 19:16:25 +01:00
Albert Astals Cid 541650a4f4 Remove the concept of observer/view id
Just use the pointer as id :-)

This is BIC and SIC, increase the soversion now to makes sure we don't forget in the future

Patch based in an earlier patch by Bogdan Cristea <cristeab@gmail.com>
REVIEW: 109115
2013-02-24 23:01:02 +01:00
Marco Martin 08303618d1 okmarks also for document
Please enter the commit message for your changes. Lines starting
2012-10-05 16:15:55 +02:00
Marco Martin ae5ddd097c support bookmarks with complete viewport 2012-10-05 15:59:08 +02:00
Marco Martin d52118dc7e use okular settings to decide document title 2012-10-03 12:06:02 +02:00
Marco Martin cbe00442f5 relicense to gpl as the rest of okular 2012-10-03 11:32:42 +02:00
Marco Martin 475bbe8556 document properties 2012-10-02 13:25:34 +02:00
Marco Martin e5a77cc8c7 read only access to bookmarks 2012-08-01 18:00:56 +02:00
Marco Martin 9c000ce8b1 add a model for the table of contents
todo: license issues
2012-07-31 16:28:54 +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 97222282a9 basic search support 2012-05-15 12:12:56 +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 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