Marius Stanciu
7d2fd7c77a
- added a way to allow patching FCLabel widget colors for certain cases without having to pass them each instance
2022-04-18 11:48:16 +03:00
Marius Stanciu
d8a0be84a3
- replaced all the FCLabel widgets that have color HTML with the new FCLabel widget that uses parameters for 'color' and weight
2022-04-18 03:41:04 +03:00
Marius Stanciu
e2770776b7
- in Geometry Editor, in Copy Tool added the 2D copy-as-array feature therefore finishing this editor plugin upgrade
2022-04-18 01:23:01 +03:00
Marius Stanciu
377d79d413
- added ability to control the color of the project items for the dark theme too
2022-04-14 17:59:32 +03:00
Marius Stanciu
a59f996819
- some reformatting and class rename
...
- when clicking the coordinates toolbars in the status bar now the Distance Plugin is shown and if already displayed, it is closed (toggle action)
2022-04-03 15:06:36 +03:00
Marius Stanciu
ada48269a9
- refactored the imports in the Plugins, moved almost all imports in the AppTool file
...
- fixed a number of issues, mostly leftovers from moving the UI of a Plugin in its own class
- fixed some bugs in the Punch Gerber plugin
- fixed some bugs where the 'pool' parameter was not passed when creating shapes collections (in 3D graphic mode); I wonder how it worked until now
- added a new feature in the Isolation Plugin: now for all the isolation Geometry objects this plugin can do a supplementary simplification of the geometry using the tolerance parameter defined in the General Parameters. This should lead to a reduced number of tool lifts when doing corners
2022-03-31 19:28:19 +03:00
Marius Stanciu
c4151631ec
- changed the app main icons, hopefully they are more visible on black backgrounds than the ones that FlatCAM has
2022-03-31 11:28:35 +03:00
Marius Stanciu
730ef529dc
- fixed issues in the Scale feature of the Film Plugin
...
- in the Scale feature of the Film plugin added ability to scale by a length amount
2022-03-17 02:29:28 +02:00
Marius Stanciu
dc11f1be50
- installed an eventFilter for the Sliders in the Preferences tab such that only if a slider has focus the mouse wheel will change its value
...
- in Preferences made sure that the changes of the scrollbar no longer interfere with signalling changes
2022-03-12 18:16:15 +02:00
Marius Stanciu
37e31b0159
- added to the application an older contribution by another user: Columnar Layout for the Preferences Tab. It can be set in Preferences -> General -> GUI section
2022-03-12 01:05:54 +02:00
Marius Stanciu
311f2d3531
- skew feature in Film Plugin now have multiple options. skew can be done by length, by angle and by ratio (factor)
2022-03-10 16:02:12 +02:00
Marius Stanciu
31eb06d5a9
- fixed multiple issues in the App objects related to wrong usage of self.obj_options attribute instead of self.app.options attribute
...
- remade the Film Plugin such that the `skew` feature is now done in length units as opposed with the previous usage of angles
- refactored some big methods from the Film Plugin
2022-03-10 14:22:09 +02:00
Marius Stanciu
843be488a5
- some changes to the Preferences
2022-02-24 00:14:58 +02:00
Marius Stanciu
72186cf8b8
- fixed an issue due of recent changes that made the application think that is run always for the first time; fixed not applying the selected language translation
...
- some more code is refactored in the Preferences
- the axis will now be drawn on the canvas as they were left in the previous run (just like the HUD and the Workspace)
- for processors with less than 4 cores now the default number of workers is 1 (changed from 2)
- some graphical settings go now directly to the defaults dictionary and will not pass through the `options` app dictionary
2022-02-20 22:32:54 +02:00
Marius Stanciu
7acabdfa0f
- fixed an issue where the selected application translation language is not remembered as was selected and defaulting to English language
...
- refactored code in Preferences section
2022-02-20 20:37:31 +02:00
Marius Stanciu
65d8dcc0b2
- the application now uses only the default values from the app.options dict, the app.defaults dict holds the definitive default values
...
- fixed some outstanding issues from the PyQt6 port
- PEP8 fixes
- minor fixes
- updated the saving of Preferences to update the self.options too: the `Apply` action will update the self.options but the `Save` action will save the updated preferences to the file on disk
2022-02-18 23:06:58 +02:00
Marius Stanciu
5421b65b9e
- made sure that the new feature of redrawing Gerber on top is not activated when that Gerber object is disabled
...
- added ability to turn off the outline plotting for Gerber objects (will speed up the plotting but the plotting visual quality will degrade); controlled from Preferences -> Gerber -> General
- plotting visuals in 3d graphic mode will no longer create some unnecessary lists
2022-02-11 10:42:03 +02:00
Marius Stanciu
4b611f5ce3
- a new feature that when selecting an object in the Project Tab, that object is redrawn over the other objects, in top position. Feature controlled from Preferences -> Gerber -> General.
2022-02-11 02:35:40 +02:00
Marius Stanciu
3d4e195ae1
- added a new preprocessor: default_laser
...
- in the app added a new tool type: "L" (laser) which when selected will autoselect the `default_laser` preprocessor in Milling Plugin
2022-02-10 14:01:32 +02:00
Marius Stanciu
fa25644f8f
- now the verbose log parameter from the Preferences can take 3 values (0, 1, 2). Value = 0 means that the logging is disabled (mostly), value = 1 means that the logging is only in console and value = 3 means that the logging is now displayed in the Tcl box
2022-01-31 01:25:30 +02:00
Marius Stanciu
dbc2e5c381
- finished the UI for adding a new parameter that is used in conjunction with the laser preprocessors: laser minimum power parameter which should help in doing a full power up/down cycle (should prolong the lifetime for the laser diode)
...
- fixed some UI issues for the Milling and Drilling plugins when using a `laser` preprocessor
2022-01-30 19:03:20 +02:00
Marius Stanciu
ff805880e1
- fixed the Follow plugin not marking correctly the resulting Geometry objet as a multigeo
...
- fixed the Cutout plugin not working with Geometry objects that are made out of a MultiLineString
2022-01-25 22:31:50 +02:00
Marius Stanciu
8c154e6cc0
- All FCColorEntry GUI element instances have now a set icon for the title (and taskbar)
2022-01-15 02:53:34 +02:00
Marius Stanciu
b615edd631
- made sure that new message boxes are always centered on the app UI by setting correctly the parent
2022-01-14 12:43:14 +02:00
Marius Stanciu
200d244b9b
- made sure that the FCMessageBox taskbar icons and message are the correct ones
...
- applied the FCMessageBox GUI elements everywhere; there is still a hack in appTranslation file where I needed to re-implement the class due of some circular imports errors
2022-01-13 18:08:11 +02:00
Marius Stanciu
ab3e610324
- added a new feature in Preferences -> Gerber: a Layer Color Manager where the user can set and edit predefined colors for the Gerber objects: loading order matter
2022-01-10 17:06:12 +02:00
Marius Stanciu
e219562bbb
- added in CNCJob preferences new preferences that allow compensation for the CNC bed skew/tilt (axes not being square one to another)
...
- all pre-processors are altered such they can adjust the gcode to use the compensation values set in Preferences -> CNC-Job section
2022-01-09 19:44:56 +02:00
Marius Stanciu
9d9bfa8b03
- some UI changes in the Preferences: the clicked tab now have a distinctive color (green) and some strings are optimized
2022-01-09 16:39:06 +02:00
Marius Stanciu
03f096a1cd
- fixed a double application of milling offset when having geometries with multiple tools
...
- finished the mill-excellon feature in the Milling Tool; milling will be done progressively from the hole center toward the edge
2021-12-23 22:04:41 +02:00
Marius Stanciu
755da7c972
- minor
2021-11-22 21:25:49 +02:00
Marius Stanciu
b494669ca0
- made sure that if the OR-TOOLS package is not installed then the options in the Preferences for the related optimizations are disabled
2021-11-20 19:41:52 +02:00
Marius Stanciu
370e8f8ec1
- added Rtree optimization for Drilling Plugin
2021-11-17 18:59:37 +02:00
Marius Stanciu
1596f69e2b
- in Isolation Plugin: if using a V-shape tool, restored the ability to change the tool diameter as a function of tip diameter, tip angle and the depth of cut
2021-10-30 16:13:32 +03:00
Marius Stanciu
9057966aa9
- updated the translation strings
2021-10-14 19:37:34 +03:00
Marius Stanciu
cea57b532f
- pywin32 module is no longer needed when running in Windows
...
- updated the Romanian translation
- Google-translated the Spanish translation
- updated the strings in all translation files
2021-10-13 18:13:40 +03:00
Marius Stanciu
12dad1792a
- in 2Sided Plugin: adding cumulative alignment points using the Ctrl+Shift+LMB now detects if it is a new start in adding alignment drill points
...
- in 2Sided Plugin: duplicated set of coordinates in Alignment Drills are removed
- in 2Sided Plugin: Shift+LMB will add automatically the clicked coordinates in the Alignment Drills location
2021-10-10 03:11:13 +03:00
Marius Stanciu
aef9d97dd7
- in Markers Plugin replaced the Margin parameters with the Offset parameters that now can be referenced either to the edge of the bounding box (effectively replacing the old Margin parameter) or to the center of the bounding box
...
- Distance Plugin Ui was upgraded
- updated the language strings
2021-10-10 01:37:09 +03:00
Marius Stanciu
1c42efdcdf
- renamed the Corner Markers Plugin in Markers Plugin
...
- added a new feature in Markers Plugin: now the Margin parameter can be set for both axis: X and Y or both
2021-10-09 22:45:09 +03:00
Marius Stanciu
0a232055cd
- upgraded the Preferences UI section for Check Rules Plugin
2021-10-05 10:18:18 +03:00
Marius Stanciu
1b6b432f7c
- added the circle approximation parameter for Excellon geometry in Preferences
...
- updated the language strings
2021-10-04 20:57:42 +03:00
Marius Stanciu
f4636ec71b
- in 2Sided Plugin advanced mode fixed the bounds calculation: if no object is selected on canvas then the object selected in Source Object is used
...
- in 2Sided Plugin added a new typ of alignment drills: manual. This mode will no longer add pairs of drill holes mirrored against reference but only add in place drill holes
2021-10-04 12:02:38 +03:00
Marius Stanciu
c796bad6fc
- updated the language strings to the latest version
2021-10-03 00:40:15 +03:00
Marius Stanciu
3624d20b18
- upgraded Optimal and Calibration Plugins Preferences UI
2021-10-03 00:01:54 +03:00
Marius Stanciu
fd8d473703
- for Transform and SolderPaste Plugins upgraded the UI
...
- in SolderPaste Plugin now the paste is dispensed only on the pads/Gerber flashes
2021-10-02 22:39:11 +03:00
Marius Stanciu
bc2f31aa90
- in Preferences, more Plugins preferences UI is upgraded to the new look
...
- In Paint Plugin fixed the Area select mode to work with Geometry object created by the Geometry Editor
- in Paint Plugin some changes in the way the source object is autoloaded
- in Paint, NCC and Cutout Plugins when using a mode that require to be terminated (by mouse RMB or ESC key) the notebook UI element is disabled until this is done
2021-10-02 18:02:27 +03:00
Marius Stanciu
a1530963f5
- clicking the splash screen will close it; also if an error is triggered, the error message will pop over the splash screen
...
- the Aperture Table in the Gerber Editor is no longer extended to show all apertures at once
- in Preferences: Excellon, Geometry and CNCJob tabs, updated the UI to the new design
2021-10-01 02:23:02 +03:00
Marius Stanciu
2feb509081
- finished the UI update in Preferences -> Processing
2021-09-30 02:49:45 +03:00
Marius Stanciu
75972180a8
- more UI changes in the Preferences to align them to the new app look
2021-09-29 22:17:49 +03:00
Marius Stanciu
ad5bf57861
- Gerber UI in Preferences is now updated
2021-09-29 00:06:13 +03:00
Marius Stanciu
3fc0ab826f
- working to differentiate between temporary units change and permanent units change
2021-09-27 17:28:54 +03:00