84 Commits (cb61525394cda687239fafa8d86fae146f3c81cd)

Author SHA1 Message Date
Jeff Young ef3e045a9b Eradicate g_UserUnit from ERC/DRC. 8 years ago
Carsten Schoenert a11714b1a4 fix misspelled 'an other' -> 'another' 8 years ago
Jeff Young 591a303777 Make ERC options dialog clearer. 8 years ago
jean-pierre charras 8022f1cc01 fix code after renamin files 8 years ago
jean-pierre charras 795a36c9fe Fix code after renaming files, and a bit of code cleanup (remove useless includes and multiple includes of the same files) 8 years ago
jean-pierre charras d54418c14a Fix minor compil warnings 8 years ago
Maciej Suminski 8e18aea11d New ERC rule verifying if all units of a component use the same footprint 8 years ago
Simon Richter a9ccf1161b Fix quotes in UI messages 8 years ago
jean-pierre charras 945325d63a Eeschema: fix incorrect display of pin number in ERC messages and marquers. 8 years ago
Wayne Stambaugh 92f5ab8589 Eeschema: SCH_SHEET_LIST improvements. 10 years ago
unknown 4b103baa3a Enum refactoring and shiny icons in dialog_lib_edit_pin_table 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 4007317606 Undo commit -r 6428. 10 years ago
Simon Wells e5f3edf0f1 Eeschema: minor coding policy fix 10 years ago
Wayne Stambaugh e8e0a75b8c Eeschema: move update all screen references from SCH_SHEET_PATH to SCH_SHEET. 10 years ago
jean-pierre charras fcdbb7484c fix Bug #152546 (Netlist not respecting case sensitivity for labels): the label matching is now case sensitive. To avoid issues with previous eeschema versions, add in ERC a dectection for "similar" labels (labels which differ only by a case sensitivity) 10 years ago
unknown b0241bacf0 Eeschema ERC now catches errors of unmatched global labels. 10 years ago
jean-pierre charras 6dd0073130 Move the non shared file class_sch_screen.h to eeschema folder. Code cleaning. Remove some wxCHECK_VERSION tests now useless. 10 years ago
jean-pierre charras 32f0ea621f Shape poly set: fix bug in BBox calculation. Class MARKER : fix broken code and clean code. Fix bug #1369682 (EESchema Erc not show error count) due to this broken code. 10 years ago
jean-pierre charras d583b1ff98 Fix Bug #1462876 (Eeschema ERC NoConnect not reliable.) 11 years ago
jean-pierre charras f5c47a191b eeschema: fix Bug #1437604 (double translation of some messages in pin editor dialog) relative to some static strings flagged "to be translated". 11 years ago
jean-pierre charras c6f4f15926 Eeschema: Minor code reorganization: 11 years ago
maciej. 76aa0ba756 Fix compile errors when wx3.x is built with --enable-stl 12 years ago
jean-pierre charras d368739731 Gerbview: fix incorrect printing of negative objects, when using black and white option. 12 years ago
jean-pierre charras f2e5da63e3 Eeschema: netlist generation: fix bad choice for the "best net name" when selecting a net name between labels connected to the same net. 12 years ago
jean-pierre charras daeeee5617 Eeschema: Rework on netlist generator: code clenenig and enhancement. 12 years ago
jean-pierre charras b660b033ad All: remove macros MAX, MIN, ABS from macros.h and replace these macros by std::max, std::min and std::abs (mainly found in old code). 13 years ago
Wayne Stambaugh aaa1cc3e02 Eeschema object list and other minor improvements. 14 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 e6c8515873 switch to C++'s false and true from C's FALSE and TRUE 14 years ago
Dick Hollenbeck b979d1e0b9 plugin work, accessors 14 years ago
Wayne Stambaugh 1047e60e35 Encapsulate SCH_POLYLINE, SCH_SHEET, and SCH_TEXT classes. 14 years ago
jean-pierre charras bcbde5d813 All: fix a collision name between accessor function GetTimeStamp and GetTimeStamp in common.cpp. 14 years ago
Wayne Stambaugh d4fb921b43 Eeschema ERC improvements and other minor fixes. 14 years ago
Wayne Stambaugh ebc7259a91 Rename WinEDA_App class to EDA_APP and remove redundant includes. 14 years ago
jean-pierre charras 92952b70aa Use UTF-8 encoding only in kicad files. Under Linux, this was already the case. Under Windows, texts with non ascii characters must be corrected. 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 c79077c9a2 Minor fixes and lots of coding policy changes. 15 years ago
Dick Hollenbeck 636b2d301e function comments, fix ones in *.cpp files until they can be deleted if they exist in the headers 15 years ago
Wayne Stambaugh 37ad67dfb1 EESchema file name and location house keeping. 15 years ago
Wayne Stambaugh 76aa3f6e1c EESchema schematic object refactoring and header rationalization. 15 years ago
Wayne Stambaugh 1e7d95d58e Begin schematic object rationalization and other minor improvements 15 years ago
Wayne Stambaugh 185a2544b5 Component library editor bug fixes and other minor fixes. 15 years ago
jean-pierre charras c580d5d72c fixed a serious bug in zone filling, for pads with drill but not on all layers 16 years ago
Wayne Stambaugh e1b5d49f1b EESchema component library and hierarchical sheet label object improvements. 16 years ago
charras 83e8b961c7 cosmetic enhancement in pin edit dialog. 16 years ago
stambaughw 1aaa7a9bf2 Compiler warning, object name, bug, and string fixes. 16 years ago
stambaughw b2f9d5bd74 Comment translations and other minor updates. 16 years ago
stambaughw 1a4d23896e Begin translating comments to English and minor code clean up. 16 years ago