~jeyjey/kicad:5.0

Last commit made on 2018-12-03
Get this branch:
git clone -b 5.0 https://git.launchpad.net/~jeyjey/kicad
Only Jeff Young can upload to this branch. If you are Jeff Young please log in for upload directions.

Branch merges

Branch information

Name:
5.0
Repository:
lp:~jeyjey/kicad

Recent commits

187d772... by Jeff Young

Don't go to '-' numbering till the range reaches 3.

(cherry picked from commit c4ff17d3ec7de0e3ec6399123849855acc8e9639)

940b08a... by Jeff Young

Sort references before removing duplicates.

std::unique only works within consecutive blocks, so the list must
be sorted first. (We need it sorted in the end anyway, so no
big deal.)

(cherry picked from commit 90df7a8b221d7b7b8e862595841b9c00293cfcf4)

e8c8bf8... by Jeff Young

Fix range-based reference formatter.

Fixes: lp:1792483
* https://bugs.launchpad.net/kicad/+bug/1792483

(cherry picked from commit 243b05b2c3b5f58d823bbee80aed7532de29bab0)

5d8c3e5... by Wayne Stambaugh

Start release version 5.0.3 development.

ec5ed68... by Wayne Stambaugh

Tag release version 5.0.2.

f66ccfb... by jean-pierre charras

3D viewer: Fix hanging when a board is displayed in non realistic mode and the body is not shown.

7eac7dc... by jean-pierre charras

dialog_3D_view_option_base.cpp: fix a minor wxWidgets alert.

1b1a376... by Maciej Suminski

PNS: validate SHAPE_LINE_CHAIN before accessing its segments

(cherry picked from commit 4d73cfb8a122270d4260d44916b4c980b35c8f13)

50eedcf... by Seth Hillbrand

MSW Ratsnest: Force marking ratsnest dirty

When updating the status of the ratsnest, we mark its target layer as
dirty to ensure the revised data are used to draw/clear the ratsnest

Fixes: lp:1800301
* https://bugs.launchpad.net/kicad/+bug/1800301

6256129... by Seth Hillbrand

clipboard: re-add limited LOCALE_IO to SaveSelection

JP notes that there is an issue with comma-based decimal locales and the
SaveSelection that is addressed by having a LOCALE_IO call in a limited
block.

This changed the copy timing of the clipboard and the interaction with
KDE Klipper again. To address this, we isolate the clipboard open call
to the end of the routine and force a round-trip of the clipboard data
before exiting.

(cherry picked from commit 36a69a7d5d8978df38dcec4966d1e3098a229b21)