Commit Graph

2324 Commits

Author SHA1 Message Date
Marius Stanciu 730d4364c9 Merged in marius_stanciu/flatcam_beta/Beta (pull request #262)
Beta - tools mods; GUI mods
2019-12-16 23:55:44 +00:00
Marius Stanciu b159548872 - modified QValidator in FCDoubleSpinner() GUI element to allow entering the minus sign when the range maximum is set as 0.0; also for positive numbers allowed entering the symbol plus 2019-12-17 01:53:58 +02:00
Marius Stanciu 74b3a38a71 - more optimizations in NCC Tool
- optimizations in Paint Tool
- maximum range for Cut Z is now zero to deal with the situation when using V-shape with tip-dia same value with cut width
2019-12-17 01:38:39 +02:00
cmstein dcd46d8c37 Update in pt_BR 2019-12-16 16:33:16 -03:00
Marius Stanciu 14204e3c30 - fixed the line endings for setup_ubuntu.sh 2019-12-16 21:26:11 +02:00
Marius Stanciu 999837a9cd Merged in marius_stanciu/flatcam_beta/Beta (pull request #260)
Beta - some fixes to the hpgl preprocessor
2019-12-16 19:21:21 +00:00
Marius Stanciu f857326687 - fixed GCode generated with HPGL preprocessor to output only integer coordinates
- fixed the HPGL2 import parsing for absolute linear movements
2019-12-16 21:20:08 +02:00
Marius Stanciu 23785aefd0 Merged in marius_stanciu/flatcam_beta/Beta (pull request #259)
beta 8.991 fix HPGL preprocessor
2019-12-16 18:33:17 +00:00
Marius Stanciu 0574f7a039 - fixed the CNCJob geometry created with HPGL preprocessor 2019-12-16 20:32:00 +02:00
Marius Stanciu 1048bf5649 Merged in marius_stanciu/flatcam_beta/Beta (pull request #258)
Beta
2019-12-16 17:57:33 +00:00
Marius Stanciu 435648171e - fixed the HPGL preprocessor 2019-12-16 19:56:24 +02:00
Marius Stanciu 6744d9ae07 - updated the preprocessor files 2019-12-16 19:24:50 +02:00
Marius Stanciu 9d76e75f19 Merged in marius_stanciu/flatcam_beta/Beta (pull request #257)
Beta - new jump_to
2019-12-16 15:36:51 +00:00
Marius Stanciu d256c99385 - made sure that in Geometry Editor the self.app.mouse attribute is updated with the current mouse position (x, y) 2019-12-16 17:33:58 +02:00
Marius Stanciu b8b6d776e9 - some small changes in the FlatCAMGeoemtry.on_tool_add() method 2019-12-16 16:58:48 +02:00
Marius Stanciu 6c2d628c6c - fixed the Defaults upgrade overwrting the new version number with the old one
- fixed issue with clear_polygon3() - the one who makes 'lines' and fixed the NCC Tool
2019-12-16 14:52:58 +02:00
Marius Stanciu 414b96015c - modified the Jump To method such that now allows relative jump from the current mouse location 2019-12-16 04:27:32 +02:00
Marius Stanciu 82c9377a37 - in Geometry Editor added support for Jump To function such as that it works within the Editor Tools themselves. For now it works only in absolute jumps 2019-12-16 03:16:57 +02:00
Marius Stanciu ed46d4f195 Merged in marius_stanciu/flatcam_beta/Beta (pull request #256)
BETA build 8.99
2019-12-15 22:38:58 +00:00
Marius Stanciu 45892c8a90 - updated all the translation PO files and the POT file
- RELEASE 8.99
2019-12-16 00:21:55 +02:00
Marius Stanciu 63901ec1b1 Merged in marius_stanciu/flatcam_beta/Beta (pull request #255)
Beta -> RELEASE 8.99
2019-12-15 22:14:11 +00:00
Marius Stanciu 7ad091e163 - modified the export_gcode() method and the preprocessors such that the preprocessors now have the information if to include the gcode header
- RELEASE 8.99
2019-12-16 00:12:04 +02:00
Marius Stanciu 2d54664342 Merged in marius_stanciu/flatcam_beta/Beta (pull request #254)
Beta 8.99 - build attempt
2019-12-15 15:28:17 +00:00
Marius Stanciu 0eabc57e70 - fixed some issues with the recent preparation for dark icons resource usage
- added a new preprocessor file contributed by Daniel Friderich and added fixes for it
- RELEASE 8.99
2019-12-15 17:26:56 +02:00
camellan 0452474a50 Merge branch 'Beta' of bitbucket.org:camellan/flatcam into Beta 2019-12-15 18:47:06 +04:00
camellan e86eba0a07 Edit Russian translation 2019-12-15 18:46:38 +04:00
Camellan b28a691c74 jpcgt/flatcam/Beta слито с Beta 2019-12-15 18:45:10 +04:00
Marius Stanciu 9074e65f7a Merged in marius_stanciu/flatcam_beta/Beta (pull request #253)
Beta v8.99 release
2019-12-15 14:42:45 +00:00
Marius Stanciu ba3a6138dc - fixed a typo
- fixed layout on first launch of the app
- RELEASE 8.99
2019-12-15 16:40:37 +02:00
Marius Stanciu 8361ee7897 - prepared the application for usage of dark icons in case of using the dark theme
- updated the languages
- RELEASE 8.99
2019-12-15 16:28:36 +02:00
Marius Stanciu ca4c7b245f - added a script to remove the bad profiles from resource pictures. From here: https://stackoverflow.com/questions/22745076/libpng-warning-iccp-known-incorrect-srgb-profile/43415650, link mentioned by @camellan (Andrey Kultyapov) 2019-12-15 14:26:41 +02:00
Marius Stanciu bcd553c5c7 - deleted the 'dark' icons; they require more attention for another time 2019-12-15 02:45:15 +02:00
Marius Stanciu f78683cd2e Merged jpcgt/flatcam/Beta into Beta 2019-12-15 02:43:10 +02:00
Camellan ee802c5a81 Merged in camellan/flatcam/Beta (pull request #252)
Fix 'libpng warning: iCCP: CRC error'
2019-12-15 00:41:16 +00:00
Marius Stanciu 63baeda071 - fixed a bug that created a crash in special conditions; it's related to the QSettings in FlatCAMGui.py 2019-12-15 00:42:07 +02:00
Marius Stanciu 72a5ba868e - finished the strings update in the Google-translated French 2019-12-14 21:52:43 +02:00
camellan a67b93430f Fix 'libpng warning: iCCP: CRC error' 2019-12-14 23:02:21 +04:00
Camellan f6dedfea49 jpcgt/flatcam/Beta слито с Beta 2019-12-14 22:55:51 +04:00
Marius Stanciu 3f5311ba74 Merged in marius_stanciu/flatcam_beta/Beta (pull request #251)
Beta - almost 8.99
2019-12-14 17:53:14 +00:00
Marius Stanciu 7c04bb7837 - finished the strings update in the Google-translated Spanish 2019-12-14 19:33:13 +02:00
Marius Stanciu 23fc79b508 - small updates (Google Translate) in Russian and Brazilian-PT languages 2019-12-14 03:20:29 +02:00
Marius Stanciu 628c2738af Merged jpcgt/flatcam/Beta into Beta 2019-12-14 02:47:28 +02:00
Camellan ca6cf48ce1 Merged in camellan/flatcam/Beta (pull request #250)
Beta
2019-12-14 00:46:23 +00:00
camellan f06e4831bb Finished Russian translation 2019-12-14 03:50:11 +04:00
Marius Stanciu 6da661eea9 - some work in updating the Spanish Google-translation 2019-12-14 00:19:14 +02:00
Marius Stanciu 1517686ced - more strings updated; finished the Romanian translation update 2019-12-14 00:04:52 +02:00
Marius Stanciu e397e26484 - some strings updated; update on the Romanian translate 2019-12-13 18:36:57 +02:00
Marius Stanciu f6c0741d3d - removed the .plt extension from Gcode extensions 2019-12-13 15:59:48 +02:00
Marius Stanciu 336970d7ea - HPGL2 import: added support for circles, arcs and 3-point arcs. Everything works only for absolute coordinates. 2019-12-13 15:54:26 +02:00
Marius Stanciu f9580be396 - wip 2019-12-13 06:53:13 +02:00