jean-pierre charras
3543ba65de
++eeschema:
...
In netlist generation, changed the rule to calculate netnames of nets with labels:
Previously, named nets (i.e. nets with local, hierarchical or global labels) have their name
defined by the first label found in list.
So net names could be changed without really changing the schematic.
Now the names are calculated from the rules (by priority order) :
1 - use the most top level labels in hierarchies.
2 - use global labels first, local labels next (hidden power pins names are global labels).
3 - use alphabetic sort (so, if GND and AGND are connected, the net will be always named AGND,
and adding a VSS connection cannot change the net name)
So power nets and nets that have more than one label cannot have their netname changed
if there is no actual change relative to these nets names in schematic
2010-06-23 19:00:12 +02:00
jean-pierre charras
ab056f3ed6
minor enhancements. Fixing a crash in build_BOM.cpp (temporary fix, until Dick finishes fields rework)
2010-06-21 18:21:35 +02:00
jean-pierre charras
000085792c
minor enhancement
2010-06-21 18:15:05 +02:00
jean-pierre charras
7d2ff522c1
give an icon to bitmapt2component frame
2010-06-20 20:04:29 +02:00
jean-pierre charras
9cf56261b6
give an icon to bitmapt2component frame
2010-06-20 16:47:30 +02:00
jean-pierre charras
c22c0bada9
merging last changes from repository
2010-06-19 15:52:32 +02:00
jean-pierre charras
1ab68d8fb8
fixed very minor things.
2010-06-19 12:58:50 +02:00
Dick Hollenbeck
fcbcb64058
*.lst -> *.keywords, rename input filenames to CMake script TokenList2DsnLexer.cmake
2010-06-18 11:12:15 -05:00
Dick Hollenbeck
0361ad6a55
factor some pioneering code into a the stable building block class DSNLEXER, generalize expected valued for name and value within the template field parser.
2010-06-18 11:00:16 -05:00
Dick Hollenbeck
1ff2b5596f
Forgot to give Brian credit
2010-06-17 14:27:27 -05:00
Dick Hollenbeck
a6cbee35c5
use Unexpected not Expected
2010-06-17 13:21:28 -05:00
Dick Hollenbeck
f3d5c4948b
meet Ralph, a big harry template fieldnames patch
2010-06-17 11:30:10 -05:00
jean-pierre charras
39476ccdb6
added track posture patch from lorenzo marcantonio
2010-06-16 19:54:38 +02:00
jean-pierre charras
2f5c24aeee
added track posture pacth from lorenzo marcantonio
2010-06-16 17:01:45 +02:00
jean-pierre charras
700dc818b3
fix bitmap2component compil issue under Linux
2010-06-15 22:18:53 +02:00
jean-pierre charras
63e7ecae59
fix bitmap2component compil issue under Linux
2010-06-15 22:17:33 +02:00
jean-pierre charras
3f14682401
bitmap2component: better user interface (using wxWidgets) and more bitmaps file format import
2010-06-15 20:53:33 +02:00
jean-pierre charras
65a585b5d9
bitmap2component: better user interface (using wxWidgets) and more bitmaps file format import
2010-06-15 20:45:22 +02:00
jean-pierre charras
5ecb22b51d
bitmap2component: better user interface (using wxWidgets) and more bitmaps file format import
2010-06-15 20:27:41 +02:00
jean-pierre charras
6e859e2671
fixed bugs 593546 ( 'Update module' in module editor becomes sometimes unavailable after undo ) and 593547 ('no' confirmation in module editor overlaps modules)
2010-06-14 22:18:03 +02:00
jean-pierre charras
12a0e4942a
fixed bugs 593546 ( 'Update module' in module editor becomes sometimes unavailable after undo ) and 593547 ('no' confirmation in module editor overlaps modules)
2010-06-14 22:16:47 +02:00
Dick Hollenbeck
6eb66721c9
add doxygen-docs target to build system
2010-06-12 23:10:16 -05:00
jean-pierre charras
02b88a7016
Use bin/plugins/ as install path for bitmap2component instead of bin/
2010-06-12 09:24:14 +02:00
Dick Hollenbeck
658ff6051f
fix warnings
2010-06-11 23:46:34 -05:00
Wayne Stambaugh
534bb97dc5
Closes bug report 592566.
...
* Field match method expected SCH_SHEET_PATH pointer type not SCH_SHEET
pointer type.
2010-06-11 14:34:20 -04:00
jean-pierre charras
f3b5ed438c
Added an *experimental* tool (bitmap2component) to create logos from .bmp bitmaps. Added Potrace library to convert bitmaps to polygons
...
This tool uses potarce library that converts a bitmap picture (.bmp or .pgm format) to a set of polygons.
bitmap2component converts a bitmap to a .emp footprint (that can be imported by modedit) or a .lib component that can be imported by libedit.
See changelog for more info
2010-06-10 21:00:47 +02:00
jean-pierre charras
076832cd75
Added an experimental tool to create logos from .bmp bitmaps. Added Potrace library to convert bitmaps to polygons
2010-06-10 20:57:07 +02:00
jean-pierre charras
ac11d86c2f
Added an experimental tool to create logos from .bmp bitmaps. Added Potrace library to convert bitmaps to polygons
2010-06-10 20:43:12 +02:00
jean-pierre charras
82aadca861
fixed bug 588882 (issue on arcs draw in 3D viewer)
2010-06-08 20:46:21 +02:00
jean-pierre charras
f6a62dc739
fixed bug 588882 (issue on arcs draw in 3D viewer)
2010-06-06 18:48:23 +02:00
jean-pierre charras
c7623715e1
Pcbnew: fixed unwanted mouse cursor move when using the t hotkey
2010-06-05 13:37:01 +02:00
jean-pierre charras
aefad04995
Pcbnew: fixed unwanted mouse cursor move when using the t hotkey
2010-06-04 20:16:13 +02:00
jean-pierre charras
369f3d2526
fixed bug 587970
2010-06-02 21:23:25 +02:00
jp
902bb851cb
fixed bug 587970.
2010-06-02 12:44:50 +02:00
jean-pierre charras
215b322ac5
fixed bug 586032 (undo/redo issues)
2010-05-31 19:09:16 +02:00
jp
3a2f19c978
fixed bug 586032 (undo/redo issues)
2010-05-31 13:46:14 +02:00
jean-pierre charras
afb63f1081
Pcbnew: Better dialog when starting pcbnew in a new project, when the .brd file does not exists.
...
fixed bugs 587175 and 587176
2010-05-30 11:49:11 +02:00
jean-pierre charras
13ddd1b47f
Pcbnew: Better dialog when starting pcbnew in a new project, when the .brd file does not exists
2010-05-30 11:46:37 +02:00
jean-pierre charras
79139b6599
fixed bugs 587176 and 587175
2010-05-29 20:34:18 +02:00
jp
4a11fb3685
fixed bug 585140 and minor cleaning
2010-05-27 12:24:42 +02:00
jp
4574d4369e
fixed bug 585140 and minor cleaning
2010-05-27 12:23:29 +02:00
jean-pierre charras
b0a7cfc8b7
fixed bug 583939 (footprint name edition in Eeschema)
2010-05-23 19:44:08 +02:00
jean-pierre charras
792eb943b5
fixed bug 583939
2010-05-23 19:39:47 +02:00
Wayne Stambaugh
5ce9c9a9d7
Open file dialog fixes and minor code cleaning.
...
* Fix a minor problem with wxFileDialog to open a file that no longer
exists in PCBNew.
* Make GerbView open file behavior the same as PCBNew.
* Remove redundant PCB file wild card definition.
* Add open file refactor task to the todo list.
* Fix some minor code formatting issues.
2010-05-17 16:35:46 -04:00
Jerry Jacobs
6fba09e1bc
Reworked on CMakeLists for better OS X compatibility and moved toolbars to wineda_toolbar
2010-05-16 21:51:58 +02:00
Jerry Jacobs
9fc4ca9e1d
Update OS X icns icons rework
2010-05-16 21:50:27 +02:00
Jerry Jacobs
9740183127
Move toolbars.cpp to wineda_toolbar.cpp
2010-05-16 21:47:22 +02:00
Jerry Jacobs
a2765a8564
Merge
2010-05-16 20:20:05 +02:00
Jerry Jacobs
d2994d586f
Updates for OS X
2010-05-16 20:18:38 +02:00
jean-pierre charras
727f77dbf7
Set cmake minimum version req. to 2.6.4. Added footprint name edition in the module editor dialog properties (see changelog).
2010-05-16 18:33:08 +02:00