coriolis/hurricane/src
Jean-Paul Chaput fcf6ec97c3 More fixes for the selection & inspector mechanisms.
* Bug: In Common.h, makes the INSPECTOR_PV_SUPPORT to generate a getRecord()
    by *value* instead of *by reference*. Seems the overload resolution
    system has changed and discriminate between them using now the exact
    match.
      This was causing InspectorWidget::setRootoccurrence() to fail, the
    getRecord(Occurrence) not corectly resolved always returning NULL.
* Change: In Occurrence, now use INSPECTOR_PV_SUPPORT (instead of PR).
* Change: In SelectionPopup, added a _cellWidget attribute to be able
    to call setShowSelection() in ::mouseReleaseEvent(), same as for
    SelectCommand.
* Bug: In SelectionWidget::changeSelectionMode(), reset the _updateState
    to ExternalEmit in *all cases* at the end of the function call.
    Failing to do that was another cause for the selection check box
    to desinchronize.
2021-11-09 10:53:56 +01:00
..
analog Follow up of PyModule_GetFilenameObject() modification. 2021-10-01 18:33:47 +02:00
configuration The .tp_print field must be present for Python < 3.8 in PyTypeManager. 2021-10-15 19:35:03 +02:00
hurricane More fixes for the selection & inspector mechanisms. 2021-11-09 10:53:56 +01:00
isobar Migration towards Python3, first stage: still based on C-Macros. 2021-09-19 19:41:24 +02:00
utilities Migration towards Python3, first stage: still based on C-Macros. 2021-09-19 19:41:24 +02:00
viewer More fixes for the selection & inspector mechanisms. 2021-11-09 10:53:56 +01:00
CMakeLists.txt Migration towards Python3, first stage: still based on C-Macros. 2021-09-19 19:41:24 +02:00