Commit graph

31 commits

Author SHA1 Message Date
Marco Martin 5ba5e2189c rename from active to mobile 2015-08-05 16:54:48 +02:00
Montel Laurent ae30a7fc51 USe new connect api 2015-03-17 09:13:17 +01:00
Lukáš Tinkl fd6a35486e port KUrl -> QUrl 2015-01-29 20:55:57 +01:00
Montel Laurent 0cbd97ced6 Remove include moc 2014-12-28 10:38:36 +01: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
Marco Martin 3d50fec102 initial port of QML components to QtQuick2
this is an initial port of the qml component set of okular to qtquick2

it's straightforward, except pageitem that right now is a qquickpainteditem, that works fine, but a bit slower than generating and uploading the textures by hand (that may be an eventual future port)

the okular active application is still missing, but the components can be used from anywhere in qml
REVIEW:121326
2014-12-02 20:41:16 +01:00
Frederik Gladhorn e28dbc6c00 Port to QMime
compressedMimeFor now already does the inheritance check, so another
check was removed.
2014-09-11 16:32:43 +02:00
Albert Astals Cid 7b7fef0bea Move the messagebox about continuing search from core to ui 2014-05-10 11:33:21 +02:00
Albert Astals Cid e93d5bda01 Move KWallet code from pdf backend to ui
This helps with the widget dependency removal in the core/backends
2014-05-09 19:58:43 +02:00
Michal Humpula c07ee043a3 Multiple Tiles Managers per Page
It's straighforward implementation. Every single place, where there were call for (or with) TilesManager, now has a DocumentObserver as companion. The m_tiledManager reference in PagePrivate was changed to QMap<DocumentObserver, TilesManager>.

REVIEW: 113986
2014-02-19 23:41:22 +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 f59404ed02 expose complete url 2012-10-12 10:51:32 +02:00
Marco Martin 9b10c87bd4 remove custom parsing of bookmark url 2012-10-05 16:33:08 +02: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 a69ba957c9 remove the copy of tocmodel 2012-10-03 14:37:54 +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 8196b9db28 sort bookmark list
connect to the right signal
2012-08-01 19:09:48 +02:00
Marco Martin e5a77cc8c7 read only access to bookmarks 2012-08-01 18:00:56 +02:00
Marco Martin 407921c33e updates decoration
still buggy
2012-07-31 21:33:22 +02:00
Marco Martin 2c87caaed3 book look for the table of contents 2012-07-31 21:07:20 +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 0182af8c2f remove negative margins 2012-05-14 21:29:06 +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