David Robertson
|
be93f78f7c
Fix the alpha sliders not taking the correct value on startup and not syncing bidirectionally.
|
5 lat temu |
David Robertson
|
1c5a6de80d
Merge branch 'Beta' into preferences-refactoring
|
5 lat temu |
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 lat temu |
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 lat temu |
David Robertson
|
84566301ce
reimplement alpha slider
|
5 lat temu |
David Robertson
|
b6593b41e2
translated the gui prefs group
|
5 lat temu |
David Robertson
|
a00cdd6de7
Work in progress on prefs overhaul
|
5 lat temu |
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 |