summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Drop Borland compiler specific codeHEADmasterMichele Calgaro2024-10-271-1/+0
* Clean up some unused stuffMichele Calgaro2024-09-184-133/+8
* Hide Export menu since TQt3 does not support the required functionality. Add ...Michele Calgaro2024-09-062-148/+149
* Remove incomplete and useless server codeMichele Calgaro2024-09-063-284/+4
* Remove logger codeMichele Calgaro2024-09-067-561/+5
* Finish off About dialog codeMichele Calgaro2024-09-068-572/+37
* Don't use ntq* headers and adapt to __TDE_HAVE_GCC_VISIBILITYMichele Calgaro2024-08-255-12/+12
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-097-104/+104
* Fix parsing issue with old style uigui_uncrustify.ini. This allows universal-...Michele Calgaro2023-11-301-4/+10
* Add support for both regex and non regex in uigui_uncrustify.ini and fix bug ...Michele Calgaro2023-11-302-217/+179
* Add support for regex in uigui_uncrustify.ini. This allows to parse options w...Michele Calgaro2023-11-062-14/+134
* Clean up UiSettings classMichele Calgaro2023-10-314-743/+1
* Fix functionality of 'Parameter tooltips' menu actionMichele Calgaro2023-10-302-0/+9
* Add git hash to program versionMichele Calgaro2023-10-306-114/+33
* Add ability to accept drops of files to the main windowMichele Calgaro2023-10-303-45/+35
* Add UiGuiHighlighter codeMichele Calgaro2023-09-057-682/+554
* Added UiGuiSettingsDialogMichele Calgaro2023-08-0713-1025/+865
* Finish off the indenter code and update to TQ_OBJECTMichele Calgaro2023-08-0511-104/+37
* Drop unnecessary UiGuiSystemInfo codeMichele Calgaro2023-07-143-354/+0
* Added logic to call the indenter and update the previewMichele Calgaro2023-07-144-393/+302
* Added logic to detect how to call the indenterMichele Calgaro2023-07-092-161/+234
* Added logic to create the indenter calling scriptMichele Calgaro2023-07-095-164/+167
* Added logic to load/save indenter config fileMichele Calgaro2023-06-281-244/+241
* Added logic to read indenter ini files and populate GUI toolboxMichele Calgaro2023-06-053-594/+579
* Added UiGuiErrorMessage, UiGuiIniFileParse and some code related toMichele Calgaro2023-05-319-370/+366
* Added initial empty GUI for the indenterMichele Calgaro2023-05-1611-2432/+2016
* Added logic to save file and handling encodingMichele Calgaro2023-05-053-137/+118
* Added logic for recently open files menuMichele Calgaro2023-04-282-132/+129
* Added logic to open a file using the "Open source file" menu entry,Michele Calgaro2023-04-243-63/+58
* Added code to load last open file or an example or an untitled file.Michele Calgaro2023-04-183-226/+227
* Create encoding menus + some work on highligther menuMichele Calgaro2023-04-182-148/+148
* Initialize TQScintilla's editor. TabWidth settings is now saved and restored ...Michele Calgaro2023-04-137-129/+146
* Added logic for language translationMichele Calgaro2023-04-114-127/+131
* Settings for syntax highlighting, showing whitespaces and loading last open f...Michele Calgaro2023-04-088-161/+216
* Window's position, size and maximized status are now saved and restored acros...Michele Calgaro2023-04-023-81/+99
* Added first part of UiGuiSettings class.Michele Calgaro2023-04-0118-365/+445
* Added SettingsPaths code.Michele Calgaro2023-03-058-378/+305
* Renamed TSLogger _* members to m_*.Michele Calgaro2023-02-252-42/+42
* First part of About dialog.Michele Calgaro2023-02-0910-376/+331
* Added toolbar GUI. The logic of each button has not been implemented yet.Michele Calgaro2022-11-288-210/+203
* Removed code related to 'Check for Update' functionality. This won't be part ...Michele Calgaro2022-09-188-683/+1
* Added main window menubar GUI. The logic of each action has not been implemen...Michele Calgaro2022-09-1837-687/+758
* Build basic application with empty main windowMichele Calgaro2022-08-234-1705/+1704
* Fixed UiGuiVersion and argument parsingMichele Calgaro2022-08-144-146/+154
* Formatted and fixed TCLAP headersMichele Calgaro2022-08-0522-160/+64
* Format code using uncrustifyMichele Calgaro2022-08-0557-9791/+10985
* Add cmake+ninja build framework. Build initial dummy application.Michele Calgaro2022-07-162-246/+173
* Raw Qt->TQt conversion using tde/scripts/conversions/qt3-tqt3/convert_existin...Michele Calgaro2022-07-1639-1479/+1479
* Convert files to unix format. Convert C++ header names to C header names.Michele Calgaro2022-07-1633-2178/+2178
* Clean up some unnecessary stuff.Michele Calgaro2022-07-102-936/+0