summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Clean up some unused stuffMichele Calgaro2024-09-181-9/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Remove incomplete and useless server codeMichele Calgaro2024-09-061-54/+4
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Remove logger codeMichele Calgaro2024-09-061-17/+3
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-091-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Add git hash to program versionMichele Calgaro2023-10-301-3/+3
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Drop unnecessary UiGuiSystemInfo codeMichele Calgaro2023-07-141-2/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Added logic to open a file using the "Open source file" menu entry,Michele Calgaro2023-04-241-2/+0
| | | | | | the toolbar button or by passing it as argument from CLI. Signed-off-by: Michele Calgaro <[email protected]>
* Added first part of UiGuiSettings class.Michele Calgaro2023-04-011-12/+10
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Added SettingsPaths code.Michele Calgaro2023-03-051-2/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Build basic application with empty main windowMichele Calgaro2022-08-231-32/+29
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Fixed UiGuiVersion and argument parsingMichele Calgaro2022-08-141-129/+138
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Format code using uncrustifyMichele Calgaro2022-08-051-116/+125
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Add cmake+ninja build framework. Build initial dummy application.Michele Calgaro2022-07-161-246/+138
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Raw Qt->TQt conversion using ↵Michele Calgaro2022-07-161-13/+13
| | | | | | tde/scripts/conversions/qt3-tqt3/convert_existing_qt3_app_to_tqt3. Signed-off-by: Michele Calgaro <[email protected]>
* Convert files to unix format. Convert C++ header names to C header names.Michele Calgaro2022-07-161-3/+3
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Initial import of UniversalIndentGUI 1.2.0 from Debian snapshotMichele Calgaro2022-07-101-0/+279
(https://snapshot.debian.org/package/universalindentgui/1.2.0-1.1). The code is available under GPL2 licence. Signed-off-by: Michele Calgaro <[email protected]>