• jean-pierre charras's avatar
    Pcbnew: Fix issue when displaying net names and/or pad numbers including the... · 082b8326
    jean-pierre charras authored
    Pcbnew: Fix issue when displaying net names and/or pad numbers including the "<" char in drc dialog, because drc dialog uses an wxHtmlWindow to display drc messages, and the "<" char has a special meaning and is not allowed in texts (now replaced by the" &lt;" sequence in messages displayed in html)
    Eeschema: replace "<" and ">" by "(" and ")" in autogenerated net names, to avoid other issues in html messages.
    Very minor other fixes.
    082b8326
Name
Last commit
Last update
..
dialogs 3D-viewer: minor fixes and enhancements
3d_aux.cpp Add pl_editor_doc.icns, from Orson. Fix Bug #1217504 (bad look of Module Properties Dialog, 3D fields).
3d_canvas.cpp Pcbnew: Fix issue when displaying net names and/or pad numbers including the "<" char in drc dialog, because drc dialog uses an wxHtmlWindow to display drc messages, and the "<" char has a special meaning and is not allowed in texts (now replaced by the" &lt;" sequence in messages displayed in html)
3d_canvas.h All: use CPOLYGONS_LIST, a typedef of std::vector<CPolyPt> to handle a Corners Polygons List.
3d_class.cpp 3D-viewer: code cleanup.
3d_draw.cpp specctra_export.cpp: fix a bug in my export function to 3D viewer which generates bad shapes for holes generated by outlines
3d_draw_basic_functions.cpp 3D board display: better rendering of the board: the board polygon outlines (generated by the specctra function) is now used to create the 3D body of the board.
3d_draw_basic_functions.h Pcbnew: 3D view: Better 3D rendering (fix some artifact issues). Add a realistic rendering mode.
3d_frame.cpp 3D-viewer: minor fixes and enhancements
3d_read_mesh.cpp Fix X3D patch commit coding policy issues.
3d_struct.h Add pl_editor_doc.icns, from Orson. Fix Bug #1217504 (bad look of Module Properties Dialog, 3D fields).
3d_toolbar.cpp 3D-viewer: minor fixes and enhancements
3d_viewer.h 3D viewer: fix Bug #1183581 (pcbnew 3D viewer: recent UI inconsistency )
3d_viewer_id.h Pcbnew: 3D view: Better 3D rendering (fix some artifact issues). Add a realistic rendering mode.
CMakeLists.txt Lay basis for a more full featured usage of boost, including compiled libraries such as unit_test_framework, system, etc. Move headers now into boost_root/include/boost/.
info3d_visu.cpp 3D-viewer: minor fixes and enhancements
info3d_visu.h 3D-viewer: minor fixes and enhancements
modelparsers.h Pcbnew NETLIST_READER improvements.
trackball.cpp switch all <math.h> includes to <cmath> includes on an attempt to dodge some abiguous references to atan2()
trackball.h Use double instead float when possible, ande code cleaning.
vrmlmodelparser.cpp Fix X3D patch commit coding policy issues.
x3dmodelparser.cpp Fix X3D patch commit coding policy issues.