Commit 4428d69a authored by jean-pierre charras's avatar jean-pierre charras
Browse files

Pcbnew: Fix a bug when reading a netlist which forces pcbnew to read lib files...

Pcbnew: Fix a bug when reading a netlist which forces pcbnew to read lib files to find a footprint even if the right footprint is already loaded (which explains the long time to load netlists)
Netlist dialog: add option to report only most important messages. Useful for large boards.
class REPORTER: add features to allow a basic message filtering (flags to report all/warning/error messages)
Fix Bug #1214599 ( tools are deselected on Move command )
parent 0be39929
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -28,7 +28,6 @@
#include <macros.h>
#include <macros.h>
#include <reporter.h>
#include <reporter.h>



REPORTER& REPORTER::Report( const char* aText )
REPORTER& REPORTER::Report( const char* aText )
{
{
    Report( FROM_UTF8( aText ) );
    Report( FROM_UTF8( aText ) );
+1 −1
Original line number Original line Diff line number Diff line
EESchema-LIBRARY Version 2.3  Date: 07/08/2013 15:43:07
EESchema-LIBRARY Version 2.3
#encoding utf-8
#encoding utf-8
#
#
# 4003APG120
# 4003APG120
+1 −1
Original line number Original line Diff line number Diff line
Cmp-Mod V01 Created by CvPCB (2011-03-30 BZR 2935)-testing date = 02/04/2011 13:22:13
Cmp-Mod V01 Created by CvPcb (2013-08-20 BZR 4294)-product date = 21/08/2013 18:12:43


BeginCmp
BeginCmp
TimeStamp = /322D3011;
TimeStamp = /322D3011;
Loading