charras
ef150dd413
Annotate Dialog enhancement.
18 years ago
charras
c52e99e9c1
Annotation enhancements
18 years ago
charras
af7b6691d4
see changelog
18 years ago
f3nix
5cd2fad850
CMake:
* MinGWResourceCompiler: change output directory and name of compiled resource file (old resource object files have to be deleted manually, eg. cvpcb/cvpcb_rc.o since the 'make clean' target does not remove them).
* Add some comments.
18 years ago
dickelbeck
721d878fcf
GetScreen() work, menu capitalization, beautifying
18 years ago
charras
25d0403221
pcbnew, cvpcb removed bug: forgotten paths when adding lib files
18 years ago
dickelbeck
24e66546d9
formatting and comments
18 years ago
charras
a55ef8df3c
Update and use annotate_dialog.pjd to create and maintain annotate dialog
18 years ago
charras
2b0a25b4da
In complex hierarchies, multiples parts per packages now should work, without restrictions
18 years ago
f3nix
c77c3906bc
CMake:
* Set a NAME_RESOURCES variable in MinGWResourceCompiler.
* Fix looking for zlib under msys (C:\msys\1.0). Minizip now builds under windows with external zlib.
18 years ago
charras
8123d3a5eb
see changelog
18 years ago
charras
7f453831d5
eeschema: code cleaning. SCH_ITEM class used for all schematic items in eeschema. Files reorganization.
18 years ago
f3nix
63de4115dc
CMake:
* Add mingw_resource_compiler macro (Win32).
* Fix windres wxWidgets include paths (Win32).
18 years ago
charras
945f5f1e42
eeschema: code cleaning.
18 years ago
charras
0750a215e5
removed bug: forgotten paths when adding lib files when not in the default lib path
18 years ago
diemer
03569ca112
PCBNew: Display a warning on a file format version mismatch. Minor language fix.
18 years ago
diemer
7ce55e4839
EESchema displays a warning now on a file format mismatch.
18 years ago
diemer
a015ff2ab4
Cleanup. Relabeled block zoom command.
18 years ago
charras
9039a0a579
minor changes and cleanup
18 years ago
diemer
1a063f6a78
cleanup
18 years ago
diemer
c819ab3bde
Added calls to TestDanglingEnds() at undo and redo, so dangling ends are correctly updated (e.g. when a compnent deletion is undone).
18 years ago
dickelbeck
00ba9c70f8
no printfs in release build
18 years ago
f3nix
3e06ab44db
CMake cleanup.
18 years ago
charras
4ca2072a7f
eeschema crashes when delete a sheet label (pin sheet), undo this and move the label
18 years ago
charras
0f54a686cc
Solved: eeschema crashes when create a new sheet. Added comments in gestfich.cpp to explain the default paths used by kicad to find help files and lib files
18 years ago
diemer
8d9b8a98f4
Redraw whole panel after Options dialog, so possible changes of grid settings can take effect.
18 years ago
diemer
dbba99a997
Fixed redrawing of dangling ends when connecting segments (not-anymore-dangling-ends were still displayed).
18 years ago
diemer
1e40e8dfa3
Fixed Drawing of DrawSheetStruct, so DrawSheetLabelStructs are only drawn if they are not being moved (fixes ugliness while moving PinSheets).
18 years ago
diemer
f12a19fe0d
Added GetBoundingBox() for DrawNoConnectStruct, DrawBusEntryStruct. Removed old XOR method form DeleteStruct().
18 years ago
f3nix
08467e0959
Kill compiler warnings.
18 years ago
diemer
f7e9f2c086
Refresh panel after Block move (otherwise, no-longer-dangling ends of e.g. HierLabels are still displayed)
18 years ago
diemer
c4815e1d6d
Simplified GetBoundingBox to always include the dangling symbol.
18 years ago
diemer
cc103ad317
Added GetBoundingBox() for DrawSheetStruct. Minor beautification.
18 years ago
diemer
a853fb11fa
Added GetBoundingBox() for SCH_GLOBALLABEL and SCH_HIERLABEL.
18 years ago
lifekidyeaa
c86da05a12
fixed error in eeschema: when loading a new sub-sheet, it incorrectly asked if the user wanted
to change the sheet. there is no 'change' since the sheet is new, and the associated screen
should either be loaded from the hierarchy or from a file.
18 years ago
diemer
81b6cbcb09
added GetBoundingBox for SCH_TEXT. Beatufication.
18 years ago
diemer
dbb69b7505
moved DANGLING_SYMBOL_SIZE definition to general.h
18 years ago
diemer
43c87e734b
adapted GetClass() output to new naming
18 years ago
dickelbeck
6b52f247d8
ESC key support
18 years ago
charras
72357970aa
Netlist dialog redesigned, netlist.cpp code modified
18 years ago
dickelbeck
2da432b271
plot fix, beautification
18 years ago
charras
198b10cf92
Removed an very old bug in onrightclick.cpp which crashes eeschema.
18 years ago
dickelbeck
c406eed135
class name changes, XOR artifacts
18 years ago
charras
0ff83cbab7
MODULE::GetBoundingBox() takes in account the clearence around the pads. other very minor changes
18 years ago
dickelbeck
6de852e8a6
xoring artifacts
18 years ago
dickelbeck
ae459044de
Patch originating from Jonas Diemer
18 years ago
dickelbeck
8e5665c22a
added calls to bool EDA_Rect::Intersects()
18 years ago
dickelbeck
c5b42440a3
dirty rectangle screening, pending EDA_BaseStruct::GetBoundingBox()
18 years ago
dickelbeck
0f0ced3700
beautify
18 years ago
charras
0f06e2ad1e
minor changes
18 years ago