Dmitry Degtyarev
5fd0bf1258
fix app icon used in .desktop
...
large size caused problems when downscaling text
spacing between two letters broke and second letter went out of bounds
2022-06-28 13:29:10 +04:00
Dmitry Degtyarev
1135fe5947
fix app icon used in .desktop
...
large size caused problems when downscaling text
spacing between two letters broke and second letter went out of bounds
2022-06-28 13:29:05 +04:00
Dmitry Degtyarev
33f5d59848
add comment about register_impl() order
2022-06-28 11:36:02 +04:00
Dmitry Degtyarev
1eaab21320
reorder register_impl() calls
...
they must be called before any action stuff so that action menu in
\ menubar correctly loads custom actions from PolicyImpl
2022-06-28 11:33:12 +04:00
Dmitry Degtyarev
c8de40f05a
setup policy actions in find policy dialog
...
add missing register_impl() call for PolicyImpl, so that actions
\ are added to action menu correctly
2022-06-28 11:32:22 +04:00
Dmitry Degtyarev
ba4397aeab
add menubar to find policy dialog
...
setup actions in view menu
action menu empty for now
2022-06-28 11:29:00 +04:00
Dmitry Degtyarev
0506905fcf
add trimming to full name autofill
2022-06-28 11:22:41 +04:00
Dmitry Degtyarev
1869e5fca4
add trimming to full name autofill
2022-06-28 11:22:31 +04:00
Dmitry Degtyarev
ccffb0da86
add dn data role to find policy dialog
2022-06-27 13:43:51 +04:00
Dmitry Degtyarev
b8bdb43af9
add find_policy_impl_load()
...
move code for load ing find policy row there
2022-06-27 12:44:08 +04:00
Dmitry Degtyarev
86c01198e4
add find/stop/clear buttons to find policy dialog
...
add FindPolicyColumn enum
2022-06-27 12:11:55 +04:00
Dmitry Degtyarev
56e87d8acf
add results to find policy dialog
...
add FindPolicyImpl
add console widget to dialog
2022-06-27 10:12:08 +04:00
Dmitry Degtyarev
1c0194de97
add Gplink::get_gpo_order()
...
and tests
needed for other tests, not for normal usage
2022-06-27 09:53:31 +04:00
Dmitry Degtyarev
b07173bf8b
improve tests for policy ou results
...
check gplink state in addition to checking app state
2022-06-27 09:52:19 +04:00
Dmitry Degtyarev
fe0a8148fd
add more tests for policy ou results
...
tests for remove_link(), move_up(), move_down()
move column enum to private header so it can be shared with tests
check for policy_root validity in results widget because test
\ runs without policy tree in console
2022-06-27 09:52:12 +04:00
Dmitry Degtyarev
c233b787f9
add console to find policy dialog
...
empty for now
2022-06-24 13:03:16 +04:00
Dmitry Degtyarev
ee81eb7f3d
add test for filter value
2022-06-24 12:19:19 +04:00
Dmitry Degtyarev
3de4631cee
add test for add_filter()
2022-06-24 12:06:13 +04:00
Dmitry Degtyarev
26a40d2bfa
add slot for "add" button
2022-06-23 16:51:17 +04:00
Dmitry Degtyarev
4a63080773
fix filter combo's
2022-06-23 16:40:22 +04:00
Dmitry Degtyarev
9baa23e057
add find policy dialog
...
empty for now
2022-06-23 15:14:29 +04:00
Dmitry Degtyarev
934bc7fa5b
update translation
2022-06-23 12:10:21 +04:00
Dmitry Degtyarev
4c0f169af9
update translation
2022-06-23 12:10:16 +04:00
Dmitry Degtyarev
aa0e773dbf
update translation
2022-06-23 12:10:05 +04:00
Dmitry Degtyarev
2a44590d11
Merge branch 'release/0-10-0-test' into sisyphus
2022-06-23 11:53:51 +04:00
Dmitry Degtyarev
8eca73c00b
temporarily fill ru changelog
...
with en changelog
will translate later
2022-06-23 11:53:32 +04:00
Dmitry Degtyarev
41eec5af3d
temporarily fill ru changelog
...
with en changelog
will translate later
2022-06-23 11:53:25 +04:00
Dmitry Degtyarev
66f915aa63
add test for policy results delete_link()
2022-06-22 16:49:46 +04:00
Dmitry Degtyarev
229fbf8480
add "find gpo" action to policy tree
2022-06-22 13:22:11 +04:00
Dmitry Degtyarev
e5044093c3
fix icons for "create" actions in toolbar
...
use get_object_icon() because it has fallback variants
add get_object_icon() variant that takes object category as arg
2022-06-22 12:49:45 +04:00
Dmitry Degtyarev
f41817280c
fix icons for "create" actions in toolbar
...
use get_object_icon() because it has fallback variants
add get_object_icon() variant that takes object category as arg
2022-06-22 12:49:39 +04:00
Dmitry Degtyarev
edc16ca32d
fix description bar squishing scope pane
...
when selected item's name is too long and description bar
\ needs to display it, it got resized and ended up resizing
\ scope pane to it's minimum width
fix by word wrapping labels in description bar
2022-06-21 16:13:59 +04:00
Dmitry Degtyarev
4902411eaf
fix description bar squishing scope pane
...
when selected item's name is too long and description bar
\ needs to display it, it got resized and ended up resizing
\ scope pane to it's minimum width
fix by word wrapping labels in description bar
2022-06-21 16:13:50 +04:00
Dmitry Degtyarev
077c65497f
add "order" column to policy ou results
...
sort by this column by default
2022-06-20 13:39:02 +04:00
Dmitry Degtyarev
69cc76726d
fix crash in policy tree
...
when changing properties for OU's
console_object_load() cannot be called on rows for policy OU's
\ because those rows are different widths from object tree ou rows
policy_ou_impl_load_row() already does what's necessary
2022-06-20 10:22:36 +04:00
Dmitry Degtyarev
9569db8aef
fix crash in policy tree
...
when changing properties for OU's
console_object_load() cannot be called on rows for policy OU's
\ because those rows are different widths from object tree ou rows
policy_ou_impl_load_row() already does what's necessary
2022-06-20 10:22:22 +04:00
Dmitry Degtyarev
d28653f121
improve tests for policy ou results
...
check gplink state in addition to checking app state
2022-06-17 13:32:28 +04:00
Dmitry Degtyarev
273727035c
add Gplink::get_gpo_order()
...
and tests
needed for other tests, not for normal usage
2022-06-17 13:22:23 +04:00
Dmitry Degtyarev
b238fde0f8
add more tests for policy ou results
...
tests for remove_link(), move_up(), move_down()
move column enum to private header so it can be shared with tests
check for policy_root validity in results widget because test
\ runs without policy tree in console
2022-06-16 16:38:41 +04:00
Dmitry Degtyarev
437886d795
add "order" column to policy ou results
...
sort by this column by default
2022-06-16 16:01:58 +04:00
Dmitry Degtyarev
0a7a0e645d
fix incorrect isEmpty() call in console
2022-06-15 15:48:57 +04:00
Dmitry Degtyarev
e544b81ed2
fix incorrect isValid() calls
...
they were negated when they shouldn't be
2022-06-15 15:48:54 +04:00
Dmitry Degtyarev
2534e1bee5
fix incorrect isEmpty() call in console
2022-06-15 15:48:19 +04:00
Dmitry Degtyarev
32ea807239
fix incorrect isEmpty() call in console
2022-06-15 15:48:10 +04:00
Dmitry Degtyarev
ee332fedf0
fix incorrect isValid() calls
...
they were negated when they shouldn't be
2022-06-15 15:00:57 +04:00
Dmitry Degtyarev
1353cad671
fix incorrect isValid() calls
...
they were negated when they shouldn't be
2022-06-15 15:00:47 +04:00
Dmitry Degtyarev
3d6f33e392
remove unused init_test_case()
2022-06-15 14:45:43 +04:00
Dmitry Degtyarev
825ee99d3d
bump 0.11.0
2022-06-15 13:30:10 +04:00
Dmitry Degtyarev
e08f50d8ec
Merge branch 'release/0-10-0-test' into sisyphus
2022-06-15 11:31:42 +04:00
Dmitry Degtyarev
3b7c1f3eb1
add libsasl2-plugin-gssapi runtime req
...
probably wasn't caught because this package is a dependency
\ for sssd-krb5-common which is installed by most users
2022-06-15 11:30:01 +04:00