dickelbeck
1698acd774
from alain.portal@free.fr, see mailing list
2010-03-25 21:48:24 +00:00
charras
4b85c01101
Libedit: fixed incorrect undo/redo after moving a field
2010-03-25 07:39:53 +00:00
charras
aa35b98036
Eeschema: fixed some issues in undo/redo and ESC commands related to hierarchical sheets
2010-03-24 18:26:04 +00:00
charras
76737d56d8
Eeschema: fixed some issues in undo/redo and ESC commands related to hierarchical sheets; Work in progress
2010-03-23 19:15:27 +00:00
viknn
7074f12074
Added fullpath to EEschema plot output (for more wide Russian GUI forms)
2010-03-22 08:18:53 +00:00
charras
4413221488
work on libedit continued.
...
fixed very minor bugs.
2010-03-20 19:57:59 +00:00
charras
41dd975313
LibEdit: finished SVG plot.
...
Build BOM: in one part per line, fields are now selectable (like others formats)
2010-03-19 20:15:30 +00:00
charras
72d5813dce
commit forgotten file
2010-03-18 20:40:18 +00:00
charras
7f23d262f2
Eeschema
...
* Some bugs fixed
* Starting enhancements in Libedit: menubar and commands to "plot" current component in PNG or SVF file (SVG file not fully working, must be refined)
2010-03-18 20:35:29 +00:00
bennett78
2c15036eb3
BOM - format , one part per line
...
output 8 user fields
2010-03-18 03:37:38 +00:00
stambaughw
1bbc009da8
New EESchema find dialog and other minor fixes.
...
* Replaced find dialog with wxFormBuilder version.
* New find dialog is modeless, supports more advanced search features,
remembers it's last position, size, search history, and search settings,
and implements initial support for replacing.
* Added Shift+F5 hot key to search for next DRC marker. F5 now just
repeats previous search.
* Minor cosmetic enhancements to label edit dialog.
* Remove tab from grid size text printf to fix toolbar grid combobox
display in wxGTK.
* Updated my TODO list items.
2010-03-16 18:22:59 +00:00
charras
8931b1fcfe
fixed issues 2970757 and 2970825
2010-03-16 12:05:47 +00:00
charras
6aba45eb78
German translation update. Replaced dialog page settings dialogblock version by the same built with wxFormBuilder
2010-03-14 10:34:40 +00:00
charras
222c0be7d7
Fixed bugs 2965646 (Canceling text operation hides text) and 2959930 (Pcbnew inconsistent Layer names sequence)
2010-03-09 09:51:22 +00:00
charras
39d4c50f24
LibEdit: fixed 2 issues in block delete (this one can crashes eeschema) and block copy
...
- in bloc delete, *do not delete* reference and value fields, that must always exits.
- in block copy *do not duplicate* fields that must be unique for the whole component.
2010-03-08 19:21:44 +00:00
charras
288684101a
LibEdit: automatic selection of option "edit Pin per Pin" when load/editing a component:
...
default is Edit pin per pin for components with parts locked and coupling pin for others.
2010-03-05 19:49:08 +00:00
charras
83e8b961c7
cosmetic enhancement in pin edit dialog.
2010-03-04 09:32:51 +00:00
viknn
8250964001
Added item DATASHEET to BOM List in schematic
2010-03-03 19:43:14 +00:00
charras
02d724af0a
Fixed compatibility with wxWidgets 2.9.0
2010-03-03 19:12:55 +00:00
charras
b338dfdccb
Fixed bug 2962142 (Eeschema: Crash SaveEEFile on demo)
2010-03-03 15:56:08 +00:00
charras
56d95e00b2
minor fixes.
2010-03-02 09:23:17 +00:00
charras
8ee7d7b6ae
Eeschema: bug 2959625 (Mirror Block does not work in Component Editor) fixed
2010-03-01 19:52:40 +00:00
bennett78
5bccc8726f
Fixes Bugs item #2960683
...
better use of wxString
2010-03-01 19:26:24 +00:00
charras
90378c47cc
Try to fix bug 2960683 in build_BOM.cpp
...
Pad edit dialog uses now default layers names in modedit and the current board layers names in board editor
2010-03-01 17:48:17 +00:00
charras
64164daa74
minor and very minor bugs (from bug tracker) fixed
2010-03-01 11:25:08 +00:00
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
charras
bbd8cdd91b
minor enhancements, fixes an code cleanup (removed unused global variables)
2010-02-24 15:33:03 +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
emmedics4
e5db75a290
OSX: file opening sanity checks
2010-02-21 20:23:16 +00:00
charras
636c708ee7
switch to RC4
2010-02-21 18:38:16 +00:00
charras
87bc31bbac
Eeschema: fixed minor bug: unexpected error message when creating a new lib
2010-02-21 09:59:20 +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
a70a580596
committed newfont patch. Pcbnew: board date automatically updated at each change.
2010-02-19 13:23:58 +00:00
charras
126c384dad
Eeschema date in frame reference updated at each modification.
2010-02-18 20:07:29 +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
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
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
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
efa9c926e3
segfault eeschema at save whole project
2010-02-14 12:25:50 +00:00
charras
42f97b4d0f
Fixed zoom issues with F1 and F2 hot keys
2010-02-13 18:38:26 +00:00
charras
636eace77c
fixed bug 2934980 (Eeschema crashes when alias already exists).
2010-02-13 13:16:09 +00:00