Maciej Suminski
76bd05a69b
Prevent creating too many transitions by TOOL_MANAGER
- added TOOL_INTERACTIVE::resetTransitions()
- made protected and moved TOOL_BASE::setTransitions() to TOOL_INTERACTIVE
- TOOL_MANAGER calls TOOL_INTERACTIVE::resetTransitions() instead of
setTransitions()
8 years ago
Maciej Suminski
72cae92320
Disable context menu trigger if the assigned menu is set to null
9 years ago
decimad
ee3d75f273
Add coroutine call invocation context to identify the main stack frame.
Run the text draw-tool on the main stack frame.
Fixes: lp:1547282
* https://bugs.launchpad.net/kicad/+bug/1547282
9 years ago
Maciej Suminski
d373915340
Fixed crash when context menu is invoked during track dragging (GAL).
10 years ago
Tomasz Wlostowski
9c2bcb2f3c
Fixed crash on right click on zone with GAL mode.
10 years ago
Maciej Suminski
363709e7a9
Added TOOL_INTERACTIVE::Activate().
Removed an unnecessary header from class_board_item.h.
12 years ago
Maciej Suminski
bc305859b2
Mainly case changes.
12 years ago
Maciej Suminski
0ac3e1fbf2
Namespace KiGfx->KIGFX.
template<> -> template <>
Some more reformatting according to uncrustify results.
12 years ago
Maciej Suminski
22045b61ea
Converted tabs to spaces. Removed trailing whitespaces.
12 years ago
Maciej Suminski
e8083ae808
Added some comments and changed names of classes to match the coding rules.
12 years ago
Maciej Suminski
fb9a4c2bfc
Added stacking for tools.
12 years ago
Maciej Suminski
80901c69cf
Reformatting.
12 years ago
Maciej Suminski
282995eaee
Fixed disambiguation menu issue.
12 years ago
Maciej Suminski
ee80c7f674
Some more reformatting and adding copyright notices.
12 years ago
tomasz.
241061025b
Added core tool framework files + boost::context assembly stuff (initial, very buggy and unfinished work).
12 years ago