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 d1bf3be Merge remote-tracking branch 'origin/master'
new 59ec70a ISIS-2348 EventStore refactored from object (Singleton) to
class
new 2c8fe0b ISIS-2348 replay timing improved
new bc28a29 ISIS-2348 set cursor shape to indicate system activity
The 3 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:
.../org/apache/isis/client/kroviz/core/Session.kt | 2 +
.../kroviz/core/aggregator/ErrorDispatcher.kt | 4 +-
.../isis/client/kroviz/core/event/EventStore.kt | 2 +-
.../isis/client/kroviz/core/event/LogEntry.kt | 5 +
.../isis/client/kroviz/core/event/ReplayCommand.kt | 16 +--
.../isis/client/kroviz/core/event/ResourceProxy.kt | 12 +-
.../client/kroviz/core/event/RoXmlHttpRequest.kt | 12 +-
.../isis/client/kroviz/core/model/ObjectDM.kt | 48 +++----
.../isis/client/kroviz/ui/core/MenuFactory.kt | 2 +-
.../apache/isis/client/kroviz/ui/core/RoIconBar.kt | 2 +-
.../apache/isis/client/kroviz/ui/core/RoMenuBar.kt | 2 +-
.../apache/isis/client/kroviz/ui/core/UiManager.kt | 29 ++++-
.../client/kroviz/ui/diagram/LinkTreeDiagram.kt | 2 +-
.../isis/client/kroviz/ui/dialog/DiagramDialog.kt | 2 +-
.../client/kroviz/ui/dialog/EventExportDialog.kt | 7 +-
.../isis/client/kroviz/ui/dialog/EventLogDetail.kt | 3 +-
.../client/kroviz/ui/panel/DynamicMenuBuilder.kt | 2 +-
.../apache/isis/client/kroviz/IntegrationTest.kt | 5 +-
.../core/aggregator/CollectionAggregatorTest.kt | 9 +-
.../client/kroviz/core/event/EventStoreTest.kt | 140 +++++++++++----------
.../org/apache/isis/client/kroviz/to/ActionTest.kt | 7 +-
.../isis/client/kroviz/to/ResultValueTest.kt | 3 +-
.../client/kroviz/ui/table/LinkTreeDiagramTest.kt | 24 ++--
23 files changed, 196 insertions(+), 144 deletions(-)