Commit Graph

2922 Commits

Author SHA1 Message Date
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
David Robertson
b24474be65 wip 2020-05-02 02:12:09 +01:00
David Robertson
a00cdd6de7 Work in progress on prefs overhaul 2020-05-02 01:11:31 +01:00
Marius Stanciu
b029357f8f Merged marius_stanciu/flatcam_beta/Beta 8.992 into Beta 2020-05-02 00:10:31 +03:00
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
0dac23aea4 Merged marius_stanciu/flatcam_beta/Beta 8.992 into Beta 2020-05-01 17:43:03 +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
176aa48469 Merged marius_stanciu/flatcam_beta/Beta 8.992 into Beta 2020-05-01 17:11:35 +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
6135276df5 Merged marius_stanciu/flatcam_beta/Beta 8.992 into Beta 2020-05-01 13:27:20 +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
David Robertson
86ef9d9038 Introduce a PreferencesSectionUI widget 2020-05-01 02:22:53 +01:00
David Robertson
9ec6b3afb2 Deduplicate code in PreferencesUIManager.show_preferences_gui() 2020-05-01 01:27:05 +01:00
Marius Stanciu
968fcee76c Merged marius_stanciu/flatcam_beta/Beta 8.992 into Beta 2020-05-01 00:32:01 +03:00
Marius Stanciu
6d2ffe9c95 - fixed a small issue in loading the Projects 2020-05-01 00:31:21 +03:00
Marius Stanciu
822a6ae6a7 Merged marius_stanciu/flatcam_beta/Beta 8.992 into Beta 2020-05-01 00:17:09 +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
7329530563 Merged marius_stanciu/flatcam_beta/Beta 8.992 into Beta 2020-04-30 19:35:00 +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
42937a29c9 Merged marius_stanciu/flatcam_beta/Beta 8.992 into Beta 2020-04-30 13:16:56 +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