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 lat temu |
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 lat temu |
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 lat temu |
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 lat temu |
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 lat temu |
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 lat temu |
Marius Stanciu
|
495650fc73
- remove some method declaration with type hints that work only in Python > 3.8
|
5 lat temu |
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 lat temu |
Marius Stanciu
|
ecf61fdf6d
- made the Grid icon in the status bar clickable and it will toggle the snap to grid function
|
5 lat temu |
Marius Stanciu
|
49fa926d50
- fixed a bug that did not allow to edit GUI elements of type FCDoubleSpinner if it contained the percent symbol
|
5 lat temu |
Marius Stanciu
|
abce81d802
- fixed issue #394 - the saveDialog in Linux did not added the selected extension
|
5 lat temu |
Marius Stanciu
|
8a2ed1c726
- some changes in the Geometry UI
|
5 lat temu |
Marius Stanciu
|
b53c1c403a
- fix for contextual menus on canvas when using PyQt versions > 5.12.1
|
5 lat temu |
Marius Stanciu
|
3d39916b5f
- minor changes to increase compatibility with Python 3.8
|
5 lat temu |
Marius Stanciu
|
1ca650e883
- modified the new database to accept data from NCC and Paint Tools
|
5 lat temu |
Marius Stanciu
|
e6917ba1ab
- fixed Properties Tool due of recent changes to the FCTree widget
|
5 lat temu |
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 lat temu |
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 lat temu |
Marius Stanciu
|
bac37865e9
- updated the UI in Geometry Editor
|
5 lat temu |
Marius Stanciu
|
77e01825c2
- wip on the new tools database
|
5 lat temu |
Marius Stanciu
|
70d3895799
- working on a new type of database
|
5 lat temu |
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
|
6 lat temu |
Marius Stanciu
|
7292a30b9e
- fixed some issues realted to the usage of the new confirmation message in FlatCAM Tools
|
6 lat temu |
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 lat temu |
Marius Stanciu
|
fd0438842d
- finished adding in Geometry Editor a TreeWidget with the geometry shapes found in the edited object
|
6 lat temu |
Marius Stanciu
|
fbf0b8606e
- made some structural changes in Properties Tool
|
6 lat temu |
Marius Stanciu
|
aa7bc125f4
- the Jump To popup window will now autoselect the LineEdit therefore no more need for an extra click after launching the function
|
6 lat temu |
Marius Stanciu
|
c28f08a392
- fixed an issue in the Distance Tool
|
6 lat temu |
Marius Stanciu
|
856f568f9e
- selected rows in the Tools Tables will stay colored in blue after loosing focus instead of the default gray
|
6 lat temu |
Marius Stanciu
|
6f5a775388
- for auto-completer, now clicking an entry in the completer popup will select that entry and insert it
|
6 lat temu |