~pointhi/kicad:status-popup

Last commit made on 2018-10-13
Get this branch:
git clone -b status-popup https://git.launchpad.net/~pointhi/kicad
Only Thomas Pointhuber can upload to this branch. If you are Thomas Pointhuber please log in for upload directions.

Branch merges

Branch information

Name:
status-popup
Repository:
lp:~pointhi/kicad

Recent commits

c5b4ec8... by Thomas Pointhuber

Fix possible SEGV due to returned nullptr in case of empty set

7aaa3e4... by Thomas Pointhuber

Implement status update for segment and circle

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

ba42640... by Thomas Pointhuber

Fix spelling issues in ARC_ASSISTANT

6a5744a... by Jeff Young

Show compile errors and go back to GLSL V120.

9df7626... by jean-pierre charras

Fix issue: Symbol library editor: Moving pins jumps to origin

Also: remove outdated lines in code.

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

1bce69b... by jean-pierre charras

Fix a minor compil warning.

7df4ddc... by jean-pierre charras

Use our DIALOG_COLOR_PICKER in 3D viewer to set a color.
the wxWidgets color picker is not the best for the 3D viewer that does not use transparency color.

aa62299... by Seth Hillbrand

eeschema: Ensure is_moved flag is set when moving

Prior to placing, cleaning routines need to know which schematic items
are being moved to avoid cleaning them relative to themselves. The
IS_MOVED flag communicates this and is cleared by ClearDrawingState()

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

4a730e6... by Seth Hillbrand

pcbnew: refactor connectivity locking

Locks protect the std::set in each item. Devolving the mutex to the
CN_ITEM allows multiple threads to make simultaneous connections to
different items where they do not conflict.

59adb10... by Seth Hillbrand

Organizing connectivity

Moved large routines out of headers in into cpp. Moved trivial routines
into headers.