Marius Stanciu
|
a7e6914584
- fixed an issue where the Geometry plot function protested that it does not have an parameter that is used by the CNCJob plot function. But both inherit from FaltCAMObj plot function which does not have that parameter so something may need to be changed. Until then I provided a phony keyboard parameter to make that function 'shut up'
|
6 年之前 |
Marius Stanciu
|
a964e6282d
- fixed an module import issue in NCC Tool
|
6 年之前 |
Marius Stanciu
|
d7f4b7e6b0
- work in progress in German translation ~7%
|
6 年之前 |
Marius Stanciu
|
43f89397d7
- added all the TCL keywords in the completer keyword list
|
6 年之前 |
Marius Stanciu
|
f8cbafe84d
- in the TCL completer if the word is already complete don't add it again but add a space
|
6 年之前 |
Marius Stanciu
|
9648bcd693
- added a header in the New Script
|
6 年之前 |
Marius Stanciu
|
d67700c38b
- changed the autoname for saving Preferences, Project and PNG file
|
6 年之前 |
Marius Stanciu
|
789dcc5da5
- fixed the Gerber.merge() function. When some of the Gerber files have apertures with same id, create a new aperture id for the object that is fused because each aperture id may hold different geometries.
|
6 年之前 |
Marius Stanciu
|
df98007a4a
- fixed an error that created a situation that when saving a project with some of the CNCJob objects disabled, on project reload the CNCJob objects are no longer loaded
|
6 年之前 |
Marius Stanciu
|
9a2279708e
- added an icon and title text for the Toggle Units QMessageBox
|
6 年之前 |
Marius Stanciu
|
99c2ceaaed
- ESC key will trigger normal view if in full screen and the ESC key is pressed
|
6 年之前 |
Marius Stanciu
|
b09f311b5c
- added autocomplete finish with ENTER key for the TCL Shell
|
6 年之前 |
Marius Stanciu
|
ec75a68976
- autocomplete in Code Editor is finished by hitting either TAB key or ENTER key
|
6 年之前 |
Marius Stanciu
|
0eb3ea0283
- fixed the Gerber.merge() to work for the case when one of the merged Gerber objects solid_geometry type is Polygon and not a list
|
6 年之前 |
Marius Stanciu
|
bebb827bd2
- added autocomplete for Code editor; TODO: needs to be enabled only when doing Scripts, right now is available for everyone.
|
6 年之前 |
Marius Stanciu
|
e57b913b7f
- in Code Editor added shortcut combo key CTRL+SHIFT+V to function as a Special Paste that will replace the '\' char with '/' so the Windows paths will be pasted correctly for TCL Shell. Also doing SHIFT + LMB on the Paste in contextual menu is doing the same.
|
6 年之前 |
Marius Stanciu
|
39eaf12fef
- added ability to run a FlatCAM Tcl script by double-clicking on the file
|
6 年之前 |
Marius Stanciu
|
6e465d97cd
- the Code Editor tab name is changed according to the task; 'save' and 'open' buttons will have filters installed for the QOpenDialog fit to the task
|
6 年之前 |
Marius Stanciu
|
74d1765a95
- added ability to create new scripts and open scripts in FlatCAM Script Editor
|
6 年之前 |
Marius Stanciu
|
b79c26ec4b
- some changes on how the first layout is applied
|
6 年之前 |
Marius Stanciu
|
3daed4cbfb
- made the translations work when the app is frozen with CX_freeze
|
6 年之前 |
Marius Stanciu
|
dd2f06c598
- changed the name for the .mo/.po files to strings
|
6 年之前 |
Marius Stanciu
|
a4a8258730
Merged in test_beta8.912 (pull request #136)
|
6 年之前 |
Marius Stanciu
|
1c8c973971
- finished translation in Romanian
|
6 年之前 |
Marius Stanciu
|
abfa78d898
- remade the layout in 2Sided Tool
|
6 年之前 |
Marius Stanciu
|
fe6fa826ce
- remade the layout in 2Sided Tool
|
6 年之前 |
Marius Stanciu
|
011f684b38
- fixed bug in Paint Tool - Single Poly: no geometry was generated
|
6 年之前 |
Marius Stanciu
|
46da2dfd1e
- made the layout combobox current item from Preferences -> General window to reflect the current layout
|
6 年之前 |
Marius Stanciu
|
c0d21ee4e0
- made the layout combobox current item from Preferences -> General window to reflect the current layout
|
6 年之前 |
Marius Stanciu
|
ae0706620e
- reverted changes in Tools regarding the toggle effect - now they work as expected and added protection against AttributeError that can happen when switching from another tab.
|
6 年之前 |