Marius Stanciu
|
612aa6a48f
Revert "Preferences refactoring (pull request #309)"
|
5 лет назад |
David Robertson
|
8a62820d08
Merge branch 'Beta' into preferences-refactoring
|
5 лет назад |
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 лет назад |
David Robertson
|
be93f78f7c
Fix the alpha sliders not taking the correct value on startup and not syncing bidirectionally.
|
5 лет назад |
David Robertson
|
1c5a6de80d
Merge branch 'Beta' into preferences-refactoring
|
5 лет назад |
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 лет назад |
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 лет назад |
David Robertson
|
84566301ce
reimplement alpha slider
|
5 лет назад |
David Robertson
|
b6593b41e2
translated the gui prefs group
|
5 лет назад |
David Robertson
|
a00cdd6de7
Work in progress on prefs overhaul
|
5 лет назад |
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 лет назад |
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 лет назад |
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 лет назад |
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 лет назад |
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 лет назад |
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 лет назад |
Marius Stanciu
|
495650fc73
- remove some method declaration with type hints that work only in Python > 3.8
|
5 лет назад |
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 лет назад |
Marius Stanciu
|
ecf61fdf6d
- made the Grid icon in the status bar clickable and it will toggle the snap to grid function
|
5 лет назад |
Marius Stanciu
|
49fa926d50
- fixed a bug that did not allow to edit GUI elements of type FCDoubleSpinner if it contained the percent symbol
|
5 лет назад |
Marius Stanciu
|
abce81d802
- fixed issue #394 - the saveDialog in Linux did not added the selected extension
|
5 лет назад |
Marius Stanciu
|
8a2ed1c726
- some changes in the Geometry UI
|
5 лет назад |
Marius Stanciu
|
b53c1c403a
- fix for contextual menus on canvas when using PyQt versions > 5.12.1
|
5 лет назад |
Marius Stanciu
|
3d39916b5f
- minor changes to increase compatibility with Python 3.8
|
5 лет назад |
Marius Stanciu
|
1ca650e883
- modified the new database to accept data from NCC and Paint Tools
|
5 лет назад |
Marius Stanciu
|
e6917ba1ab
- fixed Properties Tool due of recent changes to the FCTree widget
|
5 лет назад |
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 лет назад |
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 лет назад |
Marius Stanciu
|
bac37865e9
- updated the UI in Geometry Editor
|
5 лет назад |
Marius Stanciu
|
77e01825c2
- wip on the new tools database
|
5 лет назад |