summaryrefslogtreecommitdiffstats
path: root/src/__TODO
Commit message (Collapse)AuthorAgeFilesLines
* Add UiGuiHighlighter codeMichele Calgaro2023-09-052-670/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added UiGuiSettingsDialogMichele Calgaro2023-08-073-720/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Finish off the indenter code and update to TQ_OBJECTMichele Calgaro2023-08-054-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop unnecessary UiGuiSystemInfo codeMichele Calgaro2023-07-142-352/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added logic to create the indenter calling scriptMichele Calgaro2023-07-092-106/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added UiGuiErrorMessage, UiGuiIniFileParse and some code related toMichele Calgaro2023-05-314-350/+0
| | | | | | them. Added indenter .ini files. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added initial empty GUI for the indenterMichele Calgaro2023-05-164-2385/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added logic to save file and handling encodingMichele Calgaro2023-05-051-2/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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>