Montel Laurent
3102cd8665
Add explicit
11 years ago
Marco Martin
511054c423
set the contents size as the full size
...
crash--
11 years ago
Marco Martin
991e11e81b
generate settings.cpp from the kcfgc file
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
Montel Laurent
ae30a7fc51
USe new connect api
11 years ago
Martin T. H. Sandsmark
587e25fa8f
Fix build of qml component.
...
remove qt4_automoc, and reference to KDE4_DEFINITIONS
11 years ago
Montel Laurent
5e984303a4
Use new KDE_ macro
11 years ago
Lukáš Tinkl
e9ae1d99af
port away from KLocale
11 years ago
Lukáš Tinkl
fd6a35486e
port KUrl -> QUrl
11 years ago
Patrick von Reth
49c28f52df
lik to okularcore and okularpart instead of including the settings code multiple times, which breaks the exports
11 years ago
Aleix Pol
71dd075437
fix build
11 years ago
Montel Laurent
73ccfdefb7
Fix cmakelists.txt
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
Montel Laurent
378f6847a2
Remove some deprecated kdelibs4support
12 years ago
Frederik Gladhorn
e28dbc6c00
Port to QMime
...
compressedMimeFor now already does the inheritance check, so another
check was removed.
12 years ago
Frederik Gladhorn
83d3f1f6b7
Revert "Some more kDebug->qDebug"
...
Seems like kDebug doesn't spam the user, so this needs to use qCDebug.
This reverts commit 34fbdf8c85 .
12 years ago
Frederik Gladhorn
34fbdf8c85
Some more kDebug->qDebug
12 years ago
Frederik Gladhorn
39787e4324
Use kconfig_add_kcfg_files for kcfgc
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
Vishesh Handa
a034265e75
QML PageItem: Handle document path changes
...
PageItem works quite well if the DocumentItem has the path on
construction, but it does not update if the path is initially blank and
then later changed.
REVIEW: 115751
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
Albert Astals Cid
c769593ecd
Fix Messages.sh
14 years ago
Bogdan Cristea
7ce6990098
Separate settings in core and non core
...
Will make it easier to make separate apps based on the core in the future
Note this will most probably break your settings if you are not running a very up to date kdelibs (4.9 or 4.10)
so be careful on updating
REVIEW: 104947
14 years ago
Marco Martin
6041b31e43
go to exact bookmark point if possible
14 years ago
Marco Martin
6de4500fd1
bookmarkPosition function
14 years ago
Marco Martin
f59404ed02
expose complete url
14 years ago
Aaron Seigo
e82ee0f7e3
set an interval on the timer
14 years ago
Aaron Seigo
11bb8c0a7d
avoid some redraws
14 years ago
Aaron Seigo
863e34dc7a
put the thumbnail setting into PageItem as bookkeeping is helpful here
14 years ago
Aaron Seigo
973e9a28b8
fix off by one -> page is zeroth counted, number of pages obviously starts at 1
14 years ago
Aaron Seigo
6da814a022
don't clear prior requests when requesting thumbnails
...
this fixes the "some thumbnails don't show up" bug :)
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
0934b778b1
use the version of PagePainter from ui
14 years ago
Marco Martin
475bbe8556
document properties
14 years ago
Marco Martin
4fe74b2294
add translation catalogs
14 years ago
Marco Martin
0fb9fa57b2
count property for tableOfContents
...
disable tab when there is no toc
14 years ago
Marco Martin
8196b9db28
sort bookmark list
...
connect to the right signal
14 years ago
Marco Martin
adabbf5fb5
api for setting/unsetting bookmarks
14 years ago
Marco Martin
e5a77cc8c7
read only access to bookmarks
14 years ago
Marco Martin
407921c33e
updates decoration
...
still buggy
14 years ago