Marius Stanciu
|
8062af7feb
- the project items color is now controlled from Foreground Role in ObjectCollection.data()
|
6 лет назад |
Marius Stanciu
|
eda4202952
- added new setting for the color of the Project Tree items; it helps in providing contrast when using dark theme like the one in MacOS
|
6 лет назад |
Marius Stanciu
|
ac64f56240
- in ObjectCollection class, made sure that renaming an object in Project View does not result in an empty name. If new name is blank the rename is cancelled.
|
6 лет назад |
Marius Stanciu
|
4c275b25af
- fixed Edit -> Copy as Geom function handler to work for Excellon objects, too
|
6 лет назад |
Marius Stanciu
|
cefb74d792
- Gerber Editor: made geometry transfer (which is slow) to Editor to be multithreaded
|
6 лет назад |
Marius Stanciu
|
bebb827bd2
- added autocomplete for Code editor; TODO: needs to be enabled only when doing Scripts, right now is available for everyone.
|
6 лет назад |
Marius Stanciu
|
abfa78d898
- remade the layout in 2Sided Tool
|
6 лет назад |
Marius Stanciu
|
c0d21ee4e0
- made the layout combobox current item from Preferences -> General window to reflect the current layout
|
6 лет назад |
Marius Stanciu
|
29722de6ac
- fixed the Properties Project menu entry to work on the new way
|
6 лет назад |
Marius Stanciu
|
a6e23b28a7
- fix app crash for the case that there are no translation files
|
6 лет назад |
Marius Stanciu
|
ffd707ccce
- comment changes on the file licenses (added major contributor names)
|
6 лет назад |
Marius Stanciu
|
53627b566c
- added a fix in the Gerber parser when adding the geometry in the self.apertures dict for the case that the current aperture is None (Allegro does that)
|
6 лет назад |
Marius Stanciu
|
a4ae0f65ca
- finished preparing for internationalization for the files: camlib and objectColletion
|
6 лет назад |
Marius Stanciu
|
6ba037fd83
- fixed issue when doing th CTRL (or SHIFT) + LMB, the focus is automatically moved to Project Tab
|
6 лет назад |
Marius Stanciu
|
574184f44c
- fixed Measuring Tool - after doing a measurement the Notebook was switching to Project Tab without letting the user see the results
|
6 лет назад |
Marius Stanciu
|
74ecbabf1f
- added a function to read the parameters from ToolChange macro Text Box (I need to move it from CNCJob to Excellon and Geometry)
|
7 лет назад |
Marius Stanciu
|
2843810ab3
- some GUI elements changes
|
7 лет назад |
Marius Stanciu
|
21f970204e
- added the ability of context menu inside the GuiElements.FCCombobox() object.
|
7 лет назад |
Marius Stanciu
|
7272b46dd9
- added Repetier postprocessor file
|
7 лет назад |
Marius Stanciu
|
18f38999c4
- added ability to regenerate objects (it's actually deletion followed by recreation)
|
7 лет назад |
Marius Stanciu
|
032f68a848
- added ability to save the Gerber file content that is stored in FlatCAM on Gerber file loading. It's useful to recover from saved FlatCAM projects when the source files are no longer available.
|
7 лет назад |
Marius Stanciu
|
0f66e63526
- when deselecting an object in Project menu the status bar selection message is deleted
|
7 лет назад |
Marius Stanciu
|
326599e4a3
- changed some status bar messages
|
7 лет назад |
Marius Stanciu
|
ffb7931adb
- added messages in info bar when selecting objects in the Project View list
|
7 лет назад |
Marius Stanciu
|
3293223991
- added the 'Save' menu entry to the Project context menu, for CNCJob: it will export the GCode.
|
7 лет назад |
Marius Stanciu
|
367d6f3155
- reworked the offer to save a project so it is done only if there are objects in the project but those objects are new and/or are modified since last project load (if an old project was loaded.)
|
7 лет назад |
Marius Stanciu
|
e717cb8f15
- remade the Excellon export function to work with parameters entered in Edit -> Preferences -> Excellon Export
|
7 лет назад |
Marius Stanciu
|
a978b5621d
- the notebook is automatically collapsed when there are no objects in the collection and it is showed when adding an object
|
7 лет назад |
Marius Stanciu
|
2be35e4248
- fixed errors in Toggle Axis
|
7 лет назад |
Marius Stanciu
|
6c6a802afb
- commented some debug messages
|
7 лет назад |