33 Commits (449a3ba3dda89439442af2b699b6f5d5c90eb3f3)

Author SHA1 Message Date
Seth Hillbrand a9ed47f06c Update KICAD6->KICAD7 3 years ago
Jeff Young 47ae8bdb86 Fix duplicated message. 3 years ago
Seth Hillbrand 7e5a2450b8 Move multiple wxMessageBox to DisplayErrorMessage 3 years ago
Jeff Young ae55b1581e Use error message routine that checks for headless mode. 3 years ago
Marek Roszko ac94995f70 Some more wxS 3 years ago
Marek Roszko 3b63ce8a48 Don't use the 3d resolver config anymore 3 years ago
Marek Roszko c50b4fb04f Add relative to footprint 3d model path resolution 3 years ago
Marek Roszko 8e96751af2 Strip out and migrate 3d search paths in favor of env vars 3 years ago
Wayne Stambaugh 898ec0d094 Fix wxWidgets 3.1 and later deprecated build warnings. 3 years ago
jean-pierre charras 993c446fdf Fix some warnings detected by PVS-STUDIO (most are not used vars) 3 years ago
Jeff Young d11c10252d More changes to file resolvers. 4 years ago
Jeff Young 24f3c49631 Fix logic error in FileResolvers. 4 years ago
jean-pierre charras 2f9c6dd5cc PANEL_FP_PROPERTIES_3D_MODEL: fix an issue in FILENAME_RESOLVER::ValidateFileName(): 4 years ago
jean-pierre charras b931883876 PANEL_FP_PROPERTIES_3D_MODEL: fix an issue when trying to edit a filename (MSW specific). 4 years ago
Jeff Young 38e1e780a8 Use EnvVar resolver not full resolver when expanding 3D search paths. 4 years ago
Jeff Young 61ef431c56 Apply fixes from Kicad2Step filename resolver back to Kicad. 4 years ago
Seth Hillbrand 7312bb4584 Fix compile error 4 years ago
Jeff Young c861fadc31 Make 3D path resolvers agnostic about alias syntax. 4 years ago
Jeff Young ed38028eaf Fully resolve path list for Kicad2Step. 4 years ago
Jeff Young 2c1da70181 Write all variables to temp config file and have Kicad2Step use that. 5 years ago
Dominik Wernberger e2aa7be4b3 Added a lot of consts and refactored a few lines 5 years ago
Seth Hillbrand 8de9cff4e0 Change environmental variables to human-readable 5 years ago
Wayne Stambaugh c36f3ab521 Coverity fix for 280374. 5 years ago
jean-pierre charras 94a358c592 fix 2 compil issues 5 years ago
Jeff Young a207bd97bb Naming conventions. 5 years ago
Jeff Young 812b714ccd More Module -> Footprint and a bit of formatting cleanup. 5 years ago
Seth Hillbrand 9ed6cdd943 Remove GITHUB plugins 5 years ago
Seth Hillbrand 4085757aeb Remove beginning/ending spaces in translations 5 years ago
Jeff Young cc9ac37a0e Add text variable support to envVar processing. 6 years ago
Ian McInerney 39b1f0e1ff Replace wxCriticalSection with std::mutex 6 years ago
jean-pierre charras a46abcd2dc FILENAME_RESOLVER: fix missing conversion from UTF8 to wide chars. 6 years ago
Seth Hillbrand b5f021ff9f Cleanup: Replace push_back with emplace_back 6 years ago
Jeff Young 8f0aa68ab8 Fold 3D Search Paths dialog into Configure Paths. 8 years ago
Jeff Young 10ec39a107 Move 3D file error messages to tracePathsAndFiles key. 8 years ago
Jeff Young 3a8a718e43 A pesky bug, this one is. (Said in best Yoda impression.) 8 years ago
Jeff Young aa7da5dfcd Treat ${...} and $(...) envvar references uniformly. 8 years ago
Jeff Young b335ef0531 Don't involve user in implementation details. 8 years ago
Camille f5f7ba4746 Fix loop variable copy in for-range loop, use const reference instead 8 years ago
jean-pierre charras 200df95f00 fix bug (incorrect validation, on Windows only) in S3D_FILENAME_RESOLVER::ValidateFileName(). 9 years ago
jean-pierre charras 9f46d83175 Gerbview: locate item now does not take in account not visible layers. Remove an unused file 9 years ago
jean-pierre charras 1c838ba92f Slightly modify a declaration to make compil compatible with gcc 4.8.4, used in Ubuntu 14.04 LTS (the latest LTS currently available), and to avoid many bug reports. 10 years ago
Cirilo Bernardo b09f079ab4 3D file name resolver improvements. 10 years ago
Cirilo Bernardo e0a7f0041a Better 3D filename resolution 10 years ago
Cirilo Bernardo 34f223a707 Fix FP Editor : Invalid Filename Err.msg message wheb trying to edit a 3D filename 10 years ago
jean-pierre charras d7f1400e44 Make strings only used in debug mode not translatable. 10 years ago
Cirilo Bernardo 6120472d60 3D file name resolver improvements. 10 years ago
Cirilo Bernardo 28d49b6589 fix race condition related to 3D cache and resolver 10 years ago
jean-pierre charras c146cc09eb Kicad: fix a crash when changing a project, if pcbnew was run and "Update PCB from Schematic" was run and Schematic editor never opened. 10 years ago
Cirilo Bernardo 20b40aba1c Fixed bad delete/delete [] invocations and other warnings and errors as suggested by cppcheck 10 years ago
Cirilo Bernardo 491e0250c0 Suppress dialog pop-up when 3D file resolver does not find a file 10 years ago