• Joined on 2024-05-28
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
bent pushed to develop at bent/GenericQtClient 2026-01-15 14:11:57 +01:00
c8dbe74fcc Displaying a QR code in the EditItemDialog containing the full data of the current item as a string. Closes #17.
bent opened issue bent/GenericQtClient#18 2026-01-15 14:00:22 +01:00
QR-Code isn't updated after changes through the ItemDetailMapper
bent opened issue bent/GenericQtClient#17 2026-01-14 10:58:26 +01:00
Displaying Qr-Code for item data
bent released Basic working with data. at bent/GenericQtClient 2026-01-14 10:55:58 +01:00
bent pushed tag 0.2.0 to bent/GenericQtClient 2026-01-14 10:54:41 +01:00
bent pushed to main at bent/GenericQtClient 2026-01-14 10:54:10 +01:00
678bdbab47 Merge branch 'release/0.2.0'
b059379518 Version 0.2.0. With project description README.md and added CHANGELOG.md.
c9441d7eca Search dialog to select row(s). Closes #15.
bc5070a1a5 TableView can now be sorted by column (using QSortFilterProxyModel). Closes #8.
d22c0e466c Added two CSV files to test import and export capabilities.
Compare 21 commits »
bent pushed to develop at bent/GenericQtClient 2026-01-14 10:53:55 +01:00
525a9883f0 Merge tag '0.2.0' into develop
678bdbab47 Merge branch 'release/0.2.0'
b059379518 Version 0.2.0. With project description README.md and added CHANGELOG.md.
Compare 3 commits »
bent pushed to develop at bent/GenericQtClientCore 2026-01-14 10:27:55 +01:00
c15e5425a7 Bumped version to 0.2.0.
bent pushed to develop at bent/GenericQtClientWidgets 2026-01-14 10:27:50 +01:00
c83ba2da9d Bumped version to 0.2.0.
bent closed issue bent/GenericQtClient#15 2026-01-12 15:03:55 +01:00
Search dialog to select row(s)
bent pushed to develop at bent/GenericQtClient 2026-01-12 15:03:55 +01:00
c9441d7eca Search dialog to select row(s). Closes #15.
bent pushed to develop at bent/GenericQtClientCore 2026-01-12 15:03:46 +01:00
e06170dd59 Added the a function to find items containing the specified text. Returning an item selection.