63 Commits (62156b9b69b75452fa726393993b1cf98b0eb465)

Author SHA1 Message Date
jean-pierre charras 58c32367ee filter useless autosave tests, and optimization of autosave test in Eechema 8 years ago
jean-pierre charras f042fcddd0 Change the way power symbols are annotated before creating a netlist or running ERC. 8 years ago
jean-pierre charras 02abf18046 Eeschema: speed up netlist creation. 9 years ago
Wayne Stambaugh 7ccdca5ced Use library ID to store library symbol information in the schematic symbol. 9 years ago
Simon Richter 1b2fd6a382 Replace BOOST_FOREACH with C++11 range based for. 10 years ago
Dick Hollenbeck e47f0df068 Cleanups 10 years ago
Wayne Stambaugh 92f5ab8589 Eeschema: SCH_SHEET_LIST improvements. 10 years ago
Wayne Stambaugh b7e56ae1cb Eeschema: SCH_SHEET_PATH refactor. 10 years ago
Wayne Stambaugh af2e19d7d9 Undo commit -r 6380. 10 years ago
Wayne Stambaugh 3d963166c7 Undo commit -r 6389. 10 years ago
Wayne Stambaugh 73dc53dc35 Undo commit -r 6413. 10 years ago
Wayne Stambaugh 4007317606 Undo commit -r 6428. 10 years ago
Wayne Stambaugh 1866b61a56 Undo commit -r 6457. 10 years ago
Wayne Stambaugh 27b587025d Undo commit -r 6506. 10 years ago
Wayne Stambaugh 5a5fffb349 Undo commit -r6509. 10 years ago
Wayne Stambaugh 7b5823185a Undo commit -r 6535. 10 years ago
Wayne Stambaugh 9eda45a97e Undo commit -r 6539 10 years ago
Wayne Stambaugh cb13e57973 Eeschema: move find sheet by name from SCH_SHEET_PATH to SCH_SHEET. 10 years ago
Wayne Stambaugh 0ef1eee2c6 Eeschema: move recursion check from SCH_SHEET_PATH to SCH_SHEET. 10 years ago
Wayne Stambaugh 2aac71700b Eeschema: move is complex hierarchy and find next item from SCH_SHEET_PATH to SCH_SHEET. 10 years ago
Wayne Stambaugh ac30be332f Eeschema: move get multi-unit components from SCH_SHEET_PATH to SCH_SHEET. 10 years ago
Wayne Stambaugh cdba425bad Eeschema: move get components from SCH_SHEET_PATH to SCH_SHEET. 10 years ago
Wayne Stambaugh e8e0a75b8c Eeschema: move update all screen references from SCH_SHEET_PATH to SCH_SHEET. 10 years ago
Wayne Stambaugh 133b8f6b96 Eeschema: move annotate power symbols from SCH_SHEET_PATH to SCH_SHEET. 10 years ago
jean-pierre charras 9d994663f1 Fix Bug #1527446 (Flipping a block in pcbnew doesn't flip inner layers nor their connected microvias). 10 years ago
jean-pierre charras c4ea4dc0df Fix some warnings (looking like potential bugs) detected by cppcheck, (a few from a patch from Julien Nabet <serval2412@yahoo.fr>), remove not used vars and a few coding style fixes. 10 years ago
Wayne Stambaugh 81e6af6c81 Eeschema: move auto-save test from SCH_SHEET_PATH to SCH_SHEET. 10 years ago
Wayne Stambaugh 1bd860d1aa Eeschema: move modification state code from SCH_SHEET_LIST to SCH_SHEET. 10 years ago
Mark Roszko 33419ee4bf Eeschema: remove unused headers, unused variables, redundant casts, and minor boolean tweaks. 10 years ago
Chris Pavlina 859435cabe Fix clang build error due to ambiguous function GetSheet() in SCH_SHEET_PATH. 11 years ago
Wayne Stambaugh 54bad8b5e8 Fix Eeschema sheet recursion bugs. 11 years ago
Wayne Stambaugh ad9ec412f5 UI consistency and assertion fixes. 11 years ago
unknown 74154480de Eeschema enhancements: Option to annotate keeping multi-unit parts grouped and friendlier warning for modifying power values. 11 years ago
Mark Roszko 3918d3f0b2 Eeschema code cleanup and coverity fixes. 11 years ago
Wayne Stambaugh a27845e948 Fix MinGW 64 bit build buigs. 11 years ago
Dick Hollenbeck 7e483f69bd Modular KiCad Blueprint Milestone B), major portions: 11 years ago
Lorenzo Marcantonio 7b4b3297db - Better way to iterate on vias in the track list (GetFirstVia) 12 years ago
Wayne Stambaugh f0b2565f12 Eeschema find/replace bug fixes and improvements (fixes 1208616). 12 years ago
jean-pierre charras 28d702f6a9 Eeschema: fix a *very subtle* bug noticeable only in complex hierachies, for multiple parts per package: 13 years ago
Wayne Stambaugh 7d0ec1a138 More encapsulation work. 13 years ago
Dick Hollenbeck b8a0ab4c52 switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 14 years ago
Dick Hollenbeck b979d1e0b9 plugin work, accessors 14 years ago
Wayne Stambaugh d8ad2cceb0 Encapsulate LIB_PIN class and begin encapsulating SCH_EDIT_FRAME class. 14 years ago
Wayne Stambaugh 1047e60e35 Encapsulate SCH_POLYLINE, SCH_SHEET, and SCH_TEXT classes. 14 years ago
Wayne Stambaugh d9e0ab0241 Improve Eeschema find code and add initial replace plumbing. 14 years ago
Wayne Stambaugh 35749e57c4 Fix Eeschema find item bugs and other minor changes. 14 years ago
Wayne Stambaugh cc7e7fc5ca Memory allocation improvements and other minor fixes. 14 years ago
Wayne Stambaugh 121b65bfb8 More auto save improvements. 14 years ago
Wayne Stambaugh ebc7259a91 Rename WinEDA_App class to EDA_APP and remove redundant includes. 14 years ago
Wayne Stambaugh 67f70fe079 Coding style and Doxygen comment fixes. 15 years ago