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

20 Commits

Author SHA1 Message Date
Semyon Knyazev
579cda7579 Update license years 2025-03-04 03:28:04 +04:00
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
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
eb401464fb improve how unlock edit looks in password dialog
put checkbox on the left side on text
2021-08-02 17:11:12 +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
3a4461eb0e extract some common test f-ns
f-ns for adding widgets and edits to layout
show parent widget by default before every test
2021-07-09 15:44:23 +04:00
Dmitry Degtyarev
c4ceea6236 run clang-format 2021-06-10 16:34:06 +04:00
Dmitry Degtyarev
625d388a5b update copyright author lines 2021-06-07 11:51:19 +04:00
Dmitry Degtyarev
7d9a091ddc remove tab(); usage from test inits
use findChild() instead
*probably* fixes tests failing on KDE
2021-05-25 14:03:48 +04:00
Dmitry Degtyarev
bee2a3c8af speed up tests build
build admc as lib and link all tests to that lib
2021-04-22 12:55:23 +04:00
Dmitry Degtyarev
01d4a350a7 add adinterface arg to edit load() f-ns
needed for upn edit
2021-03-26 17:19:58 +04:00
Dmitry Degtyarev
4c131e521e make adldap library 2021-03-25 15:08:39 +04:00
Dmitry Degtyarev
f1de309273 create adldap.h
combine header that includes all ad headers inside
almost always including all ad headers anyway
2021-03-25 13:46:45 +04:00
Dmitry Degtyarev
ddcbfad150 create ad folder for ad lib files 2021-03-22 16:07:57 +04:00
Dmitry Degtyarev
cf549d625c merge master into new-ad
use ad instead of AD() in tests
move test_common contents into admc_test because some of those f-ns
\ require ad
delete test_common
2021-02-19 15:23:43 +04:00