kicad/kicad
Wayne Stambaugh 21595f48d3 KiCad: fix crash when kiface libraries are missing. (fixes lp:1577786)
* An assumption was made that wxDynamicLibrary.Load() would always result in
  a wxLogSystemError on failure which was not always true.  The code now throws
  an exception which is caught by KiCad and an error message is displayed.  In
  the case where the wxLogSystemError is shown, there will be an annoying two
  error messages but that is better than a crash.
2016-06-10 13:47:19 -04:00
..
dialogs Fix typos in dialogs. 2016-04-21 09:32:29 +02:00
CMakeLists.txt Merge with main branch r6601 2016-03-01 11:44:15 +11:00
Info.plist Changed the bundle identifier to org.kicad-pcb.<app> to follow the kicad domain name 2015-10-30 08:43:04 +13:00
class_treeproject_item.cpp Kicad: clean up include files. 2016-02-24 16:36:52 -05:00
class_treeproject_item.h Kicad: clean up include files. 2016-02-24 16:36:52 -05:00
class_treeprojectfiles.cpp Kicad: clean up include files. 2016-02-24 16:36:52 -05:00
class_treeprojectfiles.h Kicad: clean up include files. 2016-02-24 16:36:52 -05:00
commandframe.cpp Minor internal spelling correction 2016-03-08 14:03:16 -05:00
file_pro.icns Rework on icons, and more OS X updates 2010-05-09 04:04:44 +02:00
files-io.cpp Avoid conflicting declaration for Pgm() 2016-05-28 12:57:29 -04:00
kicad.cpp Avoid conflicting declaration for Pgm() 2016-05-28 12:57:29 -04:00
kicad.h Very minor changes: minor coding style fixes, and remove a few local shadowed variables (mainly local variables having the same name in the same function) detected using " -Wshadow" gcc compil option ( No bug, just a better code readability ) 2016-04-12 17:50:42 +02:00
kicad.icns [MacOSX] Updated Icons - Document ones still missing :( 2012-09-27 19:20:44 +02:00
kicad.rc Remove old xpm icons files 2012-04-07 13:09:57 +02:00
kicad_doc.icns Rework on icons, and more OS X updates 2010-05-09 04:04:44 +02:00
logokicad.png Dutch language update, kicad splash making to work 2008-08-20 22:44:37 +00:00
mainframe.cpp KiCad: fix crash when kiface libraries are missing. (fixes lp:1577786) 2016-06-10 13:47:19 -04:00
menubar.cpp Avoid conflicting declaration for Pgm() 2016-05-28 12:57:29 -04:00
pgm_kicad.h Avoid conflicting declaration for Pgm() 2016-05-28 12:57:29 -04:00
preferences.cpp Correct multiple UI spelling errors 2016-05-02 10:01:43 -04:00
prjconfig.cpp Avoid conflicting declaration for Pgm() 2016-05-28 12:57:29 -04:00
project_template.cpp Kicad: clean up include files. 2016-02-24 16:36:52 -05:00
project_template.h Kicad: clean up include files. 2016-02-24 16:36:52 -05:00
tree_project_frame.cpp Very minor changes: minor coding style fixes, and remove a few local shadowed variables (mainly local variables having the same name in the same function) detected using " -Wshadow" gcc compil option ( No bug, just a better code readability ) 2016-04-12 17:50:42 +02:00
tree_project_frame.h Kicad: clean up include files. 2016-02-24 16:36:52 -05:00