Albert Astals Cid
35590a273d
Fix CI
...
Laurent please use MR like everyone else does, otherwise you break the
build for the rest of us.
CCMAIL: montel@kde.org
5 years ago
Laurent Montel
dd1938755e
Don't include QtTest as it includes all QtCore includes
5 years ago
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
3720833be4
Enable clazy qstring-allocations
6 years ago
Albert Astals Cid
5ecbb51f77
Enable modernize-use-nullptr
6 years ago
Albert Astals Cid
f74dacd0bd
More QCOMPARE -> QVERIFY
7 years ago
Laurent Montel
cb691f70dc
Fix some clazy warning
...
Summary: fix clazy warning
Reviewers: aacid
Reviewed By: aacid
Subscribers: nicolasfella, okular-devel
Tags: #okular
Differential Revision: https://phabricator.kde.org/D20832
7 years ago
David Faure
711e4e75ef
Enable -DQT_NO_URL_CAST_FROM_STRING and fix compilation
8 years ago
Albert Astals Cid
19b7e3c112
The work in this branch was sponsored by LiMux
...
give them some credit in the headers
8 years ago
Albert Astals Cid
f63aa211dc
test: Actually do the migration instead of faking it
8 years ago
Albert Astals Cid
fcbe97bdc0
Fix leaks in documenttest
8 years ago
Kevin Funk
a53a2402ca
clang-tidy: modernize-use-nullptr run
...
Semi-ACK'd by Albert :)
9 years ago
Martin T. H. Sandsmark
3fcd698896
autotests: Fix build without implicit cast to/from ascii
...
See previous commits for details.
10 years ago
Montel Laurent
466eb79615
Use QStringLiteral
11 years ago
Lukáš Tinkl
fd6a35486e
port KUrl -> QUrl
11 years ago
Montel Laurent
5eea4fd073
Rename to autotests
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
e059d2652c
core: support for migration of annots and forms out of docdata/
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
c2c643bed7
Test we don't crash if the document is closed while a RotationJob is running
...
Cherry-picked from e73e54a784
13 years ago
Fabio D'Urso
e73e54a784
Test we don't crash if the document is closed while a RotationJob is running
13 years ago