891 Commits

Author SHA1 Message Date
august-alt
9d49a58cc2 feat: add shortcutlineedit to registrywidget 2024-03-05 16:08:51 +04:00
august-alt
bbaf373dda feat: add shortcutlineedit to shareswidget 2024-03-05 16:08:15 +04:00
august-alt
572badcbcf feat: add shortcutlineedit to shortcutwidget 2024-03-05 16:07:24 +04:00
august-alt
7474072669 feat: add shortcutlineedit to variableswidget 2024-03-05 16:06:01 +04:00
august-alt
7d9ecaf9b3 feat: add shortcutlineedit to fileswidget 2024-03-05 16:02:58 +04:00
august-alt
a57c1c9904 feat: add constructor to shortcutlineedit 2024-03-05 16:01:55 +04:00
august-alt
3f8a21d360 feat: add shortcutlineedit 2024-03-05 15:52:34 +04:00
august-alt
0e57883d1d chore: remove addshortcut method from selectvariabledialog 2024-03-05 15:51:46 +04:00
august-alt
e7655efb15 feat: add select variable dialog 2024-03-05 00:01:10 +04:00
august-alt
cb6b00f180 wip: add select variable widget 2024-03-04 12:03:38 +04:00
august-alt
e6794612de chore: update vesion in spec file 2024-02-29 11:58:03 +04:00
august-alt
a33bb38d00 Merge branch 'bugfix_#49098' 2024-02-29 11:49:17 +04:00
august-alt
786bc372b1 feat: add 'edit item' entry to preferences context menu 2024-02-27 18:06:59 +04:00
august-alt
dd4094dbd4 fix: reorder widget elements to match file order 2024-02-26 18:41:23 +04:00
august-alt
f20d43a231 fix: replace path with name in script dialog 2023-12-26 12:40:08 +04:00
august-alt
512f19c4ec chore: update vesion in spec file 2023-12-25 18:36:00 +04:00
august-alt
ea653c4013 fix: fix scripts ui 2023-12-25 18:32:59 +04:00
august-alt
d489520d30 fix: fix creation of scripts folders 2023-12-25 18:29:47 +04:00
august-alt
2ce8fac778 chore: update vesion in spec file 2023-10-13 18:13:31 +04:00
august-alt
6c53026c3c fix: fix ldap guid path 2023-10-13 17:47:32 +04:00
august-alt
50d03e98a2 chore: update vesion in spec file 2023-10-13 16:32:34 +04:00
august-alt
f8a0cf1a12 feat: implement extension setting 2023-10-13 16:30:37 +04:00
august-alt
29541939a2 feat: fix both class policies 2023-10-10 14:37:18 +04:00
august-alt
270732c429 chore: update vesion in spec file 2023-10-09 15:57:27 +04:00
august-alt
28a9ba2156 feat: emergency fix for invalid pol files 2023-10-09 15:56:51 +04:00
august-alt
fcc0e47f9c chore: update vesion in spec file 2023-10-05 13:39:56 +04:00
august-alt
0d75f8927f fix: fix tmp permissions in dockerfile 2023-10-04 14:37:40 +04:00
august-alt
ec545987a2 fix: fix issue #47553 2023-09-22 16:03:06 +04:00
august-alt
7c42f9b19e fix: add section name to script folder path in scripts plugin 2023-09-18 13:57:20 +04:00
august-alt
f23b5f905a feat: update desktop files 2023-09-05 17:24:53 +04:00
august-alt
004792536d chore: update vesion in spec file 2023-09-04 15:43:12 +04:00
august-alt
65444d0218 fix: fix issue #47437 - add language list translation 2023-09-04 15:38:47 +04:00
august-alt
5e06fff5cc fix!: temporary remove browse button from add scripts widget 2023-09-04 15:12:07 +04:00
august-alt
d0e9ca45c7 fix: fix issue #109650 - improve translation 2023-09-04 15:04:37 +04:00
august-alt
101115b8e8 fix: fix script file encoding 2023-09-04 14:38:22 +04:00
august-alt
0cb3eb7412 chore: update vesion in spec file 2023-09-01 13:40:47 +04:00
august-alt
22667dab24 fix: fix issue #47137 2023-09-01 13:38:17 +04:00
august-alt
542cc0b420 chore: refactor logging in plugins 2023-09-01 13:27:57 +04:00
august-alt
6c54698876 fix: remove perror flag from syslog logger 2023-09-01 13:27:36 +04:00
Michael Chernigin
a9bb55ebc5
docs: add logger options to man (#61) 2023-08-31 17:25:54 +04:00
Michael Chernigin
361d3a0944
docs: logger class doxygen docs (#60)
* docs: logger doxygen docs

* fix: docs typos
2023-08-29 18:42:07 +04:00
august-alt
915cd6a68e fix: fix sisyphus build 2023-08-25 15:12:45 +04:00
august-alt
cc6efaa434 fix: fix sisyphus build 2023-08-25 14:53:23 +04:00
Michael Chernigin
36da75f293
feat: set logger levels from cli (#59)
* feat: set logger levels from cli

* feat: add default log levels

* feat: translations for logger cli options

* refactor: extract handleLoggerOption into method

* refactor: make both showHelp and showVersion exit
2023-08-25 14:29:25 +04:00
Michael Chernigin
07b9b3b5a4
feat: logger (#58)
* feat: implementation of syslog logger

* feat: implementation of file logger

* feat: show time for each logged message in file and console loggers

* refactor: more convenient log masks

* refactor: move logger files into its own directory inside core

* chore: changed all qt logs to use new logger

* chore: remove unnecessery changes

* fix: creating log file in FileLogger

* refactor: refactor logger stream to have private class

* chore: remove unnecessery logs in main

* feat: make logger thread safe

* chore: get back to qt logger

* feat: enable qt-logger

* feat: logger class

* refactor: rename abstractlogger.[ch] into logger.[ch]

* chore: remove now unneeded implementation of logger stream

* chore: remove unneeded getInstance in logger manager

* refactor: use qt's log level instead

* refactor: switch between msgType instead of having a function for each

* refactor: prelude.h to include everything needed for logger
2023-08-22 17:00:12 +04:00
Michael Chernigin
ac294b87e9
ci: build and test using clang (#57)
* chore: add llvm-common to build container

* ci: run tests also on clang

* ci: run ci on all branches

* ci: fix if for clang

* fix: change package to llvm15.0

* chore: fix clang warning about assignment inside if
2023-08-21 15:59:25 +04:00
august-alt
5bd75968c8 feat: add translations for path and arguments 2023-08-07 13:43:21 +04:00
Michael Chernigin
574e7bbe48
fix: script dialog (#51)
* refactor: refactor addscriptwidget so it does not create empty item on Add

* refactor: remove check for rootItem and at this point unused findRoot function

* refactor: rename Scripts Parameters to Script Arguments in ui files

* feat: validate script before adding and notify if script path is empty

* refactor: remove not needed delegate and mapper objects from base script widget

* refactor: cleanup ui of scripts widget

* fix: fix typo in translation

* fix: open scripts directory on smb

* revert: "refactor: cleanup ui of scripts widget"

This reverts commit 28a954d9e7f9a32e8345dd41606aec6e74f345e6.

* chore: don't change formatting in scriptssnapinprivate.cpp

* fix: restrict how big script dialog can be
2023-08-04 16:48:27 +04:00
august-alt
47d8c78834
Revert "fix: fix show files button in script dialog during smb connection" (#50)
This reverts commit 742e30b6a438c3667a29e07dc99352545639c299.
2023-08-04 16:31:10 +04:00
Michael Chernigin
742e30b6a4
fix: fix show files button in script dialog during smb connection
* refactor: refactor addscriptwidget so it does not create empty item on Add

* refactor: remove check for rootItem and at this point unused findRoot function

* refactor: rename Scripts Parameters to Script Arguments in ui files

* feat: validate script before adding and notify if script path is empty

* refactor: remove not needed delegate and mapper objects from base script widget

* refactor: cleanup ui of scripts widget

* fix: fix typo in translation

* fix: open scripts directory on smb
2023-08-03 19:07:46 +04:00