254 Commits (f613cd1cb468a64f791ef159ab56ad71e481f8b5)

Author SHA1 Message Date
Marek Roszko 83ef5fd7d6 Move PGM_BASE to kicommon 2 years ago
Mike Williams 25e391719e Fields Table: convert special strings like Quantity to named variables 2 years ago
Mike Williams e2f47ecabb Common: add GetTextVars for unexpanded variable names 2 years ago
Jeff Young c4ef08bead Exercise more caution with user filenames. 3 years ago
Jeff Young 26c821962f Simplify and regularize text variable substitution architecture. 3 years ago
Jeff Young b15913bd53 Support env variables in spice library paths. 3 years ago
Jeff Young 5bf042fcc1 Use individual parameter version of wxExecute. 4 years ago
david-beinder 053bd66650 Fix localization of OS unsupported message, disallow bug reports from W7 4 years ago
Marcus A. Romer a97ccbf7ed Refactor help file search logic 5 years ago
Jon Evans c04e19f9ac Include optimization: move some things from common.h to point-of-use 5 years ago
Marek Roszko b609c7dcd6 Kick the osx specific path helpers into PATHS 5 years ago
Wayne Stambaugh 6ab1144ea3 Fix broken Doxygen comment specifiers. 5 years ago
Jeff Young f1221a9ca3 Resolve text variables in title blocks for outputing to netlist. 5 years ago
Wayne Stambaugh bf00ebee3b Header clean up round 1. 5 years ago
Marek Roszko 49607be57b Kick NAMELESS_PROJECT to project.h 5 years ago
Marek Roszko 1167862c86 Split wx_filename out of common 5 years ago
Marek Roszko 14c18b7e64 Move ui functions out of common and into ui_common 5 years ago
Marek Roszko dbcb1ecdb7 Move TEXT_ANGLE defines to eda_text. 5 years ago
Marek Roszko e928b2d8fd Split EDA_UNITS out from common. 5 years ago
Marek Roszko 81a7afc76e Use kicad_algo directly rather than common.h 5 years ago
Marek Roszko 68484e9b38 Nix some global richio.h 5 years ago
Marek Roszko 64484f5fc4 Split KIID out of common.h 5 years ago
Marek Roszko 4d5796fb9a Extract swig binding macros to their own header 5 years ago
Marek Roszko 304e5faf36 Move wxStringSplit to kicad_string 5 years ago
Marek Roszko 1d559108c8 Move LOCALE_IO out of common.h 5 years ago
Jeff Young 41fd8293e8 Don't apply clearance to keepout zones. 5 years ago
Michael Kavanagh 5e0baa2c4a Cleanup: remove dead code 5 years ago
Ian McInerney b1bd1f2a97 Introduce new action to switch to mils as a unit 5 years ago
Mikolaj Wielgus 400c15b8eb Add mils to units, remove useMils variables 5 years ago
jean-pierre charras 35e129ed47 Minor code cleanup, step3: remove more useless include. 5 years ago
jean-pierre charras f702da95c7 Minor code cleanup, step2: remove more useless include. 5 years ago
jean-pierre charras 3f8c9d49f8 Revert "Code cleanup: remove useless wx/wx.h include inside a few files." 5 years ago
jean-pierre charras cffccc3970 Code cleanup: remove useless wx/wx.h include inside a few files. 5 years ago
Jeff Young f8875bc5a6 Move std::contains to alg::contains. 5 years ago
Jeff Young 1844e8e0df Fix compilation under ++20. 5 years ago
Jeff Young d7e80f8008 Add std::contains() to simplify a lot of code. 5 years ago
Jeff Young 27b047ab3f Cache project text vars as properties in the PCB board file. 5 years ago
Jon Evans 4dbbe1cf68 Project settings fixes from review 5 years ago
Wayne Stambaugh 169f63a6c0 Eeschema: make schematic sharing truly safe across all designs. 6 years ago
jean-pierre charras 6d16762df9 Better python scripting compatibility. 6 years ago
Jeff Young cc9ac37a0e Add text variable support to envVar processing. 6 years ago
Jeff Young 3047cf5419 Fix Linux compile issue. 6 years ago
Jeff Young 4990d1e7b2 Variable substitution framework. 6 years ago
Jeff Young ea025a35e5 Change KUUID to KIID. 6 years ago
Jon Evans e8e3b4f11e Rename UUID to KUUID to fix MSVC build 6 years ago
Jon Evans cd86dd516c Fix signed vs unsigned warnings 6 years ago
Jeff Young 129042f8a6 Convert timestamps to UUIDs. 6 years ago
Jon Evans e59a3d981e Implement a new settings framework across all of KiCad 6 years ago
jean-pierre charras feab56f6e7 LOCALE_IO: replace the call to setlocale by a call to wxLocale to switch to "C" locale. 6 years ago
Ian McInerney 6b8d81e95d Add zone area to message panel 6 years ago