Commit Graph

38 Commits

Author SHA1 Message Date
24192df5d6 Using the new SpinBoxDelegate in int and double columns even if the cell is empty. 2026-03-14 09:35:42 +01:00
c7b0e4f3e5 Removed status message which overwrites message from the core on CSV import. 2026-03-12 10:38:31 +01:00
7fa8612313 Removed not used icon and renamed the application icon properly. 2026-03-06 11:07:05 +01:00
385dc7ca76 Added a ComboBoxDelegate for the new "type" role. 2026-03-01 11:42:30 +01:00
4c4d734b1b Added a SettingsDialog with a "Server" tab to configure the server settings. 2026-02-03 11:22:55 +01:00
0eef55fc32 Don't use the SettingsHandler directly. Go through the GenericCore instead. 2026-02-03 11:21:33 +01:00
d109eb31f8 Added "Server/Delete item" menu action. 2026-02-02 16:30:59 +01:00
a9f24ac8f2 Adjusted to GenericCore::postItemsToServer and using ModelItemsValues typedef in new item dialog. 2026-02-02 16:25:17 +01:00
67d9a3914d Retrieving JSON data from the proxy model and send it via core to the server. 2026-01-29 15:11:59 +01:00
518bebcbb7 Added "Server" menu with "fetch items" and "post items" actions to trigger communication with the RESTful server. 2026-01-29 09:00:12 +01:00
232b9ceb78 Added a find items dialog to select items based on if they contain a specific text. 2026-01-12 15:02:34 +01:00
8a0d37f8f9 Not using the TableModel directly anymore. Removing and appending items via GeneralSortFilterModel. 2026-01-12 10:15:05 +01:00
bd056a00ce Using the new QSortFilterProxyModel subclass of the core for the TableView. 2026-01-12 09:57:44 +01:00
5eee7a4a75 Informing the core, that unsaved changes to the items should be saved before starting the updater. 2026-01-06 10:17:15 +01:00
3cab6d6b86 Model data can be exported to CSV file. 2026-01-06 10:05:16 +01:00
78a55b6559 Model items can be imported from CSV file. 2026-01-04 16:52:03 +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
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
b3f83ccdb0 Using QDataWidgetMapper in ItemDetailMapper to work with the model data (current index of the TableView). 2025-12-22 11:21:44 +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
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
7dd9d3d95b Added "About" & "About Qt" dialogs. 2025-11-04 21:21:28 +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
641cf02db4 Added window icon (and others). Plus minor fixes. 2025-10-26 13:03:20 +01:00
3ed9e21b93 Simple widgets UI to demonstrate usage of GenericCore library. 2025-10-02 15:03:26 +02:00