aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/widgets/TextEdit.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Improve large file reading.Saturneric2021-07-051-395/+459
| | | | | Add loading animation. Other improvements.
* Improve UI; Improve File Opera;Saturneric2021-07-031-4/+4
|
* Add and improve file operation functions.Saturneric2021-06-271-19/+15
|
* Develop File Opera FunctionsSaturneric2021-06-261-51/+72
|
* Reply and save work.Saturneric2021-06-261-9/+14
|
* Update Project Structure;Saturneric2021-06-251-0/+564
Update Version; Add FilePage;