278 Commits (47fe8ff8eb85ef164a1639472c7265459f90f3e6)

Author SHA1 Message Date
Jeff Young d5a6452934 Get rid of special default line style for Eeschema. 3 years ago
Marek Roszko 88c7322a0d EDA_TEXT Get/SetTextSize should use VECTOR2I 4 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
Roberto Fernandez Bautista 0015574a60 ${SHEETNAME} represents the sheet name + introduce ${SHEETPATH} 4 years ago
Wayne Stambaugh 7da7864f5e Fix some Coverity issues. 4 years ago
Seth Hillbrand 984eb0fb40 Handle locally-coded file names for sheets 4 years ago
Seth Hillbrand eb06ecab10 Avoid resolving text vars without screen 4 years ago
Jeff Young f11b8011cd Separate plotting into background and foreground. 4 years ago
Jeff Young 60bcfd1bf1 Bug fixes in arc & textbox printing. 4 years ago
Seth Hillbrand be5bb8c4bd Enforce strictly weak ordering in sheets 4 years ago
Jeff Young e61144d45a Finish with EDA_ANGLE. 4 years ago
Jeff Young e048e51f5d Improve SNR of EDA_ANGLE stuff. 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 832eb0d019 Fix off-by-one error in grid snapping. 4 years ago
Wayne Stambaugh b7af66e3f9 Eeschema: fix broken page numbers when renaming a sheet file name. 4 years ago
Wayne Stambaugh a03e6e4926 Revert "Eeschema: fix broken page numbers when renaming a sheet file name." 4 years ago
Wayne Stambaugh 5ae844ba93 Revert "Fix SCH_SHEET object assignment operator bug." 4 years ago
Wayne Stambaugh 37d53a7147 Fix SCH_SHEET object assignment operator bug. 4 years ago
Wayne Stambaugh a468a79948 Eeschema: fix broken page numbers when renaming a sheet file name. 4 years ago
Mikolaj Wielgus 9bb370e6b4 SCH_SHEET_PIN: Rename GetEdge, SetEdge to GetSide, SetSide 4 years ago
Mikolaj Wielgus 2e1862de1c Run AutoAutoplaceFields() in SCH_SHEET constructor 4 years ago
Roberto Fernandez Bautista 3660597082 Use canonical names when saving sheet name and filename fields 4 years ago
Jeff Young fe6cb7dbb4 Mirror sheet fields when mirroring sheet. 4 years ago
Jeff Young b52529521e Replace individual LIB_* shapes with LIB_SHAPE (based on EDA_SHAPE). 4 years ago
Jeff Young 935a307674 Formatting and iterator safety. 4 years ago
Jeff Young 5f3c67bd2b Fill in some missing GetMsgPanelItems and make some others consistent. 4 years ago
Seth Hillbrand 871bdbc952 Search sheets in hierarchy-order 4 years ago
Jeff Young 69fac89e86 Fix some issues with incorrectly scaled defaults given in mils. 4 years ago
Wayne Stambaugh 46b959c3e3 Move plotter headers into include folder. 4 years ago
Jeff Young fc4d748bdc Fix bugs in sheets. 4 years ago
jean-pierre charras 8c9b0bdba4 Eeschema: plot missing sheet fields. 4 years ago
jean-pierre charras 76bdb423d7 Minor changes: minor code cleanup and fix minor Coverity warning 4 years ago
Jeff Young 6aaf4413b3 Fix kicad_string.h / string.cpp mismatch. 4 years ago
Wayne Stambaugh 37b200cb3e Pass wxString objects by reference instead of on the stack. 4 years ago
Wayne Stambaugh cb72da294a More NULL expunging. 4 years ago
Jeff Young d51ac65349 Don't try to resolve variables before the schematic is set up. 4 years ago
Wayne Stambaugh fbc135e69f Rename SCH_COMPONENT to SCH_SYMBOL. 4 years ago
Wayne Stambaugh 9ebabb222c Pass objects by reference instead of on the stack. 4 years ago
Marek Roszko 4df3cb912d Remove another leaky wx/log.h header 5 years ago
Marek Roszko 3ac5aa5369 enum class SHEET_SIDE 5 years ago
Jeff Young 2e3860de6f Naming conventions. 5 years ago
Roberto Fernandez Bautista 2c75911669 Fix SortByPageNumbers: use Sheet Name when page numbers are equal 5 years ago
Wayne Stambaugh 2b86b34124 Eeschema: split out SCH_SHEET_PIN declarations into separate header. 5 years ago
Jeff Young 7a13ad7b17 Consistent naming. 5 years ago
Jeff Young 7e682e9948 Don't allow pins on corners. 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