16 Commits (349f3cc064ee2547cbd40396aabc8b87f39e09df)

Author SHA1 Message Date
Jeff Young edc7603d2a Make it clear that GetSheets() is heavy. 1 year ago
Marek Roszko 9a890cdba9 Kick the wildcards and file exts into a static class, export it from kicommon 2 years ago
Marek Roszko 11de95778b Unwrap the FROM_UTF8 macro in favor of direct function 2 years ago
Wayne Stambaugh 0a62c17040 Remove schematic symbol value and footprint field instance data. 3 years ago
jean-pierre charras 40c75c74fa EEschema/Cvpcb: make assign footprints from CvPcb undoable. 4 years ago
Jeff Young b84d1456d5 KIFACE_I -> KIFACE_BASE. 4 years ago
Jeff Young 6aaf4413b3 Fix kicad_string.h / string.cpp mismatch. 4 years ago
Wayne Stambaugh cb72da294a More NULL expunging. 4 years ago
Jeff Young a1dfc36233 More error message regularization. 4 years ago
Wayne Stambaugh fb46cd8bc5 Expunge the use of the word component from Eeschema code. 5 years ago
Wayne Stambaugh fbc135e69f Rename SCH_COMPONENT to SCH_SYMBOL. 5 years ago
jean-pierre charras 0427bda768 Remove useless wx/wx.h include, that create sometimes compil warnings on msys. 5 years ago
Wayne Stambaugh 1786ae8773 Eeschema: use symbol nomenclature for object file naming. 5 years ago
Jeff Young 6e6e0aa644 Naming conventions (including some component -> symbol). 5 years ago
Jeff Young f0d0e17aab Prepare for MODULE -> FOOTPRINT. 5 years ago
Jeff Young 90da5fccbd Disambiguate backannotation (Update Schematic from PCB) from Cvpcb. 5 years ago
jean-pierre charras bda275de46 more cleanup about removing useless include 5 years ago
Jeff Young 7b05e456cc Bug fixes for multiple symbol instances in complex hierarchies 5 years ago
Jeff Young be15053745 Allow back-annotation of differing values and footprints. 5 years ago
Wayne Stambaugh ede39780e2 Remove all debugging output that cannot be disabled. 5 years ago
Jon Evans d7bd4c9b04 Move Eeschema globals to new SCHEMATIC object 6 years ago
Wayne Stambaugh 418bd28347 Fix build error. 7 years ago
Jeff Young 909aeba3d9 Transition some more stuff from the MVC view to the controller. 7 years ago
Jeff Young 8a54b1b3b7 Add view refresh calls for edit operations. 7 years ago
jean-pierre charras 8022f1cc01 fix code after renamin files 8 years ago
Simon Richter a9ccf1161b Fix quotes in UI messages 8 years ago
Wayne Stambaugh 652b969193 GTK+ file dialog wildcard improvements. 8 years ago
Wayne Stambaugh 36f6d4a1f4 Convert symbol library editor over to use symbol library table. 8 years ago
Kristoffer Ödmark 19d5cc7548 Removed all exception specifiers since deprecated. 9 years ago
Chris Pavlina 52aa4ecdf4 Unify window title formats 9 years ago
Chris Pavlina c13f80bb49 Remove unneeded compile option KICAD_KEEPCASE 10 years ago
Wayne Stambaugh 92f5ab8589 Eeschema: SCH_SHEET_LIST improvements. 10 years ago
Wayne Stambaugh 1866b61a56 Undo commit -r 6457. 10 years ago
Wayne Stambaugh cdba425bad Eeschema: move get components from SCH_SHEET_PATH to SCH_SHEET. 10 years ago
jean-pierre charras c3b51b0d07 2 very minor fixes in Eeschema: 10 years ago
Wayne Stambaugh 4c6ca81f2c More Coverity scan error fixes. 11 years ago
jean-pierre charras c6f4f15926 Eeschema: Minor code reorganization: 11 years ago
Mark Roszko 3918d3f0b2 Eeschema code cleanup and coverity fixes. 11 years ago
Wayne Stambaugh 3cbf8a7205 Fix back annotate field visibility bug in Eeschema. (fixes lp:1304835) 11 years ago
Dick Hollenbeck 7e483f69bd Modular KiCad Blueprint Milestone B), major portions: 11 years ago
jean-pierre charras 33605eaaec Eeschema fixes: fix Bug #1348983 save cmp file crashes cvpcb when eeschema is opened (backannotation crashes). Happens only when some footprint names are not set (blank names). 11 years ago
Dick Hollenbeck acbe6290c5 switch back to original sexpr usage of PTREE, add new DSNLEXER constructor, enforce accessors in kicad.exe 12 years ago
Dick Hollenbeck a3b421b02c backanno 12 years ago
Dick Hollenbeck 84a14c3a51 back annotation when CVPCB and EESCHEMA are running under KICAD 12 years ago
Dick Hollenbeck 2c67c3ff80 * KIWAY Milestone A): Make major modules into DLL/DSOs. 12 years ago
Lorenzo Marcantonio c650c378c0 Fixed the logic for "do you want to make the footprint visible" requester 13 years ago
Wayne Stambaugh 7d0ec1a138 More encapsulation work. 13 years ago
jean-pierre charras e206a1b4c5 Eeschema: All fixed fields are now always saved in libraries. Therefore the footprint field can be set in lib (size, visibility) and imported in schematic with its predefined attributes, even if the footprint text is not set. 13 years ago
jean-pierre charras 619125f9ab Changes for CvPcb to eeschema stuff file: the stuff file generation from CvPcb is removed. Eeschema now imports footprints names from the .cmp usual file created by CvPcb or by Pcbnew (Why to use 2 file formats for the same thing?) . 13 years ago
Dick Hollenbeck b8a0ab4c52 switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 14 years ago