1
0
mirror of https://github.com/altlinux/admc.git synced 2025-02-02 17:47:06 +03:00

9 Commits

Author SHA1 Message Date
Dmitry Degtyarev
00f7c13d51 update license year to 2022 2022-04-06 15:59:32 +04:00
Dmitry Degtyarev
f138911bd2 fix compilation of tests 2021-12-22 16:26:03 +04:00
Dmitry Degtyarev
57eb58ee52 add receivers to all lambda slots
not necessary in all cases, but better to do it everywhere
\ than do it sometimes and forget it where it's needed
reduce size of some captures
2021-11-17 12:22:24 +04:00
Dmitry Degtyarev
2b19a1a7dd rename edits and multi_edits folders 2021-11-09 16:35:31 +04:00
Dmitry Degtyarev
3dbc3e33d2 remove unused class arg from edit ctors 2021-10-05 17:15:31 +04:00
Dmitry Degtyarev
00c67b1809 remove AttributeEdit::add_to_layout() 2021-10-05 17:08:45 +04:00
Dmitry Degtyarev
0971a84f20 remove obsolete edit ctor's
the ones that construct widgets instead of accepting widget args
fix tests
fix incosistent order in edit ctors
2021-10-05 17:01:33 +04:00
Dmitry Degtyarev
d486af4c8e improve tests
use QCOMPARE() instead of QVERIFY() where possible for better messages
remove != nullptr from QVERIFY() calls to reduce visual clutter
2021-10-01 14:23:56 +04:00
Dmitry Degtyarev
f74b4db13b add tests for string large edit 2021-07-26 15:50:28 +04:00