aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/widgets/PlainTextEditorPage.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: qt5 compile issuessaturneric2025-02-031-2/+2
|
* refactor: optimum code and reduce duplicatesaturneric2024-11-261-2/+8
|
* feat: improve ui logic of email verification and make project structure bettersaturneric2024-11-261-4/+0
|
* fix: handling of split CRLF sequences during text insertionsaturneric2024-11-251-8/+32
|
* feat: allow drag and drop to open text filesaturneric2024-11-241-0/+3
|
* feat: simplify loggingsaturneric2024-07-301-1/+1
|
* feat: update copyright infosaturneric2024-07-291-1/+1
|
* feat: remove spdlog and clean up logsaturneric2024-07-261-3/+1
|
* feat: add auto activate function and optimums for some structuressaturneric2024-04-121-2/+2
|
* fix: improve file pagesaturneric2024-01-241-21/+18
|
* refactor: remove libgettext from projectsaturneric2024-01-161-6/+6
|
* fix: make task and threading system safersaturneric2024-01-161-2/+0
|
* fix: clean up useless code and make life easiersaturneric2024-01-151-95/+7
|
* feat: use qt json support components in data object and infos gathering modulesaturneric2024-01-151-8/+3
|
* 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-34/+31
|
* feat: integrate logging api to coresaturneric2024-01-051-2/+2
|
* fix: slove some known issuessaturneric2024-01-051-10/+7
|
* feat: general improvements of aync execution and memory securitysaturneric2023-12-031-1/+1
|
* fix: repair gnupg info listing funtionSaturneric2023-11-291-0/+1
|
* refactor: improve the code structure of coresaturneric2023-11-061-4/+3
|
* feat: improve thread system and gathering gnupg options info to rtsaturneric2023-10-271-1/+1
|
* feat: using pool for concurrent executions, not stable yetsaturneric2023-10-181-2/+2
|
* fix: check and update copyright at filessaturneric2023-10-161-3/+5
|
* fix: improve the task execution modelSaturneric2023-02-181-2/+2
|
* fix: reduce info level logsSaturneric2023-02-111-5/+2
|
* feat: change the log style in source filesSaturneric2023-02-031-4/+4
|
* fix(ui): fix user feedback issues.Saturneric2022-09-031-1/+8
| | | | | 1. add the font size settings of text editor. 2. fix exception under Russia lang when doing verification.
* fix: solve codacy issuesSaturneric2022-05-131-1/+1
|
* feat: add a simple TaskRunner systemSaturneric2022-05-131-32/+28
| | | | 1. solve multiple threads problem.
* feat(ui): more advanced charset functionsSaturneric2022-05-121-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 WindowsSaturneric2022-03-191-2/+2
|
* <fix>(ui): Fix crash after opening a PlainTextEditorPageSaturneric2022-03-121-1/+1
|
* <refactor>(ui, core, project): Use std::filesystem instead of boost::filesystemSaturneric2022-02-051-1/+0
|
* <chore>(project): add and separate third party codeSaturneric2022-02-031-15/+16
| | | | | 1. Add libarchive dependency 2. Separate encoding detection code from src
* <refactor>(ui): tidy up codes and comments.Saturneric2022-01-231-52/+52
| | | | 1. tidy up widgets.
* <refactor>(ui): tidy up codes and comments.Saturneric2022-01-231-2/+2
| | | | 1. tidy up thread.
* <license, style>(src, test): Fix some issues in license statement.Saturneric2022-01-221-5/+7
|
* <fixed>(ui): Fix not detecting end of file.Saturneric2022-01-121-1/+2
|
* <refactor, feat>(ui): Text editor improvements.Saturneric2022-01-121-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