Jon Evans
|
49fd95f58d
|
Bus-wire entries can't propagate through bus junctions
This fixes strange connectivity issues observed if you manage
to get a bus junction touching a bus-wire entry.
|
2020-10-27 22:05:35 -04:00 |
Jon Evans
|
70c90266a8
|
Fix crash when loading new schematic with something selected
|
2020-10-27 22:05:35 -04:00 |
Jon Evans
|
31d502735c
|
Better messages for bus entry conflict ERC
|
2020-10-27 22:05:35 -04:00 |
Thomas Pointhuber
|
2d59bb8156
|
altium: initial code to insert sheets (but not parse them)
|
2020-10-27 15:51:57 +01:00 |
Thomas Pointhuber
|
3f0edb6f83
|
altium: introduce workaround until symbols are parsed with their real orientation
|
2020-10-27 15:51:57 +01:00 |
Thomas Pointhuber
|
00af4e123e
|
altium: improve support for ports, using the knowledge about terminal points
Still not perfect, but better than the previous version.
|
2020-10-27 15:51:57 +01:00 |
Werni
|
a7d5d1f091
|
Add more consts all over the place
|
2020-10-27 11:03:35 +00:00 |
Ian McInerney
|
6bd3b0afa4
|
Various Coverity fixes
|
2020-10-27 00:25:08 +00:00 |
Ian McInerney
|
31e626f279
|
Cleanup creation of all our smart pointers
|
2020-10-26 23:52:44 +00:00 |
jean-pierre charras
|
976b7e1c47
|
Eeschema: Move last netlist code to netlist_exporters folder
|
2020-10-26 18:40:58 +01:00 |
Thomas Pointhuber
|
52d8501563
|
altium: initial parsing of designator and some parameters
|
2020-10-26 18:27:29 +01:00 |
Thomas Pointhuber
|
52b5e4d0b3
|
altium: initial code to parse ports. Includes a hack until we know which side to connect to.
Fix: https://gitlab.com/kicad/code/kicad/-/issues/6056
|
2020-10-26 18:27:29 +01:00 |
Wayne Stambaugh
|
f7084afb72
|
Eeschema: fix annotation bug.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/6154
|
2020-10-26 13:01:36 -04:00 |
Jeff Young
|
d7ee5fe97f
|
Apply wxWidgets hack to get saved component tree widths restored.
Fixes https://gitlab.com/kicad/code/kicad/issues/6036
|
2020-10-26 15:36:07 +00:00 |
Marek Roszko
|
1984581c46
|
Remove common.h from more headers
|
2020-10-25 22:29:53 -04:00 |
Marek Roszko
|
9de0ff22c1
|
Rename Mirror template to MIRRORVAL to avoid shadowing
I am bad at naming creativity here, but hey, it's unique
|
2020-10-25 20:44:22 -04:00 |
Marek Roszko
|
14c18b7e64
|
Move ui functions out of common and into ui_common
|
2020-10-25 20:01:12 -04:00 |
Marek Roszko
|
91e5611341
|
Move dialog_configure_paths.h and dialog_edit_library_tables.h to dialogs folder
|
2020-10-25 20:01:12 -04:00 |
Marek Roszko
|
e49ac45b84
|
HTML_MESSAGE_BOX is a dialog
|
2020-10-25 20:01:12 -04:00 |
Marek Roszko
|
a785f70ea1
|
msgpanel is a widget, shove it to the right folder.
|
2020-10-25 20:01:12 -04:00 |
Jon Evans
|
ec11697660
|
Language update for autostart wires checkbox
|
2020-10-25 18:37:54 -04:00 |
Jon Evans
|
2edd246f36
|
Use explicit message for multiple drivers ERC
Fixes https://gitlab.com/kicad/code/kicad/-/issues/3980
|
2020-10-25 18:30:22 -04:00 |
Jon Evans
|
ee08a3488f
|
Fix missing driver conflict ERC
|
2020-10-25 18:13:03 -04:00 |
Jon Evans
|
0e9efef7aa
|
Never show footprints in power symbol chooser mode
|
2020-10-25 17:27:06 -04:00 |
Jon Evans
|
48a67e1ff8
|
Set a few more ERCs to be warnings by default
|
2020-10-25 16:32:15 -04:00 |
Jeff Young
|
2f1e755f66
|
Update preference panel names.
|
2020-10-25 19:51:03 +00:00 |
Jeff Young
|
4789794e0e
|
Minor dialog spacing normalization.
|
2020-10-25 13:38:15 +00:00 |
Jeff Young
|
51dff1c822
|
Live update sheetpath.
Also makes it a static text to get rid of the spacing/clipping
problems it has been having.
Fixes https://gitlab.com/kicad/code/kicad/issues/6152
|
2020-10-25 13:37:40 +00:00 |
Wayne Stambaugh
|
189792cd4c
|
Eeschema: fix sheet properties dialog sheet path bug.
|
2020-10-25 08:08:10 -04:00 |
Wayne Stambaugh
|
15c2181a89
|
Eeschema: fix sheet properties dialog page number bug.
Fixes: https://gitlab.com/kicad/code/kicad/-/issues/6151
|
2020-10-25 07:32:20 -04:00 |
jean-pierre charras
|
d6f91c810f
|
Fix a few compil and Coverity warnings.
|
2020-10-25 10:02:07 +01:00 |
Marek Roszko
|
e928b2d8fd
|
Split EDA_UNITS out from common.
|
2020-10-25 00:02:52 -04:00 |
Jeff Young
|
346b7178b7
|
Repair the way other units are collected when syncing symbol fields.
Fixes https://gitlab.com/kicad/code/kicad/issues/6106
|
2020-10-24 22:39:53 +01:00 |
Jeff Young
|
1f21a93b39
|
Don't require power symbols to be annotated.
Fixes https://gitlab.com/kicad/code/kicad/issues/6112
|
2020-10-24 19:46:08 +01:00 |
Thomas Pointhuber
|
f34ee00a8b
|
altium: import power port in all their different shapes
|
2020-10-24 18:40:54 +02:00 |
Marek Roszko
|
1c848622d7
|
Remove junctions as auto wire targets
Fix #6100
|
2020-10-24 10:09:42 -04:00 |
Wayne Stambaugh
|
4ac4cc14ee
|
Eeschema: fix new sheet page number bug.
Msys2 builds on windows still don't support the %z printf specifier so
convert to integer and use %d.
Fixes: https://gitlab.com/kicad/code/kicad/-/issues/6142
|
2020-10-24 09:08:56 -04:00 |
Marek Roszko
|
81a7afc76e
|
Use kicad_algo directly rather than common.h
|
2020-10-24 08:53:11 -04:00 |
Marek Roszko
|
77ece552f7
|
Remove macros.h from files that don't need it
|
2020-10-24 08:28:02 -04:00 |
Marek Roszko
|
c173ea14b7
|
Quiet MSVC warning about bool OR int
|
2020-10-24 00:50:37 -04:00 |
Marek Roszko
|
1c0700fbc4
|
Quiet gcc warning about assignment
|
2020-10-24 00:50:02 -04:00 |
Marek Roszko
|
eeac3cb4d5
|
Nix some more common.h includes
|
2020-10-24 00:38:25 -04:00 |
Marek Roszko
|
304e5faf36
|
Move wxStringSplit to kicad_string
|
2020-10-24 00:17:07 -04:00 |
Seth Hillbrand
|
b7f115bf5f
|
Don't write translated strings
Even though the translation isn't used, the choice of locale can create
unwanted diffs
|
2020-10-23 19:53:25 -07:00 |
Marek Roszko
|
1d559108c8
|
Move LOCALE_IO out of common.h
|
2020-10-23 21:49:42 -04:00 |
Jon Evans
|
50cff57b9a
|
Explicit bools for MS
Fixes https://gitlab.com/kicad/code/kicad/-/issues/6146
|
2020-10-23 21:35:23 -04:00 |
Jeff Young
|
c5a86126d2
|
Be more clever about making sheet names unique.
Fixes https://gitlab.com/kicad/code/kicad/issues/6123
|
2020-10-23 23:55:45 +01:00 |
jean-pierre charras
|
db66e16f71
|
SymbolEditor: Ask to save local edits in schematic on symbol editor window closure
Previously, Asking for save, cancel... was made for a symbol coming from lib
but not when the symbol come from the schematic editor.
Fixes #6132
https://gitlab.com/kicad/code/kicad/issues/6132
|
2020-10-23 17:56:15 +02:00 |
Thomas Pointhuber
|
b7c2d64333
|
altium: Correctly parse multiunit symbols
Followup to https://gitlab.com/kicad/code/kicad/-/issues/6055
|
2020-10-23 17:20:07 +02:00 |
Thomas Pointhuber
|
adfc74f93a
|
altium: Add initial support for multiunit symbols
Fix: https://gitlab.com/kicad/code/kicad/-/issues/6055
|
2020-10-23 17:04:59 +02:00 |