• Joined on 2024-05-28
bent pushed to develop at bent/GenericQtClient 2026-04-08 17:29:18 +02:00
b8c63533f3 Improvement list:
de1679e1dc Optional header support when importing from CSV file.
Compare 2 commits »
bent pushed to develop at bent/GenericQtClientCore 2026-04-08 17:29:13 +02:00
0a2b0d840b Added NUMBER_ROLES to metadata.h for use in GUI source code.
54d537dc9b Roles can now be declared read-only. First read-only role: IdRole
a9a4b39da1 Don't set missing model item values to default value from JSON object.
5b62f9461b CSV import has now support for optional columns.
Compare 4 commits »
bent pushed to develop at bent/GenericQtClientWidgets 2026-04-08 17:29:04 +02:00
6408eaa10a Refactored the creation of control widgets.
24192df5d6 Using the new SpinBoxDelegate in int and double columns even if the cell is empty.
c7b0e4f3e5 Removed status message which overwrites message from the core on CSV import.
Compare 3 commits »
bent pushed to develop at bent/GenericQMLApp 2026-04-08 17:29:00 +02:00
28f9de31d5 Clean up and formatting.
61ae4fc02c Disabling unnecessary function when undo stack's cleanness changed.
Compare 2 commits »
bent opened issue bent/GenericQtClient#30 2026-04-02 09:49:30 +02:00
Using namespaces instead of pure static classes (WidgetHelper, FileHandler,...)?
bent opened issue bent/GenericQtClient#29 2026-03-14 12:22:02 +01:00
Start meaningful unit testing
bent opened issue bent/GenericQtClient#28 2026-03-14 09:41:22 +01:00
Add authentication to REST API
bent opened issue bent/GenericQtClient#27 2026-03-14 09:40:11 +01:00
Push/Pull item to/from a GenericRestServer
bent opened issue bent/GenericQtClient#26 2026-03-14 09:37:50 +01:00
WidgetsUI: Add ModelSummary tab
bent reopened issue bent/GenericQtClient#25 2026-03-14 09:36:44 +01:00
Add QML UI
bent closed issue bent/GenericQtClient#25 2026-03-14 09:36:39 +01:00
Add QML UI
bent opened issue bent/GenericQMLApp#1 2026-03-10 16:59:18 +01:00
In expanded item delegate: Type value in combo box is not been updated due to undo/redo step
bent pushed to develop at bent/GenericQMLApp 2026-03-09 15:50:09 +01:00
f5efa975c6 When trying to close the application changes can be saved, discarded or the exit can be canceled via dialog.
bent pushed to develop at bent/GenericQtClientCore 2026-03-09 15:50:04 +01:00
5530aff2f3 Converting saveItems() into a public slot to be invokable from QML.
bent pushed to develop at bent/GenericQtClient 2026-03-09 15:49:57 +01:00
8aaf4fbe40 QML UI: When trying to close the application changes can be saved, discarded or the exit can be canceled via dialog.
bent pushed to develop at bent/GenericQMLApp 2026-03-09 15:06:53 +01:00
3e3aae63ae Added visualization for unclean undo stack. (No safe guard before closing on an unclean stack yet.)
d08325cc3c Model undo stack is accessible in QML. Added Undo & Redo buttons, which are properly en-/disabled and have informative texts.
e76fdaae9f Added controls to edit the role "amount", "factor" and "type" from the expandable item delegate.
Compare 3 commits »
bent pushed to develop at bent/GenericQtClient 2026-03-09 15:06:50 +01:00
8f2cd7550b QML UI: Added undo/redo action and visualization of an unclean undo stack.
8b07cc6eed QML UI: Displaying TableModel data in a list view in an editable way. (Proof of concept with selected roles)
5190efedc4 Added QML UI subdirectory project as submodule.
Compare 3 commits »
bent pushed to develop at bent/GenericQtClientCore 2026-03-09 07:52:27 +01:00
c1ee2135df TableModel::setData can now be called for column 0 with different roles to edit. (Doesn't rely on Qt::EditRole and RoleForColumn in all cases)
a6648b7d1e Added "display" as role name. (For the QML UI)
dbfaee27dc Added messagehandler.h (moved from widgets UI project).
Compare 3 commits »
bent pushed to develop at bent/GenericQtClientWidgets 2026-03-09 07:52:21 +01:00
7fa8612313 Removed not used icon and renamed the application icon properly.
8dbceabb8a Removed messagehandler.h because it now lives in the GenericCore project.
Compare 2 commits »
bent pushed to develop at bent/GenericQMLApp 2026-03-09 07:52:08 +01:00
609f777d13 Added an editable item delegate. Only Factor plus/minus button are working for now. (based on https://doc.qt.io/qt-6/qtquick-views-example.html as well)
ab5f9b1952 Displaying images in item delegates.
dc8a4683db Using a expandable list item as delegate. (adapted Qt example: https://doc.qt.io/qt-6/qtquick-views-example.html)
5b9f796a6f Using a color scheme based on the elixir mentor gist clone tutorial. https://github.com/ElixirMentor/elixir_gist
ca59fc2b20 Selecting items by mouse click.
Compare 11 commits »