Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: qt5 compile issues | saturneric | 2025-02-03 | 1 | -2/+2 |
| | |||||
* | refactor: optimum code and reduce duplicate | saturneric | 2024-11-26 | 1 | -2/+8 |
| | |||||
* | feat: improve ui logic of email verification and make project structure better | saturneric | 2024-11-26 | 1 | -4/+0 |
| | |||||
* | fix: handling of split CRLF sequences during text insertion | saturneric | 2024-11-25 | 1 | -8/+32 |
| | |||||
* | feat: allow drag and drop to open text file | saturneric | 2024-11-24 | 1 | -0/+3 |
| | |||||
* | 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 | -3/+1 |
| | |||||
* | feat: add auto activate function and optimums for some structures | saturneric | 2024-04-12 | 1 | -2/+2 |
| | |||||
* | fix: improve file page | saturneric | 2024-01-24 | 1 | -21/+18 |
| | |||||
* | refactor: remove libgettext from project | saturneric | 2024-01-16 | 1 | -6/+6 |
| | |||||
* | fix: make task and threading system safer | saturneric | 2024-01-16 | 1 | -2/+0 |
| | |||||
* | fix: clean up useless code and make life easier | saturneric | 2024-01-15 | 1 | -95/+7 |
| | |||||
* | feat: use qt json support components in data object and infos gathering module | saturneric | 2024-01-15 | 1 | -8/+3 |
| | |||||
* | 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 | -34/+31 |
| | |||||
* | feat: integrate logging api to core | saturneric | 2024-01-05 | 1 | -2/+2 |
| | |||||
* | fix: slove some known issues | saturneric | 2024-01-05 | 1 | -10/+7 |
| | |||||
* | feat: general improvements of aync execution and memory security | saturneric | 2023-12-03 | 1 | -1/+1 |
| | |||||
* | fix: repair gnupg info listing funtion | Saturneric | 2023-11-29 | 1 | -0/+1 |
| | |||||
* | refactor: improve the code structure of core | saturneric | 2023-11-06 | 1 | -4/+3 |
| | |||||
* | feat: improve thread system and gathering gnupg options info to rt | saturneric | 2023-10-27 | 1 | -1/+1 |
| | |||||
* | feat: using pool for concurrent executions, not stable yet | saturneric | 2023-10-18 | 1 | -2/+2 |
| | |||||
* | fix: check and update copyright at files | saturneric | 2023-10-16 | 1 | -3/+5 |
| | |||||
* | fix: improve the task execution model | Saturneric | 2023-02-18 | 1 | -2/+2 |
| | |||||
* | fix: reduce info level logs | Saturneric | 2023-02-11 | 1 | -5/+2 |
| | |||||
* | feat: change the log style in source files | Saturneric | 2023-02-03 | 1 | -4/+4 |
| | |||||
* | fix(ui): fix user feedback issues. | Saturneric | 2022-09-03 | 1 | -1/+8 |
| | | | | | 1. add the font size settings of text editor. 2. fix exception under Russia lang when doing verification. | ||||
* | fix: solve codacy issues | Saturneric | 2022-05-13 | 1 | -1/+1 |
| | |||||
* | feat: add a simple TaskRunner system | Saturneric | 2022-05-13 | 1 | -32/+28 |
| | | | | 1. solve multiple threads problem. | ||||
* | feat(ui): more advanced charset functions | Saturneric | 2022-05-12 | 1 | -50/+93 |
| | | | | | | 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 | -2/+2 |
| | |||||
* | <fix>(ui): Fix crash after opening a PlainTextEditorPage | Saturneric | 2022-03-12 | 1 | -1/+1 |
| | |||||
* | <refactor>(ui, core, project): Use std::filesystem instead of boost::filesystem | Saturneric | 2022-02-05 | 1 | -1/+0 |
| | |||||
* | <chore>(project): add and separate third party code | Saturneric | 2022-02-03 | 1 | -15/+16 |
| | | | | | 1. Add libarchive dependency 2. Separate encoding detection code from src | ||||
* | <refactor>(ui): tidy up codes and comments. | Saturneric | 2022-01-23 | 1 | -52/+52 |
| | | | | 1. tidy up widgets. | ||||
* | <refactor>(ui): tidy up codes and comments. | Saturneric | 2022-01-23 | 1 | -2/+2 |
| | | | | 1. tidy up thread. | ||||
* | <license, style>(src, test): Fix some issues in license statement. | Saturneric | 2022-01-22 | 1 | -5/+7 |
| | |||||
* | <fixed>(ui): Fix not detecting end of file. | Saturneric | 2022-01-12 | 1 | -1/+2 |
| | |||||
* | <refactor, feat>(ui): Text editor improvements. | Saturneric | 2022-01-12 | 1 | -0/+257 |
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 |