93 Commits (6b6729284ca1cce4d15b6df214a28e437ca04cc2)

Author SHA1 Message Date
Seth Hillbrand 0b2d4d4879 Revise Copyright statement to align with TLF 11 months ago
Ian McInerney 7f8b88221d Initialize variables 11 months ago
JamesJCode 95bbcaffbf Fix some compiler warnings 1 year ago
Jeff Young 16340e6cf4 Support both short and long item descriptions. 1 year ago
Jeff Young 95136494b3 RIP LIB_PIN. 2 years ago
Jeff Young 1028a76e4a Harmonize print/plot APIs. 2 years ago
Jeff Young ffa3b27a4e Fix uninitialized variable. (Coverity) 2 years ago
Jon Evans c9d31c4429 Add explicit copy ctor for SCH_CONNECTION 2 years ago
Jon Evans 24e613f60c Escape net names coming from aliases 2 years ago
Wayne Stambaugh 24b04795fd Add net navigator panel to schematic editor. 3 years ago
Jeff Young 37c441a189 Minor performance improvement. 3 years ago
Jeff Young 1a7e99ed07 Formatting. 3 years ago
Mike Williams ca5004b1d2 Power Symbols: rename IsPowerConnection to IsGlobalPower 3 years ago
Marek Roszko 4665823089 Turn on and fix MSVC compliance mode issues 3 years ago
Seth Hillbrand e6dbca051c Force realtime connectivity on 3 years ago
Marek Roszko d2c0f5fc2a More wxSing 3 years ago
Jon Evans c530bdb5a1 Rename GetSelectMenuText to GetItemDescription 3 years ago
Jeff Young 64a6fc0fd4 Push UNITS_PROVIDER down into a low-level mixin. 3 years ago
Jeff Young 88c9177ff6 Move bus members from wxArray to std::vector and fix some bugs in dialog. 3 years ago
Alex aaf99eb0cc Performance optimizations. 3 years ago
Jeff Young b9eb3e9b05 Be more explicit about string conversions. 4 years ago
Jon Evans 8e5cbc5cf0 Fix highlighting complex connections from subsheets 4 years ago
Jeff Young f73042fe24 Some minor performance enhancements. 4 years ago
Jeff Young 5f3c67bd2b Fill in some missing GetMsgPanelItems and make some others consistent. 4 years ago
Jeff Young 6aaf4413b3 Fix kicad_string.h / string.cpp mismatch. 4 years ago
Wayne Stambaugh fb46cd8bc5 Expunge the use of the word component from Eeschema code. 5 years ago
Mikolaj Wielgus 3d520ebe1e Replace `~...~` overbar syntax with `~{...}` 5 years ago
Jon Evans b20f18e6c5 Properly handle mixed-up group buses 5 years ago
Jon Evans 5ca7a2c457 Fix some issues with group bus prefix handling 5 years ago
Wayne Stambaugh 1786ae8773 Eeschema: use symbol nomenclature for object file naming. 5 years ago
Jon Evans 77bb36a482 Ensure local names of vector bus members are preserved 5 years ago
Jeff Young c1d1c12b41 Simplify message panel code. 5 years ago
Jeff Young a207bd97bb Naming conventions. 5 years ago
Jeff Young 6654c03041 Embarking on the next adventure: component -> symbol. 5 years ago
Jeff Young 6a3c868db5 Don't copy lastDriver when cloning connection. 5 years ago
Ian McInerney 6bd3b0afa4 Various Coverity fixes 5 years ago
Jeff Young 81e1bc9df0 Keep track of driver changes so the view can be updated. 5 years ago
Marek Roszko 5302f7ce73 Remove kicad_string.h from eda_text.h 5 years ago
Jeff Young d5878e552d Fixes for line, wire and bus styles. 5 years ago
Jon Evans 9a801d8b72 Don't disrupt diff pairs when auto-renaming buses 5 years ago
Jeff Young e66523586b Add Assign Netclass... to context menu. 5 years ago
Jeff Young 3939b31027 Integration of netclasses into Eeschema. 5 years ago
Jon Evans 8a0277eb2e Fix null graph in some connections 5 years ago
Jon Evans 13baf548ca Ensure merged buses have all members 6 years ago
Jon Evans df16ea25a8 Properly send cross-probe for nested buses 6 years ago
Jon Evans 82a2530863 Fix missing inits of graph in a few places 6 years ago
Jon Evans f4d7c323f5 Coverity fixes 6 years ago
Jon Evans d7bd4c9b04 Move Eeschema globals to new SCHEMATIC object 6 years ago
Jeff Young 4a1ee40058 Pretty print bus definitions to the menus. 6 years ago
Jeff Young 050191460f Check for empty bus vectors and allow backwards vector specs. 6 years ago