Commit Graph

33 Commits

Author SHA1 Message Date
683f5d224c Changing submit policy of QDataWidgetMapper to AutoSubmit because if multiple changes are made at once not all of them are applied. 2026-01-01 09:59:12 +01:00
bcba8f8452 Using JsonParser to generate JSON document to pass in the addItems signal & using roles instead of their names (compiler will complain if a role is not existent anymore). 2025-12-31 10:47:28 +01:00
12e5596b34 Merge branch 'feature/saveLoadItemsInFromFile' into develop 2025-12-23 14:02:12 +01:00
8333be2044 Items can be saved via menu action and when exiting application with unclean undo stack. 2025-12-23 10:18:00 +01:00
6cd0519237 Using the application name set in the core (with "-dev" suffix in debug builds) as window title. 2025-12-23 10:08:11 +01:00
d94a928fc0 Merge branch 'feature/UndoRedoWithModelData' into develop 2025-12-22 15:53:16 +01:00
fd7e0975f5 Merge branch 'feature/UndoRedoWithModelData' into develop 2025-12-22 11:39:03 +01:00
b3f83ccdb0 Using QDataWidgetMapper in ItemDetailMapper to work with the model data (current index of the TableView). 2025-12-22 11:21:44 +01:00
8d523bb5bc Moved EditItemDialog content widget into separate widget class ItemDetailMapper. 2025-12-18 11:00:53 +01:00
467ab58fae Renamed source code folder "Dialogs" into "dialogs". 2025-12-17 10:39:34 +01:00
47338e5ae2 Added an EditItemDialog dummy, based on the NewItemDialog. 2025-12-17 10:33:18 +01:00
902ed1c84b Added a undo view and react to change of the cleanness of the undo stack. 2025-12-11 16:01:48 +01:00
ec0d72953f Merge branch 'develop' into feature/UndoRedoWithModelData 2025-12-09 09:59:16 +01:00
c80a692a28 Selected items can be deleted from model via menu action "Delete item(s)" 2025-12-08 15:05:04 +01:00
c51c06ba50 The "factor" value can be inserted as a floating point. 2025-12-08 13:28:01 +01:00
ea75e57dbf An item can be added to the model with accepting the NewItemDialog. 2025-12-08 13:26:42 +01:00
928b795f4e Added an AbstractDialog class and using it as base for a NewItemDialog class (no new item functionality yet). 2025-12-07 14:50:58 +01:00
370bcd5a41 Retrieve QUndoStack pointer from core and create actions for undo and redo. 2025-12-06 10:36:21 +01:00
c7012ceff5 Added menu action dummies for the menus "File" and "Edit". 2025-12-04 16:44:31 +01:00
5e54f52cd6 Removed obsolete TODO comment. 2025-12-03 11:09:13 +01:00
64a65b5916 Retrieving model from the core and showing its data in a QTableView. 2025-12-02 16:01:44 +01:00
9a30fb2aad Fix: Don't create a second "Help" menu for the "About" dialogs. 2025-11-04 21:44:06 +01:00
8105fac8d3 Updated Widgets-UI project version to 0.1.0 2025-11-04 21:23:11 +01:00
7dd9d3d95b Added "About" & "About Qt" dialogs. 2025-11-04 21:21:28 +01:00
c8825bfe14 Disable translations because it throws errors when compiling in Release mode. 2025-11-04 21:19:31 +01:00
43df76c88f Available update can be checked via menu action Help/"Check for update". 2025-10-31 15:31:33 +01:00
dd8847d63a Save and restore window geometry and state. 2025-10-31 15:23:21 +01:00
f359a1fb11 Displaying status messages from the core. Using non-smart pointer for GenericCore to connect to its signal. 2025-10-31 15:02:14 +01:00
9c67fdabdc Renamed target for cleaner build script. 2025-10-29 11:48:58 +01:00
641cf02db4 Added window icon (and others). Plus minor fixes. 2025-10-26 13:03:20 +01:00
1b0e257602 Added a message handler to have colored console output in debug mode. 2025-10-02 16:46:50 +02:00
3ed9e21b93 Simple widgets UI to demonstrate usage of GenericCore library. 2025-10-02 15:03:26 +02:00
b118092860 initial commit 2025-10-02 14:27:52 +02:00