Marius Stanciu
|
29ce53b577
- solved the issue with the GUI in the Notebook being expanded too much in width due of the FCDoubleSpinner and FCSpinner sizeHint by setting the sizePolicy to Ignored value
|
5 jaren geleden |
Marius Stanciu
|
541813c22b
- finished the GUI for exclusion areas both in the Excellon and Geometry Objects. Need to think if to make it visible only in Advanced Mode
|
5 jaren geleden |
Marius Stanciu
|
ed105eecad
- fixed an issue that made the preprocessors comboxes in Preferences not to load and display the saved value fro the file
|
5 jaren geleden |
Marius Stanciu
|
88dc9aa702
- in detachable tabs, Linux loose the reference of the detached tab and on close of the detachable tabs will gave a 'segmantation fault' error. Solved it by not deleting the reference in case of Unix-like systems
|
5 jaren geleden |
Marius Stanciu
|
804b62af7f
- solved the problem with not closing all the tabs in Plot Area when creating a New Project; the issue was that once a tab was removed the indexes are remade (when tab 0 is removed then tab 1 becomes tab 0 and so on)
|
5 jaren geleden |
Marius Stanciu
|
2ca6e2e3f1
- modified the method that detects which tab was closed in the Plot Area so it will no longer depend on it's translated text but on it's objectName set on the QTab creation
|
5 jaren geleden |
Marius Stanciu
|
907e4bc6d9
- disabled a skip_quotes method in ToolShell.FCShell class so I can now use quotes to enclose file paths with spaces inside
|
5 jaren geleden |
Marius Stanciu
|
527dcf6270
- added possibility to save as text file the content in Tcl Shell browser window when clicking the Save log context menu entry
|
5 jaren geleden |
Marius Stanciu
|
26dd29e7dd
- the status bar messages that are echoed in the Tcl Shell will no longer have all text colored but only the identifier
|
5 jaren geleden |
Marius Stanciu
|
b569fa1748
- added a new menu entry in the context menu of the Tcl Shell: 'Save Log' which will save the content of the Tcl Shell browser window to a file
|
5 jaren geleden |
Marius Stanciu
|
495650fc73
- remove some method declaration with type hints that work only in Python > 3.8
|
5 jaren geleden |
Marius Stanciu
|
3735753a93
- fixed the Tcl Command Help to work as expected; made the text of the commands to be colored in Red color and bold
|
5 jaren geleden |
Marius Stanciu
|
ecf61fdf6d
- made the Grid icon in the status bar clickable and it will toggle the snap to grid function
|
5 jaren geleden |
Marius Stanciu
|
49fa926d50
- fixed a bug that did not allow to edit GUI elements of type FCDoubleSpinner if it contained the percent symbol
|
5 jaren geleden |
Marius Stanciu
|
abce81d802
- fixed issue #394 - the saveDialog in Linux did not added the selected extension
|
5 jaren geleden |
Marius Stanciu
|
8a2ed1c726
- some changes in the Geometry UI
|
5 jaren geleden |
Marius Stanciu
|
b53c1c403a
- fix for contextual menus on canvas when using PyQt versions > 5.12.1
|
5 jaren geleden |
Marius Stanciu
|
3d39916b5f
- minor changes to increase compatibility with Python 3.8
|
5 jaren geleden |
Marius Stanciu
|
1ca650e883
- modified the new database to accept data from NCC and Paint Tools
|
5 jaren geleden |
Marius Stanciu
|
e6917ba1ab
- fixed Properties Tool due of recent changes to the FCTree widget
|
5 jaren geleden |
Marius Stanciu
|
15ee54d057
- updated all the FlatCAM Tools and the Gerber UI FCComboBoxes to update the box value with the latest object loaded in the App
|
5 jaren geleden |
Marius Stanciu
|
0477a9860a
- added property that allow the FCComboBox to update the view with the last item loaded; updated the app to use this property
|
5 jaren geleden |
Marius Stanciu
|
bac37865e9
- updated the UI in Geometry Editor
|
5 jaren geleden |
Marius Stanciu
|
77e01825c2
- wip on the new tools database
|
5 jaren geleden |
Marius Stanciu
|
70d3895799
- working on a new type of database
|
5 jaren geleden |
Marius Stanciu
|
8a6ada1984
- added a new parameter named 'End Move X,Y' for the Geometry and Excellon objects. Adding a tuple of coordinates in this field will control the X,Y position of the final move; not entering a value there will cause not to make an end move
|
5 jaren geleden |
Marius Stanciu
|
7292a30b9e
- fixed some issues realted to the usage of the new confirmation message in FlatCAM Tools
|
6 jaren geleden |
Marius Stanciu
|
10d4ed512b
- modified Spinbox and DoubleSpinbox Custom UI elements such that they issue a warning status message when the typed value is out of range
|
6 jaren geleden |
Marius Stanciu
|
fd0438842d
- finished adding in Geometry Editor a TreeWidget with the geometry shapes found in the edited object
|
6 jaren geleden |
Marius Stanciu
|
fbf0b8606e
- made some structural changes in Properties Tool
|
6 jaren geleden |