Commit Graph

1913 Commits

Author SHA1 Message Date
Marius Stanciu 161dbdcb2d - fixed the ToolMeasurement geometry not being displayed 2019-09-28 04:23:10 +03:00
Marius Stanciu a2bef40097 - added a new tool named "Optimal Tool" which will determine the minimum distance between the copper features for a Gerber object, in fact determining the maximum diameter for a isolation tool that can be used for a complete isolation 2019-09-28 03:51:39 +03:00
Marius Stanciu c5ecc7ad88 - created the GUI for the Rule Check Tool
- if there are (x, y) coordinates in the clipboard, when launching the "Jump to" function, those coordinates will be preloaded in the Dialog box.
- when the combo SHIFT + LMB is executed there is no longer a deselection of objects
- when the "Jump to" function is called, the mouse cursor (if active) will be moved to the new position and the screen position labels will be updated accordingly
- changed the icon for Open Script and reused it for the Check Rules Tool
2019-09-28 00:34:18 +03:00
Marius Stanciu 7f4115267a Merged jpcgt/flatcam/Beta into Beta 2019-09-27 22:11:49 +03:00
cmstein 258cf3b37c Merged in cmsteinBR/flatcam/Beta (pull request #235)
Update in pt_BR
2019-09-27 19:11:14 +00:00
Marius Stanciu bf60c98b6c - started to work on a new FlatCAM tool: Rules Check 2019-09-27 17:45:30 +03:00
Marius Stanciu 537b843a04 - made the mouse cursor (big, small) change in real time for both graphic engines 2019-09-27 17:19:44 +03:00
Marius Stanciu 7b9907fa1d - if an object is edited but the result is not saved, the app will reload the edited object UI and set the Selected tab as active 2019-09-27 15:28:47 +03:00
cmstein 30e5a3776d Update in pt_BR 2019-09-27 07:47:49 -03:00
Marius Stanciu ca7863a371 - fixed issue with the old SysTray icon not hidden when the application is restarted programmatically 2019-09-27 12:42:16 +03:00
Marius Stanciu 3aa690eb2a Merged in marius_stanciu/flatcam_beta/Beta (pull request #234)
Beta
2019-09-27 02:14:58 +00:00
Marius Stanciu 2c9657d9eb - removed the line that remove the spaces from the path parameter in the Tcl commands that open something (Gerber, Gcode, Excellon) 2019-09-27 05:13:38 +03:00
Marius Stanciu 46e7be20e2 - optimized the toggle axis command
- added posibility of using a big mouse cursor or a small mouse cursor. The big mouse cursor is made from 2 infinite lines. This was implemented for both graphic engines
- added ability to change the cursor size when the small mouse cursor is selected in Preferences -> General
2019-09-27 04:42:28 +03:00
Marius Stanciu 9c8c36adbb - optimized the toggle grid command 2019-09-27 01:15:29 +03:00
Marius Stanciu 8e0405158b Merged in marius_stanciu/flatcam_beta/Beta (pull request #233)
Beta - Build 8.97
2019-09-26 21:41:32 +00:00
Marius Stanciu f20a34c4d6 - RELEASE FlatCAM 8.97 2019-09-27 00:40:26 +03:00
Marius Stanciu 0444b901bb - fixed issue when rebooting from within in cx_freezed state (it issued a startup arg with the path to FlatCAM.exe but that triggered the last sys.exit(2) that I had in the App.args_at_startup()) - modified
- modified the make_win script for the presence of MatPlotLib - removed as it was unnecessary
2019-09-26 21:49:58 +03:00
Marius Stanciu ac096fadbb - fixed issue when rebooting from within in cx_freezed state (it issued a startup arg with the path to FlatCAM.exe but that triggered the last sys.exit(2) that I had in the App.args_at_startup())
- modified the make_win script for the presence of MatPlotLib
2019-09-26 21:15:22 +03:00
Marius Stanciu c863f1f819 - changed some strings (that should not have been included for translation) and updated language files and the .POT file 2019-09-26 20:00:09 +03:00
Marius Stanciu 52185b7831 Merged in marius_stanciu/flatcam_beta/Beta (pull request #232)
Beta
2019-09-26 15:06:00 +00:00
Marius Stanciu 3c38d1a22e - updated the other languages and the .POT file 2019-09-26 17:52:35 +03:00
Marius Stanciu 0f91d4dff0 - added a Copy All button in the Code Editor, clicking this button will copy all text in the editor to the clipboard
- added a 'Milling Type' radio button in Geometry Editor Preferences to contorl the type of geometry will be generated in the Geo Editor (for conventional milling or for the climb milling)
- added the functionality to allow climb/conventional milling selection for the geometry created in the Geometry Editor
- now any Geometry that is edited in Geometry editor will have coordinates ordered such that the resulting Gcode will allow the selected milling type in the 'Milling Type' radio button in Geometry Editor Preferences (which depends also of the spindle direction)
- some strings update
- French Google-translation at 100%
- German Google-translation update to 100%
2019-09-26 17:46:25 +03:00
Marius Stanciu 0738bf706e - French Google-translation at 70% 2019-09-26 08:59:25 +03:00
Marius Stanciu 3941544558 - in legacy graphic engine fixed the axis toggle
- French Google-translation at 48%
2019-09-25 17:25:46 +03:00
Marius Stanciu 4e8fbaf974 - fixed the 'Jump To' function to work in legacy graphic engine
- in legacy graphic engine fixed the mouse cursor shape when grid snapping is ON, such that it fits with the shape from the OpenGL graphic engine
2019-09-25 15:02:59 +03:00
Marius Stanciu 36f9b9bd7a - French translation at 33% 2019-09-25 04:17:18 +03:00
Marius Stanciu 7a4bdbfcb1 Merged in marius_stanciu/flatcam_beta/Beta (pull request #231)
Beta
2019-09-25 00:37:59 +00:00
Marius Stanciu 1158128384 (all those were done in the previous commit, should stay as log)
- unfortunately the fix for issue where while zooming the mouse cursor shape was not updated braked something in way that Matplotlib work with PyQt5, therefore I removed it
- fixed a bug in legacy graphic engine: when doing the self.app.collection.delete_all() in new_project an app crash occurred
- implemented the Annotation change in CNCJob Selected Tab
2019-09-25 03:36:33 +03:00
Marius Stanciu 61e2792047 - unfortunately the fix for issue where while zooming the mouse cursor shape was not updated braked something in way that Matplotlib work with PyQt5, therefore I removed it 2019-09-25 03:26:34 +03:00
Marius Stanciu 5aabd1a9af Merged jpcgt/flatcam/Beta into Beta 2019-09-25 00:08:37 +03:00
cmstein 996f2e9e3b Merged in cmsteinBR/flatcam/Beta (pull request #230)
Update in pt_BR tanslation
2019-09-24 21:07:56 +00:00
cmstein b83485568d Update in pt_BR 2019-09-24 16:01:07 -03:00
Marius Stanciu a264d04a24 Merged in marius_stanciu/flatcam_beta/Beta (pull request #229)
Beta
2019-09-24 14:08:50 +00:00
Marius Stanciu 1ee7f9bf1e - fixed setup_ubuntu.sh to include the matplotlib package required by the Legacy (2D) graphic engine
- in legacy graphic engine, fixed issue where immediately after changing the mouse cursor snapping the mouse cursor shape was not updated
- in legacy graphic engine, fixed issue where while zooming the mouse cursor shape was not updated
- in legacy graphic engine, fixed issue where immediately after panning finished the mouse cursor shape was not updated
2019-09-24 15:47:33 +03:00
cmstein e4e277fc30 Update in pt_BR tanslation 2019-09-24 09:42:36 -03:00
Marius Stanciu e042f6beed Merge remote-tracking branch 'origin/Beta' into Beta 2019-09-24 13:31:24 +03:00
Marius Stanciu 4bd8475893 - fixed the fullscreen method to show the application window in fullscreen wherever the mouse pointer it is therefore on the screen we are working on; before it was showing always on the primary screen 2019-09-24 13:30:51 +03:00
Marius Stanciu cce37b5f34 Merged jpcgt/flatcam/Beta into Beta 2019-09-24 12:48:40 +03:00
Marius Stanciu e8dc4aece7 - fixing merge errors 2019-09-24 12:47:43 +03:00
Marius Stanciu b06b2cd795 - trying to fix conflicts with the jpcgt/FlatCAM Beta branch 2019-09-24 12:24:07 +03:00
Camellan fc43caeab3 Merged in camellan/flatcam/Beta (pull request #227)
Beta
2019-09-24 09:18:26 +00:00
camellan 5d4fd34f25 Edit Russian translation 2019-09-23 22:38:53 +04:00
camellan 7ebb4ec34d Fix string. Update pot. Update Russian translation. 2019-09-23 22:10:32 +04:00
camellan f9c7071192 Edit Russian translation 2019-09-23 21:58:14 +04:00
Marius Stanciu 0fe502d068 - 26% in Google-translated French translation and updated some strings too 2019-09-23 20:17:34 +03:00
Camellan 4a98e694c1 jpcgt/flatcam/Beta слито с Beta 2019-09-23 21:00:16 +04:00
Marius Stanciu b5e9997713 - in legacy graphic engine, fixed issue with Delete shortcut key trying to delete twice 2019-09-23 17:52:34 +03:00
Marius Stanciu ae7fec6dd1 - optimized the Gerber mark shapes display
- fixed a color format bug in Tool Move for 3D engine
- made sure that when the Tool Move is used on a Gerber file with mark shapes active, those mark shapes are deleted before the actual move
2019-09-23 17:08:46 +03:00
Marius Stanciu a29d27bbe6 Merged in marius_stanciu/flatcam_beta/Beta (pull request #226)
Beta
2019-09-23 03:26:12 +00:00
Marius Stanciu 170f293275 - updated the translation files 2019-09-23 06:23:47 +03:00