Jeff Young
9dae57ae9d
Fix several bugs in SCH color printing and plotting.
Fixes https://gitlab.com/kicad/code/kicad/issues/6723
5 years ago
Jeff Young
9720fc80fe
Print sheet background colour if specified.
5 years ago
Jeff Young
126d40f9d3
"Sheet label" too confusing w/ sheet names and fields. Use "sheet pin".
5 years ago
Marek Roszko
8b843d023c
Double buffer the info panel
Fix #6721
5 years ago
Jon Evans
2d4a4f9d41
Tweak sch/pcb file icons
5 years ago
Michael Kavanagh
4f5c764dde
Appearance manager icons: fix which is which
5 years ago
Michael Kavanagh
6a57fb5074
Icons: update "Show Only Front Layers"
Appears to have been missed from the update.
5 years ago
Jon Evans
3f51198f6f
Tweak some schematic icons
5 years ago
Jon Evans
53f654b4df
Tweak contrast mode icon
5 years ago
Jon Evans
9b38073ccc
Tweak via icon
5 years ago
Jon Evans
7695866a72
Fix typo
5 years ago
Michael Kavanagh
cc43b66daf
Icons: use correct size for open action in toolbar
Previously 16x16 was used
5 years ago
Jeff Young
40200ceab5
Clean up the symbol browser toobar a bit.
Fixes https://gitlab.com/kicad/code/kicad/issues/6712
5 years ago
Jeff Young
5b22cef984
Associate -> assign in the context of footprint assignments.
Fixes https://gitlab.com/kicad/code/kicad/issues/6708
5 years ago
Cameron McQuinn
f225e95ffc
FIx BOARD class SWIG interface
Commit b1f0bf7
changed netinfo.h to use more consistent naming, but the SWIG board.i file still references the old name.
5 years ago
Jeff Young
bc99545eb2
ADDED Migrate Libraries button to Manage Symbol Libraries...
Allows easier conversion of legacy libraries.
Note that performance will be suboptimal as it must read/write each
library once for each symbol in the library. Doing otherwise would
require modifying the PlugIn API, which probably isn't worth it for
a one-time migration.
5 years ago
Jeff Young
e32686a80b
Formatting.
5 years ago
Jeff Young
1db7ffad5e
Formatting.
5 years ago
Marek Roszko
7565f60a03
Swap wxFileInputStream/wxFileOutputStream for the buffered kind
5 years ago
Jon Evans
6246824573
Tweaks to eeschema tool icons
5 years ago
Jon Evans
b39e8dc4d9
Tweak line/bus/junction icons
5 years ago
Jon Evans
6134d45af9
Tweak annotation icon
5 years ago
Seth Hillbrand
eb69568969
Adjust line width for via icons
5 years ago
Seth Hillbrand
2bf0eb1e3a
Add convert icon
5 years ago
Michael Kavanagh
dce4d04113
Add 24x24 size refresh icon
Previously 16x16 was being used alongside 24x24
5 years ago
Jon Evans
2049e2ab23
Update find / replace icons
5 years ago
Marek Roszko
d67cf2f9af
Replace wxFile usage with wxFFile
Buffered libc wxFFile is better thinking about syscall wxFile going wrong.
5 years ago
Jon Evans
dab254580a
Tweak hierarchy navigation icons
5 years ago
Wayne Stambaugh
9e22499350
3D viewer code cleaning round 2.1.
5 years ago
Wayne Stambaugh
1eba0c435b
3D viewer code cleaning round 2.
5 years ago
jean-pierre charras
5d7a6ea990
DIALOG_ABOUT: fix incorrect size of bitmaps: it is now 24x24 pixels
Fixes https://gitlab.com/kicad/code/kicad/-/issues/6716
5 years ago
Jon Evans
4be99d3d7d
Tweak annotate and image icons
5 years ago
Jon Evans
93d55e3d23
Tweak no-connect and label icons
5 years ago
Marek Roszko
3ae87ba613
Use wxFFileOutputStream in place of previous wxFFile switch
wxFFile with fwrite still has a chance of partial writes.
wxFFileOutputStream provides WriteAll which will iterate until all bytes written or error.
5 years ago
Jon Evans
6544dca056
Ensure driver connections are always properly initialized
Fixes https://gitlab.com/kicad/code/kicad/-/issues/6694
5 years ago
Jeff Young
bc484784fc
Make sure zones are triangulated for DRC.
Normally this happens as a side-effect of rendering them but if done
from a script (or test case) this won't happen.
Fixes https://gitlab.com/kicad/code/kicad/issues/6635
5 years ago
Jeff Young
7186a0c621
Remove canonical name column from view and make sash more obvious.
Fixes https://gitlab.com/kicad/code/kicad/issues/6693
5 years ago
Jeff Young
f08b7f098f
Cleanup.
5 years ago
Marek Roszko
b4e4e1cf5e
Use wxFFile instead of wxFile for saving json settings/json_settings.cpp
wxFile is dangerous, it's ::Write method is a direct map to the write syscall. It does not handle partial writes!
This must be handled in our code which we don't.
5 years ago
Marek Roszko
67d8af4a4f
Use buffered file write for hotkeys
Not a important change in the slightest but who knows, it might help someone saving to a network drive
5 years ago
Jeff Young
807eef1208
Better error reporting to try and catch 6635.
5 years ago
Jeff Young
2c2630ef9e
Formatting.
5 years ago
Jeff Young
65f9212f46
Naming conventions.
5 years ago
Jeff Young
42d96fcadc
Naming conventions.
5 years ago
Jeff Young
b6e267b78d
Naming conventions.
5 years ago
Jeff Young
c0a9742b3a
Apply 0ef63aca47
to diff pairs.
Fixes https://gitlab.com/kicad/code/kicad/issues/6314
5 years ago
Michael Kavanagh
a8269b6380
Remove unused icon sources
5 years ago
Seth Hillbrand
5e446d86ec
Tune the trash cans
5 years ago
Michael Kavanagh
cf6f0b9b92
Use trash icon where appropriate
5 years ago
Seth Hillbrand
40d4dd9a95
Enlarge gerbview's magnifying glass
5 years ago