This is an automated email from the ASF dual-hosted git repository.

joergrade pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git.


    from 3bef297  Merge pull request #749 from 
apache/dependabot/github_actions/master/actions/checkout-2.3.5
     new f53e86a  ISIS-2348 Replay User Events (1/n)
     new 399c946  ISIS-2348 Replay User Events (2/n)
     new 784bdb5  ISIS-2348 Replay User Events (2/n): dead code removed, 
duplicate handling with xml layout fixed, event log table height corrected, doc 
improved
     new bd837ed  ISIS-2348 Replay User Events (3/3): EventState.USER_ACTION 
added, kvision upgrade to 5.4.0, coroutines used for replay delay
     new b7670c7  Merge remote-tracking branch 'origin/master'

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../modules/kroviz/pages/DevelopmentGuide.adoc     | 16 ++--
 .../kroviz/partials/design/uml-renderer.adoc       | 20 ++---
 incubator/clients/kroviz/gradle.properties         |  8 +-
 .../kotlin/org/apache/isis/client/kroviz/App.kt    | 12 ++-
 .../kroviz/core/aggregator/AggregatorWithLayout.kt |  2 +-
 .../core/aggregator/DomainTypesAggregator.kt       |  3 +-
 .../kroviz/core/aggregator/SystemAggregator.kt     |  2 +-
 .../isis/client/kroviz/core/event/EventStore.kt    | 34 ++++----
 .../isis/client/kroviz/core/event/LogEntry.kt      |  7 +-
 .../isis/client/kroviz/core/event/ReplayCommand.kt | 97 ++++++++++++++++++++++
 .../isis/client/kroviz/core/event/ResourceProxy.kt |  3 +-
 .../isis/client/kroviz/handler/BaseHandler.kt      |  3 -
 .../apache/isis/client/kroviz/ui/core/Constants.kt |  2 +-
 .../org/apache/isis/client/kroviz/ui/core/RoApp.kt | 17 ++--
 .../apache/isis/client/kroviz/ui/core/RoIconBar.kt |  2 +-
 .../apache/isis/client/kroviz/ui/core/RoMenuBar.kt | 17 ++--
 .../isis/client/kroviz/ui/core/RoStatusBar.kt      |  2 +-
 .../apache/isis/client/kroviz/ui/core/RoView.kt    |  2 +-
 .../apache/isis/client/kroviz/ui/core/UiManager.kt | 40 +++++++--
 .../client/kroviz/ui/dialog/NotificationDialog.kt  |  3 +-
 .../client/kroviz/ui/kv/override/RoTabPanel.kt     |  9 +-
 .../isis/client/kroviz/ui/panel/EventLogTable.kt   |  1 -
 .../apache/isis/client/kroviz/ui/panel/GeoMap.kt   |  3 +-
 .../apache/isis/client/kroviz/utils/IconManager.kt |  1 +
 24 files changed, 220 insertions(+), 86 deletions(-)
 create mode 100644 
incubator/clients/kroviz/src/main/kotlin/org/apache/isis/client/kroviz/core/event/ReplayCommand.kt

Reply via email to