63 Commits (804ab5609e20f8f42b7beed5483dbcd550653882)

Author SHA1 Message Date
Roberto Fernandez Bautista 0015574a60 ${SHEETNAME} represents the sheet name + introduce ${SHEETPATH} 4 years ago
Jeff Young 92a229eec7 ADDED separate user-defined color for page limits. 4 years ago
jean-pierre charras 21144481d2 PLOTTER: do not clamp coordinates to an arbitrary value. 4 years ago
Jeff Young f221220fe2 Rename layer ids file. 4 years ago
Wayne Stambaugh fb46cd8bc5 Expunge the use of the word component from Eeschema code. 4 years ago
Wayne Stambaugh 71c183d7bb Rename LIB_PART to LIB_SYMBOL. 4 years ago
Jeff Young a3b9e8ddb4 Round 2 of Worksheet -> Drawing Sheet. 5 years ago
Jeff Young cad5198ab7 Worksheet -> (industry standard) Drawing Sheet. 5 years ago
Dominik Wernberger 07635d2fc7 Minor adjustments 5 years ago
Dominik Wernberger ac94d72d2d Add more const specifiers 5 years ago
Jeff Young 34be4b4666 Cleanup. 5 years ago
Jeff Young bf04fc3b72 Process all symbol instances as the ref, value, etc. may be different. 5 years ago
Wayne Stambaugh 8ff51d8899 Eeschema: add schematic sheet page number. 5 years ago
Marek Roszko 2c86363aa0 Relocate the page_layout includes to a page_layout folder 5 years ago
PJM d1322e7d1d Refactor GetDocumentExtents() 5 years ago
PJM ca2252686a Eeschema: Make SCH_VIEW::GetItemsExtents() ignore invisible text 5 years ago
PJM abdd1906c2 Change 'Zoom to Fit' margins and add 'Zoom to Objects' 5 years ago
Jeff Young 57c3d8e8d8 Make sure preview group gets added to view after a clear. 5 years ago
Jon Evans 32a7d00256 Make sure projects are cleaned up nicely when frames close 5 years ago
Jon Evans 413c2cc2c6 Don't use the schematic grid for page border in pcbnew 5 years ago
Jeff Young 9cc6a77cc0 Fix bug where preview wasn't getting re-added after view cleared. 5 years ago
Jeff Young d586495c0a Preview fp edges & text while dragging in router. 5 years ago
Jeff Young 32c3ea4edd Flags cleanup. 5 years ago
Wayne Stambaugh 354d53a6c5 Handle derived library symbol optional field inheritance. 5 years ago
Jon Evans 7c7b7f41da Move SCH_SCREEN project access to SCHEMATIC 6 years ago
Jeff Young 9a67dc56f9 Clean up assumption that field_id < MANDATORY means its mandatory. 6 years ago
Jeff Young 4990d1e7b2 Variable substitution framework. 6 years ago
Jon Evans e59a3d981e Implement a new settings framework across all of KiCad 6 years ago
Ian McInerney cd0d92956b Use static cast in sch_view since type has been checked 6 years ago
Jeff Young 1591d13839 Use static_cast since we've already checked the type. 6 years ago
Seth Hillbrand 6e5e453d0d Replace EESchema DLIST 6 years ago
Wayne Stambaugh aeb3281e27 Convert Schematic Internal Units to 100nm 6 years ago
Wayne Stambaugh 9fe2c4b21f Fix a few more symbol library inheritance bugs. 6 years ago
Wayne Stambaugh 8e150521a2 Fix a few minor symbol library inheritance bugs. 6 years ago
Wayne Stambaugh 54f066fed7 Implement simple inheritance for library symbols. 6 years ago
Jeff Young 4bf2b6a9f7 Performance enhancements for cross-probing. 6 years ago
Jeff Young 8db8119564 Redraw selection halos after zooming. 6 years ago
Jeff Young fa84babefe Re-implement sch->pcb cross-probing using net highlighting architecture. 6 years ago
Jeff Young 6936effaa7 Implement undo for Page Settings in PlEditor, Eeschema and PCBNew. 7 years ago
Jeff Young bdd44ce88c Use consistent PageLayout data structure names. 7 years ago
jean-pierre charras 7ad21fefe5 Cross probing: Trying to fix a crash, certainly due to a call to clear the HIGHLIGHTED flag of a structure that is not a EDA_ITEM. 7 years ago
jean-pierre charras fb35a7c8b4 Eeschema highlight symbols (cross probing) fix a few issues. 7 years ago
Tomasz Włostowski c777eac000 eeschema: improved highlighting of PCB->SCH cross-probed components/labels/pins 7 years ago
Maciej Suminski 630baa3724 Code formatting 7 years ago
Maciej Suminski d405be95b8 Fix a symbol editor crash when clicking without any symbol loaded 7 years ago
jean-pierre charras ab3ff61faa Eeschema: adjust the working/drawing area size on the page size. 7 years ago
jean-pierre charras 240051fb26 Worksheet display in GAL mode: fix missing filename and (in Eeschema) sheet full name. 7 years ago
jean-pierre charras c539d6e0be fix incorrect initialization of VIEW::m_boundary. 7 years ago
jean-pierre charras acf696ca2d Eeschema, worksheet view: fix missing initialisation of sheet count and sheet number 7 years ago
Maciej Suminski 17205b4599 Added VIEW::DataReference() for sharing data with another VIEW instance 7 years ago