Conversation
space928
commented
May 16, 2026
Owner
- Showfile converter now uses the CueFactory to create cues
- Added group cue model
- Added group cue expander icon
- Improved FastReverseIterator
- TemporaryList can now be constructed from a source enumerable with a specific capacity
- Implemented CueList type which handles a lot of the logic for a hierarchical cue list with groups that can be expanded and collapsed
- CueViewModel mainViewModel is now readonly & added logic for parent cues
- Started work implementing logic for group cues
- Started work on implementing methods to group and ungroup cues
- Updated existing main view model code to support hierarchical CueLists
- Added expander knob control
- Showfile converter now uses the CueFactory to create cues - Added group cue model - Added group cue expander icon - Improved FastReverseIterator - TemporaryList can now be constructed from a source enumerable with a specific capacity - Implemented CueList type which handles a lot of the logic for a hierarchical cue list with groups that can be expanded and collapsed - CueViewModel mainViewModel is now readonly & added logic for parent cues - Started work implementing logic for group cues - Started work on implementing methods to group and ungroup cues - Updated existing main view model code to support hierarchical CueLists - Added expander knob control
|
needs to be broken into more files for easier review |
|
lgtm! |
- Fixed recent items menu styling - Implemented FastReverseIterator CopyTo method - Multidict now checks that multiple of the same value aren't inserted at the same key (for our use case they should never be) - Added OneEnumerable class - TemporaryList now implements more list interfaces + bugfixes - Major changes to CueList class, it's much more functional than it used to be - CueViewModel now uses Dispatcher instead of syncContext - Refactored and added a bunch of supporting methods for groups - Added IMedia cue for all media cues to implement in the future - Fixed shift+sel+up/down, it now grows and shrinks the selection - Fixed bugs in the cue list handling code - Implemented UI for groups - Log window now virtualises log list much better thanks to a new VirtualStackPanel implementation - Log windows now displays log items in colour - Fixed event handler leak in MagicQCTRL plugin - Added some tests for the CueList
- Fixed audio device re-opening race condition - Plugins can now define custom menu items - Updated show file to support hierarchical QIDs - Improved FastReverse and related methods/classes - Fixed bug in multidict which allowed multiple copies of a value to be inserted at a given key - Fixed bug when removing items from an ObservableSelectionSet - Added new Throttle class which allows property change handlers to be throttled - Fixed some bugs in the cue factory - Many bugs fixed in the CueList - Updated CueViewModel to support hierarchical QIDs & some other small changes - Fixed some bugs related to playback and progress display of groups & added fallback name to groups with no name - Added select all command - Many cue stack relalted bug fixes - Fixed unsaved changes check to now use the undo list - Fixed some save/load bugs related to groups - When a showfile fails to load, the state is now correctly reset - Persistant data manager now lists autoback files - Changed a few other things to use FullQIDs - Fixed a bunch of drag drop bugs - Improved UI for the cue list, better user feedback, controls are now properly disabled in show mode - Added recovered files list to the main menu - Bug fixes for playback progress bars - Added new tests - Many more bugfixes -
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.