Jeff Young
|
1eb26b439a
|
REMOVED new footprint dialog.
We now just create an "Untitled" footprint.
Also fixes a bug where the preview of new footprints
would zoom in too far.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17573
|
2024-05-31 10:36:51 +01:00 |
Jeff Young
|
1bf24da385
|
Schematic editor Table Properties and commenting for QuasiModal usage.
|
2024-03-10 12:18:50 +00:00 |
Jeff Young
|
c07e9c834f
|
Validate new footprint / save as footprint info before exiting dialog.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/13923
|
2023-09-06 12:49:37 +01:00 |
jean-pierre charras
|
9a47b34499
|
Replace PAD_SHAPE::RECT by PAD_SHAPE::RECTANGLE to avoid a collision NAME with a windows header on MSYS2, creating many compil warnings. No actual code change.
|
2023-06-02 12:18:24 +02:00 |
Jeff Young
|
28028c941e
|
Retire Local/Draw coords distinction from PAD (the last object to have it).
|
2023-04-02 18:02:41 +01:00 |
Marek Roszko
|
aacc9746e3
|
Yeet the last of wxSize/wxPoint to stop leaking gdicmn everywhere
|
2023-02-18 22:57:18 -05:00 |
Jeff Young
|
45d6b4a9fc
|
Readability improvements.
|
2022-09-19 11:18:20 +01:00 |
Mark Roszko
|
b00178adb3
|
Nuke base_units from orbit
|
2022-09-16 04:38:10 +00:00 |
Jeff Young
|
34a9a165c9
|
More wide-string declarations.
|
2022-02-05 22:26:31 +00:00 |
Jeff Young
|
b828355206
|
A bit more angle cleanup.
|
2022-01-18 09:48:24 +00:00 |
Marek Roszko
|
c4c56de708
|
Neurotically update position wxPoint usages
|
2022-01-01 11:55:51 -05:00 |
Seth Hillbrand
|
c3b6939ea7
|
Allow quiet creation (scripting)
|
2021-09-24 13:49:45 -07:00 |
Seth Hillbrand
|
bb95ca2966
|
Make MW footprints proper attrib
|
2021-09-24 13:48:01 -07:00 |
Jeff Young
|
e6ca9837a2
|
Clear numbers from non-numberable pads and don't run DRC on them.
This was also the last straw on the misnamed PAD::GetName() and
PAD::SetName(), which are now PAD::GetNumber() and PAD::SetNumber().
Fixes https://gitlab.com/kicad/code/kicad/issues/9017
|
2021-08-24 01:03:06 +01:00 |
Jeff Young
|
95b87ba29a
|
Freshen microwave polygon dialog and remove a bunch of dead code.
|
2021-08-03 01:11:11 +01:00 |
Wayne Stambaugh
|
cf00319c85
|
More NULL expunging.
|
2021-07-20 07:27:18 -04:00 |
Marek Roszko
|
10e60acf34
|
Clean up including of board_design_settings.h
|
2021-06-06 15:03:42 -04:00 |
Marek Roszko
|
03cf2b517f
|
Enum class PAD_ATTR_T
Renamed such that python stays the same
|
2021-05-01 10:51:54 -04:00 |
Marek Roszko
|
b243c2280d
|
enum class PAD_SHAPE_T
|
2021-05-01 08:22:35 -04:00 |
Jeff Young
|
86aaa2e9cb
|
Rationalize footprint bounding boxes and cache all of them.
Fixes https://gitlab.com/kicad/code/kicad/issues/7720
|
2021-02-26 13:50:27 +00:00 |
jean-pierre charras
|
fbf12cb85c
|
microwave tools: use ShowQuasiModal instead of ShowModal to display WX_TEXT_ENTRY_DIALOG dlgs
In some cases ShowModal does not work fine with our events handlers, at least on Windows.
Fixes #7641
https://gitlab.com/kicad/code/kicad/issues/7641
|
2021-02-21 16:01:53 +01:00 |
Wayne Stambaugh
|
08cf9a1e20
|
Move headers from common folders to appropriate include folders round 1.
|
2020-12-17 08:12:18 -05:00 |
Jeff Young
|
ec020dd19f
|
First-class support for filled shapes.
|
2020-11-14 01:40:32 +00:00 |
Jeff Young
|
bdbb68f813
|
MODULE -> FOOTPRINT.
|
2020-11-13 16:04:03 +00:00 |
Jeff Young
|
fc9cf1d827
|
More module -> footprint.
|
2020-11-13 15:16:24 +00:00 |
Jeff Young
|
f5443de7f9
|
D_PAD -> PAD.
|
2020-11-13 15:16:24 +00:00 |
Jeff Young
|
84dd5108ba
|
Remove some "class_" prefixes from files.
|
2020-11-13 15:16:23 +00:00 |
Jeff Young
|
4dc877d0e9
|
Module -> Footprint.
|
2020-11-08 21:43:19 +00:00 |
Marek Roszko
|
12d21e34e2
|
Remove trigo.h from eda_text.h
|
2020-10-13 23:37:48 -04:00 |
Jeff Young
|
9c8941e040
|
Remove a bunch of globals.
|
2020-04-16 17:34:46 +01:00 |
Jeff Young
|
6e800bddae
|
Rationalize penWidth processing as first step in removing some globals.
|
2020-04-13 20:58:13 +01:00 |
Ian McInerney
|
4b647ba6b1
|
Refactor microwave parts into the microwave tool
|
2020-04-01 18:24:31 +01:00 |