kicad/kicad
Wayne Stambaugh 1e7ba6c644 KiCad: fix segfault bug when switching from remote to local project.
* Deleting the wxFileSystemWatcher when switching from a remote project to
  a local project caused KiCad to segfault. Switching from a local project
  to a remote project did not cause KiCad to crash. The fix was to clear all
  of the file system watcher paths instead of deleting and creating a new file
  system watcher object between project changes. The object still crashes on
  exit when deleted in the main window dtor. Allocating the file system
  watcher object on the stack instead of on the heap did not make any difference.
2016-06-20 16:48:43 -04:00
..
dialogs Fix typos in dialogs. 2016-05-03 11:32:49 -04:00
CMakeLists.txt Executable icon resource build configuration fixes. 2016-02-10 20:14:35 -05: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 manager: fix a potential bug which could crash Kicad manager. 2015-12-07 09:55:59 -05:00
class_treeproject_item.h More missing source license fixes. 2014-10-23 13:53:38 -04:00
class_treeprojectfiles.cpp KiCad: add html file support to tree view. 2015-06-24 15:30:35 -04:00
class_treeprojectfiles.h More missing source license fixes. 2014-10-23 13:53:38 -04:00
commandframe.cpp Use KiwayExpress messaging for CvPcb footprint assignment instead of *.cmp file. 2015-06-07 14:18:45 -04:00
file_pro.icns Rework on icons, and more OS X updates 2010-05-09 04:04:44 +02:00
files-io.cpp Default and most recently used path fixes. (fixes: 1494210) 2015-09-25 15:38:09 -04:00
kicad.cpp Remove support for in processing setting of ld library path. 2016-05-27 15:31:09 -04:00
kicad.h KiCad: do not create noname.pro when no project file is defined. 2015-08-03 16:56:37 -04: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 manager: fix a very serious bug which crashes Kicad when running and closing gerbview, pcb_calculator, bitmap2component or pl_editor, when the Kicad manager frame is not the top level frame (It happens very easily if eeschema or pcbnew is running, after opening and closing a dialog). 2015-11-15 19:04:19 +01:00
menubar.cpp Minor string and coding policy fixes. 2015-10-08 09:52:03 -04:00
pgm_kicad.h improve help file finding after kiway breakage. 2014-04-14 13:49:52 -05:00
preferences.cpp Correct multiple UI spelling errors. 2016-05-03 12:44:32 -04:00
prjconfig.cpp Default and most recently used path fixes. (fixes: 1494210) 2015-09-25 15:38:09 -04:00
project_template.cpp Kicad: refinements in project_template.cpp. 2014-09-07 18:56:55 +02:00
project_template.h Kicad: more understandable dialog when creating a project from template. Fix also a bug when copying and renaming template files. 2014-09-06 21:55:20 +02:00
tree_project_frame.cpp KiCad: fix segfault bug when switching from remote to local project. 2016-06-20 16:48:43 -04:00
tree_project_frame.h Move the non shared file class_sch_screen.h to eeschema folder. Code cleaning. Remove some wxCHECK_VERSION tests now useless. 2015-07-29 20:06:45 +02:00