kicad:6.0

Last commit made on 2023-03-09
Get this branch:
git clone -b 6.0 https://git.launchpad.net/kicad

Branch merges

Branch information

Name:
6.0
Repository:
lp:kicad

Recent commits

2bc8c0a... by Seth Hillbrand

Fix Eeschema Find/Replace

Find/Replace skipped elements that were inside the same symbol,
preventing a full search of the schematic.

f439dfb... by jean-pierre charras

Pcb editor: fix crash when trying to activate the "place anchor" tool.
"place anchor" tool exists only in the Fp editor. However, the hotkey
to activate this tool was also active in the board editor. Now disabled.
From master branch.

9fdc125... by Wayne Stambaugh

Fix broken update symbol from library.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/13782

(cherry picked from commit baeeeec492844e37c3fdcfa80e25294679d06dee)

95828ff... by Wayne Stambaugh

Use references instead of copies in map pair for loops.

98e55c0... by jean-pierre charras

Fix compatibility with older wxWidgets versions.

2757d81... by Wayne Stambaugh

Fix schematic update library symbols issues.

Rather than update library symbols one at a time, queue them up by
schematic symbol to prevent multiple updates to the same symbol in
complex hierarchies. This also removes all of the library symbols
first which will clear out all of the library symbol variants that
were created by modifying library symbols in place and/or changes to
the symbol in the library.

Don't add new variant library symbol if an equivalent variant already
exists in the schematic local cache. This prevents duplicate library
symbols from being added to the local cache when the first variant in
the cache does not match that of the symbol being added.

985ceb3... by Wayne Stambaugh

Begin 6.0.12 development.

Note: There should not be a 6.0.12 but we said that about 6.0.11. We
      want to keep the 6.0 branch alive for testing builds for any
      lingering critical bugs until 7.0.0 is released.

cdf04d5... by Wayne Stambaugh

Tag release version 6.0.11.

a1ff913... by Seth Hillbrand

Don't double-tap Connectivity Recalculate

Cherry-picked from 43e4797d4d

cc0b51c... by Mark Roszko

Ensure glew is initialized in the 3d model viewer

Fixes KICAD-7M

(cherry picked from commit b3f55e7f8b0c6964779f5df683467e8061c67c13)