| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Also add tutorial finish button and close icon
|
|
|
|
|
|
Done by sending a signal to a failed-operation's LayoutNode's Tile
component via a watched property on LayoutNode. Also added code to
prevent auto-mode from retrying a failed expand/collapse.
Not an ideal solution, but signalling via LayoutNode is more general, and
arguably cleaner, than the previous method of triggering fail animations
by getting Tile to pass a callback upward as event data.
|
|
|
|
|
|
|
|
|
|
Did this to allow convenient updating of layout map after expand-to-view,
or other cases where tryLayout() is used with allowCollapse enabled.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also made layout functions modify the passed-in tree instead of
generating a new tree. And added type LayoutTreeChg.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inconsistencies.
|
|
|
|
|
|
|