openshot:caption-regex-for-numbers

Last commit made on 2023-04-21
Get this branch:
git clone -b caption-regex-for-numbers https://git.launchpad.net/openshot
Members of OpenShot Code can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
caption-regex-for-numbers
Repository:
lp:openshot

Recent commits

06fd113... by Jonathan Thomas

Merge pull request #5218 from OpenShot/release-20230417

Release 3.1.1 (minimum libopenshot 0.3.2)

5416a16... by Jonathan Thomas

Adding back in "layers", "markers" to webview changes - since we accidentally filtered them out.

1ee5f7b... by Jonathan Thomas

Allow "duration" to be sent to the webview, to allow auto-increase project duration / auto resize the timeline

0979288... by Jonathan Thomas

Protect setWindowTitle from being called by a different thread (preview_thread - if sample_rate is updated). Protect preview_thread::update() method from triggering with 'sample_rate' update.

91b19e5... by Jonathan Thomas

Protecting timeline webview from unrelated changes - which can sometimes happen prior to the webview being fully loaded (causing a freeze on launch of OpenShot)

967a429... by Jonathan Thomas

On launch of OpenShot, convert float sample_rate into Integer (if needed), and update settings::sample_rate if needed. This causes our audio device to freeze

6736aa6... by Jonathan Thomas

Bumping version to 3.1.1, min libopenshot dependency to 0.3.2

52f5431... by Jonathan Thomas

Merge pull request #5212 from OpenShot/update-translations-credits-apr-6-2023

Update Translations & Credits (Apr 16, 2023)

14c4260... by Jonathan Thomas

Merge pull request #5211 from OpenShot/protect-waveform-from-null-clip

Protect from generating a waveform for a NULL clip

2c49311... by Jonathan Thomas

Merge pull request #5210 from OpenShot/project-data-parsing-error

Show friendly error to user when Export dialog fails to parse project JSON