• Joined on 2024-05-28
bent closed issue bent/GenericQtClient#10 2025-12-22 12:22:37 +01:00
Undo-Stack working with model data (with "do you want to save your changes?" dialog)
bent pushed to develop at bent/GenericQtClient 2025-12-22 12:22:37 +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.
bent pushed to develop at bent/GenericQtClient 2025-12-22 12:17:04 +01:00
55ec763862 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).
bent pushed to develop at bent/GenericQtClientWidgets 2025-12-22 11:40:44 +01:00
fd7e0975f5 Merge branch 'feature/UndoRedoWithModelData' into develop
b3f83ccdb0 Using QDataWidgetMapper in ItemDetailMapper to work with the model data (current index of the TableView).
8d523bb5bc Moved EditItemDialog content widget into separate widget class ItemDetailMapper.
467ab58fae Renamed source code folder "Dialogs" into "dialogs".
47338e5ae2 Added an EditItemDialog dummy, based on the NewItemDialog.
Compare 8 commits »
bent pushed to develop at bent/GenericQtClientCore 2025-12-22 11:40:24 +01:00
c09aad88dc Merge branch 'feature/UndoRedoWithModelData' into develop
e54204e394 Editing an item is now undo/redo-able.
772ab6b2ff Reordered function implementations according to declarations in header file.
c75d35179b Deleting items from the model can now be made undone/redone.
0166a00d9d Adding new items to the model can now be made undone/redone.
Compare 8 commits »
bent closed issue bent/GenericQtClient#13 2025-12-08 15:15:03 +01:00
When editing model data the current data should be shown in the editor
bent closed issue bent/GenericQtClient#11 2025-12-08 15:15:03 +01:00
CRUD for model data (without undo stack)
bent pushed to develop at bent/GenericQtClient 2025-12-08 15:15:03 +01:00
eedd15b960 Model items can be created, edited and deleted. Closes #13, Closes #11
bent pushed to develop at bent/GenericQtClientWidgets 2025-12-08 15:14:53 +01:00
c80a692a28 Selected items can be deleted from model via menu action "Delete item(s)"
c51c06ba50 The "factor" value can be inserted as a floating point.
ea75e57dbf An item can be added to the model with accepting the NewItemDialog.
928b795f4e Added an AbstractDialog class and using it as base for a NewItemDialog class (no new item functionality yet).
c7012ceff5 Added menu action dummies for the menus "File" and "Edit".
Compare 5 commits »
bent pushed to develop at bent/GenericQtClientCore 2025-12-08 15:14:46 +01:00
169d8f9f1e Items can be deleted from the model.
d45b1098f9 Added default invalid parentIndex to TableModel::columnCount and added Q_UNUSED macro to suppress warnings.
4c906099eb Items can be added to model dynamically.
144460b5aa Start with the current data, when editing a table cell.
a07e03d80d Deducing the column count of the table model from the header names.
Compare 7 commits »
bent opened issue bent/GenericQtClient#14 2025-12-08 15:07:50 +01:00
Add "Edit item" dialog to change multiple values (using ItemDetailMapper)
bent opened issue bent/GenericQtClient#13 2025-12-04 11:06:59 +01:00
When editing model data the current data should be shown in the editor
bent closed issue bent/GenericQtClient#12 2025-12-03 11:12:04 +01:00
Basic table model
bent pushed to develop at bent/GenericQtClient 2025-12-03 11:12:04 +01:00
5a7e2637ff Displaying a basic read-only table model. Closes #12
bent pushed to develop at bent/GenericQtClientWidgets 2025-12-03 11:11:55 +01:00
5e54f52cd6 Removed obsolete TODO comment.
64a65b5916 Retrieving model from the core and showing its data in a QTableView.
9a30fb2aad Fix: Don't create a second "Help" menu for the "About" dialogs.
Compare 3 commits »
bent pushed to develop at bent/GenericQtClientCore 2025-12-03 11:11:48 +01:00
0dba9639e6 Added a ModelItem class to hold the data for each row.
6a3725bde7 Added a simple read-only TableModel and made it accessible via GenericCore.
Compare 2 commits »
bent opened issue bent/GenericQtClient#12 2025-11-30 17:32:33 +01:00
Basic table model
bent opened issue bent/GenericQtClient#11 2025-11-30 17:30:00 +01:00
CRUD for model data (without undo stack)
bent opened issue bent/GenericQtClient#10 2025-11-30 17:28:31 +01:00
Undo-Stack working with model data (with "do you want to save your changes?" dialog)
bent opened issue bent/GenericQtClient#9 2025-11-30 17:26:52 +01:00
Save/load model data in JSON file (with "do you want to save your changes?" dialog)