Commit Graph

3880 Commits

Author SHA1 Message Date
Marius Stanciu
c3ac752c12 - small change 2021-09-06 01:25:05 +03:00
Marius Stanciu
358ae2d960 - remade the CNC Job Object Properties UI 2021-09-06 01:22:16 +03:00
Marius Stanciu
47d8c4cb58 - remade the Geometry Object Properties UI 2021-09-06 01:05:32 +03:00
Marius Stanciu
ed203ddbd7 - remade the Excellon Object Properties UI 2021-09-06 00:28:42 +03:00
Marius Stanciu
e465865252 - in Invert Plugin updated the GUI 2021-09-06 00:05:12 +03:00
Marius Stanciu
eccd3cd4c6 - in Follow Plugin updated the GUI 2021-09-05 23:52:06 +03:00
Marius Stanciu
8e5f196fe0 - in Subtraction Plugin updated the GUI 2021-09-05 23:41:01 +03:00
Marius Stanciu
d42c33a02d - in NCC Plugin updated the GUI 2021-09-05 22:50:33 +03:00
Marius Stanciu
b45eeff5ed - in Paint Plugin updated the GUI 2021-09-05 22:18:44 +03:00
Marius Stanciu
a87d1e4eed - in Extract Drills Plugin updated the GUI 2021-09-05 21:39:51 +03:00
Marius Stanciu
86286089bd - in Copper Thieving Plugin updated the GUI 2021-09-05 21:00:44 +03:00
Marius Stanciu
854548142e - remade the Gerber Object Properties UI
- fixed a small typo when creating a new Gerber empty App Object
2021-09-05 17:17:24 +03:00
Marius Stanciu
90697c55a1 - in Alignment Plugin updated the GUI 2021-09-05 16:11:41 +03:00
Marius Stanciu
2adad8c226 - in Corners Plugin remade the GUI
- in Corners Markers Plugin added the beginning of the manual marker placement
2021-09-05 16:01:33 +03:00
Marius Stanciu
363778024c - in QRCode Plugin remade the GUI
- added some new properties to the FCCheckBox GUI element
2021-09-05 14:50:04 +03:00
Marius Stanciu
c91cb9e01b - in Punch Gerber Plugin remade the GUI
- some minor fixes in some of the Plugins
2021-09-05 01:31:11 +03:00
Marius Stanciu
32a7274fdc - in Panelize Plugin remade the GUI 2021-09-04 23:53:38 +03:00
Marius Stanciu
56f1006689 - in Milling Plugin remade the GUI 2021-09-04 23:18:40 +03:00
Marius Stanciu
b0938a2ebe - in Drilling Plugin remade the GUI 2021-09-04 22:30:44 +03:00
Marius Stanciu
2fb9aec38c - in 2-sided Plugin remade the GUI 2021-09-04 20:37:15 +03:00
Marius Stanciu
a0952a5fa7 - in Cutout Plugin remade the GUI 2021-09-04 19:52:06 +03:00
Marius Stanciu
f5608e915d - in Calculators Plugin, added sodium hypophosphite optional parameter calculation 2021-09-04 18:19:42 +03:00
Marius Stanciu
01f3ac4e3a - in Calculators Plugin added a new calculator to calculate the required chemical weights for tinning solutions
- in Calculators Plugin remade the GUI
- some minor GUI modifications for a series of App Plugins
2021-09-04 18:15:41 +03:00
Marius Stanciu
36749712af - trying to get the right size of the HUD rectangle 2021-09-03 23:11:21 +03:00
Marius Stanciu
73674db80e - trying to get the right size of the HUD rectangle 2021-09-03 22:14:43 +03:00
Marius Stanciu
1f321f9dcb - when a Plugin is no longer used disconnect a certain signal that control the selection in the App Object Target combobox since it is not needed and it takes cpu cycles 2021-09-02 19:38:30 +03:00
Marius Stanciu
585231ec51 - in Geometry Editor, deleting a shape from the Table context menu will update now the plot 2021-09-02 15:33:31 +03:00
Marius Stanciu
3ddb321dff - some GUI changes in Milling Plugin
- fixed the multiple selection in the Project Tab collection list; now only a single selection will trigger the signal 'proj_selection_changed'
- when Milling Plugin is opened, selecting an Excelon object will set the GUI to Excellon Target
2021-09-02 12:46:38 +03:00
Marius Stanciu
2e23b8590b - fixed the issue in Milling Plugin that did not automatically set the object combo to the previously selected object 2021-09-01 23:16:17 +03:00
Marius Stanciu
290647a2be - changed the way the HUD width is calculated 2021-09-01 04:19:12 +03:00
Marius Stanciu
23822ea774 - fixed the bug where the HUD did not used the set font size from Preferences 2021-08-31 20:08:42 +03:00
Marius Stanciu
d90e86da39 - made sure that the location labels in the InfoBar have only the decimals required when the Grid snapping is ON 2021-08-31 02:25:43 +03:00
Marius Stanciu
7dfb8152ce - in Gerber Editor fixed bug with the row selection that no longer selected the visuals on canvas 2021-08-31 00:34:17 +03:00
Marius Stanciu
a7d790ef7c - the Y axis labels are now rotated at 45 degrees allowing better space management
- changed the HUD color, with Light theme, to gray
2021-08-31 00:07:54 +03:00
Marius Stanciu
2b40ba1c5f - add HUD rectangle auto size for 2D Graphic Engine 2021-08-30 18:28:35 +03:00
Marius Stanciu
9637908b55 Merged in hud_auto_size (pull request #19)
HUD rectangle auto size for 3D Graphic Engine
2021-08-30 14:45:41 +00:00
Marius Stanciu
fc97a4ecd6 - add HUD rectangle auto size for 3D Graphic Engine 2021-08-30 17:43:35 +03:00
Marius Stanciu
ccfca31c4e - removed patch to fix scaling on HIDPI displays since now the fix is implemented in VisPy v0.8.1
- modified a patch for VisPy Infinite Line Visual that set the line width, in order to make it compliant with newer versions of OpenGL
2021-08-30 02:27:06 +03:00
Marius Stanciu
6f87e0c9e6 - disabled the selection of a Graphic Engine until matplotlib will have support for PyQt6 framework 2021-08-30 00:53:11 +03:00
Marius Stanciu
74472e61bd - fixed the reconnection of the mouse events when canceling setting the origin 2021-08-30 00:50:22 +03:00
Marius Stanciu
ba217fc103 - updated the language strings and the Simplified Chinese language translation 2021-08-29 19:12:21 +03:00
Marius Stanciu
2fd8c76996 - fixed a reported issue with the manual cutout in Cutout Plugin where adding more gaps will crash the app due of the manual geometry being a MultiPolygon and not a Polygon as it was assumed
- fixed a reported bug in convert 2 geometry where a MultiLineString' object does not support item assignment“ error was issued
2021-08-29 19:01:46 +03:00
Marius Stanciu
30802901c7 - removed the setting for HDPI from Preferences and QSettings: QT6 does it automatically now 2021-08-28 22:42:44 +03:00
Marius Stanciu
4afc706e20 - minor changes 2021-08-27 22:03:08 +03:00
Marius Stanciu
1134845dea - minor changes 2021-08-26 21:22:42 +03:00
Marius Stanciu
fca2118ee9 - fixed the convert 2 excellon and to geometry functionality 2021-08-26 19:27:08 +03:00
Marius Stanciu
9bd1cdabd6 - minor change 2021-08-26 18:19:54 +03:00
Marius Stanciu
a33f492e29 - improved rendering performance for lines (with help from David Hoese from the VisPy team) 2021-08-26 17:11:33 +03:00
Marius Stanciu
c8763f9c8f - fixed bug in Cutout Plugin that when no object is loaded and the Generate Rectangular Geometry is clicked, the app will hard crash 2021-08-26 16:54:11 +03:00
Marius Stanciu
90584e1d37 - updated the Chinese translation, by 俊霄 余 2021-08-26 16:50:35 +03:00