7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-12 00:29:29 +00:00
kicad/qa
John Beard 636c6c4efb Eeschema/pcbnew: fix pasted image saving
The m_imageData buffer in the BITMAP_BASE is an
internal implementation - the public API to persist the
data to a stream appears to be SaveImageData - so use that,
which hides the implementation (and generates the image data
"live" when needed).

Remove the public access to the m_imageData buffer as it isn't
needed for public use, and also is misleading.

Also break out the formatting of the data into KICAD_FORMAT,
as it's currently replicated in eeschema/pcb/pagelayout
formatting code.

Fixes: https://gitlab.com/kicad/code/kicad/-/issues/19772
2025-01-31 23:01:07 +08:00
..
data Fix layer writing/reading for copper zones 2025-01-29 00:31:28 +00:00
mocks Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
pcbnew_utils Fixes to build with wxWidgets 3.3 2025-01-24 22:33:00 -05:00
qa_utils Eeschema/pcbnew: fix pasted image saving 2025-01-31 23:01:07 +08:00
resources Fix ctest for windows with env shim that is disabled for non windows, for now. 2025-01-04 22:08:58 -05:00
schematic_utils Revise Copyright statement to align with TLF 2025-01-01 14:12:04 -08:00
tests Eeschema/pcbnew: fix pasted image saving 2025-01-31 23:01:07 +08:00
tools QA api test: ensure the "C" locale is used in tests. 2025-01-26 11:47:18 +01:00
CMakeLists.txt Add cvpcb path/artifact to qa on linux 2025-01-05 20:34:28 -05:00