Marius Stanciu
|
13dc84809c
- finished adding Transform Tool in Geometry Editor - everything is working as intended
|
7 vuotta sitten |
Marius Stanciu
|
3d5c6840aa
- finished adding Transform Tool in Geometry Editor - everything is working as intended
|
7 vuotta sitten |
Marius Stanciu
|
eece2fbe56
- in Geometry Editor by selecting a shape with a selection shape, that object was added multiple times (one per each selection) to the selected list, which is not intended. Bug fixed.
|
7 vuotta sitten |
Marius Stanciu
|
cc2fe29942
- fixed an issue where the function handler that changed the layout had a parameter changed accidentally by an index value passed by the 'activate' signal to which was connected
|
7 vuotta sitten |
Marius Stanciu
|
b717b60d45
- in Editors, if the modifier key set in Preferences (CTRL or SHIFT key) is pressed at the end of one tool operation it will automatically continue to that action until the modifier is no longer pressed when Select tool will be automatically selected.
|
7 vuotta sitten |
Marius Stanciu
|
8f7d169e9c
- when linked, the grid snap on Y will copy the value in grid snap on X in real time
|
7 vuotta sitten |
Marius Stanciu
|
c94679919d
- stored solid_geometry of Excellon object in the self.tools dictionary
|
7 vuotta sitten |
Marius Stanciu
|
9b61e4cc37
- finished work on Offset parameter in Excellon Object (Excellon Editor, camlib, FlatCAMObj updated to take this param in consideration)
|
7 vuotta sitten |
Marius Stanciu
|
d0641458e4
- whenever a FlatCAM tool is activated, if the notebook side is hidden it will be unhidden
|
7 vuotta sitten |
Marius Stanciu
|
59e12cf295
- fixed an error in Excellon Editor -> add drill array that could appear by starting the function to add a drill array by shortcut before any mouse move is registered while in Editor
|
7 vuotta sitten |
Marius Stanciu
|
8b0a9a429a
- fixed some errors
|
7 vuotta sitten |
Marius Stanciu
|
8f000c0a18
- in Excellon Editor added a protection for Tool_dia field in case numbers using comma as decimal separator are used. Also added a QDoubleValidator forcing a number with max 4 decimals and from 0.0000 to 9.9999
|
7 vuotta sitten |
Marius Stanciu
|
824b1a95ab
- moved all shortcut keys handlers from Editors to the keyPressEvent() handler from FLatCAMGUI
|
7 vuotta sitten |
Marius Stanciu
|
1a8db0b5d9
- fixed the Tcl Command Geocutout to work with Gerber objects too (besides Geometry objects)
|
7 vuotta sitten |
Marius Stanciu
|
05ae92726c
- renamed the theme to layout because it is really a layout change
|
7 vuotta sitten |
Marius Stanciu
|
8bbb9ba534
- all kwy shortcuts work across the entire application; started to move all the shortcuts definitions in FlatCAMGUI.keyPressEvent()
|
7 vuotta sitten |
Marius Stanciu
|
713b584841
- added a new parameter in the Tool Film which control the thickness of the stroke width in the resulting SVG. It's a scale parameter.
|
7 vuotta sitten |
Marius Stanciu
|
7da1d23098
- added a remove_tools() function before install_tools() in the init_tools() that is called when creating a new project. Should solve the issue with having double menu entry's in the TOOLS menu
|
7 vuotta sitten |
Marius Stanciu
|
6ea3499d39
- updated the new shortcut list with the shortcuts added lately
|
7 vuotta sitten |
Marius Stanciu
|
12b78cf2f3
- fixed the snap magnet button in Geometry Editor, restored the checkable property to True
|
7 vuotta sitten |
Marius Stanciu
|
7607aad8d8
- added protection against entering float numbers with comma separator instead of decimal dot separator in key points of FlatCAM (not everywhere)
|
7 vuotta sitten |
Marius Stanciu
|
365c1f4c71
- remade the way FlatCAM saves the GUI position data from a file (previously) to use PyQt QSettings
|
7 vuotta sitten |
Marius Stanciu
|
093f210c25
- hidden the snap magnet entry and snap magnet toggle from the main view; they are now active only in Editor Mode
|
7 vuotta sitten |
Marius Stanciu
|
dbee97ccb9
- remade the App Menu for Editors: now they will be showed only when the respective Editor is active and hidden when the Editor is closed.
|
7 vuotta sitten |
Marius Stanciu
|
32aa37d793
- disabled the context menu in tools table on Paint Tool in case that the painting method is single.
|
7 vuotta sitten |
Marius Stanciu
|
970b260333
- added more shortcut keys in the Geometry Editor and in Excellon Editor; activated also the zoom (fit, in, out) shortcut keys ('1' , '2', '3') for the editors
|
7 vuotta sitten |
Marius Stanciu
|
c4a9c8bd77
- added more key shortcuts into the application; they are now displayed in the GUI menu's
|
7 vuotta sitten |
Marius Stanciu
|
2c49d41500
- Excellon Editor - added possibility to create an linear drill array rotated at an custom angle
|
7 vuotta sitten |
Marius Stanciu
|
e6d431c9e3
- removed the raise statement in do_worker_task() function as this is fatal in conjunction with PyQt5
|
7 vuotta sitten |
Marius Stanciu
|
e48d2d2f49
-clean-up before merge
|
7 vuotta sitten |