Loading 3d-viewer/3d_class.cpp +3 −1 Original line number Original line Diff line number Diff line Loading @@ -5,7 +5,7 @@ /* /* * This program source code file is part of KiCad, a free EDA CAD application. * This program source code file is part of KiCad, a free EDA CAD application. * * * Copyright (C) 1992-2012 KiCad Developers, see AUTHORS.txt for contributors. * Copyright (C) 1992-2015 KiCad Developers, see AUTHORS.txt for contributors. * * * This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * modify it under the terms of the GNU General Public License Loading Loading @@ -83,6 +83,8 @@ S3D_MASTER::S3D_MASTER( EDA_ITEM* aParent ) : m_use_modelfile_ambientIntensity = true; m_use_modelfile_ambientIntensity = true; m_use_modelfile_transparency = true; m_use_modelfile_transparency = true; m_use_modelfile_shininess = true; m_use_modelfile_shininess = true; m_loadTransparentObjects = true; m_loadNonTransparentObjects = true; } } Loading 3d-viewer/vrml_v2_modelparser.cpp +4 −0 Original line number Original line Diff line number Diff line Loading @@ -53,6 +53,10 @@ VRML2_MODEL_PARSER::VRML2_MODEL_PARSER( S3D_MASTER* aMaster ) : S3D_MODEL_PARSER( aMaster ) S3D_MODEL_PARSER( aMaster ) { { m_model = NULL; m_model = NULL; m_file = NULL; m_Materials = NULL; m_normalPerVertex = true; colorPerVertex = true; } } Loading common/class_layer_box_selector.cpp +2 −0 Original line number Original line Diff line number Diff line Loading @@ -81,6 +81,8 @@ LAYER_BOX_SELECTOR::LAYER_BOX_SELECTOR( wxWindow* parent, wxWindowID id, { { if( choices != NULL ) if( choices != NULL ) ResyncBitmapOnly(); ResyncBitmapOnly(); m_hotkeys = NULL; } } Loading common/fp_lib_table.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -379,7 +379,7 @@ void FP_LIB_TABLE::Parse( FP_LIB_TABLE_LEXER* in ) throw( IO_ERROR, PARSE_ERROR void FP_LIB_TABLE::Format( OUTPUTFORMATTER* out, int nestLevel ) const void FP_LIB_TABLE::Format( OUTPUTFORMATTER* out, int nestLevel ) const throw( IO_ERROR ) throw( IO_ERROR, boost::interprocess::lock_exception ) { { out->Print( nestLevel, "(fp_lib_table\n" ); out->Print( nestLevel, "(fp_lib_table\n" ); Loading eeschema/class_library.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1050,7 +1050,7 @@ const wxString PART_LIBS::CacheName( const wxString& aFullProjectFilename ) } } void PART_LIBS::LoadAllLibraries( PROJECT* aProject ) throw( IO_ERROR ) void PART_LIBS::LoadAllLibraries( PROJECT* aProject ) throw( IO_ERROR, boost::bad_pointer ) { { wxFileName fn; wxFileName fn; wxString filename; wxString filename; Loading Loading
3d-viewer/3d_class.cpp +3 −1 Original line number Original line Diff line number Diff line Loading @@ -5,7 +5,7 @@ /* /* * This program source code file is part of KiCad, a free EDA CAD application. * This program source code file is part of KiCad, a free EDA CAD application. * * * Copyright (C) 1992-2012 KiCad Developers, see AUTHORS.txt for contributors. * Copyright (C) 1992-2015 KiCad Developers, see AUTHORS.txt for contributors. * * * This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * modify it under the terms of the GNU General Public License Loading Loading @@ -83,6 +83,8 @@ S3D_MASTER::S3D_MASTER( EDA_ITEM* aParent ) : m_use_modelfile_ambientIntensity = true; m_use_modelfile_ambientIntensity = true; m_use_modelfile_transparency = true; m_use_modelfile_transparency = true; m_use_modelfile_shininess = true; m_use_modelfile_shininess = true; m_loadTransparentObjects = true; m_loadNonTransparentObjects = true; } } Loading
3d-viewer/vrml_v2_modelparser.cpp +4 −0 Original line number Original line Diff line number Diff line Loading @@ -53,6 +53,10 @@ VRML2_MODEL_PARSER::VRML2_MODEL_PARSER( S3D_MASTER* aMaster ) : S3D_MODEL_PARSER( aMaster ) S3D_MODEL_PARSER( aMaster ) { { m_model = NULL; m_model = NULL; m_file = NULL; m_Materials = NULL; m_normalPerVertex = true; colorPerVertex = true; } } Loading
common/class_layer_box_selector.cpp +2 −0 Original line number Original line Diff line number Diff line Loading @@ -81,6 +81,8 @@ LAYER_BOX_SELECTOR::LAYER_BOX_SELECTOR( wxWindow* parent, wxWindowID id, { { if( choices != NULL ) if( choices != NULL ) ResyncBitmapOnly(); ResyncBitmapOnly(); m_hotkeys = NULL; } } Loading
common/fp_lib_table.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -379,7 +379,7 @@ void FP_LIB_TABLE::Parse( FP_LIB_TABLE_LEXER* in ) throw( IO_ERROR, PARSE_ERROR void FP_LIB_TABLE::Format( OUTPUTFORMATTER* out, int nestLevel ) const void FP_LIB_TABLE::Format( OUTPUTFORMATTER* out, int nestLevel ) const throw( IO_ERROR ) throw( IO_ERROR, boost::interprocess::lock_exception ) { { out->Print( nestLevel, "(fp_lib_table\n" ); out->Print( nestLevel, "(fp_lib_table\n" ); Loading
eeschema/class_library.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1050,7 +1050,7 @@ const wxString PART_LIBS::CacheName( const wxString& aFullProjectFilename ) } } void PART_LIBS::LoadAllLibraries( PROJECT* aProject ) throw( IO_ERROR ) void PART_LIBS::LoadAllLibraries( PROJECT* aProject ) throw( IO_ERROR, boost::bad_pointer ) { { wxFileName fn; wxFileName fn; wxString filename; wxString filename; Loading