aboutsummaryrefslogtreecommitdiffstats
path: root/src/signal.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-07-29feat: update copyright infosaturneric1-1/+1
2024-01-15fix: remove low level api setjmp to improve corss-platform abilitysaturneric1-37/+0
2024-01-05feat: integrate logging api to coresaturneric1-1/+1
2023-11-29feat: introduce cmd functionssaturneric1-1/+1
2023-11-06refactor: improve the code structure of coresaturneric1-2/+3
2023-10-16fix: check and update copyright at filessaturneric1-2/+2
2023-02-16fix: solve logging framework issues on windowsSaturneric1-4/+4
2023-02-11fix: reduce info level logsSaturneric1-2/+2
2023-02-03feat: change the log style in source filesSaturneric1-3/+4
2022-07-24feat(project): support freebsd buildSaturneric1-0/+4
2022-02-02<doc, refactor>(src): Clean up the code and add commentsSaturneric1-2/+2
2022-01-23<refactor>(ui): tidy up codes and comments.Saturneric1-0/+5
1. tidy up src.
2022-01-22<license, style>(src, test): Fix some issues in license statement.Saturneric1-6/+10
2022-01-12<refactor, chore>(project, ui, core): Normalize third-party dependencies.Saturneric1-2/+2
1. All third-party dependencies are in the form of submodules . 2. Compile third-party dependencies together at compile time. 3. Strip 3rd party dependencies from source code. 4. Normalize the reference of the header file of the third-party dependency, and only refer to it once. 5. Remove all find_libraries and use build-time static library files instead.
2022-01-09<feat ,fixed>(src): Optimize signal handlers and fix sequence errors during ↵Saturneric1-1/+14
startup. 1. When the same signal is continuously received (three times in a row), the program exits to avoid falling into a loop. 2. The QCoreApplication should be exited after displaying the information.
2021-12-16Fix problem on Windows.Saturneric1-0/+4
2021-12-16Fixed & Improve.Saturneric1-3/+9
1. Fixed Known Issues. 2. Improve UI.
2021-12-06Improve UI & FunctionsSaturneric1-5/+3
2021-12-01Add i18n SupportSaturneric1-8/+4
1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
2021-10-02UI Framework Modified.Saturneric1-0/+0
2021-08-10Split some source files that are too large.Saturneric1-3/+23
2021-06-02Add and change the expiration date of the key pair.Saturneric1-0/+14
Add a window to change the key expiration date. Add a refresh mechanism for the key details tab. Signed-off-by: Saturneric <[email protected]>