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
l10n daemon script
bae370462c
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"
10 years ago
Martin T. H. Sandsmark
b2ffcab043
Fix build of mobipocket backend
10 years ago
Olivier CHURLAUD
55c2f4a3f7
Metainfo: add irc and mailinglist for kapidox generation
...
GIT_SILENT
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
Olivier CHURLAUD
58231bae17
Add metainfo file for kapidox, remove unused lines from Mainpage
...
Reviewed by: aacid
10 years ago
Burkhard Lück
97db55e850
Add info about using custom stamps
...
describe procedure to create user defined stamps
REVIEW:127974
10 years ago
Albert Astals Cid
18b4cababc
Change kf5-warning text
...
Makes Thomas happier
10 years ago
Marco Martin
954c46ec46
go at beginning of page when switching
10 years ago
Marco Martin
7fe208892d
joined buttons style on plasma style
10 years ago
Marco Martin
f4de5d1bef
move progressbar in MainView
...
only show on controls shown
10 years ago
Marco Martin
3b34e223c8
adjust look of thumbnails
10 years ago
Marco Martin
3c74f1acb0
minor layout fixes
10 years ago
Marco Martin
1d5853c2cb
better behavior for wheel zoom
10 years ago
Marco Martin
5cc122f021
restore horiz flicking
...
restore scrolling with mouse wheel
10 years ago
Marco Martin
4bb05056ce
support zoom by ctrl+wheel
10 years ago
Marco Martin
6fe6e884d1
make sure horiz scrollbar is off when not needed
...
size the page correctly to not have the horizontal
scrollbar when not needed, and make sure the flickable
is not interactive, as flicking is managed by hand
with a mousearea
10 years ago
Marco Martin
eb1f73800e
port to kirigami
...
port away from plasma-framework dependencies
10 years ago
Albert Astals Cid
f9917aa9fe
Mark this as not official release
10 years ago
Dan Leinir Turthra Jensen
d01a5704bf
Avoid a crash occurring when pushing the components a little hard
...
The situation described here occurs in particular when first increasing
the size of the component considerably, and then reducing it again
(such as switching to and from full screen in some application)
Error discovered in Peruse, but will happen elsewhere as well.
10 years ago
Albert Astals Cid
445b9f383d
Increase version for KDE Applications 16.04
...
GIT_SILENT
10 years ago
Dan Leinir Turthra Jensen
8bcfc5d0b4
Actually fix fax generator compilation with msvc2015
...
This isn't defined until you have QtGlobal included somewhere.
So, moving the QImage include above the std stuff does the trick.
10 years ago
Albert Astals Cid
852e9586d1
Increase version for KDE Applications 16.04 RC
10 years ago
Albert Astals Cid
312126cc1b
Make the test a bit more "verbose" on error
10 years ago
Miklós Máté
c183dd8bd3
Set viewport to the position clicked on the thumbnail list
...
Also fix the mouse cursor shape
REVIEW: 127526
BUGS: 162219
10 years ago