summaryrefslogtreecommitdiffstats
path: root/src/IndentHandler.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-091-26/+26
| | | | 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-301-214/+173
| | | | | | in parameter handling logic which had broken universal-indent-gui-tqt functionality 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-061-14/+133
| | | | | | with separators around the '=' sign Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Finish off the indenter code and update to TQ_OBJECTMichele Calgaro2023-08-051-81/+22
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added logic to call the indenter and update the previewMichele Calgaro2023-07-141-308/+232
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added logic to detect how to call the indenterMichele Calgaro2023-07-091-159/+231
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added logic to create the indenter calling scriptMichele Calgaro2023-07-091-160/+162
| | | | 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-051-510/+500
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added UiGuiErrorMessage, UiGuiIniFileParse and some code related toMichele Calgaro2023-05-311-267/+270
| | | | | | them. Added indenter .ini files. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added initial empty GUI for the indenterMichele Calgaro2023-05-161-0/+1741
| | | | 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-2044/+0
| | | | | | implemented yet. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Format code using uncrustifyMichele Calgaro2022-08-051-1402/+1694
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Raw Qt->TQt conversion using ↵Michele Calgaro2022-07-161-273/+273
| | | | | | 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-26/+26
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Initial import of UniversalIndentGUI 1.2.0 from Debian snapshotMichele Calgaro2022-07-101-0/+1752
(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>