• Joined on 2024-05-28
bent pushed to develop at bent/GenericQtClientCore 2025-12-03 11:11:48 +01:00
0dba9639e6 Added a ModelItem class to hold the data for each row.
6a3725bde7 Added a simple read-only TableModel and made it accessible via GenericCore.
Compare 2 commits »
bent opened issue bent/GenericQtClient#12 2025-11-30 17:32:33 +01:00
Basic table model
bent opened issue bent/GenericQtClient#11 2025-11-30 17:30:00 +01:00
CRUD for model data (without undo stack)
bent opened issue bent/GenericQtClient#10 2025-11-30 17:28:31 +01:00
Undo-Stack working with model data (with "do you want to save your changes?" dialog)
bent opened issue bent/GenericQtClient#9 2025-11-30 17:26:52 +01:00
Save/load model data in JSON file (with "do you want to save your changes?" dialog)
bent opened issue bent/GenericQtClient#8 2025-11-30 17:24:21 +01:00
Sorting table view
bent opened issue bent/GenericQtClient#7 2025-11-30 17:22:34 +01:00
Import/Export CSV support for model data
bent opened issue bent/GenericQtClient#6 2025-11-30 17:19:45 +01:00
basic JSON-REST-API
bent pushed to develop at bent/GenericQtClient 2025-11-04 21:26:49 +01:00
daae7e8405 Disabled GUI translations, added "About" dialogs & updated umbrella project version to 0.1.0
a159181074 Merge branch 'feature/installer' into develop
a826dc2478 Added menu item "Help/Check for update" to ask the QtMaintenanceTool if an update is available and show a dialog to trigger the update from within the application.
fc083f527a Installer works on Linux via command line script build.sh. Based on legacy projects needs refactoring. (./build.sh 0.0.3 linux GenericQtClient org.working_copy.genericQtClient)
0acc36454c Added application icon (and other icons) and little source code formatting.
Compare 5 commits »
bent pushed to develop at bent/GenericQtClientCore 2025-11-04 21:26:35 +01:00
301d143b37 Updated core library project version to 0.1.0
bent pushed to develop at bent/GenericQtClientWidgets 2025-11-04 21:26:22 +01:00
8105fac8d3 Updated Widgets-UI project version to 0.1.0
7dd9d3d95b Added "About" & "About Qt" dialogs.
c8825bfe14 Disable translations because it throws errors when compiling in Release mode.
Compare 3 commits »
bent opened issue bent/GenericQtClient#5 2025-11-03 21:54:32 +01:00
Notification in client if update is available
bent deleted branch feature/installer from bent/GenericQtClient 2025-11-01 11:20:41 +01:00
bent pushed to feature/installer at bent/GenericQtClient 2025-11-01 11:17:35 +01:00
a826dc2478 Added menu item "Help/Check for update" to ask the QtMaintenanceTool if an update is available and show a dialog to trigger the update from within the application.
bent pushed to develop at bent/GenericQtClientCore 2025-11-01 11:17:26 +01:00
13b53683a5 Retrieving Application name from umbrella project and using it to determine the path of the QtMaintenanceTool.
7ba0304232 Added SettingsHandler class.
d943f2d89a Added checking for update and triggering the updater.
Compare 3 commits »
bent pushed to develop at bent/GenericQtClientWidgets 2025-11-01 11:17:11 +01:00
43df76c88f Available update can be checked via menu action Help/"Check for update".
dd8847d63a Save and restore window geometry and state.
f359a1fb11 Displaying status messages from the core. Using non-smart pointer for GenericCore to connect to its signal.
Compare 3 commits »
bent opened issue bent/GenericQtClient#4 2025-10-31 14:57:09 +01:00
Find a way to use smart pointers with Qt's Signal-Slot-Connection
bent created branch feature/installer in bent/GenericQtClient 2025-10-29 11:51:22 +01:00
bent pushed to feature/installer at bent/GenericQtClient 2025-10-29 11:51:22 +01:00
fc083f527a Installer works on Linux via command line script build.sh. Based on legacy projects needs refactoring. (./build.sh 0.0.3 linux GenericQtClient org.working_copy.genericQtClient)
0acc36454c Added application icon (and other icons) and little source code formatting.
Compare 2 commits »
bent pushed to develop at bent/GenericQtClientCore 2025-10-29 11:50:13 +01:00
bddb6df3ee Formatting CMakeLists.txt