-
Notifications
You must be signed in to change notification settings - Fork 129
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
One click on scene to see sources, second to make it current #82
base: master
Are you sure you want to change the base?
Conversation
Set setting on sources view like i said above. |
Some more features all understandable via it's commit message. Try them. If you have some correctives tell me and will discuss. Some names are changed like addPanel -> tryAddPanel, some methods got changes in their parameters like 'scenes/current' (state, {'scene-name': name}) -> (state, name). |
… names. queue panel begin
It also could be a good idea to move the panels list in some getter in layout module |
Here we have a new panel Queue which allows to plan tasks set them into queue and run them in sequence. Now it contains only 3 types of tasks: Switch Scene, Show Source and Hide Source. It's possible to create a task, delete it, activate/deactivate and run the next active task in the sequence. Now it'd be a good idea to make more convenient styles for it, add possibility to change settings of a task, run tasks for custom... |
released #58 + possible to setup list of prefixes |
… dynamic time. some lite fixes. createPersistedState in the index root save all states.
rebased 7a1a75a - added more info about it |
On first click the scene become preview and all sources are shown by preview scene. On the second click checks if clicked scene name same as preview and then make it current. It's possible to make a setting for sources panel to choice show sources of the preview or the current scene.
Scene transition works incorrect: if transition time is small enough it's possible chosen scene won't show up. I commented it out.
Added empty actions for TransitionEnd and TransitionVideoEnd to stop spamming error that they don't exist.
The throttle cut eyes - change it to 15 ms from 33 ms so it doesn't overload system and looks good.