Commit Graph

1387 Commits

Author SHA1 Message Date
Marius Stanciu 16525a606c - fixed some log errors 2019-07-08 22:42:58 +03:00
Marius Stanciu 769f92147a - fixed bug that allowed empty tool in the tools generated in Geometry object
- fixed bug in Tool Cutout that did not allow the transfer of used cutout tool diameter to the cutout geometry object
2019-07-08 20:06:41 +03:00
camellan 251371edd3 Update Russian translation 2019-07-08 11:54:19 +04:00
Marius Stanciu 5e401fd9f7 - some other bug in CutOut tool fixed 2019-07-05 20:45:15 +03:00
Marius Stanciu 1edb049d86 - fixed bug in CutOut Tool 2019-07-05 12:13:53 +03:00
Marius Stanciu 76ce5843e3 - some minor log messages modified to show the exceptions 2019-07-04 23:43:28 +03:00
Marius Stanciu 1adebfebc2 Merged jpcgt/flatcam/Beta into Beta 2019-07-02 13:22:47 +03:00
Camellan ba26865488 Merged in camellan/flatcam/Beta (pull request #157)
Beta
2019-07-02 10:18:40 +00:00
Marius Stanciu 8d12f8d372 - Spanish translation at 36% 2019-07-01 15:39:11 +03:00
Marius Stanciu 63ade29530 - Spanish translation (Google Translate) at 21% 2019-06-28 13:14:48 +03:00
Marius Stanciu 649d0c6342 - added new translation: Spanish. Finished 10% 2019-06-27 01:03:31 +03:00
camellan fade7a73c1 Update Russian translate 2019-06-26 02:10:18 +04:00
camellan 851c227064 Merge remote-tracking branch 'remotes/jpcgt/flatcam/Beta' into Beta 2019-06-26 01:31:58 +04:00
camellan 775c4a23f0 fix conflict 2019-06-26 01:27:43 +04:00
Marius Stanciu 39535daac4 Merged jpcgt/flatcam/Beta into Beta 2019-06-25 23:15:00 +03:00
Symonty Symonty 7e100145e2 Merged in Symonty/flatcam/Symonty-Symonty/removed-duplicate-simplejson-on-line-5-a-1561437627962 (pull request #158)
Removed duplicate simplejson on line 5 already on line 13

Approved-by: Symonty Symonty <symonty@symonty.org>
2019-06-25 11:33:35 +00:00
Symonty Symonty 6007c8e58d Removed duplicate simplejson on line 5 already on line 13
requirements.txt edited online with Bitbucket.
2019-06-25 04:40:33 +00:00
camellan f866df7964 Update strings.mo 2019-06-23 21:09:50 +04:00
camellan ef2a36cac4 Up version. Update ru translate. 2019-06-23 21:05:38 +04:00
Marius Stanciu 17c46d3be9 Merged in marius_stanciu/flatcam_beta/Beta (pull request #156)
beta_8.919_to_beta
2019-06-22 21:06:29 +00:00
Marius Stanciu 429753d211 - fixes issues with units conversion when the tool diameters are a list of comma separated values (NCC Tool, SolderPaste Tool and Geometry Object)
- fixed a "typo" kind of bug in SolderPaste Tool
- RELEASE 8.919
2019-06-23 00:04:49 +03:00
Marius Stanciu aa45b57ee1 Merged in marius_stanciu/flatcam_beta/Beta (pull request #155)
Beta
2019-06-22 19:14:32 +00:00
Marius Stanciu 259a62230e - optimized the toggle of annotations; now there is no need to replot the entire CNCJob object too on toggling of the annotations
- on toggling off the plot visibility the annotations are turned off too
- updated translations; Russian translation at 76% (using Yandex translator engine - needs verification by a native speaker of Russian)
- RELEASE 8.919
2019-06-22 21:37:18 +03:00
Marius Stanciu 21a15e73bd - fixed bug in Gerber isolation (Geometry expects now a value in string format and not float)
- fixed bug in Paint tool: now it is possible to paint geometry generated by External Isolation (or Internal isolation)
- fixed bug in editing a multigeo Geometry object if previously a tool was deleted
2019-06-22 20:17:45 +03:00
Marius Stanciu 90f491491d - moved Substract Tool from Menu -> Edit -> Conversions to Menu -> Tool 2019-06-22 18:22:04 +03:00
Marius Stanciu 963fbc8cbf - fixed recently introduced bug in milling drills/slots functions 2019-06-22 18:02:41 +03:00
Marius Stanciu 68bdfaf062 - some GUI layout optimizations in Edit -> Preferences
- added the possibility for multiple tool diameters in the Edit -> Preferences -> Geometry -> Geometry General -> Tool dia separated by comma
- fixed scaling for the multiple tool diameters in Edit -> Preferences -> Geometry -> Geometry General -> Tool dia, for NCC tools more than 2 and for Solderpaste nozzles more than 2
- fixed bug in CNCJob where the CNC Tools table will show always only 2 decimals for Tool diameters regardless of the current measuring units
- made the tools diameters decimals in case of INCH FlatCAM units to be 4 instead of 3
- fixed bug in updating Grid values whenever toggling the FlatCAM units and the X, Y Grid values are linked, bugs which caused the Y value to be scaled incorrectly
- set the decimals for Grid values to be set to 6 if the units of FlatCAM is INCH and to set to 4 if FlatCAM units are METRIC
- updated translations
- updated the Russian translate from 51% complete to 69% complete using the Yandex translation engine
2019-06-22 17:58:31 +03:00
Marius Stanciu 1132c43f05 - fixed Scale and Buffer Tool in Gerber Editor 2019-06-20 19:49:40 +03:00
Marius Stanciu 32f1c4f8fe - fixed Editor Transform Tool in Gerber Editor
- added a message in the status bar when copying coordinates to clipboard with SHIFT + LMB click combo
- languages update
2019-06-20 19:40:06 +03:00
Marius Stanciu 8091355915 - working in fixing a bug in FlatCAMGrbEditor() 2019-06-20 16:51:18 +03:00
Marius Stanciu fe3acc93f4 - milling an Excellon file (holes and/or slots) will now transfer the chosen milling bit diameter to the resulting Geometry object 2019-06-19 11:55:45 +03:00
Marius Stanciu ffa92524f0 - fixed bug where for Geometry objects after a successful object rename done in the Object collection view (Project tab), deselect the object and reselect it and then in the Selected tab the name is not the new one but the old one
- for Geometry objects, adding a new tool to the Tools table after a successful rename will now store the new name in the tool data
2019-06-17 17:01:27 +03:00
Marius Stanciu 0244c76605 - restored the FlatCAMObj.visible() to a non-threaded default 2019-06-16 02:34:41 +03:00
Marius Stanciu f5cc8d773f - fixed bug in Gerber editor - on multiple edits on the same object, the aperture size and dims were continuously multiplied due of the file units not being updated 2019-06-15 20:22:17 +03:00
camellan 66539798e6 Update Russian translation 2019-06-15 20:03:20 +04:00
Marius Stanciu 1b0cf14ef7 - fixed bug in Gerber parser that made the Gerber files generated by Altium Designer 18 not to be loaded 2019-06-15 17:20:38 +03:00
Camellan 16a039b8f5 jpcgt/flatcam/Beta слито с Beta 2019-06-12 01:21:18 +04:00
Marius Stanciu 9f4eed7a65 Merged in marius_stanciu/flatcam_beta/Beta (pull request #154)
beta_8.918 to Beta
2019-06-11 20:36:36 +00:00
Marius Stanciu a106472900 - fixed the Edit -> Conversion -> Join ... functions (merge() functions)
- updated translations
- Russian translate by @camellan is not finished yet
- some PEP8 cleanup in camlib.py
- RELEASE 8.918
2019-06-11 23:04:31 +03:00
Marius Stanciu d2d90493fc Merged jpcgt/flatcam/jpcgt_flatcam_Beta into Beta 2019-06-11 20:47:27 +03:00
Camellan 100ec81d1c Merged in camellan/flatcam/Beta (pull request #152)
Beta
2019-06-10 23:33:00 +00:00
camellan 8e71c93a62 Update Russian translate. Add translation strings. Update pot. 2019-06-09 22:09:15 +04:00
camellan bfab836a1b Update zoom in and zoom out function. 2019-06-09 19:24:01 +04:00
camellan 4587946b48 Merge remote-tracking branch 'remotes/jpcgt/flatcam/Beta' into Beta 2019-06-09 19:10:56 +04:00
camellan 5a87006869 Edit translation 2019-06-09 19:09:18 +04:00
Marius Stanciu 6cc6d52ebc Merged in marius_stanciu/flatcam_beta/Beta (pull request #153)
Beta
2019-06-09 14:42:18 +00:00
Marius Stanciu f4f7b65080 - some PEP8 cleanup 2019-06-09 17:39:42 +03:00
Marius Stanciu 3bd2957739 - updated translations
- fixed the the labels for shortcut keys for zoom in and zoom out both in the Menu links and in the Shortcut list
- made sure the zoom functions use the global_zoom_ratio parameter from App.self.defaults dictionary.
2019-06-09 17:27:11 +03:00
camellan f5ca2fc62a Update translation 2019-06-09 03:34:09 +04:00
camellan c8ba7bd150 Fix Zoom function. Update translate. 2019-06-09 02:33:12 +04:00