Marco Martin
1dd033d914
rename all the active specific desktop files
11 years ago
Montel Laurent
e03e6f6863
Use Q_DECL_OVERRIDE
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
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
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
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
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
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
l10n daemon script
64fd5ea72c
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
be1ad62df7
SVN_SILENT made messages (.desktop file)
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
f59383196d
Fix debug, QStandardpath
12 years ago
Arnold Dumas
b98cea80a9
Port from KTempDir to QTemporaryDir.
12 years ago
l10n daemon script
14c7348690
SVN_SILENT made messages (.desktop file)
12 years ago
Montel Laurent
0a8b1ca098
Port to new connect api
12 years ago
l10n daemon script
d9a48c888a
SVN_SILENT made messages (.desktop file)
12 years ago
Montel Laurent
3b4ee788b8
Fix includes
12 years ago
Jeremy Whiting
83299b9532
Remove %i from .desktop files which added --icon to exec line.
...
Since Okular no longer uses KApplication it no longer handles --icon parameters.
12 years ago
Montel Laurent
a94b09684a
Use new connect api. Remove not necessary include moc
12 years ago
l10n daemon script
3588634833
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
8365cf2873
SVN_SILENT made messages (.desktop file)
12 years ago
Raymond Wooninck
f4badbc117
Port the aboutData to the new methods. Next would be to bring back
...
to About Backend dialog
12 years ago
Frederik Gladhorn
f7d1dd9312
Remove -caption %c from .desktop files
...
BUGS: 338264
12 years ago
Frederik Gladhorn
be5af7304f
Add missing debug_comicbook.h
12 years ago
Frederik Gladhorn
6c602bf0e7
Use categorized logging even more
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
Vishesh Handa
eee26dd72f
Port comicbook generator
12 years ago
Frederik Gladhorn
4ce837a7ac
Qt5 porting
12 years ago
Frederik Gladhorn
7261d5d45a
Generator porting (mostly kaboutdata)
12 years ago
l10n daemon script
896de56ef0
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
1b5cbbea59
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
d2131617d6
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
d62def2323
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
6a46dd7447
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
0efb152065
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
514ef4a3ac
SVN_SILENT made messages (.desktop file)
12 years ago
l10n daemon script
6f62e29846
SVN_SILENT made messages (.desktop file)
12 years ago
Albert Astals Cid
55011e0588
Don't create pages for files that are not images
...
The zip in bug #328182 has one
12 years ago
Christoph Feck
cfa37065c2
Fix cbr (rar) listing with unrar 5
...
The new unrar version includes the paths in its "bare listing" (unrar lb), while it still extracts only the filename without the path. Thus, the Unrar::list() function fails. This patch strips the path away.
REVIEW: 113163
BUGS: 325677
FIXED-IN: 4.11.3
13 years ago
l10n daemon script
edd5e0e6bd
SVN_SILENT made messages (.desktop file)
13 years ago
l10n daemon script
db0de0d550
SVN_SILENT made messages (.desktop file)
13 years ago
l10n daemon script
d773e626a9
SVN_SILENT made messages (.desktop file)
13 years ago
l10n daemon script
4e84194bef
SVN_SILENT made messages (.desktop file)
13 years ago