Daniel Zaoui
8f9e553d20
Exactness: add the stabilize action to the scenario
...
This action is needed when the time for the frames to be stable is not
known.
5 years ago
Daniel Zaoui
ca185b925a
Support of EFL event invocations on named widgets
...
A new action has been added, permitting the invocation of EFL events on
named widgets.
The name must be set via efl_name_set.
5 years ago
Daniel Zaoui
2858adbd8d
Store delays instead of timestamps in the scenario
5 years ago
Daniel Zaoui
0c30b92bc6
Fix crash when no scenario is present on one side
5 years ago
Daniel Zaoui
dc891a41e1
Refactor structures and make them public
...
The exu doesn't contain the old scenario entries (Variant_st) but the new
(Exactness_Action).
The recorder doesn't create old rec file but only exu.
The player/inspector support rec files by converting them to the new
format internally.
The structures have been tried to be simpler.
5 years ago
Daniel Zaoui
ffe0659fbe
Inspect: support images displaying from shot entry
...
A button has been added next to the shot entry. The image itself is set
as the its content.
5 years ago
Daniel Zaoui
c3a31c436d
Inspect: add --show-only-diffs option
...
It works only with --compare and in the GUI.
5 years ago
Daniel Zaoui
44cc8381bf
Inspect: colorize differences
5 years ago
Daniel Zaoui
56cfef5694
Inspect: add objects information comparison
...
Genlists management needed to be modified to fit this new feature
5 years ago
Daniel Zaoui
fbd75a4356
Add objects information support
5 years ago
Daniel Zaoui
a62f3906e7
Fix images EET handling by using correct APIs
5 years ago
Daniel Zaoui
e71334118b
Inspect: rename groups names
5 years ago
Daniel Zaoui
5da255c3e8
Inspect: fix timestamps printing
5 years ago
Daniel Zaoui
5555a38c1e
Support exu file for Exactness
...
The exu is a EET file for Exactness (Exactness Unit). It currently
contains the scenario and the images shots.
exactness_inspect supports it, as well as the player (only as output).
5 years ago
Daniel Zaoui
3dd58276a2
Add EET for new Exactness data types
5 years ago
Daniel Zaoui
bea26c676e
Inspect: introduce a scenario visualizer and compare tool
...
This replaces the existing exactness_helper. A GUI has been added:
- Compare images
- Compare scenarios
5 years ago