Albert Astals Cid
19d98d6a74
Run clang-format
...
find . \( -name "*.cpp" -or -name "*.h" -or -name "*.c" -or -name "*.cc" \) -exec clang-format -i {} \;
If you reached this file doing a git blame, please see README.clang-format (added 2 commits in the future of this one)
6 years ago
Albert Astals Cid
82d5810493
CI: Enable clazy detaching-temporary
6 years ago
Kevin Funk
a53a2402ca
clang-tidy: modernize-use-nullptr run
...
Semi-ACK'd by Albert :)
9 years ago
Martin T. H. Sandsmark
2b473fedbd
generators: Fix build without implicit cast to/from ascii
...
See previous commit for details.
10 years ago
Alex Richardson
824a35ced0
Ensure KImageIO test always finds the currently built generator
...
REVIEW: 123895
11 years ago
Lukáš Tinkl
fd6a35486e
port KUrl -> QUrl
11 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
e28dbc6c00
Port to QMime
...
compressedMimeFor now already does the inheritance check, so another
check was removed.
12 years ago
Fabio D'Urso
2a52e0c4e1
Ported tests to QtTest, added missing trailing / to KDESRCDIR
...
I've also added some extra checks so that tests fail early instead of
crashing later if a document fails to be opened
12 years ago
Fabio D'Urso
26c257202d
kimgio generator: Apply transformations dictated by Exif metadata
...
BUG: 322920
FIXED-IN: 4.12.0
REVIEW: 111793
13 years ago