Marius Stanciu
|
fc7076e2c6
- finished preparing for internationalization for the files: FlatCAMEditor, FlatCAMGUI
|
6 lat temu |
Marius Stanciu
|
6ba037fd83
- fixed issue when doing th CTRL (or SHIFT) + LMB, the focus is automatically moved to Project Tab
|
6 lat temu |
Marius Stanciu
|
574184f44c
- fixed Measuring Tool - after doing a measurement the Notebook was switching to Project Tab without letting the user see the results
|
6 lat temu |
Marius Stanciu
|
d775e999fe
- remade the CutOut Tool
|
6 lat temu |
Marius Stanciu
|
06fb48eb6a
- minor UI changes for Gerber UI
|
6 lat temu |
Marius Stanciu
|
2843810ab3
- some GUI elements changes
|
7 lat temu |
Marius Stanciu
|
7c2d8ff28e
- added Tool Transform preferences in Edit -> Preferences and used them through out the app
|
7 lat temu |
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 lat temu |
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 lat temu |
Marius Stanciu
|
13dc84809c
- finished adding Transform Tool in Geometry Editor - everything is working as intended
|
7 lat temu |
Marius Stanciu
|
3d5c6840aa
- finished adding Transform Tool in Geometry Editor - everything is working as intended
|
7 lat temu |
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 lat temu |
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 lat temu |
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 lat temu |
Marius Stanciu
|
8f7d169e9c
- when linked, the grid snap on Y will copy the value in grid snap on X in real time
|
7 lat temu |
Marius Stanciu
|
c94679919d
- stored solid_geometry of Excellon object in the self.tools dictionary
|
7 lat temu |
Marius Stanciu
|
9b61e4cc37
- finished work on Offset parameter in Excellon Object (Excellon Editor, camlib, FlatCAMObj updated to take this param in consideration)
|
7 lat temu |
Marius Stanciu
|
d0641458e4
- whenever a FlatCAM tool is activated, if the notebook side is hidden it will be unhidden
|
7 lat temu |
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 lat temu |
Marius Stanciu
|
8b0a9a429a
- fixed some errors
|
7 lat temu |
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 lat temu |
Marius Stanciu
|
824b1a95ab
- moved all shortcut keys handlers from Editors to the keyPressEvent() handler from FLatCAMGUI
|
7 lat temu |
Marius Stanciu
|
1a8db0b5d9
- fixed the Tcl Command Geocutout to work with Gerber objects too (besides Geometry objects)
|
7 lat temu |
Marius Stanciu
|
05ae92726c
- renamed the theme to layout because it is really a layout change
|
7 lat temu |
Marius Stanciu
|
8bbb9ba534
- all kwy shortcuts work across the entire application; started to move all the shortcuts definitions in FlatCAMGUI.keyPressEvent()
|
7 lat temu |
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 lat temu |
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 lat temu |
Marius Stanciu
|
6ea3499d39
- updated the new shortcut list with the shortcuts added lately
|
7 lat temu |
Marius Stanciu
|
12b78cf2f3
- fixed the snap magnet button in Geometry Editor, restored the checkable property to True
|
7 lat temu |
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 lat temu |