aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/widgets/PlainTextEditorPage.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-02-03fix: qt5 compile issuessaturneric1-2/+2
2024-11-26refactor: optimum code and reduce duplicatesaturneric1-2/+8
2024-11-26feat: improve ui logic of email verification and make project structure bettersaturneric1-4/+0
2024-11-25fix: handling of split CRLF sequences during text insertionsaturneric1-8/+32
2024-11-24feat: allow drag and drop to open text filesaturneric1-0/+3
2024-07-30feat: simplify loggingsaturneric1-1/+1
2024-07-29feat: update copyright infosaturneric1-1/+1
2024-07-26feat: remove spdlog and clean up logsaturneric1-3/+1
2024-04-12feat: add auto activate function and optimums for some structuressaturneric1-2/+2
2024-01-24fix: improve file pagesaturneric1-21/+18
2024-01-16refactor: remove libgettext from projectsaturneric1-6/+6
2024-01-16fix: make task and threading system safersaturneric1-2/+0
2024-01-15fix: clean up useless code and make life easiersaturneric1-95/+7
2024-01-15feat: use qt json support components in data object and infos gathering modulesaturneric1-8/+3
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-34/+31
2024-01-05feat: integrate logging api to coresaturneric1-2/+2
2024-01-05fix: slove some known issuessaturneric1-10/+7
2023-12-03feat: general improvements of aync execution and memory securitysaturneric1-1/+1
2023-11-29fix: repair gnupg info listing funtionSaturneric1-0/+1
2023-11-06refactor: improve the code structure of coresaturneric1-4/+3
2023-10-27feat: improve thread system and gathering gnupg options info to rtsaturneric1-1/+1
2023-10-18feat: using pool for concurrent executions, not stable yetsaturneric1-2/+2
2023-10-16fix: check and update copyright at filessaturneric1-3/+5
2023-02-18fix: improve the task execution modelSaturneric1-2/+2
2023-02-11fix: reduce info level logsSaturneric1-5/+2
2023-02-03feat: change the log style in source filesSaturneric1-4/+4
2022-09-03fix(ui): fix user feedback issues.Saturneric1-1/+8
1. add the font size settings of text editor. 2. fix exception under Russia lang when doing verification.
2022-05-13fix: solve codacy issuesSaturneric1-1/+1
2022-05-13feat: add a simple TaskRunner systemSaturneric1-32/+28
1. solve multiple threads problem.
2022-05-12feat(ui): more advanced charset functionsSaturneric1-50/+93
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-2/+2
2022-03-12<fix>(ui): Fix crash after opening a PlainTextEditorPageSaturneric1-1/+1
2022-02-05<refactor>(ui, core, project): Use std::filesystem instead of boost::filesystemSaturneric1-1/+0
2022-02-03<chore>(project): add and separate third party codeSaturneric1-15/+16
1. Add libarchive dependency 2. Separate encoding detection code from src
2022-01-23<refactor>(ui): tidy up codes and comments.Saturneric1-52/+52
1. tidy up widgets.
2022-01-23<refactor>(ui): tidy up codes and comments.Saturneric1-2/+2
1. tidy up thread.
2022-01-22<license, style>(src, test): Fix some issues in license statement.Saturneric1-5/+7
2022-01-12<fixed>(ui): Fix not detecting end of file.Saturneric1-1/+2
2022-01-12<refactor, feat>(ui): Text editor improvements.Saturneric1-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