1
0
mirror of https://github.com/altlinux/admc.git synced 2025-02-09 01:57:26 +03:00

13 Commits

Author SHA1 Message Date
Dmitry Degtyarev
00f7c13d51 update license year to 2022 2022-04-06 15:59:32 +04:00
Dmitry Degtyarev
20a9131776 fix empty case in logon computers
when value was empty, list was incorrectly populated with one
\ item containing an empty string
add test case
tests became messier, but will fix later
2022-02-02 12:11:16 +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
6a6967d3c8 rework logon computers dialog
to not reuse
fix tests
2021-11-08 14:40:01 +04:00
Dmitry Degtyarev
efbef92f20 run clang-format 2021-11-02 15:54:13 +04:00
Dmitry Degtyarev
c3fb7421a1 fix tests 2021-11-02 14:16:22 +04:00
Dmitry Degtyarev
73b2920b74 use ui class to access widgets in tests
instead of using findChild() with widget names
now changing a name will cause an error if some test uses old name
2021-10-18 12:29:43 +04:00
Dmitry Degtyarev
00c67b1809 remove AttributeEdit::add_to_layout() 2021-10-05 17:08:45 +04:00
Dmitry Degtyarev
c5ed46d8ce add alternative ctors to edits
needed for further designer rework
fix logon computers test
2021-10-05 11:54:17 +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
23331f70d9 rename logon computers edit test 2021-07-14 12:36:16 +04:00