78 Commits (f613cd1cb468a64f791ef159ab56ad71e481f8b5)

Author SHA1 Message Date
Jon Evans febe759e49 Do not mess with KIPRJMOD when loading aux projects 2 years ago
Marek Roszko 9a890cdba9 Kick the wildcards and file exts into a static class, export it from kicommon 2 years ago
Marek Roszko 8c6899b0d3 Tear out the eeschema conditional compile of PROJECT 2 years ago
Jeff Young ef92429ac2 Implement changed notifiers for textvar, netclasses and severities. 2 years ago
Marek Roszko f357e79f77 Add --define-var / -D to the cli opts for some commands 2 years ago
Marek Roszko 0ff32d20cd wxS more things 3 years ago
Marek Roszko 1edf84d756 More wxS ugh 3 years ago
Jeff Young b15913bd53 Support env variables in spice library paths. 3 years ago
Jeff Young 165c9bf68b Reference assignment is not the same thing as pointer assignment. 3 years ago
Jeff Young 4ad0eeefc6 Fix compile error on Mac. 3 years ago
Sylwester Kocjan a234d5a2c8 common,eeschema,pcbnew: path cleanup 3 years ago
jean-pierre charras bd28bd7a00 fix a few compil warnings 3 years ago
Jeff Young 8eb68ee472 Add pin/unpin context menu to Symbol Chooser and Footprint Chooser. 3 years ago
Wayne Stambaugh 898ec0d094 Fix wxWidgets 3.1 and later deprecated build warnings. 3 years ago
Jeff Young 6f49b57f9b Cleanup & performance enhancements. 3 years ago
Jeff Young 6aaf4413b3 Fix kicad_string.h / string.cpp mismatch. 4 years ago
Wayne Stambaugh bcd6bddfd4 Start expunging NULL. 4 years ago
Jeff Young 1db33c7b3a More safety (and better impl) for not sharing FP table/info stuff. 4 years ago
Jeff Young 5c21f93803 Consistency in progress and error messages. 4 years ago
Marek Roszko d946d6e68f Cleanup some pgm_base.h includes 4 years ago
Marek Roszko cf2bb5692a Remove the wxLog calls from math/util.h for now 4 years ago
Jon Evans c04e19f9ac Include optimization: move some things from common.h to point-of-use 5 years ago
Marek Roszko 16e3e59495 Split out arrayDim and MIRROR templates from macros.h 5 years ago
jean-pierre charras 36bc44e6d7 more cleanup about removing useless include 5 years ago
Jon Evans 9f7bca38b3 A better way of handling standalone project files 5 years ago
Wayne Stambaugh ede39780e2 Remove all debugging output that cannot be disabled. 5 years ago
Jon Evans dcc484e114 CHANGED: Library editors are now usable with no project loaded 5 years ago
Ian McInerney 50b2271f84 Fix missing variable initialization 5 years ago
Jon Evans b592a4169f Update project template system for new format 5 years ago
Jon Evans 12b4a55ae8 Port Eeschema to new project settings 5 years ago
Jon Evans c0aa6965de Migrate PcbNew project settings to new framework 5 years ago
Jon Evans 0e2f9cb1bd Migrate CvPcb project parameters 5 years ago
Jon Evans a4fadfcdf2 Begin moving project file load to new system 5 years ago
Jon Evans a7708fa6dc Add PROJECT_FILE and basic load/unload methods 5 years ago
Jeff Young 8eb15fe911 Tidy up some Coverity issues. 6 years ago
Jeff Young 4990d1e7b2 Variable substitution framework. 6 years ago
Jeff Young 085d80e3f3 Remove duplicated settings from preferences. 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
Jeff Young 81dd1d7a68 Timestamp-based paths were ugly. UUID-based ones are worse. 6 years ago
Jeff Young 0f4c56cbbd Also catch null dereference in case wxASSERT was skipped. 6 years ago
Jeff Young 836c1ea56e Fix a bunch of un-caught boost::bad_pointer exceptions. 6 years ago
Seth Hillbrand b71c2e5edf Ensure we have a destination for config template 7 years ago
Seth Hillbrand 1e5ba6f1b1 Replace DIM() macro 7 years ago
Jeff Young e45afdb912 Revert absolute-path asserts and fix off-by-one bug. 7 years ago
Jeff Young 02a3f83040 Implement poor-man's RTTI for use over KiWAY. 7 years ago
Jeff Young 872e1e6532 Remove asserts for absolute paths. 7 years ago
Jeff Young c1cf7c32c3 Performance enhancement: don't process envvars in configs. 7 years ago
Jeff Young 75e91f4cfd Make sure Cvpcb doesn't use its own FP_LIB_TABLE. 8 years ago
Wayne Stambaugh 6850e23fe0 Replace printf debugging output in common/project.cpp with wxLogTrace. 8 years ago