Skip to content
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

Fix reading and writing of project files #348

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Feb 7, 2022

  1. Configuration menu
    Copy the full SHA
    21b3886 View commit details
    Browse the repository at this point in the history
  2. VCP project file format: Always add "" chapter name field, as require…

    …d by format definition
    n-st committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    7e8afae View commit details
    Browse the repository at this point in the history
  3. Bugfix: Select save format based on file extension, not save dialog f…

    …ilter
    
    Previously, the VCP output format could never be selected, because the save
    function checked for the filter name "VidCutter Project (*.vcp)", while the
    save dialog returned "VidCutter Project" (because it has
    QFileDialog.HideNameFilterDetails set on it).
    n-st committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    670a06e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1814ecf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5e299ce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0a761da View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    749036c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f2c9248 View commit details
    Browse the repository at this point in the history