Tomasz Włostowski
|
75b21d010b
|
pcbnew: more thread (and nested wx event loop) safety for the zone filling/connectivity algo
|
2017-12-14 23:49:46 +01:00 |
Tomasz Włostowski
|
eed924fe45
|
Fixed zone filling crash & thermal stubs inconsistency
Fixes: lp:1737557
* https://bugs.launchpad.net/kicad/+bug/1737557
Fixes: lp:1737542
* https://bugs.launchpad.net/kicad/+bug/1737542
Fixes: lp:1737541
* https://bugs.launchpad.net/kicad/+bug/1737541
|
2017-12-14 01:29:08 +01:00 |
Maciej Suminski
|
f19aed9d5c
|
Workaround for OSX freeze when filling zones in GAL
More details:
https://lists.launchpad.net/kicad-developers/msg32306.html
|
2017-12-11 10:39:58 +01:00 |
jean-pierre charras
|
cdad02336d
|
fix minor compil warnings
|
2017-12-05 18:02:53 +01:00 |
Tomasz Włostowski
|
7ad436c7aa
|
pcbnew: now PROGRESS_REPORTER should work in multi-threaded context under Windows...
|
2017-12-05 14:54:57 +01:00 |
Tomasz Włostowski
|
f34b86d39e
|
pcbnew: made zone filling algorithm thread-safe.
- moved zone filling algo outside ZONE_CONTAINER class
- const'ified methods that don't need to modify zone's properties
- cleanup: m_FillMode -> enum
|
2017-12-05 14:54:57 +01:00 |
Tomasz Włostowski
|
fdd5023aee
|
pcbnew: factored out ZONE_FILLER to a separate file
|
2017-12-05 14:54:57 +01:00 |