aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/widgets/TextEdit.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
10 daysfix: issues found by testingsaturneric1-2/+3
11 daysfeat: switch text-based model to workspace-based modelsaturneric1-10/+47
2025-02-04chore: clean up codesaturneric1-1/+0
2025-02-03fix: qt5 compile issuessaturneric1-1/+1
2024-12-02fix: qt5 build issuessaturneric1-13/+13
2024-11-27feat: improve ui logic and support more email operationssaturneric1-8/+83
2024-11-26refactor: optimum code and reduce duplicatesaturneric1-4/+9
2024-11-25feat: support drop down and open directorysaturneric1-26/+3
2024-11-24feat: allow drag and drop to open text filesaturneric1-143/+61
2024-07-30feat: simplify loggingsaturneric1-1/+1
2024-07-29feat: update copyright infosaturneric1-1/+1
2024-07-26feat: remove spdlog and clean up logsaturneric1-14/+4
2024-05-03fix: discard changes but text still remainssaturneric1-4/+4
2024-04-12feat: add auto activate function and optimums for some structuressaturneric1-1/+1
2024-01-24fix: improve file pagesaturneric1-1/+4
2024-01-23feat: add a setting to enable gpgme debug logsaturneric1-3/+2
2024-01-16refactor: remove libgettext from projectsaturneric1-30/+27
2024-01-15fix: slove the languange settings issuesaturneric1-1/+1
2024-01-15refactor: remove libconfig++ form projectsaturneric1-13/+8
2024-01-15fix: clean up useless code and make life easiersaturneric1-19/+0
2024-01-15feat: use qt json support components in data object and infos gathering modulesaturneric1-9/+8
2024-01-12refactor: remove boost and use QString instead of std::filesystem::pathsaturneric1-1/+1
2024-01-12refactor: use QString instead of std::string and improve threading systemsaturneric1-68/+55
2024-01-08fix: move quit dialog to center of parentsaturneric1-18/+15
2024-01-08fix: slove issue #123 "Append fingerprint to editor" crashes if there is no ↵saturneric1-0/+5
editor open
2024-01-08feat: select a directory before entering into the File Browsersaturneric1-2/+7
2024-01-05feat: integrate logging api to coresaturneric1-9/+9
2024-01-01feat: improve file browser's functions and tidy up codessaturneric1-1/+2
2023-11-07refactor: separate typedef and implsaturneric1-0/+1
2023-11-07refactor: remove CommonUtils at coresaturneric1-1/+5
2023-10-25fix: solve some code tidy issuessaturneric1-1/+0
2023-10-18feat: simplify the thread system and improve its stabilitysaturneric1-1/+0
2023-10-17refactor: use piml tech to rewrite GlobalSettingsStationsaturneric1-1/+1
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-0/+1
2023-07-13feat: support resotring unsaved pages after a crashSaturneric1-12/+64
2023-03-30fix: disable text cache in release modeSaturneric1-0/+2
2023-02-11fix: reduce info level logsSaturneric1-2/+2
2023-02-07fix: solve bugs in subkey generationSaturneric1-1/+1
2023-02-04feat: add cache recovery functionsaturneric1-1/+58
2023-02-04fix: solve open file issue in menu barsaturneric1-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
2023-02-03feat: change the log style in source filesSaturneric1-2/+2
2022-05-13feat: add a simple TaskRunner systemSaturneric1-3/+1
1. solve multiple threads problem.
2022-05-12feat(ui): more advanced charset functionsSaturneric1-3/+23
1. support dealing more type of files with different charsets 2. solve cash cause by reading file thread 3. improve ui operations
2022-03-19<fix>(core, ui): Fix path double-byte encoding problem under WindowsSaturneric1-8/+8
2022-02-02<refactor, fix>(ui): Repair and tidy the signal and slot dockingSaturneric1-12/+12
1. Use more modern ways. 2. Repair partial docking.
2022-01-23<refactor>(ui): tidy up codes and comments.Saturneric1-2/+2
1. tidy up ui.
2022-01-23<refactor>(ui): tidy up codes and comments.Saturneric1-166/+166
1. tidy up widgets.
2022-01-22<license, style>(src, test): Fix some issues in license statement.Saturneric1-6/+10
2022-01-12<refactor, feat>(ui): Text editor improvements.Saturneric1-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