aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionStackedTimeline.tsx
AgeCommit message (Collapse)Author
2021-09-26added dontAutoFollowLinks menu itembobzel
2021-09-26made embedded documents appear with their title on timeline. added reset ↵bobzel
title context menu item
2021-09-26fixed bug with SetInPlace for fields starting with "_"bobzel
2021-09-26fixed warnings, fixed bug following link w/auto play. plus refactorings.bobzel
2021-09-25better version of punch in/out without reactions.bobzel
2021-09-25fixed play() bug from last. fixed highlight of punch in/punch out region ↵bobzel
with spacebar
2021-09-24from lastbobzel
2021-09-24refactored trim stuff out of audiobox into collectionstackedtimeline so that ↵bobzel
videobox can reuse trimming
2021-09-24fixed dropping label markers on timelines to not disappear. made all ↵bobzel
timeline markers draggable when the timeline is active (without needing to be selected).
2021-09-24styled label markers on audio timeline to have border rounding. fixed ↵bobzel
setting drop location of documents on a clipped timeline. fixed clipping markers on timeline that do not overlap current clip. fixed escape aborting selecting a region on timeline to not restart on movement after esc.
2021-09-24fixed double-click on trim ends to reset properly.bobzel
2021-09-24removed marker vertical offsetmehekj
2021-09-24added doubleclick on clip button to switch to editing entire timeline vs. ↵bobzel
single click to edit just the clip. fixed some audio timeline bugs with printing out current time and time span when trimming. cleaned up audioWaveform bucket fields.
2021-09-23added code for editing the original waveform, not a clip when trimming is ↵bobzel
activated.
2021-09-23cleanupbobzel
2021-09-23renamed props for stackedTimelinebobzel
2021-09-23fixed trimming already trimmed clips.bobzel
2021-09-23a bunch of fixes to audio timelines to support undoing clips, simplifying ↵bobzel
audioWaveform and having it recompute when a clip is made.
2021-09-22fixed dragging anchor on audio timeline to position correctly. fixed being ↵bobzel
able to drop anywhere on audio box. fixed undoing drag anchor and drag handles of audio anchors.
2021-09-20Merge branch 'master' into temporalmedia-mehekmehekj
2021-09-20partially added dragging timeline markersmehekj
2021-09-17fixed making link to selected region in videobobzel
2021-09-13Merge branch 'master' into temporalmedia-mehekmehekj
2021-09-13added drop code for dropping onto an audio stackedTimelinebobzel
2021-09-13Merge branch 'master' into temporalmedia-mehekmehekj
2021-09-13auto-select regions on audio timelines after they are created.bobzel
2021-09-12Merge branch 'master' into temporalmedia-mehekmehekj
2021-09-11fixed record buttons and trimmed marker width appearancemehekj
2021-08-30merged with master - fixed warnings and errors.bobzel
2021-08-25basic audio trim completemehekj
2021-07-17basic trim ui complete - switching laptopsMehek Jethani
2021-04-22fixing problems with dictation panel height in videobox.bobzel
2021-04-11some cleanup of demo_changesbobzel
2021-04-09fixed not following links on video in lightboxbobzel
2021-04-09fix for removing documents from pdfs/web boxes. fixes for making objects ↵bobzel
draggable again in PDFs. fixes for lightboxview to allow stepping into collecitons. fix for stacking view to skip hidden documents
2021-04-08changesGeireann
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-29fixed doc decorations for dictation. gave dictation docs a title. minor ↵bobzel
cleanup.
2021-03-26from lastbobzel
2021-03-26extracted AudioWaveform out of AudioBox in order to use in ↵bobzel
CollectionStackedTimelineView to share between audioBox and videoBox.
2021-03-25added a dictation area to the stackedTimeline view for A/V. Now dictation ↵bobzel
annotations scroll in place.
2021-03-25fixed videos in lightbox to not auto-follow links. fixed audiotags to ↵bobzel
higlight more clearly when target of a link follow.
2021-03-25moved dictation view to be a component of the screenshotboxbobzel
2021-03-22adjusted playLink in videos to start 1/4 sec early to trigger following link ↵bobzel
to anchor. changed text sidebars to show titles. fixed title autoHeight computations in formattedTextBox. fixed styleprovider to compute headerMargin correctly by inquiring style for ShowTitle.
2021-03-22made stackedTimeline capable of auto showing the annotations that were made ↵bobzel
on it when played back.
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-02-14fixed freeformview focus to not pan annotation documents or layoutEngine ↵bobzel
freeform views. fixed some exceptions. cleaned up focus() return value.