kicad/cvpcb
Wayne Stambaugh 175fab48f8 EESchema multiple item hit testing and other minor improvements.
* Add item clarification context menu to EESchema when multiple unresolved
  items are found at the current cross hair position.
* Add collector class SCH_COLLECTOR for supporting multiple item hit testing.
* Removed bit wise masked filtering from schematic item hit testing.
* Removed all old hit testing functions and methods scattered about the
  EESchema source code.
* Move terminal point test function into SCH_SCREEN object.
* Fixed bug in terminal point test when terminating a bus to a label.
* Define the < operator for sorting schematic items.
* Add area calculation method to EDA_Rect item.
* Add method for returning an item's bitmap for menu display purposes.
* Add method for returning an item's menu text for menu display purposes.
* Changed EDA_ITEMS container from boost::ptr_vector to std::vector.
* Factor coordinate string conversion code from EDA_DRAW_FRAME to function
  CoordinateToString().
2011-03-25 15:16:05 -04:00
..
dialogs EESchema multiple item hit testing and other minor improvements. 2011-03-25 15:16:05 -04:00
CMakeLists.txt Minor code cleaning. 2011-03-23 16:18:44 +01:00
Info.plist OSX - should resolve problems on case sensitive filesystem 2010-09-19 13:06:30 +02:00
autosel.cpp Pcbnew: fix 2 (minor) issues 2011-02-22 18:59:46 +01:00
cfg.cpp Use Unix notation for paths and filenames in .pro files 2011-02-26 09:35:22 +01:00
class_DisplayFootprintsFrame.cpp zoom bitmaps enhancements. 2011-03-20 18:10:38 +01:00
class_DisplayFootprintsFrame.h PCBNew control update bug fixes, fixes lp:725963. 2011-03-01 14:26:17 -05:00
class_components_listbox.cpp Cvpcb: code cleaning. Remove not used and useless files. 2011-02-21 19:27:47 +01:00
class_cvpcb.cpp Cvpcb: code cleaning. Remove not used and useless files. 2011-02-21 19:27:47 +01:00
class_footprints_listbox.cpp Pcbnew: fix 2 (minor) issues 2011-02-22 18:59:46 +01:00
cvframe.cpp Gerbview: Add drill file history and minor enhancements. 2011-03-17 20:14:45 +01:00
cvpcb.cpp Gerbview: Add drill file history and minor enhancements. 2011-03-17 20:14:45 +01:00
cvpcb.h Cvpcb: code cleaning. Remove not used and useless files. 2011-02-21 19:27:47 +01:00
cvpcb.icns Rework on icons, and more OS X updates 2010-05-09 04:04:44 +02:00
cvpcb.ico Initial import of KiCad. 2007-05-06 16:03:28 +00:00
cvpcb.rc add files not currently available in source (e.g. docs, modules, etc.) 2007-06-05 12:10:51 +00:00
cvpcb_doc.icns Rework on icons, and more OS X updates 2010-05-09 04:04:44 +02:00
cvpcb_id.h add forgotten file 2010-11-07 21:40:19 +01:00
cvpcb_mainframe.h Cvpcb: code cleaning. Remove not used and useless files. 2011-02-21 19:27:47 +01:00
cvstruct.h Cvpcb: code cleaning. Remove not used and useless files. 2011-02-21 19:27:47 +01:00
genequiv.cpp Use UTF-8 encoding only in kicad files. Under Linux, this was already the case. Under Windows, texts with non ascii characters must be corrected. 2011-02-28 19:36:19 +01:00
init.cpp Cvpcb: code cleaning. Remove not used and useless files. 2011-02-21 19:27:47 +01:00
listboxes.cpp Cvpcb: code cleaning. Remove not used and useless files. 2011-02-21 19:27:47 +01:00
loadcmp.cpp Use UTF-8 encoding only in kicad files. Under Linux, this was already the case. Under Windows, texts with non ascii characters must be corrected. 2011-02-28 19:36:19 +01:00
menubar.cpp Gerbview cosmetic enhancements 2011-03-19 21:39:18 +01:00
readschematicnetlist.cpp Minor fixes and code cleanup. 2011-03-16 11:47:15 +01:00
savecmp.cpp minor change in cvpcb (better error message when a .cmp file is not found) 2011-03-18 15:33:55 +01:00
setvisu.cpp Minor code cleaning. 2011-03-23 16:18:44 +01:00
tool_cvpcb.cpp Gerbview cosmetic enhancements 2011-03-19 21:39:18 +01:00
writenetlistpcbnew.cpp Use UTF-8 encoding only in kicad files. Under Linux, this was already the case. Under Windows, texts with non ascii characters must be corrected. 2011-02-28 19:36:19 +01:00