l10n daemon script
b0024f05c7
SVN_SILENT made messages (after extraction)
9 years ago
l10n daemon script
3898a99a8f
SVN_SILENT made messages (after extraction)
9 years ago
l10n daemon script
36befe7161
SVN_SILENT made messages (after extraction)
9 years ago
l10n daemon script
3107e544b4
SVN_SILENT made messages (after extraction)
9 years ago
Burkhard Lück
4b7455396e
add metadata for kimgio, mobipocket, ooo, plucker, poppler, spectre, txt, xps
...
REVIEW:129347
BUG:363842
9 years ago
l10n daemon script
66cba6e293
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"
9 years ago
l10n daemon script
3f484b44a9
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"
9 years ago
l10n daemon script
92efe12446
SVN_SILENT made messages (after extraction)
9 years ago
l10n daemon script
a673dca880
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"
9 years ago
l10n daemon script
dcb51a7f26
SVN_SILENT made messages (after extraction)
9 years ago
l10n daemon script
b1bb8bfc61
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"
9 years ago
l10n daemon script
466a6ae8c2
SVN_SILENT made messages (after extraction)
9 years ago
Friedrich W. H. Kossebau
37aafeba93
Remove no longer existing include dir
...
--warnings
9 years ago
l10n daemon script
3a16c16a17
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"
9 years ago
Burkhard Lück
4c1a44bc40
add missing metainfo.xml files
9 years ago
Burkhard Lück
9ae16afd97
use reverse domain-name scheme for metainfo.xml files
9 years ago
Burkhard Lück
1c9a9ce947
use reverse domain-name for component ID
9 years ago
Burkhard Lück
8666cacb92
add appdata file + metadata for chm, comicbook, djvu, dvi, epub, fax, fictionbook
...
REVIEW:128404
9 years ago
l10n daemon script
191e10300d
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"
9 years ago
Albert Vaca
c8742b3f37
Fixed epub generator not being able to load resources on some files.
...
Cases that are fixed by this change are:
- Filenames that didn't start with "/" weren't concatenated properly to
the base path.
- Non-normalized paths (eg: having "../") couldn't be resolved by libepub.
QUrl::resolved() normalizes the paths after concatenating them.
- Paths with special characters were escaped because of using
QUrl::toString() instead of QUrl::path(), making them not work.
Reviewed by Albert Astals.
10 years ago
Albert Astals Cid
aa38e8d1b7
Fix xps url resolving porting regression
10 years ago
Aleix Pol
6007168aa0
Remove threading in plucker
...
Otherwise we got a crash (both on qt4 and kf5).
http://www.yosemite.ca.us/library/pioneer_cemetery/pioneer_cemeteryi.pdb
Reviewed by Albert
10 years ago
Aleix Pol
505ef44479
Fix LibSpectre look-up
10 years ago
Luigi Toscano
58b2f0e1f0
Use QMobipocket >= 2 (Qt5 based)
...
Use the new way of finding it, as include and libraries directories
are not exported, but the target information are and can be used through
target_link_libraries..
10 years ago
Aleix Pol
34ea79c2c3
Fix ms-its protocol lookup in kf5
10 years ago
Albert Vaca
c71f308252
Fixes suggested by Clazy
10 years ago
Albert Astals Cid
fe18ff0ecd
Remove declared but not implemented function
10 years ago
Albert Astals Cid
f2b2d94897
Open CBR files with shared-mime-info >= 1.7
...
Not ideal fix surely but it'll do for the moment
BUGS: 369078
10 years ago
Martin T. H. Sandsmark
fc09e52fc3
Port away from deprecated KArchive method
10 years ago
Martin T. H. Sandsmark
d9a31fa02a
Fix font color parsing in Plucker
10 years ago
Martin T. H. Sandsmark
868bf74410
Fix usage of string constants
10 years ago
Martin T. H. Sandsmark
e7697a35d1
Fix misuse of bool
10 years ago
Martin T. H. Sandsmark
95bdeea2d7
Remove unnecessary and deprecated calls
10 years ago
Martin T. H. Sandsmark
1e32012649
Fix warnings about using struct for classes
10 years ago
Olivier CHURLAUD
3b608a66c9
Preview functions again.
...
I added again the okularXXX.desktop
Correct the mess done by review 126193
10 years ago
Olivier CHURLAUD
ef6f5ebc3b
Porting more files out of KDialog
10 years ago
Olivier CHURLAUD
dfae933ae9
Print preview is working again
10 years ago
Martin T. H. Sandsmark
1fc80ab58f
Revert "Improve page breaks and batch up cursor edits in epub generator"
...
This broke the layouting.
This reverts commit c110c65401 .
10 years ago
Olivier CHURLAUD
dd8fa351ce
Fonts are scanned again by poppler5
...
Fonts are filtered as well to only appear once.
REVIEW: 128441
10 years ago
Olivier CHURLAUD
ec0b68a756
Update deprecated KArchive method + remove unused variable in
...
generator_pdf
Reviewer: sandsmark
10 years ago
Martin T. H. Sandsmark
c110c65401
Improve page breaks and batch up cursor edits in epub generator
...
Patch by Guillaume Maudoux (layus).
CCBUG: 359932
10 years ago
Martin T. H. Sandsmark
7490f37291
Fix loading of embedded resources in epubs
...
This works with all the .epubs I have locally and from various bug
reports.
10 years ago
Martin T. H. Sandsmark
d5bdca64d2
Fix low hanging unused parameters warnings
10 years ago
Martin T. H. Sandsmark
48d52d9bd1
Add missing override declarations
10 years ago
Martin T. H. Sandsmark
004f67410d
Use proper qvariant cast
10 years ago
Martin T. H. Sandsmark
ad6e3fe850
Port away from obsolete QRect/QRegion members
10 years ago
Martin T. H. Sandsmark
2b473fedbd
generators: Fix build without implicit cast to/from ascii
...
See previous commit for details.
10 years ago
Martin T. H. Sandsmark
b512e668e0
chm, dvi: Fix build with compiler flags after removing kdelibs4support
...
After removing kdelibs4support, these flags are enabled:
-DQT_USE_FAST_OPERATOR_PLUS -DQT_NO_CAST_TO_ASCII
-DQT_NO_CAST_FROM_ASCII -DQT_NO_URL_CAST_FROM_STRING
-DQT_NO_CAST_FROM_BYTEARRAY
So wrap naked string and character literals in QStringLiteral,
QLatin1Char and QLatin1String as appropriate.
To more easily see the changes, use «git show --color-words».
Thank $DEITY for vim macros.
10 years ago
Martin T. H. Sandsmark
439ced872d
Port away from signal/slot keyword
...
When building okular without kdelibs4support it apparently builds with
-DQT_NO_SIGNALS_SLOTS_KEYWORDS.
10 years ago
Bhushan Shah
6fd7509730
somehow this still needs KDELibs4Support
...
Gives following error otherwise,
/usr/include/qmobipocket/qmobipocket_export.h:22:23: fatal error: kdemacros.h: No such file or directory
compilation terminated.
10 years ago