Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sillsdev/FieldWorks
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: sillsdev/FieldWorks
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: interlinear-media
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 15 files changed
  • 3 contributors

Commits on Feb 11, 2026

  1. Configuration menu
    Copy the full SHA
    89e54ef View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2026

  1. Configuration menu
    Copy the full SHA
    23632d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2026

  1. Configuration menu
    Copy the full SHA
    59734a3 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2026

  1. LT-22314: Create new media line for interlinear display (#720)

    * Create new media line for interlinear display
    
    Includes support for playing audio file segments
    
    This supports the following workflows:
    1. Clicking the play button plays the segment.
    2. Clicking the same play button, while the segment is still
    playing, will stop playing.
    3. Clicking a different play button, while a segment is still
    playing, will stop playing the current segment and start playing
    the new one.
    4. While the audio is playing the user can continue to work in
    the gui. If the user does something that disposes the
    InterlinDocForAnalysis, then the audio will stop.
    
    Displays begin and end time offsets and speaker name
    for each audio clip.
    
    Handles bidi and display in multiple writing systems.
    
    Displays a no media message instead of the audio play
    button/info if there is no media file.
    
    ---------
    
    Co-authored-by: mark-sil <[email protected]>
    aror92 and mark-sil authored Mar 5, 2026
    Configuration menu
    Copy the full SHA
    cb8af5f View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2026

  1. Update No Media message

    Keep "No Media" message when no media filepath is specified.
    
    Add the message "Media not found: check Info tab for file name"
    for the case when a media filepath is specified but the file
    does not exist.
    
    Change-Id: Id9e1448749b39a9cebbe4f6e4db7d0bdc8731403
    aror92 committed Mar 12, 2026
    Configuration menu
    Copy the full SHA
    c2f23fe View commit details
    Browse the repository at this point in the history
Loading