• Joined on 2024-05-28
bent pushed to main at bent/GenericQtClient 2026-02-04 11:55:55 +01:00
19591e7155 Merge branch 'release/0.3.0'
7874079146 Hotfix (Core): Using the correct member variable for the model tester of the proxy model in Release compilation.
560af98ba5 Updated changelog.
daa2d1a347 Bumped versions to 0.3.0 (umbrella project, core and UI).
f35f511e7b Basic JSON-RESTful client with configurable server URL.
Compare 8 commits »
bent pushed to develop at bent/GenericQtClient 2026-02-04 11:55:28 +01:00
4d3f484df1 Merge tag '0.3.0' into develop
19591e7155 Merge branch 'release/0.3.0'
7874079146 Hotfix (Core): Using the correct member variable for the model tester of the proxy model in Release compilation.
560af98ba5 Updated changelog.
daa2d1a347 Bumped versions to 0.3.0 (umbrella project, core and UI).
Compare 5 commits »
bent pushed to develop at bent/GenericQtClientWidgets 2026-02-04 11:55:23 +01:00
5e3950f6ba Bumped version to 0.3.0.
bent pushed to develop at bent/GenericQtClientCore 2026-02-04 11:52:28 +01:00
1db5d9022a Hotfix: Using the correct member variable for the model tester of the proxy model in Release compilation.
cf55adc34e Bumped version to 0.3.0.
Compare 2 commits »
bent opened issue bent/GenericQtClient#20 2026-02-04 11:43:30 +01:00
Build scripts continue even if a previous step failed (no proper return codes)
bent closed issue bent/GenericQtClient#6 2026-02-03 12:14:09 +01:00
basic JSON-REST-API
bent pushed to develop at bent/GenericQtClient 2026-02-03 12:13:28 +01:00
f35f511e7b Basic JSON-RESTful client with configurable server URL.
bent pushed to develop at bent/GenericQtClientWidgets 2026-02-03 12:13:01 +01:00
34a34891b4 In SettingsDialog: Disabled the email and password input edits.
bent pushed to develop at bent/GenericQtClientWidgets 2026-02-03 12:08:38 +01:00
4c4d734b1b Added a SettingsDialog with a "Server" tab to configure the server settings.
0eef55fc32 Don't use the SettingsHandler directly. Go through the GenericCore instead.
d109eb31f8 Added "Server/Delete item" menu action.
a9f24ac8f2 Adjusted to GenericCore::postItemsToServer and using ModelItemsValues typedef in new item dialog.
67d9a3914d Retrieving JSON data from the proxy model and send it via core to the server.
Compare 6 commits »
bent pushed to develop at bent/GenericQtClientCore 2026-02-03 12:08:33 +01:00
5318390749 Merge branch 'feature/restClient' into develop
b6c49dda20 Minor clean up in JsonParser.
7ae10e6ed7 Added GenericCore::getSettings(...) for the UIs (they don't need to use the NetworkHandler directly).
6adf18caeb Server settings are read from QSettings and applied if they are changed.
d4ff1ffb61 Split TableModel::updateItemsFromJson(...) into two functions and added support for multiple items in JSON data.
Compare 13 commits »
bent opened issue bent/GenericQtClient#19 2026-02-03 12:01:28 +01:00
GUI: QR Code is not updated in EditDialog until index changed
bent pushed to develop at bent/GenericQtClient 2026-01-19 18:45:15 +01:00
64967966ea Minor fixes and improvements.
dbff43e9e8 Using GPL license for installer.
Compare 2 commits »
bent pushed to develop at bent/GenericQtClientCore 2026-01-19 18:44:44 +01:00
e1bc779791 Added QAbstractItemModelTester to main and proxy model. And fixing errors in functions flags(...), rowCount(...) and columnCount(...).
bent pushed to develop at bent/GenericQtClientWidgets 2026-01-19 18:44:29 +01:00
8f61c6bc2f Bugfix: Save changes when closing the EditItemDialog.
a966b26185 Getting rid of warning, that a widget has already a layout.
Compare 2 commits »
bent pushed tag 0.2.1 to bent/GenericQtClient 2026-01-15 14:22:35 +01:00
bent pushed to main at bent/GenericQtClient 2026-01-15 14:22:14 +01:00
6be4a36bf9 Merge branch 'release/0.2.1'
6c63e53848 Updated changelog.
e5ac8913ed Bumped version to 0.2.1.
c8dbe74fcc Displaying a QR code in the EditItemDialog containing the full data of the current item as a string. Closes #17.
525a9883f0 Merge tag '0.2.0' into develop
Compare 5 commits »
bent pushed to develop at bent/GenericQtClient 2026-01-15 14:21:55 +01:00
93b3fd2be8 Merge tag '0.2.1' into develop
6be4a36bf9 Merge branch 'release/0.2.1'
6c63e53848 Updated changelog.
e5ac8913ed Bumped version to 0.2.1.
Compare 4 commits »
bent pushed to develop at bent/GenericQtClientWidgets 2026-01-15 14:12:13 +01:00
a8bf5b4032 Displaying a QR code in the EditItemDialog containing the full data of the current item as a string.
bent pushed to develop at bent/GenericQtClientCore 2026-01-15 14:12:08 +01:00
caffa1c18a Added a ToStringRole to summarize the model items (for tool tip and QR code).
bent closed issue bent/GenericQtClient#17 2026-01-15 14:11:57 +01:00
Displaying Qr-Code for item data