kicad/qa/tests
Wayne Stambaugh eb3fd10af8 Fix obscured object selection issue in board and footprint editors.
This selection improvement feature is hidden behind the advanced
configuration key "PcbSelectionVisibilityRatio".  It is turned off (1.0)
by default.  Value values are from 0.0 to less that 1.0.  From testing,
using a value between 0.1 and 0.3 produces the best results.

This fix uses normal alpha blending described in the link below.  The
current design only uses the alpha of the object's color.  It could be
improved by doing a full color alpha blending but using the color alpha
alone seems to result in satisfactory results.

https://en.wikipedia.org/wiki/Alpha_compositing

Fixes https://gitlab.com/kicad/code/kicad/-/issues/16126
2023-12-17 16:43:56 -05:00
..
cli Workaround to fix a QA not working test on platforms is Python older than 3.9 2023-12-14 11:57:10 +01:00
common Fix obscured object selection issue in board and footprint editors. 2023-12-17 16:43:56 -05:00
eeschema More globals eradication. 2023-11-12 23:43:30 +00:00
gerbview
libs QA: show more info in TestCalcArcCenter3Pts. 2023-11-25 20:09:51 +03:00
pcbnew test_prettifier: Better warning message for commit 8e647c24 2023-12-16 13:30:06 +01:00
pcbnewswig Update connectivity python test 2023-07-20 15:54:40 -07:00
spice Fix invalid string compare in IBIS parser 2023-11-30 09:16:38 -08:00
CMakeLists.txt Add common to qa test path 2023-10-07 21:28:28 -04:00
requirements.txt Start adding cli qa 2023-05-02 23:23:13 -04:00