- added a detection if any values are changed in the Edit -> Preferences window and on close it will ask the user if he wants to save the changes or not

- created a new menu entry in the File menu named Recent projects that will hold the recent projects and the previous "Recent files" will hold only the previous loaded files
This commit is contained in:
Marius Stanciu
2019-07-31 22:45:03 +03:00
parent 0195084a51
commit 33344b6626
4 changed files with 204 additions and 33 deletions

View File

@@ -15,6 +15,8 @@ CAD program, and create G-Code for Isolation routing.
- organized the list of recent files so the Project entries are to the top and separated from the other types of file
- work on identification of changes in Preferences tab
- added categories names for the recent files
- added a detection if any values are changed in the Edit -> Preferences window and on close it will ask the user if he wants to save the changes or not
- created a new menu entry in the File menu named Recent projects that will hold the recent projects and the previous "Recent files" will hold only the previous loaded files
30.07.2019