Marius Stanciu
|
6d2ffe9c95
- fixed a small issue in loading the Projects
|
5 years ago |
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
|
5 years ago |
Marius Stanciu
|
40535b9ffe
- fixed bug in Tools DB that crashed when a tool is copied
|
5 years ago |
Marius Stanciu
|
98541775d4
- made some corrections - due of recent refactoring PyCharm reported errors all over (not correct but it made programming difficult)
|
5 years ago |
David Robertson
|
6b36667c15
Merge branch 'Beta' into separate-PreferencesUI-classes-into-individual-files
|
5 years ago |
David Robertson
|
f7989c029f
Split up PreferencesUI.py into individual files for each class, then fixed the imports everywhere that broke because of this.
|
5 years ago |
Marius Stanciu
|
65717ddce1
- some more strings changed -> updated the translations
|
5 years ago |
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)
|
5 years ago |
Marius Stanciu
|
a233d49bd9
- fixed units conversion issue
|
5 years ago |
Marius Stanciu
|
b8d85d2be2
- fixed the merge methods for all FlatCAM objects
|
5 years ago |
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
|
5 years ago |
Marius Stanciu
|
a5384d50d8
- more PEP8 changes
|
5 years ago |
Marius Stanciu
|
ef6b5bcfe5
Merged marius_stanciu/flatcam_beta/Beta 8.992 into Beta
|
5 years ago |
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
|
5 years ago |
David Robertson
|
db37714025
Merge branch 'Beta' of https://bitbucket.org/jpcgt/flatcam into extract-prefs-code-from-app-class
|
5 years ago |
David Robertson
|
a05c174ec8
Fix some things that I broke and further cleanup
|
5 years ago |
David Robertson
|
72c2dd5f26
Working on extracting the prefs UI code from the App class
|
5 years ago |
Marius Stanciu
|
f03d6bfda4
- added a new package to be installed in Linux to make available the black theme for FlatCAM beta
|
5 years ago |
Marius Stanciu
|
eed7e3d620
- some minor changes in the Python version detection
|
5 years ago |
Marius Stanciu
|
2549e9925e
- handled a possible situation in App.load_defaults() method
|
5 years ago |
David Robertson
|
e4f3912f4f
Cleanup of defaults
|
5 years ago |
David Robertson
|
723e242c2b
Remove duplicate factory defaults saving code in App
|
5 years ago |
David Robertson
|
e3ffa30518
Clean up the factory defaults writing
|
5 years ago |
David Robertson
|
136b461919
Start extraction of defaults into its own class
|
5 years ago |
Marius Stanciu
|
fe2d232f60
- minor changes
|
5 years ago |
Marius Stanciu
|
9f13b47077
- replaced the testing if instance of FlatCAMObj with testing the obj.kind attribute
|
5 years ago |
Marius Stanciu
|
3ec666edbb
- replaced the testing if instance of FlatCAMObj with testing the obj.kind attribute
|
5 years ago |
Marius Stanciu
|
61020e3624
- finished the moving of all Tcl Shell stuff out of the FlatCAAMApp class to flatcamTools.ToolShell class
|
5 years ago |
Marius Stanciu
|
74582d02df
- fixed links in Attributions tab in Help -> About FlatCAM to be able to open external links.
|
5 years ago |
Marius Stanciu
|
0295950000
- ensured that on Graceful Exit (CTRL+ALT+X key combo) if using Progressive Plotting, the eventual residual plotted lines are deleted. This apply for Tool NCC and Tool Paint
|
5 years ago |