113 Commits (827b818b5da4ce2f2ecee7521d64acd580f70b23)

Author SHA1 Message Date
Maciej Suminski 260f680c6c Eagle import: fix memory leak on schematic sheets import 8 years ago
Russell Oliver 3d9c25494c Revert "Eagle importer: use only global net labels" 8 years ago
Carsten Schoenert ff305781fb fix misspelled 'neeeded' -> 'needed' 8 years ago
Maciej Suminski 24fcdb00cc Eagle importer: convert special characters in net names 8 years ago
Maciej Suminski b1f456fade Eagle importer: use only global net labels 8 years ago
Maciej Suminski ac9fc949bd Code formatting for 013f7b4d 8 years ago
Russell Oliver 34b52c91b7 Add empty eeschema page layout for Eagle schematic import. 8 years ago
Russell Oliver e340e8a838 Eagle Schematic Import: Label Placement fix. 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 4c5bd01887 Rename a few files 8 years ago
Maciej Suminski 378846c2e3 Eagle Schematics Importer: support for UTF-8 8 years ago
Maciej Suminski 7665a839cd Eagle Schematic Import: try harder to generate a meaningful library name 8 years ago
Simon Richter a9ccf1161b Fix quotes in UI messages 8 years ago
Wayne Stambaugh b82bd8e0c5 Fix symbol names with illegal library ID characters. 8 years ago
Wayne Stambaugh 56d73f837d Fix build error caused by rebasing against commit 5eb56dd8. 8 years ago
Wayne Stambaugh 8fd89c881d Final symbol library table changes before merge. 8 years ago
Wayne Stambaugh 8d995f48de Update Eagle plugin to use symbol library table. 8 years ago
Wayne Stambaugh d5290bdfe0 Fix malformed symbol libraries when importing Eagle schematics. 8 years ago
Maciej Suminski 5eb56dd8b0 Coverity fixes 8 years ago
jean-pierre charras 772dc2f24a Fix compil warnings 8 years ago
Maciej Suminski 59394fedbf Eeschema Eagle Import: fixed global net label rotation 8 years ago
Maciej Suminski 0ed7483868 Eeschema Eagle Import: support UTF-8 for fields 8 years ago
Maciej Suminski b77ba486ec Eeschema Eagle Import: fixed name and reference fields placement 8 years ago
Maciej Suminski 62156b9b69 Eeschema Eagle Import: refactored common code for setting text attributes 8 years ago
Maciej Suminski ee8012a5cc Eagle import plugin: Code clean-up and formatting 8 years ago
Maciej Suminski 25b8111341 Modified Eagle import plugins to use nanometers as the internal unit 8 years ago
Maciej Suminski 7f697de432 Handle empty texts correctly 8 years ago
Maciej Suminski 87465002c3 Eeschema Eagle Import: changed fixNetName() to escapeName() 8 years ago
Russell Oliver 82b1e3c790 Eagle Import: Handle muli-pad pins. Adds overlapping pins in the symbol definition to ensure that electrical connections are made to each pad on the footprint. 8 years ago
Maciej Suminski ce145373e4 Change the Eagle schematic import plugin license to GPLv3+ 8 years ago
Maciej Suminski e75d76d1a8 Enable LOCALE_IO in Eagle schematic import plugin 8 years ago
Maciej Suminski ce11e9a264 Eeschema Eagle Import: Changed convertTextSize() to ETEXT::ConvertSize() 8 years ago
Russell Oliver 2a0a999350 Eeschema Eagle Import: Code clean-up and formatting 8 years ago
Maciej Suminski 630a883f80 Update Eagle schematic import plugin after long pin/pad name patch 8 years ago
Russell Oliver 3b0855d204 Eagle Project Import: Code cleanup and documentation. 8 years ago
Russell Oliver c3b0fca922 Eeschema Eagle Import: Fix graphics on multi-unit symbols -- sets correct gate for arcs and polylines from eagle symbol wires. 8 years ago
Russell Oliver 869743d573 Kicad Eagle Project Import Improvements. -- schematic and board files are both visible in file selection dialog. -- Allows for the selection of either the board or schematic file. -- silently fails on not detecting the corrosponding board or schematic file. -- all new kicad files are generated in new project directory -- Silently read netlist without generating annotation warnings which synchronises timestamps and paths based on given eagle references, otherwise renumbering schematic references will break links accross schematic and pcbnew. 8 years ago
Russell Oliver a8fa64f158 Eeschema Eagle Import: Shift convertTextSize to common eagle parser. 8 years ago
Russell Oliver 433aa653fe Kicad: Add Project import function. -- add menu entry -- add ImportFile kiway function -- expose functions for creating/reading netlist -- add example eagle boad file as well 8 years ago
Russell Oliver d260609e69 Eeschema Eagle Import: Fix package assigment by combining eagle libraries of the same name. 8 years ago
Russell Oliver e63e916279 Eeschema Eagle Import: Parse eagle symbol name prefix and fix reference values. 8 years ago
Russell Oliver cdb5a01091 Eeschema Eagle Import: Set visibility of fields based on attribute display value. 8 years ago
Russell Oliver d9396ac43b Eeschema Eagle Import: Hide reference and values based component smashed status and attribute. 8 years ago
Russell Oliver cec76c4de2 Eeschema Eagle: Created convertTextSize function. 8 years ago
Russell Oliver 857f9f3216 Eeschema Eagle Import: arc fix 8 years ago
Russell Oliver afaa2499dc Eeschema Eagle Import: Set Pinshape. - modifies lin_pin.cpp function InternalPinDecoSize to default back to number text size if pin name text is set to zero. 8 years ago
Maciej Suminski 08907d4fe8 Eeschema Eagle Import: generate unique timestamps for multiunit parts 8 years ago
Maciej Suminski a8e800f571 Eeschema Eagle Import: Moved net name correction to a function 8 years ago
Russell Oliver b11c876e48 Eeschema Eagle Import: Move any labels while inserting bus entry symbols. 8 years ago