Marius Stanciu
|
2843810ab3
- some GUI elements changes
|
преди 7 години |
Marius Stanciu
|
7c2d8ff28e
- added Tool Transform preferences in Edit -> Preferences and used them through out the app
|
преди 7 години |
Marius Stanciu
|
8c882cfdc4
- made the app not remember the window size if the app is maximized and remember in QSettings if it was maximized. This way we can restore the maximized state but restore the windows size unmaximized
|
преди 7 години |
Marius Stanciu
|
bb8dcb37b9
- fixed a bug in Tool Transform that made the user to not be able to capture the click coordinates with SHIFT + LMB click combo
|
преди 7 години |
Marius Stanciu
|
13dc84809c
- finished adding Transform Tool in Geometry Editor - everything is working as intended
|
преди 7 години |
Marius Stanciu
|
3d5c6840aa
- finished adding Transform Tool in Geometry Editor - everything is working as intended
|
преди 7 години |
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 години |
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 години |
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 години |
Marius Stanciu
|
8f7d169e9c
- when linked, the grid snap on Y will copy the value in grid snap on X in real time
|
преди 7 години |
Marius Stanciu
|
c94679919d
- stored solid_geometry of Excellon object in the self.tools dictionary
|
преди 7 години |
Marius Stanciu
|
9b61e4cc37
- finished work on Offset parameter in Excellon Object (Excellon Editor, camlib, FlatCAMObj updated to take this param in consideration)
|
преди 7 години |
Marius Stanciu
|
d0641458e4
- whenever a FlatCAM tool is activated, if the notebook side is hidden it will be unhidden
|
преди 7 години |
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 години |
Marius Stanciu
|
8b0a9a429a
- fixed some errors
|
преди 7 години |
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 години |
Marius Stanciu
|
824b1a95ab
- moved all shortcut keys handlers from Editors to the keyPressEvent() handler from FLatCAMGUI
|
преди 7 години |
Marius Stanciu
|
1a8db0b5d9
- fixed the Tcl Command Geocutout to work with Gerber objects too (besides Geometry objects)
|
преди 7 години |
Marius Stanciu
|
05ae92726c
- renamed the theme to layout because it is really a layout change
|
преди 7 години |
Marius Stanciu
|
8bbb9ba534
- all kwy shortcuts work across the entire application; started to move all the shortcuts definitions in FlatCAMGUI.keyPressEvent()
|
преди 7 години |
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 години |
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 години |
Marius Stanciu
|
6ea3499d39
- updated the new shortcut list with the shortcuts added lately
|
преди 7 години |
Marius Stanciu
|
12b78cf2f3
- fixed the snap magnet button in Geometry Editor, restored the checkable property to True
|
преди 7 години |
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 години |
Marius Stanciu
|
365c1f4c71
- remade the way FlatCAM saves the GUI position data from a file (previously) to use PyQt QSettings
|
преди 7 години |
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 години |
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 години |
Marius Stanciu
|
32aa37d793
- disabled the context menu in tools table on Paint Tool in case that the painting method is single.
|
преди 7 години |
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 години |