165 Commits (cc0aa8b92877ba73a1d42a6183526c881deff304)

Author SHA1 Message Date
Jeff Young ed6c68a1e3 Clean up handling of component fields. 7 years ago
Jeff Young 1114b5cfa9 Refresh item when its dangling state changes. 7 years ago
Jeff Young 97c83766db Refresh issues around sheet pins. 7 years ago
Jeff Young ca3751fbbb Add GAL refresh for some more commands and remove unused DC params. 7 years ago
Tomasz Wlostowski 90c7c60471 eeschema-gal: initial GALified version. Lots of stuff still to do! 7 years ago
Jeff Young dbd3900e28 Add comments and show recently used even when empty. 7 years ago
Jeff Young be1d6113d6 More performance enhancements. 7 years ago
Jeff Young 97f7bd4cb9 Push component tree down into common. 7 years ago
Jeff Young cb61525394 Handle separate parsing rules for ID_SCH and ID_PCB. 7 years ago
Jeff Young eacaa39aa2 Remove global units usage from GetSelectionText... 8 years ago
Jeff Young 91cfecaa12 Don't allow wxDataViewCtrl updates during model update. 8 years ago
Jeff Young 942d4e7658 Check footprint history list for validity. 8 years ago
Jeff Young 12ec56bc15 Prevent reentrancy in footprint loading. 8 years ago
Kristoffer Ödmark 8f4a954236 Differ the dialog text for when choosing power-symbols and all symbols 8 years ago
Jeff Young 17ce87a7a5 Add library descriptions to component tree. 8 years ago
jean-pierre charras 8022f1cc01 fix code after renamin files 8 years ago
Chris Pavlina 0945c319f0 eeschema: make footprint preview optional 8 years ago
jean-pierre charras c5b8c749da minor fix: use right parent to show the symbol or footprint viewer in dialog 8 years ago
jean-pierre charras 6bb349e933 Better management of KIWAY_PLAYER frame when called in modal mode, and having the wxFLOAT_ON_PARENT style option. 8 years ago
Seth Hillbrand cfe20e22fb Eeschema: Correcting missing cleanup calls 8 years ago
Simon Richter a9ccf1161b Fix quotes in UI messages 8 years ago
jean-pierre charras 1aff677562 Eeschema, getpart.cpp: fix incorrect call to lib browser 8 years ago
Oliver e25a777c41 Add progress dialog when loading symbol libraries 8 years ago
Wayne Stambaugh 44d81e4005 Minor fixes broken by symbol library table changes. 8 years ago
Wayne Stambaugh 36f6d4a1f4 Convert symbol library editor over to use symbol library table. 8 years ago
Wayne Stambaugh 329fc18732 Convert component chooser dialog over to use symbol library table. 8 years ago
Kristoffer Ödmark a562525ec9 Use schematic symbol field to show documentation link. 8 years ago
Chris Pavlina a20cce0753 Show component history at the top and preselect it 8 years ago
Dick Hollenbeck 4e7de8a761 Reverse commit 4011ed4e31. 8 years ago
Chris Pavlina e34f1222fa Fix LIB_VIEW_FRAME only returning Unit A 8 years ago
Wayne Stambaugh 40f60c9871 Fix netlist generation bug cause when component unit is set to zero. 9 years ago
jean-pierre charras cfac7bd31c Eeschema: fix a crash when closing the choose component dialog by OK button, if no component selected. 9 years ago
Chris Pavlina 4011ed4e31 Convert UTF8 to/from wxString correctly around LIB_ID 9 years ago
Chris Pavlina 849b3c2a4b Add footprint select dropdown to component chooser, serious refactoring 9 years ago
Chris Pavlina b2f1d22bbf Fix preselect in CMP_TREE_MODEL_ADAPTER 9 years ago
Chris Pavlina f8415633bd Switch component chooser to wxDataViewCtrl, refactor 9 years ago
Wayne Stambaugh eb06b35852 Eeschema: fix schematic I/O plugin symbol name issue. 9 years ago
Wayne Stambaugh 7ccdca5ced Use library ID to store library symbol information in the schematic symbol. 9 years ago
Chris Pavlina 1d83e23927 libedit: preselect active component when switching 9 years ago
Simon Richter 1b2fd6a382 Replace BOOST_FOREACH with C++11 range based for. 10 years ago
jean-pierre charras 99d18faca9 Change the way main editor frames are managed by Kicad: before this change, they had the Kicad manager frame as parent frame, and it creates a few issues: 10 years ago
Wayne Stambaugh 306b964b40 Eeschema: decouple SCH_SCREEN::TestDanglingEnds() from wxDC and EDA_DRAW_PANEL. 10 years ago
Wayne Stambaugh 1866b61a56 Undo commit -r 6457. 10 years ago
Wayne Stambaugh 8587488984 Undo commit -r 6595. 10 years ago
Wayne Stambaugh cf9a9a09ad Eeschema: decouple SCH_COMPONENT from SCH_SHEET_PATH. 10 years ago
Wayne Stambaugh cdba425bad Eeschema: move get components from SCH_SHEET_PATH to SCH_SHEET. 10 years ago
Chris Pavlina 50c418a332 Eeschema: add field automatic placement feature. 10 years ago
jean-pierre charras 4daf9039db Eeschema: Fix a very old bug relative to the tool to load power parts: 11 years ago
jean-pierre charras f16e083ecf Fix minor bug #1429990 (3D viewer shows hidden footprint graphic texts ). Fix minor coverity warnings (not initialized members and dead code) 11 years ago
jean-pierre charras 4bab8dde65 Fix some minor coverity warnings. Fix a bug in pcad2kicad plugin. Scripting: map BASE_SET. Rename some python bom scripts with better names. Fix erroneous comments and add comments 11 years ago