125 Commits (aa93de3b4cdbe03c89e9ab20ccde37aee2e5d401)

Author SHA1 Message Date
Jeff Young 5e112ca78e ADDED: parameterize font metrics and allow customization of overbar height. 2 years ago
Jeff Young 686dfba77a ADDED autocomplete for value field in Symbol Properties dialog. 2 years ago
Mike Williams 7cb8d3d1c9 Schematic fields: implement fields with variables as names 2 years ago
Jeff Young eedf319ba4 Don't double-offset effective text shapes. 2 years ago
Jeff Young 2300b0d2a3 Don't dim SCH_FIELDs when selecting them. 3 years ago
Jeff Young d526362d31 No sheet path has to be interpreted as the current sheet. 3 years ago
Jeff Young b41d446f58 Fix a bunch more issues with sheetpaths and allowExtraText. 3 years ago
jean-pierre charras fd6fb4a87b netlist exporter: export only the field value, even if field name is shown. 3 years ago
Mike Williams c8fdac7abe Schematic: correctly resolve global power nets using sheet variables 3 years ago
Jon Evans c530bdb5a1 Rename GetSelectMenuText to GetItemDescription 3 years ago
jean-pierre charras a57ca559aa sch_field named Intersheetref in global labels: fix incorrect behavior when loading a sch file. 3 years ago
Jeff Young 8931e55dd2 Templatize MigrateSimModel() so it can be used on LIB_SYMBOLs as well. 3 years ago
Jeff Young 2dac73e421 Remove dangerous SCH_FIELD::IsVoid() call. 3 years ago
Jeff Young cef7cd8f7c Move default font to RENDER_SETTINGS. 3 years ago
jean-pierre charras 63002cec57 Do not add a title/comment in mandatory field strings when writting netlists. 3 years ago
Jeff Young 5fc02a63a3 Use netclass colours for label graphics, text and fields. 3 years ago
Jeff Young 64a6fc0fd4 Push UNITS_PROVIDER down into a low-level mixin. 3 years ago
Jon Evans 04f65c6c5c ADDED: Option to disable autoplacement for particular fields 3 years ago
Jon Evans 4ea0a80df0 CHANGED: Fields may now optionally display their name before their value 3 years ago
Jeff Young f17a865593 Move EDA_ITEM hitTest to BOX2I. 3 years ago
Jeff Young 2dc6300501 Move EDA_ITEM bounding boxes to BOX2I. 3 years ago
Jeff Young 122a6d7f46 Move hypertext linking to user-page-numbers. 3 years ago
Roberto Fernandez Bautista 840bcffefb ADDED: Hyperlinks on text items in Schematic Editor 4 years ago
Marek Roszko e0f28fc4e1 Replace wxFindReplaceData with our own container 3 years ago
Jeff Young 4f0136db3b Attempt to fix std::initializer_list lifetime issue. 3 years ago
Jeff Young aa2ad3b44c Move KICAD_T[] to std::initializer_list<KICAD_T>. 3 years ago
jean-pierre charras 20d1d0705e Fix a few issues related to field names and their translation. - Do not use translated field names outside strings displayed in dialogs. - fix code that does not work well with default locale. - fix some (not all) I18n issues in DIALOG_UPDATE_SYMBOL_FIELDS. 4 years ago
Jeff Young f11b8011cd Separate plotting into background and foreground. 4 years ago
Jeff Young 5739505aa3 TextBoxes for PCBNew. 4 years ago
Jeff Young 04c76f10e9 Performance enhancements for fonts. 4 years ago
Jeff Young aef2a3fca4 Default font for eeschema. 4 years ago
Marek Roszko ac715d2e51 Scoop up some more wxPoint instances 4 years ago
Marek Roszko c4c56de708 Neurotically update position wxPoint usages 4 years ago
Marek Roszko 347e03363a Convert wxPoint/wxSize starting from EDA_RECT usages 4 years ago
Jeff Young 86cb57f4a7 Cherry-pick TEXT_ATTRIBUTES and EDA_ANGLE from rockola/kicad-strokefont 4 years ago
Jeff Young 889970a449 SCH_NETCLASS_FLAGs and SCH_FIELDs for labels. 4 years ago
Jeff Young 179628d1d2 Repair field properties dialog for rotation and mirroring. 4 years ago
Jeff Young 40b4052ad4 Improve text hittesting in schematics. 4 years ago
Jeff Young 5f3c67bd2b Fill in some missing GetMsgPanelItems and make some others consistent. 4 years ago
Wayne Stambaugh cb72da294a More NULL expunging. 4 years ago
Wayne Stambaugh fbc135e69f Rename SCH_COMPONENT to SCH_SYMBOL. 5 years ago
Wayne Stambaugh 9ebabb222c Pass objects by reference instead of on the stack. 5 years ago
Jeff Young 2e3860de6f Naming conventions. 5 years ago
Wayne Stambaugh a85898f904 Eeschema header housekeeping round 1. 5 years ago
Jeff Young 2e129d9b47 Naming conventions and other cleanup. 5 years ago
Jeff Young 30ac8de734 Honour component transforms when rotating fields. 5 years ago
Jon Evans 18037e2f65 Rework bitmap system to load from archived PNGs 5 years ago
Dominik Wernberger e2aa7be4b3 Added a lot of consts and refactored a few lines 5 years ago
Jeff Young 8a33542bcd SCH_COMPONENT::GetField() expects a vector index, not a field id. 5 years ago
Jeff Young 2a7e60960a Use standard mirror icons & terminology. 5 years ago