Commit c2be3c9e authored by dickelbeck's avatar dickelbeck

see inside

parent 2823022b
...@@ -5,10 +5,21 @@ Please add newer entries at the top, list the date and your name with ...@@ -5,10 +5,21 @@ Please add newer entries at the top, list the date and your name with
email address. email address.
2007-Aug-14 UPDATE Jean-Pierre Charras <jean-pierre.charras@inpg.fr>
================================================================================
+ eeschema & pcbnew
* Added mouse click, TCP/IP socket based, part synchronization in the reverse
of how it was working, so a mouse click on a module in PCBNEW will take
EESCHEMA to the part with the same reference.
* More beautification, working with developer of uncrustify. Almost ready
to add the customized uncrustifiy configuration file to this project.
2007-aug-11 UPDATE Jean-Pierre Charras <jean-pierre.charras@inpg.fr> 2007-aug-11 UPDATE Jean-Pierre Charras <jean-pierre.charras@inpg.fr>
================================================================================ ================================================================================
+ eeschema + eeschema
modify hotkeys.cpp code. modify hotkeys.cpp code.
2007-Aug-10 UPDATE Dick Hollenbeck <dick@softplc.com> 2007-Aug-10 UPDATE Dick Hollenbeck <dick@softplc.com>
...@@ -22,7 +33,7 @@ email address. ...@@ -22,7 +33,7 @@ email address.
2007-aug-10 UPDATE Jean-Pierre Charras <jean-pierre.charras@inpg.fr> 2007-aug-10 UPDATE Jean-Pierre Charras <jean-pierre.charras@inpg.fr>
================================================================================ ================================================================================
+ eeschema + eeschema
better hotkeys.cpp code. better hotkeys.cpp code.
2007-Aug-09 UPDATE Dick Hollenbeck <dick@softplc.com> 2007-Aug-09 UPDATE Dick Hollenbeck <dick@softplc.com>
...@@ -35,8 +46,8 @@ email address. ...@@ -35,8 +46,8 @@ email address.
2007-aug-09 UPDATE Jean-Pierre Charras <jean-pierre.charras@inpg.fr> 2007-aug-09 UPDATE Jean-Pierre Charras <jean-pierre.charras@inpg.fr>
================================================================================ ================================================================================
+ eeschema + eeschema
Some new hotkeys (see hotkeys.cpp). Some new hotkeys (see hotkeys.cpp).
Now, the key ? display the current existing hotkeys Now, the key ? display the current existing hotkeys
2007-Aug-08 UPDATE Dick Hollenbeck <dick@softplc.com> 2007-Aug-08 UPDATE Dick Hollenbeck <dick@softplc.com>
...@@ -57,14 +68,14 @@ email address. ...@@ -57,14 +68,14 @@ email address.
2007-aug-08 UPDATE Jean-Pierre Charras <jean-pierre.charras@inpg.fr> 2007-aug-08 UPDATE Jean-Pierre Charras <jean-pierre.charras@inpg.fr>
================================================================================ ================================================================================
+ eeschema + eeschema
bug in class_hierarchy_sheet.cpp. bug in class_hierarchy_sheet.cpp.
+ pcbnew + pcbnew
small change in block commands: small change in block commands:
rastnest was updated for each footprint, while moving footprints. rastnest was updated for each footprint, while moving footprints.
Now it is updated at the end of changes. Now it is updated at the end of changes.
enhancements in block.cpp and connect.cpp enhancements in block.cpp and connect.cpp
2007-Aug-07 UPDATE Dick Hollenbeck <dick@softplc.com> 2007-Aug-07 UPDATE Dick Hollenbeck <dick@softplc.com>
================================================================================ ================================================================================
...@@ -98,7 +109,7 @@ email address. ...@@ -98,7 +109,7 @@ email address.
2007-Aug-04 UPDATE Dick Hollenbeck <dick@softplc.com> 2007-Aug-04 UPDATE Dick Hollenbeck <dick@softplc.com>
================================================================================ ================================================================================
+ pcbnew + pcbnew
Read-ability formatting, I am playing with a C++ beautifier called "uncrustify". Read-ability formatting, I am playing with a C++ beautifier called "uncrustify".
I had to patch it and spent 2 days getting it configured. Patch not I had to patch it and spent 2 days getting it configured. Patch not
sent upstream yet. sent upstream yet.
Fixed a bug in "display local ratsnest pad or module": if you had a small Fixed a bug in "display local ratsnest pad or module": if you had a small
...@@ -114,53 +125,53 @@ email address. ...@@ -114,53 +125,53 @@ email address.
2007-aug-02 UPDATE Jean-Pierre Charras <jean-pierre.charras@inpg.fr> 2007-aug-02 UPDATE Jean-Pierre Charras <jean-pierre.charras@inpg.fr>
================================================================================ ================================================================================
+ pcbnew + pcbnew
Drc test now generates a DRC file report. Drc test now generates a DRC file report.
2007-Jul-31 UPDATE Geoff Harland <gharlandau@yahoo.com.au> 2007-Jul-31 UPDATE Geoff Harland <gharlandau@yahoo.com.au>
================================================================================ ================================================================================
+ pcbnew + pcbnew
Drill Map and Drill Report files now list the diameters of each drill in Drill Map and Drill Report files now list the diameters of each drill in
the selected drill unit first, and then in the other drill unit. the selected drill unit first, and then in the other drill unit.
Drill report files also now list the tool assigned to each drill, and Drill report files also now list the tool assigned to each drill, and
the correct hole count and oval count for each drill size; the the correct hole count and oval count for each drill size; the
file creation date and the selected drill unit are also listed. file creation date and the selected drill unit are also listed.
2007-Jul-30 UPDATE Jean-Pierre Charras <jean-pierre.charras@inpg.fr> 2007-Jul-30 UPDATE Jean-Pierre Charras <jean-pierre.charras@inpg.fr>
================================================================================ ================================================================================
+ pcbnew + pcbnew
Some file are added (missing .prj files) Some file are added (missing .prj files)
Better Drc test: Better Drc test:
Zones can be tested. Zones can be tested.
better pad to pad test. better pad to pad test.
2007-Jul-25 UPDATE Jean-Pierre Charras <jean-pierre.charras@inpg.fr> 2007-Jul-25 UPDATE Jean-Pierre Charras <jean-pierre.charras@inpg.fr>
================================================================================ ================================================================================
** Some minor enhancements ** Some minor enhancements
+ pcbnew + pcbnew
In Drc diags, better (more explicit) messages In Drc diags, better (more explicit) messages
Change (and simplify) code in 'update' as well as 'insert' modules into main PCB from within the module editor, Change (and simplify) code in 'update' as well as 'insert' modules into main PCB from within the module editor,
because it had a bug (crashes when there was no footprint in pcb) because it had a bug (crashes when there was no footprint in pcb)
2007-June-21 UPDATE Tim Hanson <tim@hardcarve.com> 2007-June-21 UPDATE Tim Hanson <tim@hardcarve.com>
================================================================================ ================================================================================
+ pcbnew + pcbnew
1. added button to 'update' as well as 'insert' modules into main PCB 1. added button to 'update' as well as 'insert' modules into main PCB
from within the module editor. Made them functional, of course. from within the module editor. Made them functional, of course.
2. added control-o, control-s & control-f to pcbnew, 2. added control-o, control-s & control-f to pcbnew,
though I'm not perfectly happy with the implementation -- wxwidgets puts though I'm not perfectly happy with the implementation -- wxwidgets puts
the control-characters in alphabetical order! the control-characters in alphabetical order!
2007-June-25 UPDATE Jean-Pierre Charras <jean-pierre.charras@inpg.fr> 2007-June-25 UPDATE Jean-Pierre Charras <jean-pierre.charras@inpg.fr>
================================================================================ ================================================================================
+ pcbnew + pcbnew
minor enhancement in Edit footprint dialog (more help tool tips). minor enhancement in Edit footprint dialog (more help tool tips).
better hotkey.cpp (code cleaning and info messages) better hotkey.cpp (code cleaning and info messages)
2007-June-19 UPDATE Dick Hollenbeck <dickelbeck@yahoo.com> 2007-June-19 UPDATE Dick Hollenbeck <dickelbeck@yahoo.com>
...@@ -174,10 +185,11 @@ email address. ...@@ -174,10 +185,11 @@ email address.
2007-June-16 UPDATE Richard A Burton <richardaburton@gmail.com> 2007-June-16 UPDATE Richard A Burton <richardaburton@gmail.com>
================================================================================ ================================================================================
+ pcbnew + pcbnew
fix debug assert starting pcbnew with wx2.6 fix debug assert starting pcbnew with wx2.6
+ build + build
add install targets for resources and docs add install targets for resources and docs
2007-June-15 UPDATE Dick Hollenbeck <dickelbeck@yahoo.com> 2007-June-15 UPDATE Dick Hollenbeck <dickelbeck@yahoo.com>
================================================================================ ================================================================================
+ pcbnew + pcbnew
...@@ -196,39 +208,40 @@ email address. ...@@ -196,39 +208,40 @@ email address.
2007-June-14 UPDATE Igor Plyatov <plyatov@mail.ru> 2007-June-14 UPDATE Igor Plyatov <plyatov@mail.ru>
================================================================================ ================================================================================
+ eeschema + eeschema
Added sorting by value or position in to the annotation window (Thanks for patch to Andrey Fedorushkov). Added sorting by value or position in to the annotation window
(Thanks for patch to Andrey Fedorushkov).
2007-June-13 RELEASE Jean-Pierre Charras <jean-pierre.charras@inpg.fr> 2007-June-13 RELEASE Jean-Pierre Charras <jean-pierre.charras@inpg.fr>
================================================================================ ================================================================================
+All: +All:
merging my development with svn version merging my development with svn version
+ pcbnew: + pcbnew:
bug fix (problem in postscript generation due to the internationalization bug fix (problem in postscript generation due to the internationalization
of floating point number notation ) of floating point number notation )
added tool to select layer pair and monitor active layer added tool to select layer pair and monitor active layer
+ eeschema + eeschema
bug fix: bug fix:
crash libedit when loading certain components (linux only) crash libedit when loading certain components (linux only)
incomplete generation of erc file list incomplete generation of erc file list
2007-June-13 UPDATE Richard A Burton <richardaburton@gmail.com> 2007-June-13 UPDATE Richard A Burton <richardaburton@gmail.com>
================================================================================ ================================================================================
+ build: + build:
dynamic linking by default, use make -f makefile.gtk KICAD_STATIC_LINK=1 dynamic linking by default, use make -f makefile.gtk KICAD_STATIC_LINK=1
or uncomment the bit in libs.linux for static or uncomment the bit in libs.linux for static
2007-June-11 UPDATE Richard A Burton <richardaburton@gmail.com> 2007-June-11 UPDATE Richard A Burton <richardaburton@gmail.com>
================================================================================ ================================================================================
+ build: + build:
removed several 2 line scripts for configuring wx builds and put them in removed several 2 line scripts for configuring wx builds and put them in
how-to-build-kicad.txt how-to-build-kicad.txt
improved KICAD_STATIC_LINK handling so it can be overridden on the command improved KICAD_STATIC_LINK handling so it can be overridden on the command
line e.g. "make -f makefile.gtk KICAD_STATIC_LINK=0" line e.g. "make -f makefile.gtk KICAD_STATIC_LINK=0"
2007-June-11 UPDATE Dick Hollenbeck <dickelbeck@yahoo.com> 2007-June-11 UPDATE Dick Hollenbeck <dickelbeck@yahoo.com>
...@@ -239,18 +252,18 @@ email address. ...@@ -239,18 +252,18 @@ email address.
2007-June-5 UPDATE Richard A Burton <richardaburton@gmail.com> 2007-June-5 UPDATE Richard A Burton <richardaburton@gmail.com>
================================================================================ ================================================================================
+ pcbnew: + pcbnew:
fixed 3d-display image export (blank box in image) fixed 3d-display image export (blank box in image)
+ build: + build:
fixed makefile clean targets so they don't fail if already clean fixed makefile clean targets so they don't fail if already clean
fixed wx2.6 compatibility fixed wx2.6 compatibility
2007-May-25 RELEASE Jean-Pierre Charras <jean-pierre.charras@inpg.fr> 2007-May-25 RELEASE Jean-Pierre Charras <jean-pierre.charras@inpg.fr>
================================================================================ ================================================================================
+ pcbnew: + pcbnew:
bug: problem with 3D shapes. bug: problem with 3D shapes.
+ Gerbview: + Gerbview:
Better (but crude...) support to export gerber files to pcbnew. Better (but crude...) support to export gerber files to pcbnew.
================================================================================ ================================================================================
End Of File End Of File
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment