Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added logic to open a file using the "Open source file" menu entry, | Michele Calgaro | 2023-04-24 | 1 | -59/+56 |
| | | | | | | the toolbar button or by passing it as argument from CLI. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Added code to load last open file or an example or an untitled file. | Michele Calgaro | 2023-04-18 | 1 | -195/+198 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Create encoding menus + some work on highligther menu | Michele Calgaro | 2023-04-18 | 1 | -136/+136 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Initialize TQScintilla's editor. TabWidth settings is now saved and restored ↵ | Michele Calgaro | 2023-04-13 | 1 | -110/+123 |
| | | | | | | across executions Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Added logic for language translation | Michele Calgaro | 2023-04-11 | 1 | -120/+121 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Settings for syntax highlighting, showing whitespaces and loading last open ↵ | Michele Calgaro | 2023-04-08 | 1 | -137/+149 |
| | | | | | | file are now saved and restored across executions Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Window's position, size and maximized status are now saved and restored ↵ | Michele Calgaro | 2023-04-02 | 1 | -69/+57 |
| | | | | | | across executions Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Added first part of UiGuiSettings class. | Michele Calgaro | 2023-04-01 | 1 | -9/+9 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Added SettingsPaths code. | Michele Calgaro | 2023-03-05 | 1 | -47/+44 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | First part of About dialog. | Michele Calgaro | 2023-02-09 | 1 | -15/+23 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Added toolbar GUI. The logic of each button has not been implemented yet. | Michele Calgaro | 2022-11-28 | 1 | -51/+59 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Removed code related to 'Check for Update' functionality. This won't be part ↵ | Michele Calgaro | 2022-09-18 | 1 | -14/+1 |
| | | | | | | of this port. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Added main window menubar GUI. The logic of each action has not been ↵ | Michele Calgaro | 2022-09-18 | 1 | -153/+175 |
| | | | | | | implemented yet. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Build basic application with empty main window | Michele Calgaro | 2022-08-23 | 1 | -1565/+1566 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Format code using uncrustify | Michele Calgaro | 2022-08-05 | 1 | -1078/+1255 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Raw Qt->TQt conversion using ↵ | Michele Calgaro | 2022-07-16 | 1 | -192/+192 |
| | | | | | | 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 Calgaro | 2022-07-16 | 1 | -20/+20 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Initial import of UniversalIndentGUI 1.2.0 from Debian snapshot | Michele Calgaro | 2022-07-10 | 1 | -0/+1428 |
(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]> |