Commit Graph

3476 Commits

Author SHA1 Message Date
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
Marius Stanciu 51afa60e4a - a series of PEP8 corrections in the FlatCAMGeometry.py
- in Geometry UI finished a very basic way for the Polish feature (this will be upgraded in the future, for now is very rough)
- added some new GUI elements by subclassing some widgets for the dialog pop-ups
- in NCC Tool and Isolation Tool, pressing the shortcut key 'T' will bring the add new tool pop up in which now it is included the button to get the optimal diameter
- in Geometry UI and for Solderpaste Tool replaced the pop up window that is launched when using shortcut key with one that has the context menu translated
- some UI cleanup in the Geometry UI
2020-10-28 03:18:56 +02:00
Marius Stanciu 77101be8fd Merged jpcgt/flatcam/Beta_unstable into Beta_8.994 2020-10-27 22:54:53 +02:00
Marius Stanciu a8ba8843a9 Merged in Beta (pull request #320)
Portuguese translation
2020-10-27 20:53:30 +00:00
Marius Stanciu 33f2f9d46b Merged Beta_unstable into Beta 2020-10-27 20:52:47 +00:00
cmstein 10e5ed49a2 Merged in Beta (pull request #319)
Updates in PT_BR

Approved-by: Marius Stanciu
2020-10-27 20:30:16 +00:00
cmsteinBR 99e8c43e12 Update in PT-BR 2020-10-27 16:45:39 -03:00
cmsteinBR 8ae411ca5f Updates in PT-BR 2020-10-27 15:49:48 -03:00
cmsteinBR 14745e4f51 Updates in PT-BR 2020-10-27 15:11:43 -03:00
cmsteinBR 5e2ba446a3 Updates in PT-BR 2020-10-27 14:15:12 -03:00
cmsteinBR 5f3ff61315 Updates in PT-BR 2020-10-27 13:54:06 -03:00
cmsteinBR bdab7bb1c4 atualizacao 2020-10-27 13:35:18 -03:00
Marius Stanciu d899e5edc8 Merged marius_stanciu/flatcam_beta/Beta_8.994 into Beta_unstable 2020-10-27 17:41:10 +02:00