Dmitry Degtyarev
65e709a33c
fix translation of unlock edit
2021-09-29 14:03:21 +04:00
Dmitry Degtyarev
a665700ca3
fix translation of permissions
...
another problem with QCoreApplication::translate()
2021-09-29 13:42:18 +04:00
Dmitry Degtyarev
fe3589e4b9
fix translation of select object headers
...
QCoreApplication::translate refuses to work so switch to using tr()
2021-09-29 13:38:39 +04:00
Dmitry Degtyarev
52a2413052
add changelog dialog
2021-09-29 13:37:45 +04:00
Dmitry Degtyarev
0c5c109b89
split state for find widgets
...
for find object dialog and select object dialog
before state was shared between the two, now it's two separate states
2021-09-29 12:13:56 +04:00
Dmitry Degtyarev
ece8591055
move ui toggles to view menu
...
to match find widget view style
2021-09-29 12:06:18 +04:00
Dmitry Degtyarev
aaac30e683
add view menu to select object advanced dialog
2021-09-29 12:05:26 +04:00
Dmitry Degtyarev
34f8639c2e
add UAC to object search attributes
...
need UAC to correctly determine object state to know which actions
\ to add to action menu
fixes action menu showing "Disable" action for already disabled users
closes #297
2021-09-29 11:21:43 +04:00
Dmitry Degtyarev
d1434ffc6b
add missing view actions to find dialog
2021-09-28 17:56:36 +04:00
Dmitry Degtyarev
d6c45ec5f2
fix objects not getting removed from find results
...
after delete action
also fixes other actions in find results
closes #296
2021-09-28 17:52:19 +04:00
Dmitry Degtyarev
ab7036f2b3
increase min width for find widget left pane
2021-09-28 17:33:48 +04:00
Dmitry Degtyarev
6b27739ad9
add description bar toggle to find dialog
2021-09-28 17:30:03 +04:00
Dmitry Degtyarev
fdcefbb0b1
redo select container dialog using designer
2021-09-28 17:15:18 +04:00
Dmitry Degtyarev
1ba549f8b0
redo select dialogs in designer
2021-09-28 17:04:40 +04:00
Dmitry Degtyarev
16d423cc27
redo find object dialog using designer
2021-09-28 16:16:56 +04:00
Dmitry Degtyarev
018e0ecfe5
redo edit query item dialog using designer
2021-09-28 16:08:11 +04:00
Dmitry Degtyarev
50e2684593
redo create query item dialog using designer
2021-09-28 16:05:04 +04:00
Dmitry Degtyarev
0ae9807f68
redo console filter dialog using designer
...
also implement restore state on cancel
2021-09-28 15:24:46 +04:00
Dmitry Degtyarev
3cc43959c6
implement proper cancelling for filter dialog
2021-09-28 14:46:02 +04:00
Dmitry Degtyarev
53a9d4af0f
add FilterDialog
...
replaces two duplicated dialog wrappers over filter widget
that were created for EditQueryItemWidget and ConsoleFilterDialog
2021-09-28 14:42:39 +04:00
Dmitry Degtyarev
01e692dbc1
rename console filter dialog
...
from filter dialog
more specific name
2021-09-28 13:55:28 +04:00
Dmitry Degtyarev
3a98975b04
redo edit query item widget in designer
2021-09-28 13:05:05 +04:00
Dmitry Degtyarev
4747690c05
redo edit query folder dialog in designer
2021-09-28 11:56:30 +04:00
Dmitry Degtyarev
ebbc16f175
improve button focus in find widget
...
ok is focused by default
all other buttons are skipped when tabbing through widgets
2021-09-27 17:16:50 +04:00
Dmitry Degtyarev
154f4614ce
fix connectSlotsByName error
...
auto-connection happened because slot was in slots: section
2021-09-27 15:25:48 +04:00
Dmitry Degtyarev
f0859c24ae
redo select base widget using designer
2021-09-27 15:24:51 +04:00
Dmitry Degtyarev
c7b2adc971
redo find widget using designer
2021-09-27 15:19:55 +04:00
Dmitry Degtyarev
097b8283c6
fix object menu test
2021-09-27 14:32:53 +04:00
Dmitry Degtyarev
95a2d22a01
merge find results into find widget
2021-09-27 14:28:03 +04:00
Dmitry Degtyarev
3937710831
redo filter widget using ui files
...
redo all sub-widgets as well
merge filter builder into normal tab
add add_classes() f-ns because ctors for classes used in ui forms can't
\ have extra args
2021-09-24 16:47:27 +04:00
Dmitry Degtyarev
9d0098431b
redo password dialog using ui file
...
add ctors to some edits that accept widgets instead of making them
2021-09-24 14:20:20 +04:00
Dmitry Degtyarev
fbc16d2dc9
redo select classes widget using ui file
...
and sub-widgets
2021-09-24 11:40:11 +04:00
Dmitry Degtyarev
c6f74cc2ba
redo filter classes widget using ui file
2021-09-23 17:22:56 +04:00
Dmitry Degtyarev
d38115b098
reuse query folder dialog
...
also reduce height
2021-09-23 16:43:29 +04:00
Dmitry Degtyarev
e4a4cc108e
redo create query folder dialog using ui file
2021-09-23 16:40:43 +04:00
Dmitry Degtyarev
7d1ab2b3cb
redo create policy dialog using ui file
2021-09-23 16:27:55 +04:00
Dmitry Degtyarev
9743743b70
fix handling of long GPT sd's
...
closes #295
2021-09-23 15:58:22 +04:00
Dmitry Degtyarev
23e16cb6ff
fix smb_path_is_dir() error case
...
was calling S_ISDIR() on invalid filestat
2021-09-23 13:01:51 +04:00
Dmitry Degtyarev
a8ffee6c1c
fix smbclient stack smashing on 32bit systems
...
closes #294
2021-09-23 12:58:45 +04:00
Dmitry Degtyarev
7474e183fd
add constants for cert strategy strings
2021-09-21 15:41:31 +04:00
Dmitry Degtyarev
abe94f7391
redo connection options dialog using ui file
...
change port variable type to int
2021-09-21 14:54:54 +04:00
Dmitry Degtyarev
79f83806c5
preserve changedcdialog state
...
restore on rejection
change to creating only one dialog and reusing it
2021-09-21 14:09:18 +04:00
Dmitry Degtyarev
396333133f
redo changedcdialog using ui file
2021-09-21 13:47:37 +04:00
Dmitry Degtyarev
3583b68917
update translation
2021-09-02 11:58:43 +04:00
Dmitry Degtyarev
f638e4c96c
clean up console widget
...
match decl and impl order
add slot section to header
rename slots
2021-09-02 11:24:12 +04:00
Dmitry Degtyarev
42c9710ee2
fix sorting in scope view
...
not sure what broke, but this fixes it
2021-09-01 18:11:39 +04:00
Dmitry Degtyarev
8b62101433
add missing non containers action
2021-09-01 18:11:25 +04:00
Dmitry Degtyarev
28713e9ad2
remove unnecessary index list size checks
...
those actions are visible only when index list is of valid size
streamline ObjectImpl::can_drop()
2021-09-01 17:48:38 +04:00
Dmitry Degtyarev
ed2e104c25
move item_type.h
2021-09-01 17:27:51 +04:00
Dmitry Degtyarev
be940d074d
clean up query item impl
2021-09-01 16:58:07 +04:00