Commit Graph

377 Commits

Author SHA1 Message Date
Marius Stanciu
facbdf0fd7 - updated all the language strings to the latest changes; updated the POT file
- fixed a possible malfunction in Tool Punch Gerber
2020-05-19 02:28:06 +03:00
Marius Stanciu
7c0d2fb292 - updated the Italian language (translation incomplete) 2020-05-19 02:06:56 +03:00
Marius Stanciu
dc72bea2d6 - updated the language translation files to the latest changes (no translation) 2020-05-18 19:22:23 +03:00
Marius Stanciu
710a84b442 - more refactoring class names
- moved some of the methods from the App class to the ObjectCollection class
2020-05-18 16:39:26 +03:00
Marius Stanciu
a0a805217d - removed reference to postprocessors and replaced it with preprocessors 2020-05-18 16:11:02 +03:00
Marius Stanciu
905c9a3739 Merged marius_stanciu/flatcam_beta/Beta_8.993 into Beta 2020-05-13 15:02:57 +03:00
Marius Stanciu
ceef0849b2 - updated the French translation strings, made by @micmac (Michel) 2020-05-13 14:59:51 +03:00
camellan
cb846cc3db Edit Ruaasian translation 2020-05-10 20:08:05 +04:00
Marius Stanciu
17a2c0e4c1 - updated the translation files
- changed the line endings for Makefile and setup_ubuntu.sh files
2020-05-03 16:48:17 +03:00
Marius
83a515eeee Merge remote-tracking branch 'remotes/jpcgt/flatcam/Beta' into Beta
# Conflicts:
#	CHANGELOG.md
#	FlatCAMApp.py
#	locale/de/LC_MESSAGES/strings.mo
#	locale/de/LC_MESSAGES/strings.po
#	locale/en/LC_MESSAGES/strings.mo
#	locale/en/LC_MESSAGES/strings.po
#	locale/es/LC_MESSAGES/strings.mo
#	locale/es/LC_MESSAGES/strings.po
#	locale/fr/LC_MESSAGES/strings.mo
#	locale/fr/LC_MESSAGES/strings.po
#	locale/hu/LC_MESSAGES/strings.mo
#	locale/hu/LC_MESSAGES/strings.po
#	locale/it/LC_MESSAGES/strings.mo
#	locale/it/LC_MESSAGES/strings.po
#	locale/pt_BR/LC_MESSAGES/strings.mo
#	locale/pt_BR/LC_MESSAGES/strings.po
#	locale/ro/LC_MESSAGES/strings.mo
#	locale/ro/LC_MESSAGES/strings.po
#	locale/ru/LC_MESSAGES/strings.po
2020-05-03 16:36:23 +03:00
Marius Stanciu
77f6e19267 - small changes to allow making the x86 installer that is made from a Python 3.5 run FlatCAM beta
- fixed multiple parameter 'outname' in the Tcl commands OpenGerber and OpenGcode
- added more examples in the scripts Examples: isolate and cutout examples
- updated the Italian translation
- updated the translation files
2020-05-03 16:14:25 +03:00
Marius Stanciu
bb4a116ae0 - updated the translations 2020-05-03 00:01:11 +03:00
Marius Stanciu
87f0d01edc - updated Italian translation 2020-05-02 22:56:17 +03:00
Marius Stanciu
9bad726247 - updated Italian translation 2020-05-02 22:55:00 +03:00
Marius Stanciu
2da0853b23 - working on a new feature: adding interdiction area for Gcode generation. They will be added in the Geometry Object 2020-05-02 22:53:48 +03:00
Marius Stanciu
e159bc3b45 - updated the Italian translation done by user @pcb-hobbyst 2020-05-02 16:55:52 +03:00
Marius Stanciu
ada271cbd6 - modified the Cutout Tool to generate multi-geo objects therefore the set geometry parameters will populate the Geometry Object UI
- modified the Panelize Tool to optimize the output from Cutout Tool such that there are no longer overlapping cuts
- some string corrections
2020-05-02 15:56:30 +03:00
Marius Stanciu
48b3f8d65a - fixed bug in Gerber Editor in which the units conversion wasn't calculated correct
- fixed bug in Gerber Editor in which the QThread that is started on object edit was not stopped at clean up stage
- fixed bug in Gerber Editor that kept all the apertures (including the geometry) of a previously edited object that was not saved after edit
2020-05-02 04:54:09 +03:00
Marius Stanciu
37c6bb2c61 - solve parenting issues when trying to load a FlatScript from Menu -> File -> Scripting
- added a first new example script and added some files to work with
- added a new parameter that will store the home folder of the FlatCAM installation so we can access the example folder
2020-05-01 17:10:42 +03:00
Marius Stanciu
1bbbb70fc8 - fixed issue #409; problem was due of an assert I used in the handler of the Menu ->Options -> Flip X(Y) menu entry
- activated and updated the editing in the Aperture Table in the Gerber Editor; not all parameters can be edited for every type of aperture
- some strings updated
2020-05-01 00:16:24 +03:00
Marius Stanciu
65717ddce1 - some more strings changed -> updated the translations
- replaced some FormLayouts with Gridlayouts in Tool Cutout.
2020-04-30 00:05:12 +03:00
camellan
81c9e2042a finished Russian translation 2020-04-29 20:23:31 +04:00
camellan
703642ee3c Merge remote-tracking branch 'remotes/jpcgt/flatcam/Beta' into Beta 2020-04-29 16:30:25 +04:00
Marius Stanciu
027f648586 - small updates to the Portugueste translation due of the late changes in strings (removing html tags in some cases). 2020-04-29 15:28:12 +03:00
cmstein
655f0b6bc5 Merged in cmsteinBR/flatcam/Beta (pull request #307)
updates in pt_br
2020-04-29 12:09:32 +00:00
Carlos Marcelo de Oliveira Stein
97fbe3f082 Updates in pt_BR 2020-04-29 08:55:46 -03:00
Carlos Marcelo de Oliveira Stein
c4a039f1ec updates in pt_br 2020-04-29 08:37:32 -03:00
Marius Stanciu
a029d5d9ed - updated the French, German and Spanish Google translations
- updated the Romanian translation
2020-04-29 13:31:16 +03:00
Marius Stanciu
a30d2d9185 - added support for Hungarian language - no translation for now 2020-04-27 12:37:44 +03:00
Marius Stanciu
9f13b47077 - replaced the testing if instance of FlatCAMObj with testing the obj.kind attribute
- removed the import of the whole FlatCAMApp file only for the usage of GracefulException
- remove the import of FlatCAMApp and used alternate ways
- optimized the imports in some files
- moved the Bookmarksmanager and ToolDB classes into their own files
- solved some bugs that were not so visible in the Editors and HPGL parser
- split the FlatCAMObj file into multiple files located in the flatcamObjects folder and renamed the contained classes with names more suggestive
- updated the Google Translation for the German language
2020-04-27 12:34:56 +03:00
camellan
091218176e Edit Russian translation(not finished) 2020-04-26 12:54:35 +04:00
camellan
7c83cd3f87 Merge remote-tracking branch 'remotes/jpcgt/flatcam/Beta' into Beta 2020-04-25 21:02:42 +04:00
camellan
d3b9fd8689 update ru 2020-04-25 21:00:27 +04:00
Marius Stanciu
769b5165b4 - updated Google Translations for French and Spanish languages 2020-04-25 17:46:06 +03:00
Marius Stanciu
a76a7d29da - updated the language template and the Romanian translation to the latest changes 2020-04-24 21:14:00 +03:00
Marius Stanciu
b67c00fef6 - update the language template strings.pot and updated the Romanian translation
- updated the Readme file with the steps for installation for MacOS
- updated the requirements.txt file
2020-04-24 11:25:21 +03:00
Marius Stanciu
d80de538e3 - modified all CTRL+ with Ctrl+ and all ALT+ with Alt+ and all SHIFT+ with Shift+. Fixed issue #387. 2020-04-09 05:16:48 +03:00
camellan
ad2d3b2ace Edit Russian Language 2020-01-03 00:48:09 +04:00
camellan
0fdab86319 Fix toggle workspace. Edit Russian language. 2020-01-03 00:10:16 +04:00
camellan
71b6bf7703 Edit Russian translation 2019-12-30 13:06:04 +04:00
camellan
a81460788d Update translation 2019-12-28 23:22:26 +04:00
Camellan
8cc5b28410 jpcgt/flatcam/Beta слито с Beta 2019-12-28 22:44:16 +04:00
Marius Stanciu
47fe73a91b - more updates to the Preferences window and in some other parts of the GUI
- updated the translations (less Russian)
2019-12-28 20:38:44 +02:00
camellan
08d3b7c5e7 Update Russian translation 2019-12-28 21:27:24 +04:00
camellan
41bcc135ff Merge remote-tracking branch 'remotes/jpcgt/flatcam/Beta' into Beta 2019-12-28 21:12:45 +04:00
Marius Stanciu
ab9db619ee - fix the conflicts 2019-12-28 04:10:30 +02:00
Marius Stanciu
3c991e1c2d - updated all the translations files
- fixed the big mouse cursor in OpenGL(3D) graphic mode to get the set color
- fixed the cursor to have the set color and set cursor width in the Legacy(2D) graphic engine
- in Legacy(2D) graphic mode fixed the cursor toggle when the big cursor is activated
- in Legacy(2D) fixed big mouse cursor to snap to the grid
- RELEASE 8.991
2019-12-28 03:59:05 +02:00
camellan
a196140942 Fix translate string,edit Russian translation. 2019-12-27 22:57:06 +04:00
Camellan
9fc0d64806 jpcgt/flatcam/Beta слито с Beta 2019-12-27 21:32:27 +04:00
Marius Stanciu
a67a2ef37e Merged in marius_stanciu/flatcam_beta/Beta (pull request #276)
Beta - improvements
2019-12-27 02:42:41 +00:00
Marius Stanciu
73b2355295 - updated the POT file and the translation files for German, Spanish and French languages 2019-12-27 04:34:54 +02:00
camellan
762e460614 Merge remote-tracking branch 'remotes/jpcgt/flatcam/Beta' into Beta 2019-12-17 19:23:56 +04:00
cmstein
dcd46d8c37 Update in pt_BR 2019-12-16 16:33:16 -03: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
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
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
72a5ba868e - finished the strings update in the Google-translated French 2019-12-14 21:52:43 +02: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
camellan
9c6b6440d3 Edit Russian translation 2019-12-13 02:57:19 +04:00
camellan
e1953924c0 Edit Russian translation 2019-12-12 03:22:05 +04:00
camellan
16cc8dbf3a Edit Russian translation 2019-12-11 13:48:24 +04:00
camellan
0dd010f58b Update Russian translation 2019-12-10 14:06:18 +04:00
cmstein
ed4bc5612e Updates in pt_BR 2019-12-09 21:22:33 -03:00
cmstein
eb2a9bbd9b Update in pt_BR 2019-12-09 18:31:37 -03:00
cmstein
2b0f38c5e0 Updates in pt_BR 2019-12-09 18:15:40 -03:00
cmstein
44ff92356a Updates in pt_BR 2019-12-09 17:32:08 -03:00
cmstein
5d430416a3 Update in pt_BR translation 2019-12-09 17:28:26 -03:00
Marius Stanciu
35f518ace5 - updated the POT file
- fixed an error in the German PO file
- updated the languages PO files
2019-12-09 16:54:24 +02:00
Marius Stanciu
8969c03021 - updated the border for fit view on OpenGL graphic mode
- Calibration Tool - added preferences values
- Calibration Tool - more work on it
2019-12-09 01:56:45 +02:00
Marius Stanciu
b1d249cff8 - renamed Calibrate Excellon Tool to a simpler Calibrate Tool
- Calibrate Tool - when generating verification GCode it will always load into an Editor from which it can be edited and/or saved. On save the editor will close.
2019-12-07 01:07:52 +02:00
Marius Stanciu
2ca509ca04 - few bugs solved regarding the newly created empty objects 2019-12-06 23:00:43 +02:00
Marius Stanciu
8d45f77085 - some changes in the UI layout in Cutout Tool 2019-12-03 17:48:17 +02:00
Marius Stanciu
70d123306c - in Tools Database added a contextual menu to add/copy/delete tool; CTRL+C, DEL keys work too; key T for adding a tool is now only partially working
- in Tools Database made the status bar messages show when adding/copying/deleting tools in DB
- changed all Except statements that were single to except Exception as recommended in some PEP
- renamed the Copper Fill Tool to Copper Thieving Tool as this is a more appropriate name; started to add ability for more types of copper thieving besides solid
- fixed some issues recently introduced in ParseSVG
- updated POT file
2019-11-11 02:35:42 +02:00
jkarstedt
9a46f3045e Merged in jkarstedt/flatcam/Beta (pull request #243)
Beta
2019-10-25 21:41:39 +00:00
cmstein
4802637a37 Merged in cmsteinBR/flatcam/Beta (pull request #245)
Update in pt_BR
2019-10-25 21:39:17 +00:00
jens
0dd7272ace german translations 2n fix of Run Code 2019-10-24 20:07:15 +02:00
jens
24c868991b german translations fixed run script interrupted 2019-10-24 19:55:09 +02:00
cmstein
a5085e3db4 Update in pt_BR 2019-10-23 07:59:46 -03:00
jens
4cacb2d381 german translations fixed run script 2019-10-21 07:34:24 +02:00
camellan
21a8d2fd34 Update Russian strings.mo 2019-10-20 18:46:22 +04:00
camellan
587b97e307 Edit Russian translation 2019-10-20 18:40:38 +04:00
jens
7737ac11a6 german translations main Menu and Properties 2019-10-20 12:56:03 +02:00
Marius Stanciu
f305e4e59a - finished the update on the Google translated Spanish translation.
- RELEASE 8.98
2019-10-19 15:02:24 +03:00
Marius Stanciu
2dd4c6889b - updated all translation files except Spanish 2019-10-19 04:55:42 +03:00
Marius Stanciu
46659af432 - finished the update on French Google translation. 2019-10-19 04:45:17 +03:00
Marius Stanciu
7eca6085be - finished the update of the Romanian translation. 2019-10-18 17:04:13 +03:00
Marius Stanciu
9285da8443 - finished the update on German translation. Part of it was corrected by Jens Karstedt 2019-10-18 15:52:45 +03:00
Marius Stanciu
ecbbadeabd Merged jpcgt/flatcam/Beta into Beta 2019-10-18 03:43:39 +03:00
cmstein
2b20e2a7a7 Merged in cmsteinBR/flatcam/Beta (pull request #239)
Update in pt_BR translation
2019-10-17 22:26:24 +00:00
cmstein
06f020d33c Update in pt_BR translation 2019-10-17 14:34:02 -03:00
cmstein
d1c6188d78 Update in pt_BR translation 2019-10-17 08:53:20 -03:00