Martin T. H. Sandsmark
76b976f87e
Use correct palette update signal in minibar
10 years ago
cjacker Jianzhong Huang
e90b836fee
Fix i18n issue missing setApplicationDomain
...
REVIEW: 126445
10 years ago
Luigi Toscano
c3d2c8e1c4
Revert "Fix i18n issue missing setApplicationDomain"
...
This reverts commit 71950016aa .
Wrong authorship.
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
33122dd825
Uncomment printing option pdf2ps
10 years ago
Olivier CHURLAUD
dfae933ae9
Print preview is working again
10 years ago
Olivier CHURLAUD
630269a400
More ports out of KDialog
10 years ago
Olivier CHURLAUD
3d7bea0f80
remove leftover from intermediary tests
10 years ago
Olivier CHURLAUD
6ff419ecba
Port away from KButtonGroup
10 years ago
Olivier CHURLAUD
327b560e4e
This is Qt5 based, remove condition
10 years ago
Olivier CHURLAUD
741c616c7a
Port most of part.cpp out of KDELibsSupport
...
minor: Change header cases : <qicon.h> becomes <QIcon>
10 years ago
Olivier CHURLAUD
1f69f5fdcc
Port GotoPageDialog away from KDialog, KIntNumInput
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
89e5f17542
Improve matching of generators
...
Instead of trying to use the plain text generator for everything, try to
find a more specialized one first.
BUG: 323213
10 years ago
Martin T. H. Sandsmark
5d9d98f46f
Fix MiniBar's adjusting to size changes
...
CCBUG: 357579
10 years ago
Martin T. H. Sandsmark
3985577c90
Unbreak fetching of supporting generators
10 years ago
Martin T. H. Sandsmark
f0323c26d0
Fix duplicate mimetype elimination
10 years ago
Martin T. H. Sandsmark
99b5688725
Make querying for KPart supported mimetypes a bit less broken
10 years ago
Martin T. H. Sandsmark
39bff653a5
Add config migration
10 years ago
Olivier CHURLAUD
e3e2b7c6e3
Register Okular to DBus to get back the "open in new tab" feature.
...
REVIEW: 128424
10 years ago
Martin T. H. Sandsmark
c8e3c0eb01
Port part away from deprecated KArchive methods
10 years ago
Martin T. H. Sandsmark
b51d495930
Port part away from NetAccess
10 years ago
Martin T. H. Sandsmark
4189304934
Port away from KStandardPaths
10 years ago
Martin T. H. Sandsmark
638fedb2ea
Replace obsolete typedefs
10 years ago
Martin T. H. Sandsmark
9ac9027467
Port part away from KFileDialog
10 years ago
Martin T. H. Sandsmark
d5bdca64d2
Fix low hanging unused parameters warnings
10 years ago
Martin T. H. Sandsmark
25a1915daf
Fix source file encoding
10 years ago
Martin T. H. Sandsmark
48d52d9bd1
Add missing override declarations
10 years ago
Martin T. H. Sandsmark
d29ec08007
remove invalid null pointer checks
10 years ago
Martin T. H. Sandsmark
004f67410d
Use proper qvariant cast
10 years ago
Martin T. H. Sandsmark
d700bc626e
Port away from obsolete QTabletEvent member
10 years ago
Martin T. H. Sandsmark
ad6e3fe850
Port away from obsolete QRect/QRegion members
10 years ago
Martin T. H. Sandsmark
44624bd52d
Get correct error message when failing to create temporary file
10 years ago
Martin T. H. Sandsmark
67e7ada311
Fix build without implicit cast to/from ascii
...
See the previous commits for details. This is the last part.
10 years ago
Martin T. H. Sandsmark
f05d42eac3
core: Fix build without implicit cast to/from ascii
...
See previous commits for details.
10 years ago
Martin T. H. Sandsmark
ba4b9eb1a6
ui: Fix build without implicit cast to/from ascii
...
See previous commits for details.
10 years ago
Martin T. H. Sandsmark
3fcd698896
autotests: Fix build without implicit cast to/from ascii
...
See previous commits for details.
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
a1d2d8cac7
Undo mistake in last commit
10 years ago
Martin T. H. Sandsmark
243fc02cb9
Add some missing explicit dependencies
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
Martin T. H. Sandsmark
b2ffcab043
Fix build of mobipocket backend
10 years ago
Aleix Pol
32b62e919a
Remove most KDELibs4Support linking
...
Ports away from KFileDialog.
Stops linking to KDELibs4Support from objects that don't need it.
REVIEW: 127021
10 years ago