Olivier CHURLAUD
ef6f5ebc3b
Porting more files out of KDialog
10 years ago
Martin T. H. Sandsmark
67e7ada311
Fix build without implicit cast to/from ascii
...
See the previous commits for details. This is the last part.
10 years ago
Marco Martin
5ba5e2189c
rename from active to mobile
11 years ago
Marco Martin
9c9a928e12
directly use needed files from ui
...
don't link to okularpart, it won't be able to find it where
it's installed (under plugins)
11 years ago
Montel Laurent
5d727ee965
Fix includes
11 years ago
Lukáš Tinkl
e9ae1d99af
port away from KLocale
11 years ago
Montel Laurent
0cbd97ced6
Remove include moc
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
Montel Laurent
378f6847a2
Remove some deprecated kdelibs4support
12 years ago
Marco Martin
cbe00442f5
relicense to gpl as the rest of okular
14 years ago
Marco Martin
4fe74b2294
add translation catalogs
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