102 Commits (c5984b207b83cdadb161489dc1efda2ad99a46cb)

Author SHA1 Message Date
jean-pierre charras 37c26cba71 Eeschema: Do not use ElectricPinType for SheetLabel items. ERC does not use ElectricPinType to test sheet labels, which do net have an actual electrical type property 10 years ago
jean-pierre charras 48df08ceb6 Component editor: to avoid mistakes (like "bug" #1509936 ), when adding a pin to a multipart component , the pins automatically added to other parts have their pin number set to "??" instead of duplicating the master pin. They should therefore appear as different pins. 10 years ago
jean-pierre charras 94479d87c1 eeschema: fix minor Bug #1446779 (repeat parameters not initialized until a project config is read) 11 years ago
jean-pierre charras dbdadbf519 Fix someminor coverity warning, and one bug found by coverity in drill report files : buried holes were not properly counted and listed. 11 years ago
jean-pierre charras 11e2bdf17b Eeschema: code cleaning, remove dead code and not used #define or#include in some cpp files. 11 years ago
jean-pierre charras 64925bfc4f Very minor fixes: add missing const return type to some GetBoundingBox() declarations. Change few functions names to better names in some places (like GetName() to GetPinName() ) 11 years ago
jean-pierre charras ed4fee7649 Eeschema: add dialog libedit options and move options relative to libedit from eeschema options to this dialog. 11 years ago
Dick Hollenbeck 7e483f69bd Modular KiCad Blueprint Milestone B), major portions: 11 years ago
Dick Hollenbeck 20f512e516 Fix off by one error in libpart editor when displaying duplicate pins, unit numbers. 12 years ago
Lorenzo Marcantonio 6d17ad712c Made the project default text size apply to all text things in eeschema, instead of the hardcoded value 12 years ago
Lorenzo Marcantonio 73a8cd6180 Added eeschema option for the default pin length 12 years ago
Dick Hollenbeck 2c67c3ff80 * KIWAY Milestone A): Make major modules into DLL/DSOs. 12 years ago
Dick Hollenbeck efb34166ea *) retain grid origin in the BOARD and save it in legacy and kicad board files. 12 years ago
jean-pierre charras a8a640811b Code cleaning and move worksheet code specific to title block and frame references shape in title_block_shapes.h and title_block_shapes_gost.h 13 years ago
Lorenzo Marcantonio 69b7c2a1b6 Removed some spurious float casts 13 years ago
Lorenzo Marcantonio 42709330e0 Better strings for the translators (converted concatenations to formats) 13 years ago
Lorenzo Marcantonio 675f8d4a0b Typedef STATUS_FLAGS to encapsulate EDA_ITEM bitmapped flags 13 years ago
Wayne Stambaugh 7d0ec1a138 More encapsulation work. 13 years ago
jean-pierre charras 410644343d Eeschema, Libedit: fixes color artifacts when moving/placing a pin. 13 years ago
Wayne Stambaugh f8a56d446f Base object decoupling improvements. 13 years ago
jean-pierre charras dd3b684ce6 Eeschema: fix Bug #1095005 13 years ago
Lorenzo Marcantonio e771112259 Enforced EDA_COLOR_T type and minor const-ification 13 years ago
Lorenzo Marcantonio 3157b4d188 Enforced EDA_COLOR_T type and minor const-ification 13 years ago
Lorenzo Marcantonio 082d901d60 Encapsulated drawmode as an enum for type checking 13 years ago
Wayne Stambaugh 6468805c27 More internal unit improvements. 14 years ago
lajos kamocsay add5321328 Commit patch fixing an issue in pan with middle mouse button (from lajos kamocsay) 14 years ago
Wayne Stambaugh 57d75a75a8 More internal unit improvements. 14 years ago
Dick Hollenbeck 31a84b84ec Add include/dialog_shim.h and common/dialog_shim.cpp for use by wxformbuilder's "subclass a wxDialog" support. 14 years ago
Dick Hollenbeck b8a0ab4c52 switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 14 years ago
Wayne Stambaugh 8985a1807b Encapsulation and other minor improvements. 14 years ago
Wayne Stambaugh c2e5fcaec8 More encapsulation improvements. 14 years ago
Wayne Stambaugh 6c28cdc62c More encapsulation work and other minor improvements. 14 years ago
Wayne Stambaugh fac288cffa More encapsulation work and other minor improvements. 14 years ago
Wayne Stambaugh d8ad2cceb0 Encapsulate LIB_PIN class and begin encapsulating SCH_EDIT_FRAME class. 14 years ago
Wayne Stambaugh a834c47be5 Fix schematic library pin editing bug. Fixes lp:809506 14 years ago
Wayne Stambaugh 4b853dedb4 Application name capitalization fixes. 14 years ago
Wayne Stambaugh ebc7259a91 Rename WinEDA_App class to EDA_APP and remove redundant includes. 14 years ago
jean-pierre charras d76cd0cf2c Very minor fixes. 15 years ago
jean-pierre charras 70de08f397 Bug fixes: 15 years ago
Wayne Stambaugh 86bf955db7 Add hit testing clarification to schematic library editor. 15 years ago
jean-pierre charras 135a62748f Eeschema: enhanced Pin editor dialog. 15 years ago
Wayne Stambaugh ffa9feda69 Schematic component library editor rotate item improvements. 15 years ago
Wayne Stambaugh 4d1cdfd4ff Schematic component library editor delete item improvements. 15 years ago
Wayne Stambaugh bdca3c5efb All control state handling is now performed in wxUpdateUIEvent handlers. 15 years ago
Marco Mattila a609f2606f Fix segfault when placing pins in libedit. 15 years ago
Wayne Stambaugh 7b8b51b240 Draw panel object refactoring and other minor code cleaning. 15 years ago
Wayne Stambaugh 50f063da07 Changes to use cursor position as parameter and snap to grid settings. 15 years ago
Wayne Stambaugh 73e38ce98c EESchema code refactoring and coding policy naming fixes. 15 years ago
Wayne Stambaugh adb4ad1a7b Schematic object improvements and other minor fixes. 15 years ago
Wayne Stambaugh 3fed7b9dd9 Component library object encapsulation work. 15 years ago