157 Commits (d72a778f1930c359c755c35cce17792007deba1e)

Author SHA1 Message Date
Wayne Stambaugh 169f63a6c0 Eeschema: make schematic sharing truly safe across all designs. 6 years ago
Wayne Stambaugh 7183e9f97e Make the new schematic and symbol library file formats the default. 6 years ago
Jeff Young 615ad9abfc Check sheet file extension when editing, and add if missing when reading. 6 years ago
Jeff Young 2b6089240a Change super/subscript syntax to ^{foo} and _{foo}. 6 years ago
Jeff Young 9c8941e040 Remove a bunch of globals. 6 years ago
Jeff Young 122b1ddaae Unwrap an unnecessary layer now that we have new config stuff. 6 years ago
Jeff Young 591428b0d9 Remove some problematic global variables. 6 years ago
Jeff Young dc9882c3b9 Fix a few bugs with Sheet field dragging and rotating. 6 years ago
Jeff Young 535033c5c9 Enable editing of sheet fields. 6 years ago
Jeff Young 490f39a671 Remove obsolete code requiring unique sheet names. 6 years ago
Jeff Young e033e394e7 Add visibility flags for sheet names and sheet filenames. 6 years ago
Jeff Young 129042f8a6 Convert timestamps to UUIDs. 6 years ago
Seth Hillbrand 7ac83ac64d Check recursion before appending 6 years ago
Seth Hillbrand 6e5e453d0d Replace EESchema DLIST 6 years ago
jean-pierre charras c17c9960d8 Eeschema: fix a colliding name between sch_text.h and a Windows/msys2 header. 6 years ago
Mark Roszko ca34ade00c Make global labels have the same spin style as net/hierarchical labels 6 years ago
Wayne Stambaugh d4cea0f2b7 Eeschema: fix multiple sheet file name bugs. 6 years ago
Jeff Young 23fd4b64dd Remove curly braces from netname escaping context. 6 years ago
Wayne Stambaugh 0328f3e33b Eeschema: fix bug in sheet name comparisons on Windows. 6 years ago
Wayne Stambaugh b595dc0d3b Eeschema: fix edit sheet bug. 6 years ago
Jeff Young c77d214c5f Clear annotation of pasted sheets only when they already exist in the current hierarchy. 6 years ago
Jeff Young 3a0256aade Add handle-based editing for eeschema bitmaps. 6 years ago
Jeff Young c7bfa9857e Use more reflective naming of what the tool does. 7 years ago
Jeff Young 8f84c3ec4f Grid rid of GetCanvas/GetGalCanvas distinction now that there's only gal. 7 years ago
Jeff Young ce1f35a1be Cleanup some left-over vestiages of the legacy canvas architecture. 7 years ago
Jeff Young 7f1ed30ff5 Move DeMorgan handling to ACTIONs. 7 years ago
Jeff Young c7fa5c567f Load sheet content after a paste. 7 years ago
Jeff Young c2662b0e11 Retire EDA_DRAW_PANEL and legacy_wx/EDA_DRAW_FRAME. 7 years ago
Jeff Young d6e9bdf07b Convert remaining legacy drawing code to print code. 7 years ago
Jeff Young d2daab808c Remove some legacy cursor handling stuff. 7 years ago
Jeff Young edc8438ef0 Start the process of removing the legacy draw panel. 7 years ago
Jeff Young 9d29e94cb5 Remove some more legacy code. 7 years ago
Wayne Stambaugh 133ff9b552 Eeschema: fix broken symbol library links after sheet edit. 7 years ago
Jeff Young 0dd1584394 Add import-sheet-pin error message and move messages to status popups. 7 years ago
Jeff Young 4ccfa17ff9 Fix bugs in sheet duplicate & copy/paste. 7 years ago
Jeff Young c09817e08c Context menus for labels. 7 years ago
Jeff Young 1c8461bec7 Transition mirroring to modern toolset. 7 years ago
Jeff Young f200c61897 Start transitioning block operations to modern toolset. 7 years ago
Jeff Young a461eae8b9 Fix 100s of usages of GetFlags() which conflated != 0 with being edited. 7 years ago
Jeff Young cc18464f8f Move sheet drawing and resizing to modern toolset and fix some bugs. 7 years ago
Jeff Young 61b749f0b2 Update dangling ends when resizing sheet. 7 years ago
Wayne Stambaugh b9a9fe6c9e Eeschema, remove option to import schematic that has not been remapped. 7 years ago
Jeff Young 96e65c7f23 Hide existing object when displaying moving preview. 7 years ago
Tomasz Wlostowski 90c7c60471 eeschema-gal: initial GALified version. Lots of stuff still to do! 7 years ago
jean-pierre charras 181ce46b91 Eeschema: fix incorrect references clearing for shared sheet paths. 7 years ago
Jeff Young a39fb03822 Remove some references to g_UserUnit 8 years ago
jean-pierre charras b8bbb15aa1 Eeschema: fix a bug in sheet properties dialog that break the annotation of the symbols inside this sheet (Windows only) 7 years ago
jean-pierre charras 52fceb3243 Eeschema: sheet filename renaming: fix a old issue that can set incorrect filenames in sheets inside a complex hierarchy. 8 years ago
Seth Hillbrand 626c8a71f7 Reworking sheet duplication messages and annotation 8 years ago
Seth Hillbrand fdd3f52e2d Move debug msg to relevant section 8 years ago