Albert Astals Cid
44304b32a5
Use the poppler version includes instead of check_cxx_source_compiles
4 years ago
Albert Astals Cid
0741ef1838
Port away from more QLinkedLists
...
QLinkedList is gone from Qt6
The almost 1:1 port is std::list but we don't need iterator stability on
removal/insertion so just port to QList
4 years ago
Albert Astals Cid
a2e1043149
slots -> Q_SLOTS
...
A future ECM update is going to force that on us, so do it now anyway
4 years ago
Volker Krause
50d0703ae0
Enable readability-braces-around-statements
4 years ago
Nicolas Fella
6c8cafbb1c
Simplify keystroke event handling
...
Make it more similar to how we handle the format event.
We pass the new value to processKeystrokeAction, that calls the script
and sets the new value for the form object according to the result. If
needed the widget is refreshed to reflect the new text
4 years ago
Alexander Lohnau
2f193a63de
Convert license headers to SPDX
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
edb44b1fd3
Enable clazy connect-3arg-lambda
6 years ago
Albert Astals Cid
93de247795
Enable all of clazy level0
6 years ago
Albert Astals Cid
a23709b097
CI: Enable clazy range-loop
6 years ago
Oliver Sander
dc7f2dffc1
Fix a typo
6 years ago
João Netto
17814fc304
Implemented validate actions and made formwidgets leave these actions to QLineEdit::Event
7 years ago
João Netto
3081358836
Added support for Form Focus Events
7 years ago
João Netto
a7845890b3
Changed tests to use QTest interface, with QTest::newRow and column
7 years ago
Albert Astals Cid
966b6b479b
QCOMPARE -> QVERIFY
7 years ago
Albert Astals Cid
874c1fd5e4
Switch QCOMPARE to the proper order
7 years ago
João Netto
f54d65ca86
Changed util.printd to work with the default locale set on QLocale::setDefault to allow consistent results in tests
7 years ago
João Netto
c7432cdae6
Implemented support for AFSpecial_Format and AFSpecial_Keystroke
7 years ago
João Netto
052662d78d
Implemented support for AFTime_Format and AFTime_Keystroke
7 years ago