93 Commits (0a623bff9f2f1ac4ff637d408e07ff2a1ecd2fe2)

Author SHA1 Message Date
Jeff Young f221220fe2 Rename layer ids file. 4 years ago
Wayne Stambaugh fb46cd8bc5 Expunge the use of the word component from Eeschema code. 5 years ago
luz paz f968fc8719 Fix source comment / documentation typos 5 years ago
Jon Evans d7bd4c9b04 Move Eeschema globals to new SCHEMATIC object 6 years ago
Jeff Young 9c8941e040 Remove a bunch of globals. 6 years ago
jean-pierre charras 952e7a5fb4 Eeschema: move some default values to default_values.h. 6 years ago
Jeff Young 122b1ddaae Unwrap an unnecessary layer now that we have new config stuff. 6 years ago
jean-pierre charras 5405c09b81 Eeschema: avoid initializing default line thickness to 0: it can create issues. 6 years ago
Wayne Stambaugh 95089623a4 Eeschema: fix s-expression build errors due to global variable changes. 6 years ago
Jeff Young 591428b0d9 Remove some problematic global variables. 6 years ago
Jeff Young 20c00cbb21 Finish off "busses" -> "buses". 6 years ago
Jeff Young a76ddb52a0 Add sheet borders and backgrounds to Edit Text & Graphics. 6 years ago
Jeff Young 40b2eabfc1 Add a user-defined ratio for text offset from wire/bus. 6 years ago
Jeff Young cee973dc04 Move ERC error reporting over to the new framework. 6 years ago
Jon Evans 8660b4c144 ADDED: New color theme editor and multi-theme support 6 years ago
Jon Evans e59a3d981e Implement a new settings framework across all of KiCad 6 years ago
Jeff Young 5e5edd03f6 Implement super- and subscript printing and plotting for eeschema. 6 years ago
Jonatan Liljedahl 034bfb0919 eeschema: More work on selection highlight thickness 6 years ago
Jonatan Liljedahl 681f6bc707 Eeschema: Add option for selection highlight thickness 6 years ago
Jonatan Liljedahl e517069a51 Eeschema: Add options for selection appearance 6 years ago
Jeff Young 35c8d64f98 Add super- and subscript support to Eeschema. 6 years ago
Jeff Young 9328ec8b52 Separate default line and wire thicknesses. 7 years ago
Seth Hillbrand e52afd93a3 Remove Legacy options for overlay/context 7 years ago
Jon Evans 65af2c8b6c Bump file format version 7 years ago
Jon Evans 83c7e7fc65 New connectivity algorithm and bus upgrades 7 years ago
Seth Hillbrand 3524bed75a libtree: Remember pane width 7 years ago
Wayne Stambaugh a2e7e7aed4 Clear symbol library list from project file after remapping. 8 years ago
Maciej Suminski d6f3961804 pcbnew & eeschema file format version bump 8 years ago
Jon Evans 3ec28e2acf Refactor layer enumerations to all live in the same place 9 years ago
Jon Evans a52250a91e Change from EDA_COLOR_T to COLOR4D globally; arbitrary color support 9 years ago
Frank Villaro-Dixon c2fb3368f3 Change default symbol pin length to match KiCad Library Convention (KLC). 9 years ago
Nox_firegalaxy 44b8533d4d Add connection highlight to eeschema, step 1. 9 years ago
unknown 698197ec8d Eeschema: better position of texts (pin texts and labels), taking in account the line thickness. 10 years ago
jean-pierre charras 94479d87c1 eeschema: fix minor Bug #1446779 (repeat parameters not initialized until a project config is read) 11 years ago
Wayne Stambaugh 08bfaa416d More source file missing license fixes. 11 years ago
jean-pierre charras 9bcdef85cd Eeschema: canvas background color: all frame are now using the same parameter. 11 years ago
jean-pierre charras ed4fee7649 Eeschema: add dialog libedit options and move options relative to libedit from eeschema options to this dialog. 11 years ago
Lorenzo Marcantonio 6d17ad712c Made the project default text size apply to all text things in eeschema, instead of the hardcoded value 12 years ago
Lorenzo Marcantonio 73a8cd6180 Added eeschema option for the default pin length 12 years ago
jean-pierre charras daeeee5617 Eeschema: Rework on netlist generator: code clenenig and enhancement. 12 years ago
Lorenzo Marcantonio 74a57d4ea8 Cleanup of the eeschema 'layers' i.e. entitity colours. This also fixes 13 years ago
Lorenzo Marcantonio d12a45923b More work on EDA_COLOR_T and layers. 13 years ago
jean-pierre charras 31e58d87d4 Eeschema: fix an old bug: sometimes E hotkey (and some other' hot keys) was editing a previously selected item, not the item under the mouse cursor 13 years ago
jean-pierre charras 143af26952 Eeschema: code cleanup, remove dead code and some global and useless variables 13 years ago
Lorenzo Marcantonio e771112259 Enforced EDA_COLOR_T type and minor const-ification 13 years ago
Lorenzo Marcantonio 3157b4d188 Enforced EDA_COLOR_T type and minor const-ification 13 years ago
Wayne Stambaugh 2d0d805014 Add Pcbnew s-expression file parser. 14 years ago
Dick Hollenbeck f8490ff4af Remove g_PcbPlotOptions, use wxformbuilder to subclass DIALOG_SHIM on several dialogs 14 years ago
Dick Hollenbeck b8a0ab4c52 switch to <> for includes from "" per conversation with Jean-Pierre and Wayne, adjust search paths 14 years ago
Wayne Stambaugh 6c28cdc62c More encapsulation work and other minor improvements. 14 years ago