Montel Laurent
e03e6f6863
Use Q_DECL_OVERRIDE
11 years ago
Montel Laurent
26e4f8de60
Use QVector here too
11 years ago
Albert Astals Cid
1da3c424d1
Allow for the deletion of Caret annotations
...
Seems poppler just renders them fine, so we set them to externally rendered and allow annotation
FIXED-IN: KDE Applications 15.08
BUGS: 350740
11 years ago
l10n daemon script
1d36cd158f
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
Jan Kundrát
abd30fb774
s/auto_ptr/unique_ptr/
...
The old auto_ptr was used for simple RAII. None of the auto_ptr flaws
were apparent in that context, but given that that class is actively
deprecated and that compilers warn about its use, it's better to switch
to its drop-in replacement.
My reason for not using QScopedPointer is that the C++11 version works
well enough, Okular is being built in C++11 mode anyway, unique_ptr
works on the KF5-minimal-mandated-compilers according to their docs, and
therefore there's no point in using something with a different API
(QScopedPointer) just because its name begins with a Q.
REVIEW: 124027
11 years ago
l10n daemon script
9b6e42ea29
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
11 years ago
Alex Richardson
1049dc188a
Add Q_INTERFACES( Okular::Generator ) to all plugins
...
This seems to be required with KPluginFactory and Qt5 since without it
KPluginFactory::create<Okular::Generator>() always returns null.
For some reason this requires a complete rebuild before generatorstest
passes.
REVIEW: 123466
11 years ago
Alex Richardson
cfc82ee9b0
Be explicit about the target dependencies
11 years ago
Alex Richardson
0436b34a98
Use QThread::msleep() instead of platform-specific sleep functions
11 years ago
Marco Martin
af3b4cba17
use the new kpackage-based runtime for the QML app
...
remove old dead code, the okular active app is now completely
qml and KPackage based
11 years ago
Montel Laurent
2568463061
Port to QCDebug
11 years ago
Albert Astals Cid
250eccf530
plucker: Also accept f as false
...
This bug is present at upstream unpluck too, but given the cvs code hasn't
been touched in ages i have not reported it there
11 years ago
Montel Laurent
629882497b
Rename icons
11 years ago
Montel Laurent
778f5bb9cb
Reactivate it
11 years ago
Montel Laurent
855d2df586
Rename icons
11 years ago
Montel Laurent
6e01127177
Fix rename icons
11 years ago
Montel Laurent
5e984303a4
Use new KDE_ macro
11 years ago
Andreas Hartmetz
f847d716a0
Fix build with Qt 5.5 branch.
...
Is Qt even allowed to remove accidental includes and / or forward
declarations?
11 years ago
Montel Laurent
90b2f6c62c
Fix install icons
11 years ago
Montel Laurent
5c85b83a8f
Fix includes
11 years ago
Lukáš Tinkl
e176acdc40
Use co-installable qca-qt5 version
...
REVIEW: 122155
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
Patrick von Reth
dee5b8b006
fix connect on windows
11 years ago
l10n daemon script
41e35d5fd9
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
557b5447a5
SVN_SILENT made messages (.desktop file)
11 years ago
Montel Laurent
f6df673162
Port qca support
11 years ago
Montel Laurent
73ccfdefb7
Fix cmakelists.txt
11 years ago
l10n daemon script
9a3672b255
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
e6ef3cb64b
SVN_SILENT made messages (.desktop file)
11 years ago
Raymond Wooninck
aad0211c10
Fix build
11 years ago
l10n daemon script
932d8e6133
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
ed9bee42e1
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
64fd5ea72c
SVN_SILENT made messages (.desktop file)
11 years ago
l10n daemon script
be1ad62df7
SVN_SILENT made messages (.desktop file)
12 years ago
Nidhi Jain
b06725cc55
Fix to allow having two audio links in the same epub
...
REVIEW: 120685
12 years ago
Montel Laurent
5da7c5f77d
port to qCDebug. Autogenerate export headers
12 years ago
Albert Astals Cid
717c4b0f6a
Fix unrar detection for versions that don't support --version
...
Based on patches by Yuri Chornoivan and Jörg Schuck
BUGS: 340323
FIXED-IN: 4.14.3
12 years ago
Montel Laurent
98eb283364
Fix icons
12 years ago
Montel Laurent
f59383196d
Fix debug, QStandardpath
12 years ago
Montel Laurent
8f8b70d893
kdelibs4support--
12 years ago
Montel Laurent
2d8df45845
kdelibs4support--
12 years ago
Arnold Dumas
b98cea80a9
Port from KTempDir to QTemporaryDir.
12 years ago
Montel Laurent
f762d8a8c4
Port to qCDebug()
12 years ago
Montel Laurent
953a731c4b
Remove not necessary fule
12 years ago
Montel Laurent
0d96400041
Remove not necessary file
12 years ago
Montel Laurent
60f8d7b712
Fix includes
12 years ago
Montel Laurent
7098b044c9
Port KSharedPtr
12 years ago
Montel Laurent
e11caac396
Not necessary
12 years ago