Commit Graph

24 Commits

Author SHA1 Message Date
c8dbe74fcc Displaying a QR code in the EditItemDialog containing the full data of the current item as a string. Closes #17. 2026-01-15 14:11:23 +01:00
525a9883f0 Merge tag '0.2.0' into develop
Basic working with data.
2026-01-14 10:52:50 +01:00
678bdbab47 Merge branch 'release/0.2.0' 0.2.0 2026-01-14 10:51:21 +01:00
b059379518 Version 0.2.0. With project description README.md and added CHANGELOG.md. 2026-01-14 10:51:01 +01:00
c9441d7eca Search dialog to select row(s). Closes #15. 2026-01-12 15:03:15 +01:00
bc5070a1a5 TableView can now be sorted by column (using QSortFilterProxyModel). Closes #8. 2026-01-12 10:21:49 +01:00
d22c0e466c Added two CSV files to test import and export capabilities. 2026-01-11 13:17:30 +01:00
1c3bb6da30 Merged CSV feature branch of GenericCore into develop. 2026-01-06 10:21:51 +01:00
fb57727286 Saving changed items before starting the updater. 2026-01-06 10:18:43 +01:00
85836dfda0 Simple import/export from/to CSV files. Closes #7. 2026-01-06 10:08:55 +01:00
b2bc725eff Refactoring: Gathered model meta data (role name, data types) in a central location. Closes #16. 2026-01-01 10:33:41 +01:00
9c4c77ef07 Items can be saved in the standard location as "items.json" and are loaded automatically on startup (if file exists). Closes #9. 2025-12-23 14:05:46 +01:00
01f8ff01fc Creating, editing and deleting model items can now be un-/redone. A Save/Discard/Cancel dialog is shown if the undo stack is unclean (No saving to file functionality yet). Closes #10. 2025-12-22 12:21:30 +01:00
eedd15b960 Model items can be created, edited and deleted. Closes #13, Closes #11 2025-12-08 15:14:15 +01:00
5a7e2637ff Displaying a basic read-only table model. Closes #12 2025-12-03 11:11:31 +01:00
daae7e8405 Disabled GUI translations, added "About" dialogs & updated umbrella project version to 0.1.0 2025-11-04 21:25:54 +01:00
a159181074 Merge branch 'feature/installer' into develop 2025-11-01 11:20:29 +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. 2025-11-01 10:56:50 +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) 2025-10-29 11:49:14 +01:00
0acc36454c Added application icon (and other icons) and little source code formatting. 2025-10-27 11:13:00 +01:00
7fad2ec1d5 Updated the core submodule and make the tests pass (in a very crude way). 2025-10-03 11:17:03 +02:00
28477732f1 Make QString pretty printable in test results. 2025-10-03 11:16:03 +02:00
588414be83 Umbrella project for an GenericWidgets client using the GenericCore library (Using submodules). With a GoogleTest project testing GenericCore::toString() method. 2025-10-02 20:28:38 +02:00
d6f8ca89a0 Initial commit 2025-10-02 10:54:22 +02:00