summaryrefslogtreecommitdiffstats
path: root/src/MainWindow.h
Commit message (Collapse)AuthorAgeFilesLines
* Finish off About dialog codeMichele Calgaro2024-09-061-2/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add ability to accept drops of files to the main windowMichele Calgaro2023-10-301-4/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add UiGuiHighlighter codeMichele Calgaro2023-09-051-11/+13
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added UiGuiSettingsDialogMichele Calgaro2023-08-071-5/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added logic to call the indenter and update the previewMichele Calgaro2023-07-141-2/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added UiGuiErrorMessage, UiGuiIniFileParse and some code related toMichele Calgaro2023-05-311-1/+1
| | | | | | them. Added indenter .ini files. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added initial empty GUI for the indenterMichele Calgaro2023-05-161-5/+7
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added logic to save file and handling encodingMichele Calgaro2023-05-051-2/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added logic for recently open files menuMichele Calgaro2023-04-281-0/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added logic to open a file using the "Open source file" menu entry,Michele Calgaro2023-04-241-2/+2
| | | | | | the toolbar button or by passing it as argument from CLI. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added code to load last open file or an example or an untitled file.Michele Calgaro2023-04-181-28/+29
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Create encoding menus + some work on highligther menuMichele Calgaro2023-04-181-12/+12
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Initialize TQScintilla's editor. TabWidth settings is now saved and restored ↵Michele Calgaro2023-04-131-11/+12
| | | | | | across executions Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added logic for language translationMichele Calgaro2023-04-111-6/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Settings for syntax highlighting, showing whitespaces and loading last open ↵Michele Calgaro2023-04-081-8/+7
| | | | | | file are now saved and restored across executions Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Window's position, size and maximized status are now saved and restored ↵Michele Calgaro2023-04-021-4/+3
| | | | | | across executions Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added first part of UiGuiSettings class.Michele Calgaro2023-04-011-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added SettingsPaths code.Michele Calgaro2023-03-051-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* First part of About dialog.Michele Calgaro2023-02-091-8/+4
| | | | 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-281-8/+5
| | | | 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-181-2/+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-181-18/+17
| | | | | | implemented yet. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Build basic application with empty main windowMichele Calgaro2022-08-231-108/+108
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Format code using uncrustifyMichele Calgaro2022-08-051-94/+97
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Raw Qt->TQt conversion using ↵Michele Calgaro2022-07-161-35/+35
| | | | | | tde/scripts/conversions/qt3-tqt3/convert_existing_qt3_app_to_tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Convert files to unix format. Convert C++ header names to C header names.Michele Calgaro2022-07-161-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Initial import of UniversalIndentGUI 1.2.0 from Debian snapshotMichele Calgaro2022-07-101-0/+143
(https://snapshot.debian.org/package/universalindentgui/1.2.0-1.1). The code is available under GPL2 licence. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>