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