Wayne Stambaugh
66a9b04487
Fix windows help path bug. (fixes lp:1313412)
* SearchHelpFileFullPath(): clean up platform specific path code, add executable path sans bin
directory on non-osx platforms, and move KICAD path variable to the beginning of the search
list.
* Minor search stack debug output improvements.
10 years ago
jean-pierre charras
77249d9b2d
Minor fixes: remove a few useless includes and move a few others to the right file. Remove a few coverity warnings about not initialized members.
Minor bug fix: Zone duplicate zone in legacy mode: duplicate a zone to the same layer (and therefore the same location) is no more allowed.
11 years ago
Adam Wolf
88ce5920b5
Fix OSX help search paths.
11 years ago
Wayne Stambaugh
e8362df15f
Add missing source file licenses and code policy fixes.
11 years ago
jean-pierre charras
9c64b061fe
Pcbnew: fix Bug #1380943 (Filled polygons with thick outlines are missing last outline thick segment in gerber)
Remove a debug message in searchhelpfilefullpath.cpp.
11 years ago
jean-pierre charras
203247aefe
Add missing search paths in kicad help doc search paths ( only noticeable for non English users ). Sometimes the translated doc was not found, and the English doc was displayed.
11 years ago
jean-pierre charras
e5e388f2b4
Help files: can now be html or pdf files: Kicad search first for a .html help file, and if not found in a path, search for the corresponding .pdf file.
Therefore our .pdf files can be replaced at any time by .html corresponding files in kicad doc/help sub directories.
11 years ago
Dick Hollenbeck
c39385a5cd
improve help file finding after kiway breakage.
12 years ago