Marius Stanciu
63071a9bae
- overwritten the Beta_8.995 branch with the Gerber_Editor_Upgrade branch
2023-05-24 18:07:05 +03:00
Marius Stanciu
c23d0c4ed6
- some deletions, because there are conflicts, and I am lazy to fix them
2023-05-24 17:58:15 +03:00
Marius Stanciu
260b466abf
- fixed the Voronoi generation in the Autolevelling Tool (removed the Foronoi package due of issues and now using the embedded functionality from Shapely)
2023-01-16 23:50:38 +02:00
Marius Stanciu
7a7d6d52bf
- fixed a decoding error in the Excellon parser
2023-01-16 13:17:36 +02:00
Marius Stanciu
d89deb47d3
- fixed an encoding error in the Excellon parser
2023-01-16 13:05:53 +02:00
Marius Stanciu
1cd064e3ed
- added a package restriction in the requirements.txt
2023-01-16 12:42:16 +02:00
cmstein
2901afd99a
Merged in Beta_8.995 (pull request #28 )
...
Portuguese BR translation updated
2022-07-15 13:04:42 +00:00
cmsteinBR
45f93d5e2d
Portuguese translation updated
2022-07-13 11:10:49 -03:00
Marius Stanciu
037a72a594
- small fix for a bug that interfere with running the 2D graphic mode
2022-05-20 04:51:28 +03:00
Marius Stanciu
c0ff26db13
- fixed the Move Plugin to use the new setting of outline for the selection shape
2022-05-19 15:36:22 +03:00
Marius Stanciu
054a812f7b
- added a new setting that control the selection shape creation, in the Preferences. If the checkbox Selection Outline is checked then the selection shape is only an outline.
2022-05-19 14:13:25 +03:00
Marius Stanciu
f82d4a4b98
- fixed the Toggle Grid Lines functionality for dark mode
2022-05-18 23:59:57 +03:00
Marius Stanciu
6e410583bb
- added some safeguards in Cutout Plugin
2022-05-18 16:32:13 +03:00
Marius Stanciu
04bb085794
- the ArgThread class is no longer launched in case of Linux systems due of crashes
2022-05-17 20:35:14 +03:00
Marius Stanciu
739e41d48b
- in Cutout Plugin added an extra attempt to solve the issue with creating invalid geometries
2022-05-17 15:43:36 +03:00
Marius Stanciu
b09c55daf0
- updated the Turkish language strings (by Mehmet Kaya)
2022-05-17 14:38:35 +03:00
Marius Stanciu
3a0247e7cf
- in Cutout Plugin added ability to use the margin (full range of values: negative, zero, positive) when applying the cutout over a Geometry source object
2022-05-17 12:31:08 +03:00
Marius Stanciu
278727fcc7
- fixed an issue that left some parts of the Geometry Editor UI linked to the Move context menu action
2022-05-16 04:17:33 +03:00
Marius Stanciu
745e49ed50
- finished upgrading the UI in Geometry Editor sub-tools
2022-05-16 03:49:02 +03:00
Marius Stanciu
937296d9b1
- minor change
2022-05-15 01:30:02 +03:00
Marius Stanciu
3f1a77e663
- fixed the Tcl command drillcncjob so it can use positive or zero depth of cuts
...
- fixed the Drilling Plugin such that when the Z_CUt (depth of cut) is positive value then the up-to-zero feature will not be used
2022-05-15 01:16:57 +03:00
Marius Stanciu
acc6367507
- added a camera view example (should be useful in the future)
2022-05-14 23:05:53 +03:00
Marius Stanciu
1dc26af34c
- fixed the join-as-gerber functionality
2022-05-13 01:35:23 +03:00
Marius Stanciu
0ee2a19189
- changed the syntax highlighting for the AppTextEditor such that the strings are not color marked
...
- changed the syntax highlighting such that for a dark theme the colors are inverted
- made sure that in the AppTextEditor, when a line is highlighted then the text foreground color is black such that the writing can be read over the line highlight
2022-05-12 04:13:23 +03:00
Marius Stanciu
9eb42f4601
- some refactoring and updated the application strings
...
- updated Romanian translation
2022-05-11 23:42:46 +03:00
Marius Stanciu
82d1729eb8
- in Document Object UI - upgraded the UI and fixed the colors setting
2022-05-11 22:39:07 +03:00
Marius Stanciu
a973275f97
- fixed a crash when creating a Document object due of changes in Qt6 (missing QtGui.Qt)
...
- in Document object fixed the issue with not setting selection color when in a dark theme (essentially got rid of using QPalette)
- in dark theme stylesheet changed the indent of the QCheckBox (and in Radio buttons too)
- updated the FClabel widget with some more properties
- updated the hack to make sure that the Editor sub-tools do not lose the stylesheet of the background
- updated the disabled project item color default value for the dark theme
2022-05-11 20:13:36 +03:00
Marius Stanciu
ab11367e3d
- styled the border for the QToolButton (for dark mode)
2022-05-10 07:22:14 +03:00
Marius Stanciu
e8a15156db
- upgraded the Geometry Editor main UI
...
- upgraded the FCButton widget (and made it used everywhere instead of the QPushButton) so it can have the color and font weight properties settable
2022-05-10 07:01:14 +03:00
Marius Stanciu
9e2ce70b42
- made sure that clicking the text in the InfoBar will also toggle the Tcl Shell display as is the click on the Infobar itself
2022-05-09 17:09:53 +03:00
Marius Stanciu
a5770d44b5
Merge remote-tracking branch 'origin/Beta_8.995' into Beta_8.995
2022-05-09 16:20:59 +03:00
Marius Stanciu
3cd3be1a5f
Merged in svg_path_issue_generating_invalid_polys (pull request #26 )
...
Svg path issue generating invalid polys
2022-05-09 13:15:33 +00:00
Marius Stanciu
ba7fafb6de
- fixed an issue in the SVG parser where when parsing a path and getting multiple polygons will generate an invalid compound polygon (the polygons other than the first are seen as interiors even if they are not inside the first)
2022-05-09 16:12:12 +03:00
Marius Stanciu
a53ec7ea75
Merge remote-tracking branch 'origin/Beta_8.995' into Beta_8.995
2022-05-09 15:57:42 +03:00
Marius Stanciu
9dc6c94a45
- wip
2022-05-09 14:18:49 +03:00
Marius Stanciu
411a9320e5
- fixed an issue in the Paint Plugin where some polygons are discarded in a Geometry object made out of an imported SVG
...
- a few other changes
2022-05-09 12:40:12 +03:00
Marius Stanciu
217fcf55a1
- added an example of custom titlebar - still needs a lot of work
2022-05-06 03:20:42 +03:00
Marius Stanciu
51811b84cb
- minor changes to another custom widget
2022-05-06 01:43:14 +03:00
Marius Stanciu
1183a60030
- minor changes to one of the custom widgets
2022-05-06 00:21:31 +03:00
Marius Stanciu
5139fca50b
- removed the shortcut for the PDF Import Plugin (Ctrl+Q) since it interfered with the MacOS usage
2022-05-05 23:42:28 +03:00
Marius Stanciu
b711189608
- fixed the 'light' theme paint icon name
2022-05-05 18:41:38 +03:00
Marius Stanciu
4e21868b77
Merged in dark_mode (pull request #25 )
...
Dark mode
2022-05-05 15:32:01 +00:00
Marius Stanciu
a623f20cf5
- updated the GCode header
2022-05-05 18:30:16 +03:00
Marius Stanciu
181a392cec
- added a hack so the dark stylesheet for QWidget is reapplied if that Qwidget is removed (I don't know why it is lost in the first time)
...
- when exiting an Editor with a sub-tool active the cursor data display feature is removed
2022-05-05 18:25:29 +03:00
Marius Stanciu
fed9369023
- added a hack so the dark stylesheet for QWidget is reapplied if that Qwidget is removed (I don't know why it is lost in the first time)
2022-05-05 18:16:45 +03:00
Marius Stanciu
e6753346c1
- made sure that the draw color in Editors is inverted for the dark mode
2022-05-05 17:46:54 +03:00
Marius Stanciu
1fd08ca30b
- changed the activity GIF's for the dark theme
...
- changed some of the dark theme icons to the red color
2022-05-05 05:03:01 +03:00
Marius Stanciu
73ae30e016
- more changes for dark theme
2022-05-04 05:43:47 +03:00
Marius Stanciu
96817e3417
- for dark mode disabled hover highlight on the Status Bar
2022-05-04 05:11:26 +03:00
Marius Stanciu
e76568c2f1
- some changes to the dark mode stylesheet to make it look better
...
- darkened the text color for the dark theme in order to make it easier on the eyes
- in Distance Plugin, when using the big cursor, the cursor colors are fixed to work for the dark mode too
2022-05-04 05:04:53 +03:00