Commit Graph

2659 Commits

Author SHA1 Message Date
Marius Stanciu
bdf2192d00 - changed the icons for the grid snap in the status bar
- moved some of the methods from FlatCAMApp.App to flatcamGUI.FlatCAMGUI class
2020-05-02 00:09:48 +03:00
Marius Stanciu
f4617034af - added in Gerber editor a method for zoom fit that takes into consideration the current geometry of the edited object 2020-05-01 17:42:16 +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
f47396a6e5 - added some ToolTips (strings needed to be translated too) for the Cut Z entry in Geometry Object UI that explain why is sometime disabled and reason for it's value (sometime is zero) 2020-05-01 13:26:35 +03:00
Marius Stanciu
6d2ffe9c95 - fixed a small issue in loading the Projects 2020-05-01 00:31:21 +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
40535b9ffe - fixed bug in Tools DB that crashed when a tool is copied
- in Tools Database added a Save Button whose color is changed in Red if the DB was modified and back to default when the DB is saved.
- fixed bug in Tool DB that crashed the app when the Tool Name was modified but there was no tree item (a tool in the list) selected in the Tree widget (list of tools)
- now on tool add and tool copy, the last item (tool, which is the one added) is autoselected; o tool delete always the first item (tool) is selected
2020-04-30 19:34:05 +03:00
Marius Stanciu
98541775d4 - made some corrections - due of recent refactoring PyCharm reported errors all over (not correct but it made programming difficult)
- modified the requirements.txt file to force svg.path module to be at least version 4.0
2020-04-30 12:47:07 +03:00
Marius Stanciu
0ac5bb777b Merged jpcgt/flatcam/Beta into Beta 8.992 2020-04-30 11:01:44 +03:00
David Robertson
518b78cb9c Merged in davidrobertson/flatcam/separate-PreferencesUI-classes-into-individual-files (pull request #308)
Separate PreferencesUI classes into individual files
2020-04-30 07:57:47 +00:00
David Robertson
9be8665311 Grouped the preferences UI files by tab (except for tools1/2 which I put together) 2020-04-30 00:11:45 +01:00
David Robertson
6b36667c15 Merge branch 'Beta' into separate-PreferencesUI-classes-into-individual-files 2020-04-29 23:42:35 +01:00
David Robertson
f7989c029f Split up PreferencesUI.py into individual files for each class, then fixed the imports everywhere that broke because of this. 2020-04-29 22:53:16 +01:00
Marius Stanciu
debf27d746 Merged marius_stanciu/flatcam_beta/Beta into Beta 2020-04-30 00:05:57 +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
David Robertson
aa16b5e339 Shift the PreferencesUI.py file into a new preferences subpackage 2020-04-29 22:02:25 +01:00
Marius Stanciu
db8dd77c72 Merged marius_stanciu/flatcam_beta/Beta 8.992 into Beta 2020-04-29 22:14:02 +03:00
Marius Stanciu
ae49c7fb09 - added some log.debug's in Tool Cutout 2020-04-29 22:13:20 +03:00
Marius Stanciu
804b62af7f - solved the problem with not closing all the tabs in Plot Area when creating a New Project; the issue was that once a tab was removed the indexes are remade (when tab 0 is removed then tab 1 becomes tab 0 and so on) 2020-04-29 21:43:28 +03:00
Marius Stanciu
1b0abc6798 Merged jpcgt/flatcam/Beta into Beta 8.992 2020-04-29 19:48:28 +03:00
Camellan
efeb9f9881 Merged in camellan/flatcam/Beta (pull request #283)
Beta
2020-04-29 16:44:52 +00:00
camellan
81c9e2042a finished Russian translation 2020-04-29 20:23:31 +04:00
Marius Stanciu
fa634b94bf Merged marius_stanciu/flatcam_beta/Beta 8.992 into Beta 2020-04-29 19:06:10 +03:00
Marius Stanciu
a233d49bd9 - fixed units conversion issue
- updated the units conversion method to convert all the convertible parameters in the Preferences
2020-04-29 19:05:18 +03:00
camellan
703642ee3c Merge remote-tracking branch 'remotes/jpcgt/flatcam/Beta' into Beta 2020-04-29 16:30:25 +04:00
Marius Stanciu
8d33b033eb Merged marius_stanciu/flatcam_beta/Beta into Beta 2020-04-29 15:28:55 +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
Marius Stanciu
222944644d Merged jpcgt/flatcam/Beta into Beta 8.992 2020-04-29 15:14:16 +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
0975d52479 Merged marius_stanciu/flatcam_beta/Beta 8.992 into Beta 2020-04-29 13:32:03 +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
cd884dc1d0 Merged marius_stanciu/flatcam_beta/Beta into Beta 2020-04-29 13:00:04 +03:00
Marius Stanciu
c9f6c7efcb - fixed a SyntaxError Exception when checking for types of found old preferences 2020-04-29 12:57:39 +03:00
Marius Stanciu
24a12f0fcb Merged marius_stanciu/flatcam_beta/Beta into Beta 2020-04-29 11:11:15 +03:00
Marius Stanciu
b8d85d2be2 - fixed the merge methods for all FlatCAM objects 2020-04-29 11:10:43 +03:00
Marius Stanciu
fff8bbe1aa Merged marius_stanciu/flatcam_beta/Beta 8.992 into Beta 2020-04-29 10:49:38 +03:00
Marius Stanciu
2ca6e2e3f1 - modified the method that detects which tab was closed in the Plot Area so it will no longer depend on it's translated text but on it's objectName set on the QTab creation 2020-04-29 10:48:47 +03:00
Marius Stanciu
a5384d50d8 - more PEP8 changes
- in PreferencesUI.PreferencesUIManager class I removed the need to pass reference to the App class since it this was available through the 'ui' parameter
- some fixes due to recent refactoring
- minor bugs fixed (not so visible)
- promoted some methods to be static
- set the default layout on first run to the 'minimal' value
2020-04-29 10:09:07 +03:00
Marius Stanciu
6f11850c40 Merged jpcgt/flatcam/Beta into Beta 8.992 2020-04-29 09:13:25 +03:00
Marius Stanciu
ef6b5bcfe5 Merged marius_stanciu/flatcam_beta/Beta 8.992 into Beta 2020-04-29 09:09:02 +03:00
David Robertson
ce9c80c004 Merged in davidrobertson/flatcam/extract-prefs-code-from-app-class (pull request #306)
Extract prefs code from app class
2020-04-29 06:05:44 +00:00
Marius Stanciu
e1bc55a090 - added a try-except clause in the FlatCAMTranslation.restart_program() when closing the Listener and the thread that runs it to adjust to MacOS usage 2020-04-29 07:37:33 +03:00
David Robertson
db37714025 Merge branch 'Beta' of https://bitbucket.org/jpcgt/flatcam into extract-prefs-code-from-app-class 2020-04-29 02:57:17 +01:00
David Robertson
a05c174ec8 Fix some things that I broke and further cleanup 2020-04-29 02:46:52 +01:00
David Robertson
72c2dd5f26 Working on extracting the prefs UI code from the App class 2020-04-29 01:49:34 +01:00
David Robertson
89c384766a Apply defaults loading fix 2020-04-29 00:07:38 +01:00
Marius Stanciu
c03844443b erged marius_stanciu/flatcam_beta/Beta 8.992 into Beta 2020-04-28 21:09:33 +03:00
Marius Stanciu
907e4bc6d9 - disabled a skip_quotes method in ToolShell.FCShell class so I can now use quotes to enclose file paths with spaces inside 2020-04-28 21:08:40 +03:00