Marius Stanciu
|
961c4bca2f
- fixed the MultiColor plot option Gerber selected tab to work in legacy graphic engine
|
6 gadi atpakaļ |
Marius Stanciu
|
f00559bf6a
- made hover shapes work in legacy graphic engine
|
6 gadi atpakaļ |
Marius Stanciu
|
b0b2e37ac6
- adjusted axis at startup for legacy graphic engine plotcanvas
|
6 gadi atpakaļ |
Marius Stanciu
|
42d26c1323
- fixed display of distance labels and code optimizations in ToolPaint and NCC Tool
|
6 gadi atpakaļ |
Marius Stanciu
|
63b261685d
- fixed Geometry Editor to work in legacy graphic engine
|
6 gadi atpakaļ |
Marius Stanciu
|
399b0b45c6
- fixed drawing of selection box when dragging mouse on screen and the selection shape drawing on the selected objects
|
6 gadi atpakaļ |
Marius Stanciu
|
bc6dc3decf
- fixed CNCJob and Excellon plotting in legacy graphic engine
|
6 gadi atpakaļ |
Marius Stanciu
|
9aef293a26
- fixed Measuring Tool in legacy graphic engine
|
6 gadi atpakaļ |
Marius Stanciu
|
01e2755676
- fixed mouse cursor to work for all objects
|
6 gadi atpakaļ |
Marius Stanciu
|
14bc9f2dfc
- work on ShapeCollectionLegacy
|
6 gadi atpakaļ |
Marius Stanciu
|
3a54eaa5d8
- made the mouse cursor snap to the grid when grid snapping is active
|
6 gadi atpakaļ |
Marius Stanciu
|
011e80c0ce
- legacy graphic engine - made the mouse events work (click, release, doubleclick, dragging)
|
6 gadi atpakaļ |
Marius Stanciu
|
4f17d6229f
- final fix for the --shellvar having spaces within the assigned value; now they are retained
|
6 gadi atpakaļ |
Marius Stanciu
|
d581462b1d
- changed the default method for Paint Tool to 'all'
|
6 gadi atpakaļ |
Marius Stanciu
|
ca4616a858
- fixed bug with losing the visibility of toolbars if at first startup the user tries to change something in the Preferences before doing a first save of Preferences
|
6 gadi atpakaļ |
Marius Stanciu
|
1e49c23e8f
- added new control in Edit -> Preferences -> General -> Gui Preferences -> Activity Icon. Will select a GIF from a selection, the one used to show that FlatCAM is working.
|
6 gadi atpakaļ |
Marius Stanciu
|
ea95c0c759
- fixed the command line argument --shellvar to work when there are spaces in the argument value
|
6 gadi atpakaļ |
Marius Stanciu
|
4540066731
- added a new TclCommand named quit_flatcam which will ... quit FlatCAM from Tcl Shell or from a script
|
6 gadi atpakaļ |
Marius Stanciu
|
1d26247fc4
- FlatCAM can be run in HEADLESS mode now. This node can be selected by using the --headless=1 command line argument or by changing the line headless=False to True in config/configuration.txt file. In this mod the Sys Tray Icon menu will hold only the Run Scrip menu entry and Exit entry.
|
6 gadi atpakaļ |
Marius Stanciu
|
4f4c029003
- updated some of the default values to more reasonable ones
|
6 gadi atpakaļ |
Marius Stanciu
|
a27dcbdc77
- made sure that if FlatCAM is registered with a file extension that it does not recognize it will exit
|
6 gadi atpakaļ |
Marius Stanciu
|
04b3b8585f
- added option to run a script from the context menu of the sys tray icon. Changed the color of the sys tray icon to a green one so it will be visible on light and dark themes
|
6 gadi atpakaļ |
Marius Stanciu
|
2f9ad61819
- fixed issue with the sys tray icon not hiding after application close
|
6 gadi atpakaļ |
Marius Stanciu
|
cf0e40c318
- added possibility to edit the custom keywords used by the autocompleter (in Tcl Shell and in the Code Editor). It is done in the Edit -> Preferences -> Utilities
|
6 gadi atpakaļ |
Marius Stanciu
|
f432b065fa
- fixed the parsing of the Manufacturing files when double clicking them and they are registered with FlatCAM
|
6 gadi atpakaļ |
Marius Stanciu
|
8958ef8007
- fixed the --shellvar and --shellfile FlatCAM arguments to work together but the --shellvar has precedence over --shellfile as it is most likely that whatever variable set by --shellvar will be used in the script file run by --shellfile
|
6 gadi atpakaļ |
Marius Stanciu
|
6723f9496c
- fixed the --shellvar and --shellfile FlatCAM arguments to work together but the --shellvar has precedence over --shellfile as it is most likely that whatever variable set by --shellvar will be used in the script file run by --shellfile
|
6 gadi atpakaļ |
Marius Stanciu
|
97cf8f8174
- small change in the help line
|
6 gadi atpakaļ |
Marius Stanciu
|
608f1dd958
- made --shellvars into --shellvar and make it only one list of commands passed to the Tcl. The list is separated by comma but without spaces. The variables are accessed in Tcl with the names shellvar_x where x is the index in the list of command comma separated values
|
6 gadi atpakaļ |
Marius Stanciu
|
71b945c05e
- added a new command line parameter for FlatCAM named '--shellvars' which can load a text file with variables for Tcl Shell in the format: one variable assignment per line and looking like: 'a=3' without quotes
|
6 gadi atpakaļ |