6599 Commits (259425a21ad4823eafc9e3aa0e0780ef3e5c582c)
 

Author SHA1 Message Date
unknown 259425a21a All: Fix an issue due to duplicate ID used in menus and toolbars between a frame and its parents, related to wxUpdateUIEvent events loop. 11 years ago
jean-pierre charras d089ff5215 3d-viewer: Fix some issues and clean code. 11 years ago
Dick Hollenbeck bad00e7b46 uncork the hold on use of latest code in kicad-install.sh 11 years ago
Dick Hollenbeck e66e4ad42c remove PART_LIBS sorting. 11 years ago
jean-pierre charras fafd19c616 Add patch from Mario Luzeiro to 3D viewer. Fix a serious issue due to duplicate ID used in menus and toolbars between sub-applications, related to wxUpdateUIEvent events loop. 11 years ago
jean-pierre charras 1222924607 Eeschema: Fix some issues (all connections showed as not connected, DRC and NETLIST errors if all sheets in a hierarchy were not open) due to the fact the pointer of a schematic component to its part lib was calculated too late (or never calculated). 11 years ago
jean-pierre charras 188954f2d4 Eeschema: fix incorrect value of m_Flags member (must be 0) of schematic components after loading a schematic file. 11 years ago
Dick Hollenbeck 49538cafb9 https://lists.launchpad.net/kicad-developers/msg14286.html 11 years ago
Dick Hollenbeck 9de02e88a3 open pcbnew with filename even when previously loaded with no filename. 11 years ago
Andrew Zonenberg 87a5fa18d1 Fix uninitialized member in DRC_ITEM constructor. 11 years ago
Wayne Stambaugh cb91e0953d Coding policy fixes and comment out debugging output. 11 years ago
Dick Hollenbeck 5f70ec63b1 unused 11 years ago
Dick Hollenbeck 26c731ff42 abandoned 11 years ago
Andrew Zonenberg 484bc8344c Fix a c_str() to wxString conversion memory overflow bug. 11 years ago
Dick Hollenbeck 7e483f69bd Modular KiCad Blueprint Milestone B), major portions: 11 years ago
Wayne Stambaugh c63459653a CvPcb: fix broken event ID for configuration button on toolbar. 11 years ago
unknown c8d69f19c8 Pcbnew: add drc test for texts on copper layer (only in full drc test, not in on line drc), from a patch sent by Simon Schumann 11 years ago
Tomasz Włostowski adbf343fef bugfix: SIGABRT after starting a track with PNS and switching canvases a few times 11 years ago
Wayne Stambaugh fc13e5d651 Footprint text properties dialog improvements and coding policy fixes. 11 years ago
jean-pierre charras 5b28980a05 Pcbnew, Cvpcb: fix Bug #1355883 . Due to a missing call to a delete operator in CMP_READER class (also creates memory leak). 11 years ago
jean-pierre charras 3a62a59514 3d viewer: fix a (minor) bug when run from cvpcb or modedit: the footprint is now centered on Z axis 11 years ago
Andrew Zonenberg afd89c358e 1) EDA_DRAW_FRAME::m_showOriginAxis is never initialized in the constructor 11 years ago
Andrew Zonenberg ff79e4d2ff 3D viewer: Parallelized 3D model vertex normal calculations to use all available CPU cores for significant speedup. 11 years ago
Andrew Zonenberg 48c9a64612 Merged with lp:kicad 11 years ago
Maciej Suminski b649578734 FIxed invisible layers problem after changing the number of layers (GAL). 11 years ago
Andrew Zonenberg 61052a8279 Fixed code style issue in existing code 11 years ago
unknown 84a985f8af Pcbnew: Commit patch (with very minor changes) about SVG file export with the layers ordered from bottom to top. ( bug 1286646 ), from Thiadmer Riemersma. 11 years ago
jean-pierre charras cd85ee626b Cosmetic enhancement: change plot icon in menus. 11 years ago
Maciej Suminski 468e9e4ac9 Initalize fields in TOOL_EVENT constructors. 11 years ago
Maciej Suminski ca399b6401 Buried/blind vias indicate the layers they go through (GAL). 11 years ago
Maciej Suminski 490a73b62a Fixed filled arcs drawing (GAL). 11 years ago
Maciej Suminski bcdd3d7bb9 Items are either dragged by their origin or moved by a vector (depending on the number of selected items) (GAL). 11 years ago
Maciej Suminski 1b058cae1e Disable highlight mode in the module editor (GAL). 11 years ago
Dick Hollenbeck 0c493d8035 KIWAY support in 5054 is stable enough to use in view of all other new features. 11 years ago
unknown 2f0ffdc7b5 3d-viewer: fix compil warning, by Mario Luzeiro, with some coding style fixes. 11 years ago
unknown af657fc87d 3d-viewer: fix compil warning, by Mario Luzeiro, with some coding style fixes. 11 years ago
Maciej Suminski 242d42cf1d Changed 'line width change' & 'change arc posture' to TOOL_ACTIONs. 11 years ago
jean-pierre charras cdffdc398e Fix wx28 compatibility. 11 years ago
unknown 4a96813d42 Anti-aliasing patch for the 3D-Viewer from Martin Janitschke 11 years ago
jean-pierre charras ff6d09d22c Fix some case sensitive filename issues. 11 years ago
jean-pierre charras 5f63becff1 3D viewer: move helper functions from 3d_draw.cpp to 3d_draw_helper_functions.cpp. Add comments in .h sources. Better management of background color. coding style fixes. 11 years ago
Maciej Suminski 64a9ebc70e Selected items do not disappear after rendering backend switch. 11 years ago
Maciej Suminski fa08d9fdcf Fixed module anchor drawing (GAL). 11 years ago
Maciej Suminski 03a17a284b bugfix: modules are not selectable in the high contrast mode (GAL). 11 years ago
unknown 3f8c091092 export IDF without empty PLACEMENT section 11 years ago
Andrew Zonenberg 90ce21fa51 Added comment to ifdef for USE_OPENMP 11 years ago
Andrew Zonenberg b6e85e0f82 Fixed a few code style issues, added #ifdef USE_OPENMP 11 years ago
Andrew Zonenberg 60330de551 3D model vertex normals are now calculated in parallel 11 years ago
jean-pierre charras 764369439e Add comments. Fix bug #1351507 (pad color does not reflect, whether the pad is on front or back layer) and bug #1351388 (Adding a keepout area appears on the opposite layer than selected) 11 years ago
unknown d9c76c0d49 3D viewer bug fixes 11 years ago