Commit graph

174 commits

Author SHA1 Message Date
Patrick von Reth 49c28f52df lik to okularcore and okularpart instead of including the settings code multiple times, which breaks the exports 2015-01-23 13:24:09 +01:00
Aleix Pol 71dd075437 fix build 2015-01-16 13:57:04 +01:00
Montel Laurent 73ccfdefb7 Fix cmakelists.txt 2015-01-11 08:21:42 +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
Montel Laurent 927e7a9a19 Merge remote-tracking branch 'origin/KDE/4.14' into frameworks 2014-10-01 07:29:17 +02:00
Montel Laurent 378f6847a2 Remove some deprecated kdelibs4support 2014-10-01 07:27:09 +02:00
l10n daemon script 3588634833 SVN_SILENT made messages (.desktop file) 2014-09-30 09:11:55 +00: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
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.
2014-09-11 02:03:46 +02:00
Frederik Gladhorn 34fbdf8c85 Some more kDebug->qDebug 2014-09-09 18:17:36 +02:00
Frederik Gladhorn 39787e4324 Use kconfig_add_kcfg_files for kcfgc 2014-08-09 00:21:04 +02:00
Frederik Gladhorn 93918b1ec8 Basic cmake kf5 porting 2014-08-07 09:59:07 +02:00
l10n daemon script 896de56ef0 SVN_SILENT made messages (.desktop file) 2014-07-25 05:38:42 +00:00
l10n daemon script 1b5cbbea59 SVN_SILENT made messages (.desktop file) 2014-07-24 04:51:37 +00:00
l10n daemon script 9507028bc4 SVN_SILENT made messages (.desktop file) 2014-07-16 08:23:54 +00:00
l10n daemon script cf3ea3515e SVN_SILENT made messages (.desktop file) 2014-07-16 04:59:47 +00:00
l10n daemon script d62def2323 SVN_SILENT made messages (.desktop file) 2014-07-06 04:29:52 +00:00
l10n daemon script 6a46dd7447 SVN_SILENT made messages (.desktop file) 2014-06-30 04:40:38 +00: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
l10n daemon script 6f62e29846 SVN_SILENT made messages (.desktop file) 2014-02-24 04:37:30 +00: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
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
2014-02-17 13:18:31 +01:00
Fabio D'Urso 726d3b359c Merge remote-tracking branch 'origin/KDE/4.11' 2013-08-18 23:20:51 +02:00
Fabio D'Urso f852fa0958 okular active: Do not position pages on non-exact pixel boundaries
Round page position to the nearest pixel, because at some zoom levels on
my laptop okular active tries to draw page pixmaps at non-exact pixel
boundaries, resulting in almost unreadable text.

CCMAIL: notmart@gmail.com
REVIEW: 111782
2013-08-18 23:07:23 +02:00
l10n daemon script d773e626a9 SVN_SILENT made messages (.desktop file) 2013-08-04 04:26:31 +00:00
l10n daemon script 4e84194bef SVN_SILENT made messages (.desktop file) 2013-07-24 04:05:35 +00:00
l10n daemon script ca12f8dbb5 SVN_SILENT made messages (.desktop file) 2013-07-14 06:57:29 +00:00
l10n daemon script 9476a9cf7a SVN_SILENT made messages (.desktop file) 2013-07-14 04:14:05 +00:00
l10n daemon script 2e847d2f81 SVN_SILENT made messages (.desktop file) 2013-07-01 03:53:16 +00:00
Aaron Seigo 7f42a78725 some small style fixes.
see http://community.kde.org/Plasma/QMLStyle
2013-05-01 18:02:15 +02:00
Aaron Seigo 0c68129bca allow 3x zooming
ends up triggering "the crash" however, on certain documents
2013-05-01 18:02:15 +02:00
Script Kiddy cbc693b664 SVN_SILENT made messages (.desktop file) 2013-04-20 09:48:58 +02:00
Script Kiddy 583fc0d81f SVN_SILENT made messages (.desktop file) 2013-04-08 08:57:28 +02:00
Script Kiddy b23f5037df SVN_SILENT made messages (.desktop file) 2013-03-11 08:35:41 +01:00
Script Kiddy 0b17013be3 SVN_SILENT made messages (.desktop file) 2013-03-01 08:49:04 +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
Script Kiddy a034e086e5 SVN_SILENT made messages (.desktop file) 2013-02-08 08:27:14 +01:00
Script Kiddy ba79674de9 SVN_SILENT made messages (.desktop file) 2013-02-05 16:52:55 +01:00
Script Kiddy 472d8d1480 SVN_SILENT made messages (.desktop file) 2013-01-31 11:56:49 +01:00
Script Kiddy a4a7d5039d SVN_SILENT made messages (.desktop file) 2013-01-17 08:12:57 +01:00
Albert Astals Cid 3a46e10b9e Merge remote-tracking branch 'origin/KDE/4.10'
Conflicts:
	VERSION
	core/version.h
2013-01-16 18:01:06 +01:00
Script Kiddy 45c8af8151 SVN_SILENT made messages (.desktop file) 2013-01-15 20:29:31 +01:00
Script Kiddy 39e2ea5e73 SVN_SILENT made messages (.desktop file) 2013-01-15 16:11:09 +01:00
Script Kiddy 14e1a03178 SVN_SILENT made messages (.desktop file) 2013-01-13 12:15:57 +01:00
Script Kiddy aca1975553 SVN_SILENT made messages (.desktop file) 2013-01-13 08:05:04 +01:00
Script Kiddy 94a3df94f8 SVN_SILENT made messages (.desktop file) 2013-01-10 12:21:24 +01:00
Script Kiddy 29cf24a962 SVN_SILENT made messages (.desktop file) 2013-01-08 22:35:20 +01:00