1894 Commits (acfbcb4bebfd8b41745d69b67c6651adcdac813d)

Author SHA1 Message Date
Maciej Suminski 300c066b68 The last fix to selection rules. 12 years ago
Maciej Suminski 867067aa9c Selection in high contrast mode selects only items that are shown as active. 12 years ago
Maciej Suminski 573f9841df Better way of marking 'brightened' mode for items. 12 years ago
Maciej Suminski 86f520f76e Sorted out headers. 12 years ago
Maciej Suminski 4c2e3b9a59 Removed unnecessary debug message 12 years ago
Maciej Suminski bfdad27893 Fixed rollback of traces movement. 12 years ago
Maciej Suminski 8f5e6badc4 Removed selection disambiguation in case when there is a choice between a footprint and a smaller component (smaller components have priority). 12 years ago
Maciej Suminski 382c6bd201 Move tool is activated when drag event starts nearby selected items. 12 years ago
Maciej Suminski d13355f7fe Removed some potential memory leaks. 12 years ago
Maciej Suminski f179183dea Removed some dead code. 12 years ago
Maciej Suminski c5d3376c26 Changed some 'magic numbers' into constants. Added const modifier in appropriate spots. 12 years ago
tomasz.wlostowski@cern.ch fa817b7475 pcbnew: start integrating P&S router 12 years ago
Maciej Suminski 5e3ab406e2 Enabled snapping for the move tool. 12 years ago
Maciej Suminski d2c47a74f2 Parts of MODULEs are not selectable in multiple selection mode. 12 years ago
Maciej Suminski 31f7ecc16a First version of the move tool. 12 years ago
Maciej Suminski d213a26057 Smarter selection algorithm (does not allow to select both whole MODULE and its parts at the same time). 12 years ago
Maciej Suminski 44bafd1c8f Improved selection rules. Added some comments to the selection tool. 12 years ago
Maciej Suminski ee3f47ae51 Added autopanning to the selection tool. 12 years ago
Maciej Suminski 424aa28e1f Added SELECTION_TOOL::GetSelection() 12 years ago
Maciej Suminski 1057d5a5be Changed reaction of SELECTION_TOOL to ToolCancel event (first event clears selection, second one deactivates the tool). 12 years ago
Maciej Suminski 89a138c09e Added handling keyboard events for the Tool framework. 12 years ago
Maciej Suminski 9bd7ba36ac Added resetting of tools after loading a new board. 12 years ago
Maciej Suminski d73d153665 Added selection boxes for texts. 12 years ago
Maciej Suminski 6af09fedda Added the additive mode for the selection area. 12 years ago
Maciej Suminski 2cb6e59dfd Multiple items selection tool. 12 years ago
Maciej Suminski 80901c69cf Reformatting. 12 years ago
Maciej Suminski 12e10fd43a Reformatting. 12 years ago
Maciej Suminski 282995eaee Fixed disambiguation menu issue. 12 years ago
Maciej Suminski 402f3c6f2c Added brightened mode for selecting items using disambiguation menu. 12 years ago
Maciej Suminski 16437e5d45 Added general purpose overlay layer and moved selection box to it. 12 years ago
Maciej Suminski 7d5a456344 Code reformatting. 12 years ago
Maciej Suminski f193e389ec Moved highlighted flag from VIEW_ITEM to EDA_ITEM. Added brightened and selected flag to EDA_ITEM. 12 years ago
tomasz. 31389c4063 pcbnew: tool initialization should belong to PCB_EDIT_FRAME to avoid linking errors on cvpcb. 12 years ago
tomasz. 69a44d5f13 pcbnew: hooked Tool Framework into the edit panel. Added a sample selection tool (not fully functional). 12 years ago