Commit Graph

3335 Commits

Author SHA1 Message Date
Marius Stanciu e71a48ff5c - minor PEP corrections 2020-10-31 18:46:20 +02:00
Marius Stanciu ffe4f0d641 - fixed issue #457; wrong reference when saving a project 2020-10-31 02:02:46 +02:00
Marius Stanciu 4712d6c5b2 - typo fixed in Copper Thieving Tool (due of recent changes) 2020-10-31 01:40:56 +02:00
Marius Stanciu 0774f8d643 - adapted HPGL importer to work within the new app
- in Gerber Editor fixed an error when using the Distance Tool with "Snap to center" option active: if clicking not on a pad Distance Tool was not working
- updated the Turkish translation strings (by Mehmet Kaya)
2020-10-31 01:28:00 +02:00
Marius Stanciu 3e1e12f42c - fixed an error in the Gerber Editor 2020-10-30 20:47:06 +02:00
Marius Stanciu fdfa6a22be - more bugs that were introduced by recent changes done to solve other bugs and so on: fixed issues with the Editors and Delete shortcut 2020-10-30 20:04:55 +02:00
Marius Stanciu fd04ac9f73 - updated the translation strings 2020-10-30 19:22:45 +02:00
Marius Stanciu 11f494a1d1 - fixed issue #454; trigger signals for Editor Toolbars lost after changing the layout 2020-10-30 19:07:38 +02:00
Marius Stanciu fa7b965f63 - fixed bug that did not allow joining of any object to a Geometry object
- working on solving the lost triggered signals for the Editor Toolbars buttons after changing the layout
2020-10-30 18:16:09 +02:00
Marius Stanciu 46900d795d - fixed the Punch Gerber Tool bug that did not allowed the projects to be loaded or to create a new project. Fixed issue #456
- in Tool Subtract added an option to delete the source objects after a successful operation. Fixed issue #455
2020-10-30 12:04:35 +02:00
Marius Stanciu a7c03248d6 - fixed the Punch Gerber Tool bug that did not allowed the projects to be loaded or to create a new project. Fixed issue #456
- in Tool Subtract added an option to delete the source objects after a successful operation. Fixed issue #455
2020-10-30 10:57:01 +02:00
Marius Stanciu 3ef4264576 - optimized the UI in Extract Drills Tool
- added some more icons for buttons
2020-10-30 04:31:50 +02:00
Marius Stanciu 084643eb95 - improvements in the Punch Gerber Tool aperture markings
- improved the Geometry Object functionality in regards of Tools DB, deleting a tool and adding a tool
- when using the 'T' shortcut key with Properties Tab in focus and populated with the properties of a Geometry Object made the popped up spinner to have the value autoselected
2020-10-30 04:09:23 +02:00
Marius 21f5090372 Merge remote-tracking branch 'origin/Beta_8.994' into Beta_8.994 2020-10-30 03:26:53 +02:00
Marius Stanciu aa1758920b - in Punch Gerber Tool added a column in the apertures table that allow marking of the selected aperture so the user can see what apertures are selected 2020-10-30 03:26:38 +02:00
Marius Stanciu 28f12fea91 Merged jpcgt/flatcam/Beta into Beta_8.994
PT-BR translation
2020-10-30 02:08:28 +02:00
Marius Stanciu d8eb1d0690 Merged in Beta_8.994 (pull request #326)
Beta - 8.994 fixes
2020-10-30 00:07:19 +00:00
cmstein bf574b45a2 Merged in Beta (pull request #325)
Updates in PT-BR
2020-10-30 00:05:32 +00:00
Marius Stanciu c7b96b7a68 - fixed issue with preamble not being inserted when used alone
- modified the way that the start GCode is stored such that now the bug in GCode Editor that did not allowed selection of the first tool is now solved
2020-10-30 02:01:33 +02:00
cmsteinBR 916ca623de Updates in PT-BR 2020-10-29 17:38:55 -03:00
Marius Stanciu d69c4affe3 Merged in Beta_8.994 (pull request #324)
Beta 8.994 improvements and bug fixes
2020-10-29 20:34:05 +00:00
Marius Stanciu 38abfa4f31 - fixed issues in the Tools Database due of recent changes in how the data structure is created
- made sure that the right tools go only to the intended use, in Tools Database otherwise an error status message is created and Tools DB is closed on adding a wrong tool
- fixed the usage for Tools Database in Unix-like OS's
- done some modest refactoring
- fixed the Search and Add feature in Geometry Object UI
2020-10-29 22:32:44 +02:00
Marius Stanciu 46d2304b67 - fixed a small issue in GCode Editor where the signals for the buttons were attached again at each launch of the GCode Editor 2020-10-29 17:25:08 +02:00
Marius Stanciu 8240235868 Merged in Beta_8.994 (pull request #323)
Beta 8.994 - small improvements and fixes
2020-10-29 15:18:36 +00:00
Marius Stanciu 0a2aff9296 - fixed the sizePolicy for the FCComboBox widgets in the Preferences that holds the preprocessors
- fixed issue with how the preamble / postamble GCode were inserted into the final GCode
2020-10-29 17:16:54 +02:00
Marius Stanciu e6c9aee45b - fixed the sizePolicy for the FCComboBox widgets in the Preferences that holds the preprocessors - done correctly 2020-10-29 16:50:10 +02:00
Marius Stanciu a476d9d8f1 - fixed the sizePolicy for the FCComboBox widgets in the Preferences that holds the preprocessors 2020-10-29 16:47:51 +02:00
Marius Stanciu 4d83756f51 Merged marius_stanciu/flatcam_beta/Beta_8.994 into Beta
NCC Tool fix.
2020-10-29 15:04:29 +02:00
Marius Stanciu fcfc819fff - fixed NCC Tool not working with the new changes; the check for not having complete isolation is just a Warning 2020-10-29 15:03:17 +02:00
Marius Stanciu dc01605c04 Merged marius_stanciu/flatcam_beta/Beta_8.994 into Beta 2020-10-29 12:53:58 +02:00
Marius Stanciu 443f9a51e8 - added a protection on opening the tools database UI if the tools DB file is not loaded 2020-10-29 12:53:19 +02:00
Marius Stanciu 3f94c1dcfa - minor change for the FCComboBox UI element by setting its size policy as ignored so it will not expand the notebook when the name of one of its items is very long 2020-10-29 03:42:29 +02:00
Marius Stanciu db7930d359 Merged marius_stanciu/flatcam_beta/Beta_8.994 into Beta
Punch Gerber Tool improvements
2020-10-29 03:31:54 +02:00
Marius Stanciu aebf11d457 - updated Punch Gerber Tool: the Excellon method now takes into consideration the pads choice 2020-10-29 03:30:42 +02:00
Marius Stanciu d01cddea79 - added icons in most application Tools
- updated Punch Gerber Tool such that the aperture table is updated upon clicking of the checboxes in Processed Pads Type
2020-10-29 02:56:56 +02:00
Marius Stanciu c4f097d64e Merged marius_stanciu/flatcam_beta/Beta_8.994 into Beta 2020-10-29 00:20:38 +02:00
Marius Stanciu aa2011e5a7 - fixed the Tool Subtractor algorithms 2020-10-29 00:17:27 +02:00
Marius Stanciu 31a84bb4cc - fixed an issue in Isolation Tool when running the app in Basic mode;
- fixed Paint, Isolation and NCC Tools such the translated comboboxes values are now stored as indexes instead of translated words as before
- in Geometry Object made sure that the widgets in the Tool Table gets populated regardless of encountering non-recognizable translated values
- in Paint Tool found a small bug and fixed it
2020-10-28 23:00:18 +02:00
Marius Stanciu 9f0822ae5d Merged in Beta_8.994 (pull request #322)
Beta - improvements
2020-10-28 17:13:32 +00:00
Marius Stanciu 735a20242a - upgraded the punch Gerber Tool
- updated the Turkish translation strings (by Mehmet Kaya)
2020-10-28 19:12:15 +02:00
Marius Stanciu 3bb2e3829b Merged in Beta_8.994 (pull request #321)
Tool Subtract fix
2020-10-28 14:03:41 +00:00
Marius Stanciu d1368425f1 - fix in Tool Subtract where there was a typo 2020-10-28 16:02:18 +02:00
Marius Stanciu 0501b40f91 Merged marius_stanciu/flatcam_beta/Beta_8.994 into Beta 2020-10-28 15:47:34 +02:00
Marius Stanciu 86a931ace5 - temporary fix for comboboxes not finding the the value in the items when setting themselves with a value by defaulting to the first item in the list 2020-10-28 15:46:33 +02:00
Marius Stanciu 5329cb1219 Merged marius_stanciu/flatcam_beta/Beta_8.994 into Beta 2020-10-28 13:17:47 +02:00
Marius Stanciu 9c97ce49b9 - brought up-to-date and fixed the Tcl Command Drillcncjob and Cncjob
- fixed Tcl command Isolate to not print messages on message bar in case it is run headless
- fixed Tcl command Copper Clear (NCC)
- fixed Tcl command Paint
2020-10-28 13:15:38 +02:00
Marius Stanciu 7ca44fa107 - in Legacy Mode fixed a small issue: the status bar icon for the Grid axis was not colored on app start
- added a new string to the translatable strings
- fixed an error that sometime showed in Legacy Mode when moving the mouse outside canvas
- reactivated the shortcut key 'S' in TCL Shell, to close the shell dock when it was open (of course the focus has to be not on the command line)
2020-10-28 11:30:23 +02:00
Marius Stanciu 33aa0fcfe0 Merged marius_stanciu/flatcam_beta/Beta_8.994 into Beta 2020-10-28 03:48:37 +02:00
Marius Stanciu bd98bb42c4 - fixed an error that did not allowed for the older preferences to be deleted when installing a different version of the software 2020-10-28 03:47:34 +02:00
Marius Stanciu 6aa95ddebe - updated the translation strings except Russian which could be in the works 2020-10-28 03:28:16 +02:00