306 Commits (3da0ab1a9aad9792b52b04248a4aa67710aacfd1)

Author SHA1 Message Date
Seth Hillbrand 394749f1d6 Eeschema: calculate not-connected pins correctly 8 years ago
Wayne Stambaugh 7ca7d9078e Eeschema: fix potential symbol cache library name collisions. 8 years ago
Henner Zeller 3f57fa5d24 Change time_t in the functions that deal with timestamps to a new typedef timestamp_t (defined as a long). 8 years ago
Julius Schmidt 375a4e28d6 fix MANDATORY_FIELDS comparisons (need to exclude -1) 8 years ago
Wayne Stambaugh a0473614b5 Remove all schematic object load and save code. 8 years ago
jean-pierre charras bdc6a5950b rename plot_common.h to class_plotter.h, a better name, consistent with other class definitions. 8 years ago
Wayne Stambaugh 168bf5e4b0 Symbol library archive bug fixes. 8 years ago
Wayne Stambaugh c1f7c1778a Revise symbol rescuer to support symbol library table. 8 years ago
Wayne Stambaugh 96c3d5ff21 Enable symbol library table remapping. 8 years ago
Maciej Suminski e29d77c891 'Update Field Values' tool for eeschema 8 years ago
Wayne Stambaugh 34abef3f5a Fix build error caused in previous commit. 8 years ago
Wayne Stambaugh 863db59a3d Eeschema: improve schematic symbol message panel information. 8 years ago
Dick Hollenbeck 4e7de8a761 Reverse commit 4011ed4e31. 8 years ago
Wayne Stambaugh 85a0a371b1 Add support to resolve schematic symbol links using symbol library table. 9 years ago
Andrey Fedorushkov ddec8036c1 Eeschema: fix an other erroneous "unit value out of range" test. 9 years ago
Oliver Walters ea855c1abf Fixed duplicate field names 9 years ago
Oliver a39856485c Added component table dialog 9 years ago
Wayne Stambaugh 36606ceeb7 Add symbol library table remapping dialog. 9 years ago
Chris Pavlina 4011ed4e31 Convert UTF8 to/from wxString correctly around LIB_ID 9 years ago
jean-pierre charras 28a6ca1e23 Eeschema: fix wrong position of symbol fields when adding a symbol in a schematic 9 years ago
jean-pierre charras 2a91d7bc21 Speed up SCH_COMPONENT::ResolveAll(). 9 years ago
Jon Evans a52250a91e Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support 9 years ago
John Beard a8eea6155a Move bitmaps.h out of base_struct.h 9 years ago
Chris Pavlina a61be7e00e Move LIB_PART::Draw drawing options into a struct 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
Dick Hollenbeck 0c459ced97 EDA_TEXT object refactor. 9 years ago
Maciej Suminski 9748b65a6d str[n]icmp -> str[n]casecmp 9 years ago
Dick Hollenbeck c2b8a4ee43 Move from class INSPECTOR as the EDA_ITEM::Visit() callback interface to a std::function 9 years ago
Wayne Stambaugh 98ad5096b0 Eeschema: add saving schematic files to schematic plugin. 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
jean-pierre charras f0e2628e40 Very minor changes: remove a few local shadowed variables (mainly local variables having the same name in the same function) detected using " -Wshadow" gcc compil option ( No bug, just a better code readability ) 10 years ago
Wayne Stambaugh b7c974b2c4 MinGW64 build warning fixes. 10 years ago
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
Wayne Stambaugh 03bf559465 Undo commit -r 6368. 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 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 b381d99300 Eeschema: fix uninitialized members 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
Chris Pavlina 50c418a332 Eeschema: add field automatic placement feature. 10 years ago
Wayne Stambaugh c6d591b534 Eeschema: uncouple clearing annotation from SCH_SHEET_PATH. 10 years ago
unknown 6b3ff2d59a Eeschema:fix bug 1492542 component pins look disconnected if component is selected and then pan/scroll/zoom view 10 years ago
jean-pierre charras ef0e13331d Eeschema: fix and other case where the UFT8 strings are not correctly read on Windows (part name and ref in schematic files correctly saved but not correctly read) 10 years ago
Chris Pavlina 3921f78ac2 Eeschema: fix connection indicators for power symbol targets. 10 years ago