aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/settings/SettingsGeneral.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
11 daysfeat: switch text-based model to workspace-based modelsaturneric1-1/+0
2025-02-03chore: remove setting 'basic/longer_expiration_date'saturneric1-9/+0
2025-01-27refactor: clean up codesaturneric1-3/+2
2024-07-29feat: update copyright infosaturneric1-1/+1
2024-07-28feat: user can prevent all modulessaturneric1-6/+8
2024-07-26feat: remove spdlog and clean up logsaturneric1-1/+0
2024-07-12feat: improve the project structuresaturneric1-0/+7
2024-05-03feat: support theme changing by usersaturneric1-9/+7
2024-01-23feat: improve key list and find widgetsaturneric1-0/+7
2024-01-23feat: add a setting to enable gpgme debug logsaturneric1-1/+1
2024-01-16refactor: remove libgettext from projectsaturneric1-20/+19
2024-01-15fix: slove the languange settings issuesaturneric1-18/+11
2024-01-15refactor: remove libconfig++ form projectsaturneric1-119/+43
2024-01-12refactor: remove boost and use QString instead of std::filesystem::pathsaturneric1-2/+2
2024-01-12refactor: use QString instead of std::string and improve threading systemsaturneric1-36/+35
2024-01-08fix: solve compile issuesaturneric1-2/+0
2024-01-08feat: remove save keys checked functionsaturneric1-16/+1
2024-01-05feat: integrate logging api to coresaturneric1-9/+9
2023-12-03feat: general improvements of aync execution and memory securitysaturneric1-1/+2
2023-11-07refactor: separate typedef and implsaturneric1-1/+2
2023-11-06refactor: clean up core's codessaturneric1-1/+1
2023-10-23perf: reduce header includes and improve build speedsaturneric1-0/+2
2023-10-17refactor: use piml tech to rewrite GlobalSettingsStationsaturneric1-2/+2
2023-10-16fix: check and update copyright at filessaturneric1-2/+2
2023-10-15feat: start to add plugin system and do some improve on project configurationsaturneric1-5/+5
2023-07-13feat: support all clear log and data filesSaturneric1-0/+35
2023-07-13feat: support resotring unsaved pages after a crashSaturneric1-0/+20
2023-04-04feat: remove gnupg settings from general tabSaturneric1-256/+1
2023-03-30fix: correct ui representationSaturneric1-1/+7
2023-03-30feat: add an option to use pinentrySaturneric1-0/+21
2023-02-11fix: reduce info level logsSaturneric1-12/+12
2023-02-11freat: allow to change gnupg install pathSaturneric1-17/+113
2023-02-03feat: change the log style in source filesSaturneric1-18/+16
2023-01-07feat: add advanced gnupg operationsSaturneric1-2/+26
1.fix some issues 2. add advanced gnupg operations 3. add configurations information in Gnupg Help Tab
2022-12-04feat(ui, core): add custom key db supportSaturneric1-0/+110
1. add custom key db support 2. add deep restart mode for custom key db settings 3. add core reset function
2022-07-22refactor(ui): adjust file structureSaturneric1-0/+0
2022-02-06<refactor>(src): Move and split the Global Settings StationSaturneric1-2/+2
1. Move Global Settings Station to core 2. Separate the logic of DataObject 3. Resolve dependencies
2022-02-02<refactor, fix>(ui): Repair and tidy the signal and slot dockingSaturneric1-2/+2
1. Use more modern ways. 2. Repair partial docking.
2022-01-23<refactor>(ui): tidy up codes and comments.Saturneric1-40/+41
1. tidy up settings.
2022-01-22<license, style>(src, test): Fix some issues in license statement.Saturneric1-6/+10
2022-01-02<feat, refactor, fixed>(core, ui): add & modify file operationsSaturneric1-338/+58
1. add non ascii mode for file operations. 2. the suffix of normalized file encryption. 3. refactor general settings.
2021-12-16Fixed Issues on Windows & Reduce warning.Saturneric1-1/+1
2021-12-16Fixed & Improve.Saturneric1-0/+30
1. Fixed Known Issues. 2. Improve UI.
2021-12-13Update Translations & README.Saturneric1-1/+4
2021-12-05Remove rapidjson and Improve update ploicy.Saturneric1-2/+1
2021-12-05Remove rapidjson and Improve update ploicy.Saturneric1-2/+1
2021-12-04FixedSaturneric1-14/+16
1. Ci Fixed for New Version. 2. Bugs fixed for cross-platform. 3. Bugs fixed for i18n.
2021-12-02Fix and Modified.Saturneric1-16/+13
1. Fix known issues. 2. Modified Settings. 3. Modified parts of modules.
2021-12-02Modified & ImproveSaturneric1-32/+63
1. Modified Wizard. 2. Modified Stttings General Tab. 3. Improve Project Configuration.
2021-12-01Add i18n SupportSaturneric1-29/+29
1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.