• Joined on 2024-05-28
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.
bent pushed to develop at bent/GenericQtClientWidgets 2026-01-12 15:03:44 +01:00
232b9ceb78 Added a find items dialog to select items based on if they contain a specific text.
bent closed issue bent/GenericQtClient#8 2026-01-12 10:22:01 +01:00
Sorting table view
bent pushed to develop at bent/GenericQtClient 2026-01-12 10:22:01 +01:00
bc5070a1a5 TableView can now be sorted by column (using QSortFilterProxyModel). Closes #8.
d22c0e466c Added two CSV files to test import and export capabilities.
Compare 2 commits »
bent pushed to develop at bent/GenericQtClientWidgets 2026-01-12 10:19:12 +01:00
e915846b8a Merge branch 'feature/proxySortFilterModel' into develop
8a0d37f8f9 Not using the TableModel directly anymore. Removing and appending items via GeneralSortFilterModel.
bd056a00ce Using the new QSortFilterProxyModel subclass of the core for the TableView.
Compare 3 commits »
bent pushed to develop at bent/GenericQtClientCore 2026-01-12 10:19:10 +01:00
738e1bdee1 Merge branch 'feature/proxySortFilterModel' into develop
d78fc734c1 Appending and removing items are done via GeneralSortFilterModel instead of TableModel directly.
a6512f2c67 Added a QSortFilterProxyModel subclass to enable sorting by different columns in the views.
Compare 3 commits »
bent pushed to develop at bent/GenericQtClientCore 2026-01-06 10:22:20 +01:00
3597fcf0b0 Merge branch 'feature/fileImportExportCsv' into develop
8d4260b18d Items can be saved before starting the updater.
99ed398c2f Simple implementation of CSV export.
3e6273cb7d Using the typedef ModelItemValues for "QHash<int, QVariant>".
2702b9c835 Simple implementation of CSV file import. Successfully imported items are appended to the model.
Compare 5 commits »
bent pushed to develop at bent/GenericQtClient 2026-01-06 10:22:05 +01:00
1c3bb6da30 Merged CSV feature branch of GenericCore into develop.
bent deleted branch feature/fileImportExportCsv from bent/GenericQtClientCore 2026-01-06 10:20:20 +01:00