Commit d0105f1b authored by Wayne Stambaugh's avatar Wayne Stambaugh
Browse files

EESchema code refactoring and other minor fixes.

parent dbb2dd71
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -4,6 +4,19 @@ KiCad ChangeLog 2010
Please add newer entries at the top, list the date and your name with
email address.

2010-dec-31 UPDATE Wayne Stambaugh <stambaughw@verizon.net>
================================================================================
++all
  * Exclude boost header include path from Doxygen files.
  * Coding guide line and doxygen warning fixes.
++EESchema
  * Rename OBJ_CMP_TO_LIST to SCH_REFERENCE.
  * Move code related to SCH_REFERENCE into the object where it belongs in hope
    that some day the object members can be made private instead of public.
  * Add GetComponent method to sheet path and sheet path list objects.
  * Move screen list code into screen list object.


2010-Dec-28 UPDATE Dick Hollenbeck <dick@softplc.com>
================================================================================
++richio:
+1 −1
Original line number Diff line number Diff line
@@ -88,7 +88,7 @@ INPUT_ENCODING = UTF-8
FILE_PATTERNS          = *.h \
                         *.cpp
RECURSIVE              = YES
EXCLUDE                =
EXCLUDE                = include\boost
EXCLUDE_SYMLINKS       = NO
EXCLUDE_PATTERNS       =
EXCLUDE_SYMBOLS        =
Loading