Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines | Michele Calgaro | 2024-01-09 | 1 | -26/+26 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fix parsing issue with old style uigui_uncrustify.ini. This allows ↵ | Michele Calgaro | 2023-11-30 | 1 | -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 Calgaro | 2023-11-30 | 1 | -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 Calgaro | 2023-11-06 | 1 | -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_OBJECT | Michele Calgaro | 2023-08-05 | 1 | -81/+22 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Added logic to call the indenter and update the preview | Michele Calgaro | 2023-07-14 | 1 | -308/+232 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Added logic to detect how to call the indenter | Michele Calgaro | 2023-07-09 | 1 | -159/+231 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Added logic to create the indenter calling script | Michele Calgaro | 2023-07-09 | 1 | -160/+162 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Added logic to load/save indenter config file | Michele Calgaro | 2023-06-28 | 1 | -244/+241 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Added logic to read indenter ini files and populate GUI toolbox | Michele Calgaro | 2023-06-05 | 1 | -510/+500 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Added UiGuiErrorMessage, UiGuiIniFileParse and some code related to | Michele Calgaro | 2023-05-31 | 1 | -267/+270 |
| | | | | | | them. Added indenter .ini files. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Added initial empty GUI for the indenter | Michele Calgaro | 2023-05-16 | 1 | -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 Calgaro | 2022-09-18 | 1 | -2044/+0 |
| | | | | | | implemented yet. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Format code using uncrustify | Michele Calgaro | 2022-08-05 | 1 | -1402/+1694 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Raw Qt->TQt conversion using ↵ | Michele Calgaro | 2022-07-16 | 1 | -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 Calgaro | 2022-07-16 | 1 | -26/+26 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Initial import of UniversalIndentGUI 1.2.0 from Debian snapshot | Michele Calgaro | 2022-07-10 | 1 | -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> |