Marius Stanciu
|
4c83e87feb
- moved some of the GUI related methods from FlatCAMApp.App to the flatcamGUI.FlatCAMGUI class
|
hace 5 años |
Marius Stanciu
|
af2cc005b0
- made the workspace label in the status bar clickable and also added a status bar message on status toggle for workspace
|
hace 5 años |
Marius Stanciu
|
1085d26b7b
- fixed the PDF Tool when importing as Gerber objects
|
hace 5 años |
Marius Stanciu
|
0aeef246ea
- fixed the workspace being always A4
|
hace 5 años |
Marius Stanciu
|
d0e80043a4
- added a menu entry in Menu -> View for Toggle HUD
|
hace 5 años |
Marius Stanciu
|
28f0c9c276
- added new FlatCAM Tool: Corner Markers Tool which will add line markers in the selected corners of the bounding box of the targeted Gerber object
|
hace 5 años |
Marius Stanciu
|
267db756e1
- fixed the Tcl command Cncjob: there was a problem reported as issue #416. The command did not work due of the dpp parameter
|
hace 5 años |
Marius Stanciu
|
d739a5b05d
- re-added the position labels in the status bar; they will be useful if HUD is Off (Altium does the same :) so learn from the best)
|
hace 5 años |
Marius Stanciu
|
40c52455e1
- made sure that the corner snap buttons are shown only in Editors
|
hace 5 años |
Marius Stanciu
|
3c0ee97c61
- Snap Toolbar is now visible in Fullscreen
|
hace 5 años |
Marius Stanciu
|
d7677b5e08
- remade the Snap Toolbar presence; now it is always active and situated in the Status Bar
|
hace 5 años |
Marius Stanciu
|
46367c433f
- removed the labels in status bar that display X,Y positions and replaced it with a HUD display on canvas (combo key SHIFT+H) will toggle the display of the HUD
|
hace 5 años |
Marius Stanciu
|
88dc9aa702
- in detachable tabs, Linux loose the reference of the detached tab and on close of the detachable tabs will gave a 'segmantation fault' error. Solved it by not deleting the reference in case of Unix-like systems
|
hace 5 años |
Marius Stanciu
|
2da0853b23
- working on a new feature: adding interdiction area for Gcode generation. They will be added in the Geometry Object
|
hace 5 años |
Marius Stanciu
|
ada271cbd6
- modified the Cutout Tool to generate multi-geo objects therefore the set geometry parameters will populate the Geometry Object UI
|
hace 5 años |
Marius Stanciu
|
bdf2192d00
- changed the icons for the grid snap in the status bar
|
hace 5 años |
Marius Stanciu
|
f4617034af
- added in Gerber editor a method for zoom fit that takes into consideration the current geometry of the edited object
|
hace 5 años |
Marius Stanciu
|
40535b9ffe
- fixed bug in Tools DB that crashed when a tool is copied
|
hace 5 años |
David Robertson
|
9be8665311
Grouped the preferences UI files by tab (except for tools1/2 which I put together)
|
hace 5 años |
David Robertson
|
f7989c029f
Split up PreferencesUI.py into individual files for each class, then fixed the imports everywhere that broke because of this.
|
hace 5 años |
David Robertson
|
aa16b5e339
Shift the PreferencesUI.py file into a new `preferences` subpackage
|
hace 5 años |
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)
|
hace 5 años |
Marius Stanciu
|
a5384d50d8
- more PEP8 changes
|
hace 5 años |
David Robertson
|
db37714025
Merge branch 'Beta' of https://bitbucket.org/jpcgt/flatcam into extract-prefs-code-from-app-class
|
hace 5 años |
David Robertson
|
72c2dd5f26
Working on extracting the prefs UI code from the App class
|
hace 5 años |
Marius Stanciu
|
35674c9647
- in SVG parser modified some imports to be one on each line
|
hace 5 años |
Marius Stanciu
|
eed7e3d620
- some minor changes in the Python version detection
|
hace 5 años |
Marius Stanciu
|
fe2d232f60
- minor changes
|
hace 5 años |
Marius Stanciu
|
3ec666edbb
- replaced the testing if instance of FlatCAMObj with testing the obj.kind attribute
|
hace 5 años |
Marius Stanciu
|
7df7e17569
- some message strings cleanup
|
hace 5 años |