Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reenable MathDataSet and ParameterMeasurements #616

Merged
merged 7 commits into from
Sep 25, 2023
Merged

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    df9b15b View commit details
    Browse the repository at this point in the history
  2. pom: exclude scenic-view openjdk 11 dependencies

    Scenic view adds dependencies on jfx 11 which sometimes override the
    jfx13 dependencies of chart-fx. This leads to errors with renderers
    which depend on jfx13 features, leading to MethodNotFound exceptions.
    wirew0rm committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    f8fd5e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8d7ad9 View commit details
    Browse the repository at this point in the history
  4. Remove deprecated Panner plugin

    The panner plugin has been long superseded and deprecated by the Zooomer
    plugin and this is a good chance to finally retire it, since it could
    cause confusion if zoomer and panner where both added to a chart.
    wirew0rm committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    ce4d9c9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    46ce240 View commit details
    Browse the repository at this point in the history
  6. Delete legacy event system

    Delete to force fixing all occurences of the old event system.
    wirew0rm committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    5b7eebe View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Add multithreaded event support for measurements and dataset proc

    * Port Measurements and MathDataSets to new event system
    * indicators: use and set dirty flags
    * event processors: thread and animation timer based
    * split trending measurements from dataset measurements
    * feedback from @ennerf:
      * changed to fireInvalidated shorthand
      * removed locks from bitstate
      * ValueIndicators: move from bitstate to directly calling postListener
      * YIndicator: fix drag offset
    wirew0rm committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    cfadee2 View commit details
    Browse the repository at this point in the history