summaryrefslogtreecommitdiffstats
path: root/src/__TODO
Commit message (Collapse)AuthorAgeFilesLines
* Initialize TQScintilla's editor. TabWidth settings is now saved and restored ↵Michele Calgaro2023-04-132-5/+5
| | | | | | across executions Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Settings for syntax highlighting, showing whitespaces and loading last open ↵Michele Calgaro2023-04-082-5/+5
| | | | | | file are now saved and restored across executions Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added first part of UiGuiSettings class.Michele Calgaro2023-04-0113-1124/+94
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added SettingsPaths code.Michele Calgaro2023-03-052-359/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* First part of About dialog.Michele Calgaro2023-02-094-377/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added toolbar GUI. The logic of each button has not been implemented yet.Michele Calgaro2022-11-283-150/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed code related to 'Check for Update' functionality. This won't be part ↵Michele Calgaro2022-09-186-667/+0
| | | | | | of this port. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added main window menubar GUI. The logic of each action has not been ↵Michele Calgaro2022-09-1832-0/+7925
implemented yet. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>