charras
1661d6d405
Fixing problems in build_BOM.cpp
2010-02-26 11:18:08 +00:00
charras
24885c9889
fixing serious bugs from last commit in build_BOM.cpp
2010-02-26 08:36:58 +00:00
bennett78
74f3a9b7bc
Added new Bom Output format option - single part per line
...
a common part being defined as have a common value.
This is true for most designs but will produce an
incorrect output if two or more parts with the same
value have different footprints, tolerances, voltage
rating, etc. Also usefull if the following fields
are edited:
FIELD1 - manufacture
FIELD2 - manufacture part number
FIELD3 - distributor part number
Check in code for now, doc later.
2010-02-26 06:06:03 +00:00
charras
c63a2b382d
Eeschema: fixing problems in Libedit for multi parts per package components when editing pins
...
(non consistent edit pin per pin option and erroneous pin number edition)
Pcbnew: fixing a problem in dialog design rules for small screens (768 pixels height); Better look on bigger screens
2010-02-25 19:45:34 +00:00
jerryjacobs
706ba777f2
Hotkey patch appro Vladimir Uryvaev on kicad-devel 2010-02-25 on 11:57am
2010-02-25 17:08:28 +00:00
charras
56fcad7b72
make ESC key working under Linux
2010-02-24 20:38:55 +00:00
charras
e85cf2e0c4
Pcbnew, fixed (I hope) a Linux specific issue:
...
* For an obscure reason the focus is lost after loading a board file when starting Pcbnew
* (i.e. only when launching Pcbnew from Kicad or from a command line, with a board filename to load))
* (seems due to the recreation of the layer manager after loading the file)
* This is more a workaround than a fix.
2010-02-24 18:36:01 +00:00
charras
bbd8cdd91b
minor enhancements, fixes an code cleanup (removed unused global variables)
2010-02-24 15:33:03 +00:00
charras
ec6a84d0bb
All: fixing a recent problem when using scroll bars: the full screen was redrawn, that can be very slow in Pcbnew.
2010-02-23 20:22:31 +00:00
charras
09cccdff3e
All: fixing a recent problem when using scroll bars: the full screen was redrawn, that can be very slow in Pcbnew.
2010-02-23 20:18:27 +00:00
charras
1aaabf2c0f
Removing min size pen, now useless. Replaced when needed in some print dialogs by Default pen size.
2010-02-22 19:56:32 +00:00
stambaughw
aab2f8a775
USE_WX_ZOOM clean up and other minor improvements.
...
* Make USE_WX_ZOOM clipping routine actually clip rather than just test
if line needs drawn.
* Clean up as many USE_WX_ZOOM #ifdefs as possible.
* Minor coordinate rounding improvements.
* Minor scrolling and panning improvements.
* Remove unused KicadGraphicContext object code.
2010-02-22 16:45:35 +00:00
faa
1da3a16470
actualized russian GUI
2010-02-22 09:17:25 +00:00
emmedics4
e5db75a290
OSX: file opening sanity checks
2010-02-21 20:23:16 +00:00
vesa_solonen
b5bef0f23b
Finnish translation fixes
2010-02-21 20:14:15 +00:00
charras
636c708ee7
switch to RC4
2010-02-21 18:38:16 +00:00
jerryjacobs
6335ede786
Start writing of release changelog for End Users, should be included in installer(s)
2010-02-21 12:44:19 +00:00
charras
87bc31bbac
Eeschema: fixed minor bug: unexpected error message when creating a new lib
2010-02-21 09:59:20 +00:00
dickelbeck
6700c604aa
DSNLEXER now supports:
...
1) nested quotes. This is in anticipation of broader usage of the
file type/syntax. A string like this in the file:
"my ""favorate"" string"
can be returned as
my "favorite" string
2) CommentsAsTokens is implemented, so you can ask the lexer to return
comments as tokens, so they can be preserved. The default is to ignore
them. A comment is defined as any line that has # as its first
non-blank character. (This means comments cannot follow anything else
on a line.)
2010-02-20 19:13:30 +00:00
charras
8be3abc1c0
minor changes
2010-02-20 18:51:10 +00:00
charras
41a6a002f5
changelog update
2010-02-20 15:20:23 +00:00
charras
94fd2b3ca9
kicad: added missing includes (wxWidgets 2.8 specific)
2010-02-20 15:19:22 +00:00
charras
a73e9a005c
Eeschema: fixed a bug that crashes libedit when using a block copy command.
2010-02-20 14:49:14 +00:00
charras
c2389e8faa
Kicad enhancement (see changelog) and serious code cleaning
2010-02-20 13:20:55 +00:00
charras
9ed9a723dc
commit forgotten file
2010-02-19 16:20:46 +00:00
dickelbeck
5b701c42ff
use size of first element in case the size of an element changes from that of a pointer in the future
2010-02-19 16:14:44 +00:00
charras
f4be491502
fixed author name in copyright
2010-02-19 15:54:38 +00:00
charras
bd8ebeff99
commit forgotten file
2010-02-19 15:08:54 +00:00
charras
7a19adfcdb
Kicad: files renaming and code cleaning
2010-02-19 15:01:32 +00:00
charras
a70a580596
committed newfont patch. Pcbnew: board date automatically updated at each change.
2010-02-19 13:23:58 +00:00
reniemarquet
815bbddf92
GUI release Feb-2010 RC2 translate to portuquese updated
2010-02-18 22:23:17 +00:00
charras
126c384dad
Eeschema date in frame reference updated at each modification.
2010-02-18 20:07:29 +00:00
charras
71c327b266
pcbnew: fixed crash when opening the pad edit dialog from Preference (without current pad to edit) and closing the dialog.
2010-02-18 11:01:59 +00:00
charras
cf51e61a71
see changelog
2010-02-17 17:49:26 +00:00
charras
bab4564dff
see changelog
2010-02-17 17:47:12 +00:00
charras
98ea05d057
minor changes
2010-02-17 16:01:21 +00:00
charras
d8fae88f36
Eeschema, libedit: fixed last problems when editing alias info.
...
Now alias changes can be undone, and are correctly updated in lib
2010-02-17 13:22:25 +00:00
charras
124074c6f7
eeschema: minor change to avoid potential problems with power symbols.
2010-02-16 17:49:17 +00:00
charras
0f06d8a136
rename files
2010-02-16 16:21:52 +00:00
vesa_solonen
dda9251f89
Finnish translation fixes
2010-02-16 14:21:40 +00:00
reniemarquet
537846ba72
GUI release 2010-FEB-RC1 translated to Portuguese
2010-02-16 13:45:05 +00:00
charras
8dd82dfbd4
code cleanup and enhancements about hotkeys
2010-02-16 11:02:20 +00:00
charras
1ee86d4a52
code cleanup and enhancements about hotkeys
2010-02-16 10:42:57 +00:00
charras
e1412214b7
Eeschema, LibEdit: fixed undo not working after editing component properties
2010-02-16 08:34:09 +00:00
charras
6a383a8366
Pcbnew: removed the "no connect" mark when printing a board.
2010-02-15 17:01:29 +00:00
vesa_solonen
d8c7b11c6d
Finnish translation fixes
2010-02-15 16:04:53 +00:00
charras
60a6be33b5
eeschema, fixed : after a change in library list (Preference menu) the library cache was the first in priority list (now it is the last ,as it does)
2010-02-15 14:24:52 +00:00
charras
035b510201
In popup menu: display grid both in mm and inches
2010-02-15 08:23:05 +00:00
charras
25720516c9
Eeschema, libedit: fixed add/remove alias functions, broken
...
All: added in popup menus hotkeys info for zoom commands
2010-02-14 18:14:33 +00:00
faa
3624034fe4
actualized russian GUI
2010-02-14 17:43:03 +00:00