39 Commits (93242eb3ad71fe4cbcba941d0d4f80e5f99d8c4f)

Author SHA1 Message Date
jean-pierre charras 6b958ff4e0 Move specialized plotter classes from plotter.h to specific plotter_xx.h 5 years ago
Jon Evans 7c7b7f41da Move SCH_SCREEN project access to SCHEMATIC 6 years ago
Jon Evans d7bd4c9b04 Move Eeschema globals to new SCHEMATIC object 6 years ago
jean-pierre charras 349ec2031b Eeschema plot worksheet: use the color defined in Eeschema settings. 6 years ago
Jeff Young 9c8941e040 Remove a bunch of globals. 6 years ago
Jeff Young b13559c926 Add envVar and text variable resolution to plot directory paths. 6 years ago
Jeff Young c663965498 Fix some issues with sheet border color handling. 6 years ago
Jeff Young 591428b0d9 Remove some problematic global variables. 6 years ago
Jeff Young 4990d1e7b2 Variable substitution framework. 6 years ago
Jon Evans 643c97a2f4 ADDED: Schematic plotting can use a dedicated color theme 6 years ago
Jon Evans 8660b4c144 ADDED: New color theme editor and multi-theme support 6 years ago
jean-pierre charras b7cd0c54c2 Fix compil issues, especially on Windows: 6 years ago
Jeff Young 85c2e0d23a Add user-defined severities, exclusions and colors to DRC markers. 6 years ago
Jon Evans b40289c1bd Eeschema: use worksheet color when plotting 7 years ago
jean-pierre charras 8022f1cc01 fix code after renamin files 8 years ago
jean-pierre charras 795a36c9fe Fix code after renaming files, and a bit of code cleanup (remove useless includes and multiple includes of the same files) 8 years ago
jean-pierre charras e499d337d8 rename files: update filenames in sources 8 years ago
Simon Richter a9ccf1161b Fix quotes in UI messages 8 years ago
jean-pierre charras bdc6a5950b rename plot_common.h to class_plotter.h, a better name, consistent with other class definitions. 8 years ago
Dick Hollenbeck 9ad49dc2d1 Split IO_ERROR out of richio.* and store Problem() and Where() separately 9 years ago
jean-pierre charras 6d1e904334 Code cleanup: Remove outdated decimils to/from iu defines and conversion functions (decimils are no more in use since a long time). 10 years ago
jean-pierre charras ec096cc1d2 Fix an issue in LOCALE_IO class, used to switch to/back locale "C" when reading/writing files: the back to locale was broken, and created issues in countries using the ',' as fp separator, especially when the non default language was used. 10 years ago
Wayne Stambaugh 92f5ab8589 Eeschema: SCH_SHEET_LIST improvements. 10 years ago
Wayne Stambaugh b7e56ae1cb Eeschema: SCH_SHEET_PATH refactor. 10 years ago
Wayne Stambaugh 4007317606 Undo commit -r 6428. 10 years ago
Wayne Stambaugh e8e0a75b8c Eeschema: move update all screen references from SCH_SHEET_PATH to SCH_SHEET. 10 years ago
Mark Roszko 33419ee4bf Eeschema: remove unused headers, unused variables, redundant casts, and minor boolean tweaks. 10 years ago
Tomasz Wlostowski b562cfb8bb WX_HTML_REPORT_PANEL: a REPORTER widget on steroids. 11 years ago
jean-pierre charras c6f4f15926 Eeschema: Minor code reorganization: 11 years ago
jean-pierre charras 7b5318ff64 Fix minor issues about translated strings and coding style. Add comment relative to file function info in X1 gerber file format. 11 years ago
unknown ad645abac4 Eeschema, Plot dialog: add Plot directory selection. The patch from 1383026@bugs.launchpad.net was widely used. 11 years ago
Dick Hollenbeck 7e483f69bd Modular KiCad Blueprint Milestone B), major portions: 11 years ago
jean-pierre charras 179ada1c70 Eeschema: fix Bug #1189893 (ps plot file opened twice) 13 years ago
Lorenzo Marcantonio 42709330e0 Better strings for the translators (converted concatenations to formats) 13 years ago
jean-pierre charras 621a43c4ad Eeschema: always stores sheet filename in unix-like notation, and fix a bug when editing sheet file name. 13 years ago
jean-pierre charras 143af26952 Eeschema: code cleanup, remove dead code and some global and useless variables 13 years ago
jean-pierre charras b660b033ad All: remove macros MAX, MIN, ABS from macros.h and replace these macros by std::max, std::min and std::abs (mainly found in old code). 13 years ago
jean-pierre charras 5179ed926b eeschema: plot functions: code cleaning. 13 years ago
jean-pierre charras 996bf80d1f Add missing files 13 years ago