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

13 Commits

Author SHA1 Message Date
Semyon Knyazev
579cda7579 Update license years 2025-03-04 03:28:04 +04:00
Semyon Knyazev
ed52c5764d Arranging widgets
Move widgets and dialogs to appropriate dirs.
2024-06-27 22:34:39 +04:00
Dmitry Degtyarev
00f7c13d51 update license year to 2022 2022-04-06 15:59:32 +04:00
Dmitry Degtyarev
b415f45e02 add tests for creating computers 2022-03-11 16:32:36 +04:00
Dmitry Degtyarev
f138911bd2 fix compilation of tests 2021-12-22 16:26:03 +04:00
Dmitry Degtyarev
2b19a1a7dd rename edits and multi_edits folders 2021-11-09 16:35:31 +04:00
Dmitry Degtyarev
efbef92f20 run clang-format 2021-11-02 15:54:13 +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
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
0fca55f71c make a general apply_unmodified() test
add this test to all edit tests
2021-07-14 12:35:00 +04:00
Dmitry Degtyarev
3ef8bf3f2b add manager edit tests 2021-07-09 17:58:25 +04:00