aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/widgets/TextEdit.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: remove spdlog and clean up logsaturneric2024-07-261-14/+4
|
* fix: discard changes but text still remainssaturneric2024-05-031-4/+4
|
* feat: add auto activate function and optimums for some structuressaturneric2024-04-121-1/+1
|
* fix: improve file pagesaturneric2024-01-241-1/+4
|
* feat: add a setting to enable gpgme debug logsaturneric2024-01-231-3/+2
|
* refactor: remove libgettext from projectsaturneric2024-01-161-30/+27
|
* fix: slove the languange settings issuesaturneric2024-01-151-1/+1
|
* refactor: remove libconfig++ form projectsaturneric2024-01-151-13/+8
|
* fix: clean up useless code and make life easiersaturneric2024-01-151-19/+0
|
* feat: use qt json support components in data object and infos gathering modulesaturneric2024-01-151-9/+8
|
* refactor: remove boost and use QString instead of std::filesystem::pathsaturneric2024-01-121-1/+1
|
* refactor: use QString instead of std::string and improve threading systemsaturneric2024-01-121-68/+55
|
* fix: move quit dialog to center of parentsaturneric2024-01-081-18/+15
|
* fix: slove issue #123 "Append fingerprint to editor" crashes if there is no ↵saturneric2024-01-081-0/+5
| | | | editor open
* feat: select a directory before entering into the File Browsersaturneric2024-01-081-2/+7
|
* feat: integrate logging api to coresaturneric2024-01-051-9/+9
|
* feat: improve file browser's functions and tidy up codessaturneric2024-01-011-1/+2
|
* refactor: separate typedef and implsaturneric2023-11-071-0/+1
|
* refactor: remove CommonUtils at coresaturneric2023-11-071-1/+5
|
* fix: solve some code tidy issuessaturneric2023-10-251-1/+0
|
* feat: simplify the thread system and improve its stabilitysaturneric2023-10-181-1/+0
|
* refactor: use piml tech to rewrite GlobalSettingsStationsaturneric2023-10-171-1/+1
|
* fix: check and update copyright at filessaturneric2023-10-161-2/+2
|
* feat: start to add plugin system and do some improve on project configurationsaturneric2023-10-151-0/+1
|
* feat: support resotring unsaved pages after a crashSaturneric2023-07-131-12/+64
|
* fix: disable text cache in release modeSaturneric2023-03-301-0/+2
|
* fix: reduce info level logsSaturneric2023-02-111-2/+2
|
* fix: solve bugs in subkey generationSaturneric2023-02-071-1/+1
|
* feat: add cache recovery functionsaturneric2023-02-041-1/+58
|
* fix: solve open file issue in menu barsaturneric2023-02-041-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 filesSaturneric2023-02-031-2/+2
|
* feat: add a simple TaskRunner systemSaturneric2022-05-131-3/+1
| | | | 1. solve multiple threads problem.
* feat(ui): more advanced charset functionsSaturneric2022-05-121-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 WindowsSaturneric2022-03-191-8/+8
|
* <refactor, fix>(ui): Repair and tidy the signal and slot dockingSaturneric2022-02-021-12/+12
| | | | | 1. Use more modern ways. 2. Repair partial docking.
* <refactor>(ui): tidy up codes and comments.Saturneric2022-01-231-2/+2
| | | | 1. tidy up ui.
* <refactor>(ui): tidy up codes and comments.Saturneric2022-01-231-166/+166
| | | | 1. tidy up widgets.
* <license, style>(src, test): Fix some issues in license statement.Saturneric2022-01-221-6/+10
|
* <refactor, feat>(ui): Text editor improvements.Saturneric2022-01-121-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
* <fix>(ui): improve ui.Saturneric2022-01-041-13/+17
|
* Fixed & Modified & Added.Saturneric2021-12-121-3/+3
| | | | | | | | 1. Fixed UTF-16 & UTF-8 filesystem path's bugs. 2. Added mkdir & create empty file. 3. Improve file browser. 4. Added Infoboard.ui. 5. Fixed Verify Bugs.
* Improve UISaturneric2021-12-051-5/+7
| | | | | | | | 1. Support Key List Tab 2. File Hash Calculate 3. File Rename 4. Fix known bugs 5. Fix known ci issues.
* FixedSaturneric2021-12-041-14/+16
| | | | | | 1. Ci Fixed for New Version. 2. Bugs fixed for cross-platform. 3. Bugs fixed for i18n.
* Fixed.Saturneric2021-12-021-1/+2
| | | | 1. Fixed known issue in File Operations.
* Add i18n SupportSaturneric2021-12-011-26/+40
| | | | | | 1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
* Fix some known issues in basic operations and file operations.Saturneric2021-11-281-89/+8
|
* UI Framework Modified.Saturneric2021-10-021-51/+53
|
* Improved and Modified.Saturneric2021-07-191-1/+1
|
* Project structure adjustment;Saturneric2021-07-121-5/+2
| | | | | | | | Project configuration adjustment; Add version detection; UI interface improvements; Introduce JSON processing library; Update Documents;
* Fix issues.Saturneric2021-07-061-0/+2
| | | | Improve UI.