jean-pierre charras
a6997e6236
Update demo video
5 years ago
Mario Luzeiro
82bd232737
3D-Viewer: mark flag as initialized
Fixes https://gitlab.com/kicad/code/kicad/issues/6331
5 years ago
Jeff Young
4889f9bb7c
Fix typo in net label orientation calculation.
Fixes https://gitlab.com/kicad/code/kicad/issues/6333
5 years ago
jean-pierre charras
701e404838
Update demos
5 years ago
Thomas Pointhuber
8665098757
Don't write translated strings from the plugin cache
Followup for b7f115bf5f
5 years ago
Jon Evans
04347bb338
Merge remote-tracking branch 'weblate/master'
5 years ago
Jeff Young
4dc877d0e9
Module -> Footprint.
5 years ago
jean-pierre charras
74dc7571d7
Update demos
5 years ago
Jeff Young
64876a2761
PNS_DRAGGER should report its layers.
Also, don't use ViewGetLayers() for visibility checking. For some
things (like vias) it deals with synthetic layers, not board layers.
Fixes https://gitlab.com/kicad/code/kicad/issues/6328
5 years ago
jean-pierre charras
02334e0a62
Update demos
5 years ago
jean-pierre charras
04793924d7
Update demos
5 years ago
Jeff Young
1f5213946e
Restore accidentally-removed allowsSpaces architecture.
Fixes https://gitlab.com/kicad/code/kicad/issues/6252
5 years ago
Jeff Young
f33e44e630
Drop selection when creating new text item.
Fixes https://gitlab.com/kicad/code/kicad/issues/6310
5 years ago
Jeff Young
c6ba4cdd19
Naming conventions.
5 years ago
Jeff Young
ad1e8ebda8
Cleanup formatting.
5 years ago
Jeff Young
17c9f7c61f
Cleanup formatting.
5 years ago
Jeff Young
0ebea4be53
Cleanup and naming conventions.
5 years ago
Jeff Young
7c60c2e404
Module -> footprint.
5 years ago
Jeff Young
bfd8a62852
Formatting and naming conventions.
5 years ago
Jeff Young
0a0a51471c
More commenting and simpification of zone filler code.
5 years ago
Jeff Young
81ea71fb80
More safety when fetching via sizes.
5 years ago
Roberto Fernandez Bautista
ae26c92a16
Remove modal message box when catching exceptions in EDA_3D_CANVAS::DoRePaint
Rely on the wxInfobar instead
5 years ago
Roberto Fernandez Bautista
1bbc569151
Fix DoRePaint routine in EDA_3D_CANVAS
- Check that we aren't already painting (return if we are)
- Check that GLEW functions exist before calling them in 3D canvas and throw exception if they are no longer available
- Catch above exceptions in paint routine and show an infobar message to the user
Fixes https://gitlab.com/kicad/code/kicad/-/issues/6246
5 years ago
Marek Roszko
2d33b23530
Fix formatting
5 years ago
Marek Roszko
df49e0bb0d
Don't leave dangling pointers
5 years ago
jean-pierre charras
7bc83b8c4f
French translation update: replace module by empreinte.
Fixes #6319
https://gitlab.com/kicad/code/kicad/issues/6319
5 years ago
Mario Luzeiro
9454f9df92
3D-Viewer: OpenGL, enable by default the AA
fixes an issue that disables AA when it back from Raytracing mode
5 years ago
Mario Luzeiro
89fea36ddd
3D-Viewer: OpenGL, remove outline polygons where it intersects a hole at edge of board
5 years ago
Mario Luzeiro
4b6c602537
3D-Viewer: OpenGL, cut outline on plated pads
5 years ago
Mario Luzeiro
5e371b5f29
3D-Viewer: OpenGL, fix z-fight issue
5 years ago
Mario Luzeiro
78b461a41d
3D-Viewer: OpenGL outline, implement an outline board cut
5 years ago
Mario Luzeiro
3fce3b6591
3D-Viewer: fix code style
5 years ago
Mario Luzeiro
386a0bbe4a
3D-Viewer: add antiboard as a single object
improves ray transversal,
fixes previous csg operation issues.
Fixes https://gitlab.com/kicad/code/kicad/issues/6097
5 years ago
Mario Luzeiro
b06db80151
3D-Viewer: raytracing, implement an outline board cut
it cut board items that are outside and on the edge of the board.
Allows castellations render.
5 years ago
jean-pierre charras
18fdcbe61e
French translation update.
5 years ago
taotieren
cbc10769f8
Add Simplified Chinese desktop file translations
5 years ago
Mark Roszko
356584d454
Correct function doc block
5 years ago
Jeff Young
23d6cde0b0
Don't swally properties command when tool has no current item.
Fixes https://gitlab.com/kicad/code/kicad/issues/6311
5 years ago
Jeff Young
91ba002da7
Make sure move machinery gets initialized if we're going to use it.
Fixes https://gitlab.com/kicad/code/kicad/issues/6293
5 years ago
Jeff Young
69c1171320
Add PDFWriter debug mode (ie: uncompressed output).
Fixes https://gitlab.com/kicad/code/kicad/issues/5593
5 years ago
Marek Roszko
05b5d2de00
Cleanup/downscope variable
5 years ago
Marek Roszko
9ed1ad06f7
The canvas should get the focus on clicks not the window
Fix #6308
5 years ago
Marek Roszko
08ca80a2d8
Smooth out redrawing of toolbars by not letting wx pointlessly calculate both orientations
Monkey patch
Fix #5705
5 years ago
Jeff Young
670fc645de
More fixes for initializing imported filenames.
5 years ago
Simon Richter
b78e2c8c28
Add missing <algorithm>
5 years ago
Jeff Young
3630f32c26
Initialize newly imported files with current schematic extension.
Fixes https://gitlab.com/kicad/code/kicad/issues/6083
5 years ago
Jeff Young
44400ca413
Formatting, some i18n, and shorter log messages.
5 years ago
Jeff Young
8b295a3bd7
Handle properties dialog while creating an arc.
Fixes https://gitlab.com/kicad/code/kicad/issues/6215
5 years ago
Jeff Young
2b5f7d594b
Auto-zoom means auto-zoom. Other zoom settings do not.
Fixes https://gitlab.com/kicad/code/kicad/issues/6257
5 years ago
jean-pierre charras
37fb422516
Pcbnew: make DIALOG_FIND translatable.
Fixes #6306
https://gitlab.com/kicad/code/kicad/issues/6306
5 years ago