130 Commits (c2662b0e11bb2bcd5f0758e0616c313cc6168785)

Author SHA1 Message Date
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
jean-pierre charras d2cf2fe61c Eeschema, fix issue when rotating a hierarchical sheet: depending on the sheet size, the rotation center was not always on grid. 8 years ago
Seth Hillbrand 7c70e969db Prevent warning when renaming sheet name 8 years ago
Wayne Stambaugh df2819e5bc Eeschema: fix sheet schematic file naming bug. 8 years ago
Wayne Stambaugh 00749af914 Eeschema: fix using subpaths in sheets. 8 years ago
jean-pierre charras 8022f1cc01 fix code after renamin files 8 years ago
Simon Richter a9ccf1161b Fix quotes in UI messages 8 years ago
Wayne Stambaugh 8af9aa7574 Eeschema: allow for partial schematic loading. 8 years ago
Seth Hillbrand 8b68a1736a Eeschema: Set "edited" flag on newly created sheets 8 years ago
Wayne Stambaugh e97ce6ee4f Use legacy schematic plugin for loading schematics in all code paths. 8 years ago
jean-pierre charras 7418deb454 Pcbnew: fix issues with 360 deg angle arcs. 8 years ago
Wayne Stambaugh e176fc181d Fix schematic sheet resizing bug. 8 years ago
Wayne Stambaugh 92f5ab8589 Eeschema: SCH_SHEET_LIST improvements. 10 years ago
Wayne Stambaugh 663394749d Undo commit -r 6533. 10 years ago
Wayne Stambaugh 7b5823185a Undo commit -r 6535. 10 years ago
Wayne Stambaugh 9eda45a97e Undo commit -r 6539 10 years ago
Wayne Stambaugh cb13e57973 Eeschema: move find sheet by name from SCH_SHEET_PATH to SCH_SHEET. 10 years ago
Wayne Stambaugh 0ef1eee2c6 Eeschema: move recursion check from SCH_SHEET_PATH to SCH_SHEET. 10 years ago
Wayne Stambaugh 783f818f19 Eeschema: fix segfault when drawing new sheet after deleting existing sheet with the same file. (fixes lp:1538510) 10 years ago
Mark Roszko 33419ee4bf Eeschema: remove unused headers, unused variables, redundant casts, and minor boolean tweaks. 10 years ago
Chris Pavlina fa29c62277 Fix saving undo/redo limits in Eeschema. 10 years ago
jean-pierre charras 66aa22c1db Eeschema: remove an unused argument in a few functions. 10 years ago
Wayne Stambaugh 54bad8b5e8 Fix Eeschema sheet recursion bugs. 11 years ago
jean-pierre charras 3084c0aa0b Eeschema: add missing rotate and mirror sheet in sheet context menu (these transforms were possible in block commands, but not from the sheet menu). 11 years ago
Wayne Stambaugh ad9ec412f5 UI consistency and assertion fixes. 11 years ago
jean-pierre charras 00f8994ee1 Eeschema: Fix a (minor but annoying) bug detected by coverity which prevent Eeschema to draw components in "fast mode" (i;e. without pin texts) when they are moved, due to a draw parameter which was incorrectly used. 11 years ago
jean-pierre charras c6f4f15926 Eeschema: Minor code reorganization: 11 years ago
jean-pierre charras ca2b9cee57 Try to fix issues on Ubuntu/Unity for dialogs which are not displayed: adding GetSizer()->Fit( this ) in some other dialogs 11 years ago