Commit Graph

175 Commits

Author SHA1 Message Date
Marius Stanciu f5c84fdc49 - maintenance_2 2020-06-02 18:29:45 +03:00
Marius 5abb7866d8 - maintenance_1 2020-06-02 18:24:44 +03:00
Marius Stanciu e239afd69b - fixed some more strings
- updated the Google-translations for the German, Spanish, French
- updated the Romanian translation
2020-06-02 17:39:48 +03:00
Marius Stanciu c56f12c5d8 - updated the translation files to the latest changes 2020-06-02 05:20:28 +03:00
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 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 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 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 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
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
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 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
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
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
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
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
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 23fc79b508 - small updates (Google Translate) in Russian and Brazilian-PT languages 2019-12-14 03:20:29 +02: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 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 2ca509ca04 - few bugs solved regarding the newly created empty objects 2019-12-06 23:00:43 +02:00
cmstein a5085e3db4 Update in pt_BR 2019-10-23 07:59:46 -03:00
Marius Stanciu 2dd4c6889b - updated all translation files except Spanish 2019-10-19 04:55:42 +03: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
cmstein 50e26f50d4 Updates in pt_BR translation 2019-10-16 16:52:10 -03:00
cmstein 2fe5eafa36 Updates in pt_BR translation 2019-10-15 15:26:32 -03:00
cmstein d2ba36c265 Update in pt_BR translation 2019-10-15 15:16:22 -03:00
cmstein 7b684a1c20 Update in pt_BR translation 2019-10-15 10:17:06 -03:00
cmstein 25b28bd3c2 Updates in pt_BR translation 2019-10-15 08:12:36 -03:00
cmstein 3273a0f6fa Update in pt_BR translation 2019-10-15 08:04:59 -03:00
Marius Stanciu 5f769105bc - fixed a whole load of PyQT signal problems generated by recent changes to the usage of SpinBoxes; added a signal returnPressed for the FCSpinner and for FCDoubleSpinner
- fixed issue in Paint Tool where the first added tool was expected to have a float diameter but it was a string
- updated the translation files to the latest state in the app
2019-10-15 02:35:10 +03:00
Marius Stanciu 9432f22ab4 - updated the translation files (~ 89% translation level) 2019-10-14 06:26:15 +03:00
cmstein 30e5a3776d Update in pt_BR 2019-09-27 07:47:49 -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 3c38d1a22e - updated the other languages and the .POT file 2019-09-26 17:52:35 +03:00
cmstein b83485568d Update in pt_BR 2019-09-24 16:01:07 -03:00
cmstein e4e277fc30 Update in pt_BR tanslation 2019-09-24 09:42:36 -03:00
Marius Stanciu 0fe502d068 - 26% in Google-translated French translation and updated some strings too 2019-09-23 20:17:34 +03:00
Marius Stanciu 170f293275 - updated the translation files 2019-09-23 06:23:47 +03:00
cmstein 528b67a89c Updates in pt_BR translation 2019-09-22 23:21:49 -03:00
Marius Stanciu 504c11f1fa - updated strings in the translations and the .POT file 2019-09-23 04:16:37 +03:00
Marius Stanciu 6238b07826 - fixed crash when trying to set a workspace in FlatCAM in the Legacy engine 2D mode by disabling this function for the case of 2D mode
- updated the translation files
2019-09-22 17:59:01 +03:00
Marius Stanciu 956ba36a6a - updated the .PO file for the PT-BR translation so the translator can work on it. 2019-09-22 17:18:12 +03:00
Marius Stanciu 723c9eb0af - trying to solve some conflicts regarding the PT-BR translations files 2019-09-22 17:15:05 +03:00
Marius Stanciu 183d4b7966 - some strings changed to be easier for translation
- updated the .POT file and the translation files
- updated and corrected the Romanian and Spanish translations
- updated the .PO files for the rest of the translations, they need to be filled in.
2019-09-22 17:06:22 +03:00
Marius Stanciu 4f17d6229f - final fix for the --shellvar having spaces within the assigned value; now they are retained
- updated the .POT file and the translation files leaving them incomplete
2019-09-20 01:33:38 +03:00
cmstein 54a2a33340 Update in pt_BR Translation 2019-09-16 21:42:23 -03:00
cmstein caa6bdb891 Merged in cmsteinBR/flatcam/Beta (pull request #199)
Updates in pt_BR translation
2019-09-14 15:26:08 +00:00
cmstein 79f95bf95f Updates in pt_BR translation 2019-09-14 11:55:18 -03:00
cmstein 68f8c1dbe3 Updates in pt_BR translation 2019-09-14 11:48:30 -03:00
cmstein 5a04c0e98a Updates in pt_BR Translation 2019-09-14 11:00:45 -03:00
cmstein 3f2eccd6f4 Updates in pt_BR Translation 2019-09-14 10:42:14 -03:00
Marius Stanciu 297d5abb48 - re-added the Portuguese translation files 2019-09-14 16:09:39 +03:00
cmstein b94f18152b Updates in pt_BR translation 2019-09-14 10:08:44 -03:00
Marius Stanciu 9e72b73b8f - deleting some offending files 2019-09-14 15:57:54 +03:00
Marius Stanciu 9057d35cf9 - updated the translations (except RU) and the POT file 2019-09-14 15:51:32 +03:00
cmstein 51de0b1ae1 Updates in pt_BR translation 2019-09-14 09:39:46 -03:00
cmstein a51a3b222a Update 2019-09-13 16:41:01 -03:00
cmstein 93b711ff92 PT_BR update 2019-09-13 13:55:32 -03:00
cmstein cadae52865 PT_BR update 2019-09-13 13:55:06 -03:00
cmstein ed94a88706 Update in translation 2019-09-13 08:30:51 -03:00
cmstein 80ea3ab74e Update 2019-09-13 08:13:57 -03:00
cmstein c417489c1e Update 2019-09-13 08:13:57 -03:00
cmstein 07c0da75bd Update. 2019-09-13 08:13:56 -03:00
cmstein 2075b9c18a Update 2019-09-13 08:13:56 -03:00
cmstein 929da9f64c Update 2019-09-13 08:13:56 -03:00
cmstein f07c908297 Update 2019-09-13 08:13:56 -03:00
cmstein b162d93a42 Update 2019-09-13 08:13:55 -03:00
cmstein f5de62b929 Update 2019-09-13 08:13:55 -03:00
cmstein 8dcd384d78 Update 2019-09-13 08:13:55 -03:00
cmstein 478ce6cdc8 Update 2019-09-13 08:13:54 -03:00
cmstein 3642d442f4 Update 2019-09-13 08:13:54 -03:00
cmstein b0971a9721 Update 2019-09-13 08:13:54 -03:00
cmstein e43c6f1190 Update 2019-09-13 08:13:54 -03:00
cmstein d2fe51de1f Update 2019-09-13 08:13:54 -03:00
cmstein 3c2a2ec4ab Update 2019-09-13 08:13:53 -03:00
cmstein 02e871d040 Update 2019-09-13 08:13:53 -03:00
cmstein 1ba840831e update 2019-09-13 08:13:53 -03:00
cmstein f888652540 Update in PT_BR translation 2019-09-13 08:13:53 -03:00
cmstein 2a31c9486f Update in PT_BR 2019-09-13 08:13:53 -03:00
cmstein df5ccd6a5a Update in PT_BR 2019-09-13 08:13:52 -03:00
cmstein 80ac4cc1c0 Update in PT_BR translation 2019-09-13 08:13:52 -03:00
Marius Stanciu 4ca15b486b - modified the way key modifiers are detected in Gerber Editor Selection class and in Excellon Editor Selection class
- updated the translations
2019-08-23 23:54:13 +03:00
Marius Stanciu 392b0e1b49 - fixed the Spanish, Brazilian Portuguese and Romanian translations 2019-08-20 00:44:38 +03:00