coriolis/hurricane
Jean-Paul Chaput 846ac49ab8 Finally solve the selection desynchronisation problem.
* Bug: In CellViewer::setShowSelection(bool), this slot is connected
    to the hidden 's' menu key. It was toggling state according to
    the state of the *menu key* (Qt) which was *not* kept in synch
    with the state of the CellWidget. So it was causing desinchronized
    selection visibility toggle. Now, ignore the state of the menu
    and toggle the CellWidget state directly.
* Bug: In Selector::attachTo(), when adding the new CellWidget to the
    map<>, the initial flag must be Selector::Selected instead of 0,
    so we see it.
* Change: In CellWidget & ControllerWidget, adjust the default size of
    the widgets (to better suit my display...).
2021-11-03 14:27:21 +01:00
..
cmake_modules Migration towards Python3, first stage: still based on C-Macros. 2021-09-19 19:41:24 +02:00
doc Regenerated whole doc (by mistake)... 2021-10-01 21:36:45 +02:00
src Finally solve the selection desynchronisation problem. 2021-11-03 14:27:21 +01:00
tests * All Tools: 2012-12-03 08:26:28 +00:00
CMakeLists.txt cmake: Set policy needed for latest FindPython to work 2021-10-15 13:40:25 +01:00