aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/AudioBox.tsx
AgeCommit message (Collapse)Author
2021-04-11updated startRect to use mediaState and added pendingRecording as an option.bobzel
2021-03-30more cleanupbobzel
2021-03-29more progress in fixing & simplifying active/selected stuffbobzel
2021-03-29still cleaning up all the active/selection code.bobzel
2021-03-29initial changes to cleanup pointer events.bobzel
2021-03-26extracted AudioWaveform out of AudioBox in order to use in ↵bobzel
CollectionStackedTimelineView to share between audioBox and videoBox.
2021-03-24renamed audioState to mediaState and cleaned up screenshotBox a little.bobzel
2021-03-22fixed audio/video synchronizatoin for screengrab videos. fixed following ↵bobzel
isLinkButton's in stackedTimelines. Made links from screenGrab videos to document whn presented in lightbox.
2021-03-21added auto-linking to video screen grabs.bobzel
2021-03-21upload screengrab video to server in mkv format ... can't yet play them.bobzel
2021-02-12changed audio video annotation to use only timecodeToShow/timecodeToHide. ↵bobzel
distinguish timeline annotation from video frame annotations with _timelineLabel field. Lightbox improvements to restore original camera values and to use fitContentsToDoc for collections
2021-02-12changed lightbox to navigate within frame if next target is alreay there, ↵bobzel
otherwise create it. changed focus default to call afterFocus(). fixed bug of zooming on target doc to compute scale correctly.
2021-02-09overhaul of linkdocpreview. delegated linkpreviewing from ↵bobzel
formattedTextBoxComments to LinkDocPreview
2021-02-09started to cleanup LinkDocPreview, LinkMenu.bobzel
2021-01-29fixed taking videoBox snapshots. select video/audio doc after deleting an ↵bobzel
annotation. Fixed following links to videoBox timeline anchors. Fixed rendering timeline annotations by putting them in data-annotations-timelines to distinguish from regular annotations.
2021-01-29changed how auto linking to audio is implemented. added audiotag html tags ↵bobzel
to click to play audio.
2021-01-29fixed automatic linking to audio recordings. now it creates anchors and it ↵bobzel
inserts carriage returns properly when adding timestamps and suppressing timestamps for code blocks.
2021-01-28cleaned up video/audio/stackedTimeline css. restored SpaceKey trigger to ↵bobzel
start/stop creating an anchor.
2021-01-28more cleanup for switching back to parameterized audioTag/videoTag instead ↵bobzel
of anchorStartTag
2021-01-28parameterized StackedTimeline with tag names for starting/ending an anchorbobzel
2021-01-26made StackedTimeline a collectionview and renamed CollectionStackedTimeline. ↵bobzel
Now timeline anchors will observe filters.
2021-01-26from lastbobzel
2021-01-26refactored out timeline code from video and audio into StackedTimeline ↵bobzel
component.
2021-01-26preparing to unify VideoBox timeline with AudioBox timeline. changed names ↵bobzel
from videoStart/audioStart,End to anchorStart,EndTime and _displayTimecode to _timecodeToShow etc
2021-01-25changed how to start/stop video when clicking/double-clicking on markersbobzel
2021-01-25fixed linking to video to create an anchor if the timecode is not zero.bobzel
2021-01-22from lastbobzel
2021-01-22fixed selection bounds for video box annotations, especially when in full ↵bobzel
screen view.
2021-01-22fixed up videoBox timeline. changed video annotations to use ↵bobzel
displayTimecode and undisplayTimecode
2021-01-21final fixesLionel Han
2021-01-17changesLionel Han
2021-01-15fixed more issues with audio Box - simplified decorations when selected. ↵bobzel
fixed dragging when not selected. added esc to stop dragging.
2021-01-14simplified links to audio to always have a target Doc anchor. updated auto ↵bobzel
links to audio when recording. fixed making text selection links.
2021-01-14fixed playing anchors when following a link to audiobobzel
2021-01-14cleaned up audiobox render code. display resize handles now.bobzel
2021-01-14fixed stacking behavior of what audio regions that have no endbobzel
2021-01-14fixed rendering of labels in audioBox's to use standard dash-style provider ↵bobzel
stuff. added double click to play
2021-01-14changed audio labels to allow text displaybobzel
2021-01-12fixed layout of audioBox markersbobzel
2021-01-08fixed selection of audio region's ScreenToLocal so that doc decorations fit ↵bobzel
correctly
2021-01-08fixed sizing/display of audio box regionsbobzel
2020-12-16fixed treeView layouts to pass good values for panelWidth/height to ↵bobzel
DocumentView. renamed Selectionmanager methods to be views not documents.
2020-12-14renamed ContentFittingDocumentView as DocumentView. Renamed DocmentView as ↵bobzel
DocumentViewInternal
2020-12-13removed ContentScaling={returnOne} from a lot of placesbobzel
2020-12-12made conentScaling a DocumentView-only propbobzel
2020-12-11converted all style sheet properties to enums.bobzel
2020-12-09final improvements to audio waveform rendering.bobzel
2020-12-09better fix for caching audio waveform as list.bobzel
2020-12-09only load audio waveform data when audio is selected -- should be replaced ↵bobzel
by something more efficient like a cached bitmap..
2020-12-03changed parameters for style provider to use documentViewProps instead of ↵bobzel
renderDepth