aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/main_window/MainWindowSlotUI.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* <refactor>(src): Move and split the Global Settings StationSaturneric2022-02-061-1/+1
| | | | | | 1. Move Global Settings Station to core 2. Separate the logic of DataObject 3. Resolve dependencies
* <refactor, fix>(ui): Repair and tidy the signal and slot dockingSaturneric2022-02-021-1/+1
| | | | | 1. Use more modern ways. 2. Repair partial docking.
* <refactor>(ui): tidy up codes and comments.Saturneric2022-01-231-1/+1
| | | | 1. tidy up ui.
* <refactor>(ui): tidy up codes and comments.Saturneric2022-01-231-14/+14
| | | | 1. tidy up widgets.
* <license, style>(src, test): Fix some issues in license statement.Saturneric2022-01-221-6/+10
|
* <refactor>(ui): tidy up codes and add comments.Saturneric2022-01-221-58/+59
| | | | 1. tidy up main_window.
* <refactor, feat>(ui): Text editor improvements.Saturneric2022-01-121-4/+4
| | | | | | | | | 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
* Test & Improve UISaturneric2021-12-061-4/+0
|
* Improve UI & FunctionsSaturneric2021-12-061-2/+0
|
* Fix and Modified.Saturneric2021-12-021-29/+7
| | | | | | 1. Fix known issues. 2. Modified Settings. 3. Modified parts of modules.
* Add i18n SupportSaturneric2021-12-011-5/+5
| | | | | | 1. Remove Qt Linguist. 2. Add GNU gettext libraries. 3. Modified source codes to meet with i18n support.
* Add & ModifiedSaturneric2021-11-301-50/+46
| | | | | | | 1. Modified macro system. 2. Introduce new settings framework. 3. Modified part of the code of MainWindow to meet with the new settings framework.
* Can be compiled with minimal UI support.Saturneric2021-11-281-2/+1
|
* UI Framework Modified.Saturneric2021-10-021-139/+142
|
* Repair and adjust code and modulesSaturneric2021-07-141-7/+0
|
* Project structure adjustment;Saturneric2021-07-121-1/+5
| | | | | | | | Project configuration adjustment; Add version detection; UI interface improvements; Introduce JSON processing library; Update Documents;
* Improve the access method and interface of fast file operationSaturneric2021-07-041-0/+6
|
* Develop File Opera FunctionsSaturneric2021-06-261-3/+1
|
* Reply and save work.Saturneric2021-06-261-4/+4
|
* Update Project Structure;Saturneric2021-06-251-0/+219
Update Version; Add FilePage;