Montel Laurent
ae30a7fc51
USe new connect api
11 years ago
Lukáš Tinkl
fd6a35486e
port KUrl -> QUrl
11 years ago
Montel Laurent
0cbd97ced6
Remove include moc
11 years ago
Marco Martin
78d8b1f605
port the QML part
...
works correctly when a filename is fixed
still to port the c++ app part
11 years ago
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
11 years ago
Frederik Gladhorn
e28dbc6c00
Port to QMime
...
compressedMimeFor now already does the inheritance check, so another
check was removed.
12 years ago
Albert Astals Cid
7b7fef0bea
Move the messagebox about continuing search from core to ui
12 years ago
Albert Astals Cid
e93d5bda01
Move KWallet code from pdf backend to ui
...
This helps with the widget dependency removal in the core/backends
12 years ago
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
12 years ago
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
13 years ago
Marco Martin
f59404ed02
expose complete url
14 years ago
Marco Martin
9b10c87bd4
remove custom parsing of bookmark url
14 years ago
Marco Martin
08303618d1
okmarks also for document
...
Please enter the commit message for your changes. Lines starting
14 years ago
Marco Martin
ae5ddd097c
support bookmarks with complete viewport
14 years ago
Marco Martin
a69ba957c9
remove the copy of tocmodel
14 years ago
Marco Martin
d52118dc7e
use okular settings to decide document title
14 years ago
Marco Martin
cbe00442f5
relicense to gpl as the rest of okular
14 years ago
Marco Martin
475bbe8556
document properties
14 years ago
Marco Martin
8196b9db28
sort bookmark list
...
connect to the right signal
14 years ago
Marco Martin
e5a77cc8c7
read only access to bookmarks
14 years ago
Marco Martin
407921c33e
updates decoration
...
still buggy
14 years ago
Marco Martin
2c87caaed3
book look for the table of contents
14 years ago
Marco Martin
9c000ce8b1
add a model for the table of contents
...
todo: license issues
14 years ago
Marco Martin
4c7e1e50d3
include core files locally
...
they are not installed yet
14 years ago
Marco Martin
57311442b1
property that tells if the doc supports search
14 years ago
Marco Martin
c8d078b1fd
correctly restore the last viewed page
14 years ago
Marco Martin
97222282a9
basic search support
14 years ago
Marco Martin
0182af8c2f
remove negative margins
14 years ago
Marco Martin
68f32efab8
switch my files to lgpl
...
pagepainter is still problematic, shouldn't be duplicated anymore
14 years ago
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
14 years ago