summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Drop Borland compiler specific codeHEADmasterMichele Calgaro2024-10-271-1/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add README.md and update readme.htmlMichele Calgaro2024-10-012-138/+42
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed debian packaging filesMichele Calgaro2024-09-2612-496/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update uigui_uncrustify.ini to current uncrustify version (2024/09/21)Michele Calgaro2024-09-211-820/+851
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added indenter examplesMichele Calgaro2024-09-1825-26/+8
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Clean up some unused stuffMichele Calgaro2024-09-1811-133/+8
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Hide Export menu since TQt3 does not support the required functionality. Add ↵Michele Calgaro2024-09-062-148/+149
| | | | | | processing for code change event Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove incomplete and useless server codeMichele Calgaro2024-09-064-330/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove logger codeMichele Calgaro2024-09-069-562/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Finish off About dialog codeMichele Calgaro2024-09-0611-585/+46
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Don't use ntq* headers and adapt to __TDE_HAVE_GCC_VISIBILITYMichele Calgaro2024-08-257-20/+20
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-097-104/+104
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix parsing issue with old style uigui_uncrustify.ini. This allows ↵Michele Calgaro2023-11-301-4/+10
| | | | | | universal-indent-gui-tqt to work also with the original (pre regex) indenter option file Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add support for both regex and non regex in uigui_uncrustify.ini and fix bug ↵Michele Calgaro2023-11-303-1069/+1880
| | | | | | in parameter handling logic which had broken universal-indent-gui-tqt functionality Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Increase cmake minimum version to 3.5 and debhelper compat level to 10Michele Calgaro2023-11-062-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add support for regex in uigui_uncrustify.ini. This allows to parse options ↵Michele Calgaro2023-11-063-2100/+2329
| | | | | | with separators around the '=' sign Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Clean up UiSettings classMichele Calgaro2023-10-314-743/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix functionality of 'Parameter tooltips' menu actionMichele Calgaro2023-10-302-0/+9
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add git hash to program versionMichele Calgaro2023-10-308-115/+43
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add ability to accept drops of files to the main windowMichele Calgaro2023-10-303-45/+35
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add UiGuiHighlighter codeMichele Calgaro2023-09-057-682/+554
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added UiGuiSettingsDialogMichele Calgaro2023-08-0724-1027/+876
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Finish off the indenter code and update to TQ_OBJECTMichele Calgaro2023-08-0511-104/+37
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop unnecessary UiGuiSystemInfo codeMichele Calgaro2023-07-144-356/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added logic to call the indenter and update the previewMichele Calgaro2023-07-144-393/+302
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added logic to detect how to call the indenterMichele Calgaro2023-07-092-161/+234
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added logic to create the indenter calling scriptMichele Calgaro2023-07-095-164/+167
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added logic to load/save indenter config fileMichele Calgaro2023-06-281-244/+241
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added logic to read indenter ini files and populate GUI toolboxMichele Calgaro2023-06-054-2545/+6315
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added UiGuiErrorMessage, UiGuiIniFileParse and some code related toMichele Calgaro2023-05-3134-370/+390
| | | | | | them. Added indenter .ini files. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added initial empty GUI for the indenterMichele Calgaro2023-05-1617-2432/+2021
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added logic to save file and handling encodingMichele Calgaro2023-05-053-137/+118
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added logic for recently open files menuMichele Calgaro2023-04-282-132/+129
| | | | 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-244-64/+59
| | | | | | 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-1853-226/+233
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Create encoding menus + some work on highligther menuMichele Calgaro2023-04-182-148/+148
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Initialize TQScintilla's editor. TabWidth settings is now saved and restored ↵Michele Calgaro2023-04-138-129/+152
| | | | | | across executions Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added logic for language translationMichele Calgaro2023-04-115-127/+134
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Settings for syntax highlighting, showing whitespaces and loading last open ↵Michele Calgaro2023-04-089-163/+218
| | | | | | 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-023-81/+99
| | | | | | across executions Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added first part of UiGuiSettings class.Michele Calgaro2023-04-0118-365/+445
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added SettingsPaths code.Michele Calgaro2023-03-0512-382/+314
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Renamed TSLogger _* members to m_*.Michele Calgaro2023-02-252-42/+42
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* First part of About dialog.Michele Calgaro2023-02-0912-376/+332
| | | | 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-288-210/+203
| | | | 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-1811-734/+1
| | | | | | 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-1885-795/+784
| | | | | | implemented yet. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Build basic application with empty main windowMichele Calgaro2022-08-234-1705/+1704
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed UiGuiVersion and argument parsingMichele Calgaro2022-08-144-146/+154
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Formatted and fixed TCLAP headersMichele Calgaro2022-08-0524-160/+101
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>