• Joined on 2024-05-28
bent closed issue bent/GenericQtClient#4 2025-12-28 13:28:33 +01:00
Find a way to use smart pointers with Qt's Signal-Slot-Connection
bent closed issue bent/GenericQtClient#9 2025-12-23 14:06:08 +01:00
Save/load model data in JSON file
bent pushed to develop at bent/GenericQtClient 2025-12-23 14:06:08 +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.
bent pushed to develop at bent/GenericQtClientWidgets 2025-12-23 14:03:40 +01:00
12e5596b34 Merge branch 'feature/saveLoadItemsInFromFile' into develop
8333be2044 Items can be saved via menu action and when exiting application with unclean undo stack.
6cd0519237 Using the application name set in the core (with "-dev" suffix in debug builds) as window title.
d94a928fc0 Merge branch 'feature/UndoRedoWithModelData' into develop
Compare 4 commits »
bent pushed to develop at bent/GenericQtClientCore 2025-12-23 14:03:29 +01:00
b2f01a7990 Merge branch 'feature/saveLoadItemsInFromFile' into develop
1fc1b1715d Items are loaded from default JSON file in standard location at startup. If no items are found in file, example items are generated.
0e1a0d4959 Items can be saved to JSON file "items.json" (in standard location).
2c3d49db30 Setting the application name with "-dev" suffix in debug builds and setting the organization name (for storing configs and other files in proper directory).
Compare 4 commits »
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 »