Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: issues found by testing | saturneric | 2025-04-18 | 1 | -2/+3 |
| | |||||
* | feat: switch text-based model to workspace-based model | saturneric | 2025-04-16 | 1 | -10/+47 |
| | |||||
* | chore: clean up code | saturneric | 2025-02-04 | 1 | -1/+0 |
| | |||||
* | fix: qt5 compile issues | saturneric | 2025-02-03 | 1 | -1/+1 |
| | |||||
* | fix: qt5 build issues | saturneric | 2024-12-02 | 1 | -13/+13 |
| | |||||
* | feat: improve ui logic and support more email operations | saturneric | 2024-11-27 | 1 | -8/+83 |
| | |||||
* | refactor: optimum code and reduce duplicate | saturneric | 2024-11-26 | 1 | -4/+9 |
| | |||||
* | feat: support drop down and open directory | saturneric | 2024-11-25 | 1 | -26/+3 |
| | |||||
* | feat: allow drag and drop to open text file | saturneric | 2024-11-24 | 1 | -143/+61 |
| | |||||
* | feat: simplify logging | saturneric | 2024-07-30 | 1 | -1/+1 |
| | |||||
* | feat: update copyright info | saturneric | 2024-07-29 | 1 | -1/+1 |
| | |||||
* | feat: remove spdlog and clean up log | saturneric | 2024-07-26 | 1 | -14/+4 |
| | |||||
* | fix: discard changes but text still remains | saturneric | 2024-05-03 | 1 | -4/+4 |
| | |||||
* | feat: add auto activate function and optimums for some structures | saturneric | 2024-04-12 | 1 | -1/+1 |
| | |||||
* | fix: improve file page | saturneric | 2024-01-24 | 1 | -1/+4 |
| | |||||
* | feat: add a setting to enable gpgme debug log | saturneric | 2024-01-23 | 1 | -3/+2 |
| | |||||
* | refactor: remove libgettext from project | saturneric | 2024-01-16 | 1 | -30/+27 |
| | |||||
* | fix: slove the languange settings issue | saturneric | 2024-01-15 | 1 | -1/+1 |
| | |||||
* | refactor: remove libconfig++ form project | saturneric | 2024-01-15 | 1 | -13/+8 |
| | |||||
* | fix: clean up useless code and make life easier | saturneric | 2024-01-15 | 1 | -19/+0 |
| | |||||
* | feat: use qt json support components in data object and infos gathering module | saturneric | 2024-01-15 | 1 | -9/+8 |
| | |||||
* | refactor: remove boost and use QString instead of std::filesystem::path | saturneric | 2024-01-12 | 1 | -1/+1 |
| | |||||
* | refactor: use QString instead of std::string and improve threading system | saturneric | 2024-01-12 | 1 | -68/+55 |
| | |||||
* | fix: move quit dialog to center of parent | saturneric | 2024-01-08 | 1 | -18/+15 |
| | |||||
* | fix: slove issue #123 "Append fingerprint to editor" crashes if there is no ↵ | saturneric | 2024-01-08 | 1 | -0/+5 |
| | | | | editor open | ||||
* | feat: select a directory before entering into the File Browser | saturneric | 2024-01-08 | 1 | -2/+7 |
| | |||||
* | feat: integrate logging api to core | saturneric | 2024-01-05 | 1 | -9/+9 |
| | |||||
* | feat: improve file browser's functions and tidy up codes | saturneric | 2024-01-01 | 1 | -1/+2 |
| | |||||
* | refactor: separate typedef and impl | saturneric | 2023-11-07 | 1 | -0/+1 |
| | |||||
* | refactor: remove CommonUtils at core | saturneric | 2023-11-07 | 1 | -1/+5 |
| | |||||
* | fix: solve some code tidy issues | saturneric | 2023-10-25 | 1 | -1/+0 |
| | |||||
* | feat: simplify the thread system and improve its stability | saturneric | 2023-10-18 | 1 | -1/+0 |
| | |||||
* | refactor: use piml tech to rewrite GlobalSettingsStation | saturneric | 2023-10-17 | 1 | -1/+1 |
| | |||||
* | fix: check and update copyright at files | saturneric | 2023-10-16 | 1 | -2/+2 |
| | |||||
* | feat: start to add plugin system and do some improve on project configuration | saturneric | 2023-10-15 | 1 | -0/+1 |
| | |||||
* | feat: support resotring unsaved pages after a crash | Saturneric | 2023-07-13 | 1 | -12/+64 |
| | |||||
* | fix: disable text cache in release mode | Saturneric | 2023-03-30 | 1 | -0/+2 |
| | |||||
* | fix: reduce info level logs | Saturneric | 2023-02-11 | 1 | -2/+2 |
| | |||||
* | fix: solve bugs in subkey generation | Saturneric | 2023-02-07 | 1 | -1/+1 |
| | |||||
* | feat: add cache recovery function | saturneric | 2023-02-04 | 1 | -1/+58 |
| | |||||
* | fix: solve open file issue in menu bar | saturneric | 2023-02-04 | 1 | -30/+2 |
| | | | | | | 1. add flush policy for logger 2. seperate the name of each logger 3. replace the old open file logic with the new one when click the button on the menu bar | ||||
* | feat: change the log style in source files | Saturneric | 2023-02-03 | 1 | -2/+2 |
| | |||||
* | feat: add a simple TaskRunner system | Saturneric | 2022-05-13 | 1 | -3/+1 |
| | | | | 1. solve multiple threads problem. | ||||
* | feat(ui): more advanced charset functions | Saturneric | 2022-05-12 | 1 | -3/+23 |
| | | | | | | 1. support dealing more type of files with different charsets 2. solve cash cause by reading file thread 3. improve ui operations | ||||
* | <fix>(core, ui): Fix path double-byte encoding problem under Windows | Saturneric | 2022-03-19 | 1 | -8/+8 |
| | |||||
* | <refactor, fix>(ui): Repair and tidy the signal and slot docking | Saturneric | 2022-02-02 | 1 | -12/+12 |
| | | | | | 1. Use more modern ways. 2. Repair partial docking. | ||||
* | <refactor>(ui): tidy up codes and comments. | Saturneric | 2022-01-23 | 1 | -2/+2 |
| | | | | 1. tidy up ui. | ||||
* | <refactor>(ui): tidy up codes and comments. | Saturneric | 2022-01-23 | 1 | -166/+166 |
| | | | | 1. tidy up widgets. | ||||
* | <license, style>(src, test): Fix some issues in license statement. | Saturneric | 2022-01-22 | 1 | -6/+10 |
| | |||||
* | <refactor, feat>(ui): Text editor improvements. | Saturneric | 2022-01-12 | 1 | -32/+28 |
| | | | | | | | | | 1. Add binary display mode 2. Add information bar 3. Added character code recognition function. 4. Identify text encoding and line breaks 5. Count the number of characters 6. Code reconstruction |