156 Commits (c61af21da8dc5191ef9269624ceac4668dfb007a)

Author SHA1 Message Date
Jeff Young b84d1456d5 KIFACE_I -> KIFACE_BASE. 4 years ago
Wayne Stambaugh cb72da294a More NULL expunging. 4 years ago
Jeff Young 1722bc03b0 Consistent terminology and punctuation. 4 years ago
Wayne Stambaugh fb46cd8bc5 Expunge the use of the word component from Eeschema code. 4 years ago
Ian McInerney 908de37e7c Don't hardcode the file extensions where possible 5 years ago
Jeff Young 8a720ef305 Update naming. 5 years ago
Marek Roszko d67cf2f9af Replace wxFile usage with wxFFile 5 years ago
Jeff Young bddc97df30 LibEdit -> SymbolEditor 5 years ago
Ian McInerney 31e626f279 Cleanup creation of all our smart pointers 5 years ago
jean-pierre charras 539ac4c214 Remove a few include<wx/wx.h> in many files that do not actually use this include. 5 years ago
jean-pierre charras b38cef409b Rename CopyFile() to KiCopyFile() to avoid name colliding with a windows header. 5 years ago
jean-pierre charras 7865d8de43 more cleanup about removing useless include 5 years ago
Roberto Fernandez Bautista 39995341d9 Compile fixes 5 years ago
Tomasz Wlostowski a01e4f19b4 eeschema: allow exporting netlists through UI-less KIFACE API function 5 years ago
Wayne Stambaugh 616ac50cfb KiCad: add support for missing file format extensions. 5 years ago
Jeff Young 9c8941e040 Remove a bunch of globals. 6 years ago
jean-pierre charras 4a2a5a9403 qa_eeschema: fix a crash due to LIB_PIN ctor that was using default config values, 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 a04fdf64da Improve directory handling for Project Save As. 6 years ago
Jeff Young 836c1ea56e Fix a bunch of un-caught boost::bad_pointer exceptions. 6 years ago
Ian McInerney 3ca231aa78 Rename lib viewer frame files to use the class name 6 years ago
Jeff Young 04b0feb365 Fix a couple of issues in new Save As command. 6 years ago
Jeff Young 10abc6097f Cleanup, commenting, etc. 6 years ago
jean-pierre charras 4de6ed6206 Fix issues created by Adds Save As... to the Kicad manger. 6 years ago
Jeff Young b5904b0401 Installment one of project Save As... feature. 6 years ago
Seth Hillbrand 7a1ced7883 eeschema: Set GTK highlight default to a visible color 6 years ago
Jeff Young 83f147c414 Lighten highlight colour so text is easier to read. 6 years ago
Seth Hillbrand 548dbb7c29 eeschema: Add highlight color to configurable list 6 years ago
Jeff Young 5e49517781 Move hotkeys to ACTION architecture. 6 years ago
Jeff Young e517199794 Move ConfigurePaths and LibTable management to common ACTIONs. 6 years ago
Jeff Young c2662b0e11 Retire EDA_DRAW_PANEL and legacy_wx/EDA_DRAW_FRAME. 6 years ago
Jeff Young c1539ae014 Naming changes to reflect sharing between SchEdit and LibEdit. 7 years ago
Michael Kavanagh fe6bc411dd Fix 'hokey' -> 'hotkey' typo 7 years ago
Seth Hillbrand 1e5ba6f1b1 Replace DIM() macro 7 years ago
Jeff Young 9dfcc839a4 Fix color issues with cursor and sheet pins. 7 years ago
Jeff Young 929786ce50 Fixes to grid color and some more CLangTidy fixes. 7 years ago
Jeff Young 5fd20ee786 Implementation of ERC markers. 7 years ago
Jeff Young 893f7641ce Handle hidden and dangling pins. 7 years ago
Tomasz Wlostowski d8b9899516 eeschema-gal: configurable worksheet & grid colors 7 years ago
Jeff Young d788c9d479 Move library table dialogs from PLAYER to KIFACE interface. 7 years ago
Martin Aberg f3983cc47f eeschema: fixed typo Brighened -> Brightened 8 years ago
Jeff Young df43f071e1 Keep track of open sockets and dispose of them in d'tor. 8 years ago
Seth Hillbrand 948396024b Setting Eeschema white foreground for BW printing 8 years ago
jean-pierre charras 8022f1cc01 fix code after renamin files 8 years ago
jean-pierre charras e3c64f1f06 Slightly modify keywords used to store color config of Eeschema and Pcbnew, to avoid this config destroyed each time a stable version is run. 8 years ago
Wayne Stambaugh 7bf9f8e1c7 Eeschema: add global symbol library configuration dialog. 8 years ago
Oliver Walters c27f5b725d Improved various error messages 8 years ago
jean-pierre charras c93ab4d5da Fix possible crash and issues when a incorrect fp lib table is loaded: 8 years ago
Jon Evans 3ec28e2acf Refactor layer enumerations to all live in the same place 9 years ago