180 Commits (08e13796713f066ff95da6383fbc8ae85b5a912b)

Author SHA1 Message Date
Jeff Young 4b493e45eb Don't consider non-tracks when seeing if we can do a router drag. 7 years ago
Franck78 009dfa411f Finish track with 'activate router hotkey' 7 years ago
Jeff Young c90a3efea2 Change KIDIALOG hashing algorithm to __FILE__ + __LINE__. 7 years ago
Jeff Young 95d3336f63 We need the other end of the stick when not yet routing. 7 years ago
Jeff Young 7cce283fea Fix diff pair custom values. 7 years ago
Jeff Young 99db5cb543 Allow for reduced nagging with wider use of KIDIALOG. 7 years ago
Jeff Young d5e88f574f Clean up units infrastructure after g_UserUnit removal. 7 years ago
Jeff Young aab97c8385 Consolidate design rules UI. 8 years ago
Tomasz Wlostowski f6f726acab router: allow placing tracks/diff pairs without continuing routing by Shift+L-Click 7 years ago
Maciej Suminski 583a9c08c0 Remove duplicated PNS TOOL_ACTIONs to display routing settings 8 years ago
Seth Hillbrand 4dd2de9057 pcbnew: Prevent mouse capture after actions 8 years ago
Seth Hillbrand aae30cc7c1 pcbnew: Hotkey minor fixes 8 years ago
Seth Hillbrand 2a87117edc Speed load/unload of complex boards 8 years ago
Seth Hillbrand 45d1c19eb7 Add tooltip text to drag options. 8 years ago
Jeff Young d3e7efcd66 Ignore pads when selecting drag candidates in router tool. 8 years ago
Jeff Young 3b0a758f97 Ensure router layer is visible. 8 years ago
Jon Evans 0d794b20bb Add null check in ROUTER_TOOL::breakTrack() 8 years ago
Jon Evans be8bb24390 Make all new hotkeys editable; label some GAL-only hotkeys 8 years ago
Maciej Suminski ed9a14f01d PNS: disable autopanning in case of an error 8 years ago
Maciej Suminski 6afdf1cf87 PNS router: reset forced cursor position 8 years ago
Maciej Suminski 11d8b9ff55 Fix double disambiguation menu when dragging 8 years ago
Jeff Young 1afbfad44a Use "..." uniformly in menus. 8 years ago
Maciej Suminski 95864780e2 Fix cursor freezes in GAL 8 years ago
jean-pierre charras 8552f3fedf fix code after renaming files 8 years ago
Jeff Young 3f6af59cac Avoid selection disambiguation menu when possible. 8 years ago
Maciej Suminski a13c89c83d Removed old debug output 8 years ago
Seth Hillbrand a63e9b863b pcbnew: Fix multiple delete bug 8 years ago
Tomasz Włostowski 9932ff32ae refactoring: wrapped boost::optional in OPT<> class for the purpose of easier transition to C++17 in the future 8 years ago
Tomasz Włostowski 20b9ed4897 router: fixed possible use-after-free condition during segment dragging 8 years ago
Tomasz Włostowski 60fdc6229d router: fixed inline dragging & settings dialogs inconsistency 8 years ago
Tomasz Włostowski 2d9ab80b4e Few improvements to the GAL router: 8 years ago
Maciej Suminski 76bd05a69b Prevent creating too many transitions by TOOL_MANAGER 8 years ago
Maciej Suminski 7b88dac4b7 Consistent track removal for PNS and selection tool 8 years ago
Fabrizio Tappero deeeed38a1 deleted several redundant icons in right-click menu. The objective is to get to a more uniforme right click menu look 8 years ago
Maciej Suminski 805bfb048b pcbnew: Configurable hotkeys for PNS 8 years ago
Tomasz Włostowski 3cba1007eb Removed legacy connectivity/ratsnest algorithm, replaced with the new one. No legacy autorouting for the moment 9 years ago
jean-pierre charras 6ed4f9b208 Make EDA_DRAW_FRAME::SetToolID and mouse cursor shape setting working in GAL canvases, and uses same mouse cursor shapes in legacy and gal canvases. 9 years ago
Jon Evans 3ec28e2acf Refactor layer enumerations to all live in the same place 9 years ago
John Beard 8f3423b803 Add Select Layer And Add Via actions to GAL router tool 9 years ago
John Beard 69115e4b9d Signal via actions with flags, not event equality checking 9 years ago
Julius Schmidt 29eb696ef7 Fix crash when switching from dragging to routine (PNS router) 9 years ago
Jon Evans fd4e2b042c Refactor SELECTION, SELECTION_CONDITIONS, and context menus to common 9 years ago
Maciej Suminski d3edc4f843 Disable router menu when the tool is stopped 9 years ago
John Beard c001c6114f Add cancel interactive tool action to GAL 9 years ago
Jon Evans 4c83b0a94d Move TOOL_ACTIONs to their corresponding tools; create COMMON_TOOLS 9 years ago
Jon Evans 167f45ca2b Refactor COMMON_ACTIONS into a base and derived class 9 years ago
John Beard a8eea6155a Move bitmaps.h out of base_struct.h 9 years ago
Maciej Suminski 7806cb7bca Drag tracks/vias menu entry (GAL) 9 years ago
Maciej Suminski 1102eb0d0d Store menu titles in CONTEXT_MENU 9 years ago
Maciej Suminski 682da70a86 Fixed the issue of creating and event handling in context menus (GAL). 9 years ago