You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Display of accurate version info (from build server)
Translation Improvements (separate templates)
Emojis, Transitions, Blender, General
Updated translations
Documentation Improvements
Updated credits & contributors
openshot-qt Changelog (Version: 2.6.0)
377a8f4 2021-08-24 Jonathan Thomas Adding check for empty $REQUEST_UUID on Mac builds HEAD, origin/release-20210819
5a505d1 2021-08-22 Jonathan Thomas Merge pull request #4335 from OpenShot/fix-reggresion-clip-move
5f19032 2021-08-21 Jonathan Thomas Removing unneeded digest (i think), to prevent an Angular error when we have subsequent applyJsonDiff calls very close together (i.e. slice a clip)
39809ed 2021-08-21 Jonathan Thomas Fix a regression from #4230, which broke multi-select drag and drop for clips and transitions.
ed0e8c5 2021-08-21 Jonathan Thomas Merge pull request #4333 from OpenShot/fixing-libopenshot-warning-message
114b5eb 2021-08-21 Jonathan Thomas Merge branch 'fixing-libopenshot-warning-message' of github.com:OpenShot/openshot-qt into fixing-libopenshot-warning-message
fd7b7f5 2021-08-21 Jonathan Thomas Fixing spelling error and changing Blender log to warning instead of error, since this is a perfectly valid outcome (with the wrong version of blender)
846362a 2021-08-21 Jonathan Thomas Merge pull request #4334 from OpenShot/sentry_fixes
1fae0e3 2021-08-21 Jonathan Thomas Fixing invalid default step value for QSpinBox widgets (sentry)
8bfb595 2021-08-21 Jonathan Thomas Trying to prevent the accessing of 2 occasionally uninitialized vars (sentry issue)
d42bd14 2021-08-21 Jonathan Thomas Adding a "Select a Color" context menu for color keyframes, so it's still possible to change animation interpolations, remove keyframes, etc... on a color keyframe. Double clicking the color still works the same though.
5a8fb61 2021-08-21 Jonathan Thomas Adding some protection around certain timeline JS bounding box operations (Sentry.io errors)
c0059bd 2021-08-21 Jonathan Thomas Fixing a bug when detecting libopenshot version mismatch. We can't access app.show_errors in the exception handler, since app fails to initialize.
899b109 2021-08-19 Jackson Update version to 2.6.0; Requires libopenshot 0.2.6 SO 20
952f5e8 2021-08-19 Jonathan Thomas Merge pull request #4323 from OpenShot/few-more-translations origin/develop
7568979 2021-08-19 Jonathan Thomas Adding a few more updated translations
6bc4d9f 2021-08-19 Jonathan Thomas Merge pull request #4322 from OpenShot/sentry-improvements
5d7dc0b 2021-08-19 Jonathan Thomas Making the ZMQ logger better protected, and more able to shut down itself... so we don't get stuck on program exit waiting forever for a ZMQ polling event.
d05133e 2021-08-19 Jonathan Thomas Setting a new default simple layout
c8b670c 2021-08-19 Jonathan Thomas Optimising the opt-in / opt-out process, so we can capture the initial launch anonymously, and then opt-out the user and prompt them to opt back in. Essentially this is the same as before, except we get the initial launch analytic (to help us better report on our usage and market share). All subsequent tracking is disabled until the user opts in.
5cc355e 2021-08-19 Jonathan Thomas Fixing tutorial positioning (which sometimes doesn't work correctly, leaving the tutorial window in the upper right corner)
3ab16f2 2021-08-19 Jonathan Thomas Adding sentry error rates on our openshot.org version request... so we can adjust them dynamically (stable vs unstable versions).
7c83cf0 2021-08-18 JacksonRG Merge pull request #4317 from OpenShot/fix-zoom
c60a54e 2021-08-18 Jackson formatting if statement
235bef1 2021-08-18 JacksonRG Merge pull request #4318 from OpenShot/ruler-fixes
0dce983 2021-08-17 Jackson codacy, and redraw on resize
57b4f0e 2021-08-17 Jackson Ruler show correct frame number
a3b35c0 2021-08-17 Jackson Fix middle click drag, and ruler jitter
0f033a3 2021-08-17 Jackson Allow mousewheel zoom on webengine
cde191a 2021-08-15 Jonathan Thomas Merge pull request #4315 from OpenShot/contributors-aug-2021
4ca4673 2021-08-13 Brenno Bug fix. Prevent adding the same clip as child in the Tracker and Object Detection Effects
858cf3b 2021-08-13 Jonathan Thomas Updating supporters json
0c655cf 2021-08-13 Jonathan Thomas Adding more context around effect parameters, and updating the POT template (a few new strings)
57a2d8e 2021-08-13 Jonathan Thomas Adding translations to context menus on about / credits dialogs. Added context menu to contributors dialog, for copying email and viewing websites.
c1f13f4 2021-08-13 Jonathan Thomas Updated contributors json with some new ones
202b2e6 2021-08-13 Jonathan Thomas Merge pull request #4314 from OpenShot/translation-updates-aug-12-2021
19436ef 2021-08-12 Jonathan Thomas Updated POT translation templates with missing strings
897fb8d 2021-08-12 Jonathan Thomas Updated POT translation templates with missing strings
c37232f 2021-08-12 Jonathan Thomas Fixing missing translations on new effect init dialogs (effect preprocessing data), and error on translator credits (which contain some unexpected text)
b9cd6e1 2021-08-12 Jonathan Thomas Merge pull request #4313 from OpenShot/beta-object-detector
93e170e 2021-08-12 Jonathan Thomas Updating object detection effect icons to include "BETA". I also updated the wiki instructions for this effect.
6893278 2021-08-11 JacksonRG Merge pull request #4230 from OpenShot/move-clips-exception
81bca85 2021-08-11 JacksonRG Merge pull request #4308 from OpenShot/fix-mapper-regression
2f12940 2021-08-10 Jonathan Thomas Fixing a regression on Export dialog, where we were not correctly applying FrameMapper's to all the clips.. causing audio desync, timing issues with Clips, audio pitch issues
eade368 2021-08-05 Jonathan Thomas Merge pull request #4297 from OpenShot/add_instrutions_to_detector
736919d 2021-08-05 Jonathan Thomas Add a new link widget to our preprocessing effect dialog, so we can give further instructions/link to users who want to download the object detector dependencies.
d720565 2021-08-05 Jonathan Thomas Merge pull request #4296 from OpenShot/fix-high-dpi-and-icons
a088bcc 2021-08-05 Jonathan Thomas Fixing High DPI widget mode (which is not ready yet), and replacing a few effect icons.
f654a7b 2021-07-29 JacksonRG Merge pull request #4234 from OpenShot/end-drag-outside-timeline
6ba194b 2021-07-29 JacksonRG Merge pull request #4171 from OpenShot/ruler-refactor
ae16ed9 2021-07-26 Jackson Fixed treating adding y_offset to x
8ec52b8 2021-07-23 Jackson get correct timeline length
f86fbff 2021-07-22 Jonathan Thomas Merge branch 'develop' into ruler-refactor
e57ac9c 2021-07-22 Jackson Time marks stay when you scroll
a115675 2021-07-22 Jackson Save primes as they're found
e1b65f9 2021-07-21 Jonathan Thomas Merge pull request #4223 from OpenShot/audio-effects
fc472d9 2021-07-21 Jonathan Thomas Generating new translations (for new audio effects, and any other recent translatable)
4ef7e52 2021-07-21 Jackson Well tested prime factoring
db3068f 2021-07-21 Jonathan Thomas Updating expander icon, and adding new cache images
d606c1c 2021-07-21 Jackson draw tick marks but overlaps sometimes
1e639d8 2021-07-20 Jonathan Thomas Merge pull request #4238 from OpenShot/fix-export-glitch
ad30afc 2021-07-20 Jonathan Thomas Fixing race condition on Export dialog, which would invoke timeline.ApplyMapperToClips() after the export had begun... usually introducing a glitch into the 1st 10 frames written to the video file (when exporting to a different framerate)
d2c2c70 2021-07-20 Jonathan Thomas Updating effect icons (also including @2x versions for high DPI screens)
d7893e3 2021-06-02 Jackson Cleaned up leftover code for PR
6e4f089 2021-06-01 Jackson Coppied changes from playhead-bug branch
afac763 2021-07-16 Jackson listen for mouseleave to end dragging
f47b486 2021-07-16 Jonathan Thomas Updating effect icons
035fdb1 2021-07-15 Jonathan Thomas Merge pull request #4123 from OpenShot/snapping-improvements
df1ddcd 2021-07-15 Jonathan Thomas Merge pull request #4233 from OpenShot/translations-jul-15-2021
aa9774b 2021-07-15 Jonathan Thomas Updating all translations and supporters
b721d31 2021-07-15 Jonathan Thomas Fixing more Codacy issues
f66331d 2021-07-15 Jonathan Thomas Fixing some Codacy issues
9d03ac1 2021-07-15 Jonathan Thomas Adding snapping support for Playhead dragging + SHIFT, Clip/Transitions trimming, and refactoring some snapping related code. Also adjusting CSS styles for Clips and Transitions, to provide no left/right borders.
d421f20 2021-07-13 Jackson Mirrored changes on transitions
e027740 2021-07-13 Jackson Add default case form move_clips
d755af2 2021-07-12 Jonathan Thomas Merge pull request #4225 from OpenShot/fix-thumbnail-image-size
3e1f826 2021-07-11 JacksonRG added guards where we were getting exceptions (#4210)
a1ac354 2021-07-11 Jonathan Thomas Fixing thumbnail image size which can be larger than the grid size. Noticable on audio thumbnails.
11be8a8 2021-07-11 Jonathan Thomas Merge branch 'develop' into snapping-improvements
076075c 2021-07-11 Jonathan Thomas Merge pull request #4196 from ferdnyc/readme-lib-path
a088921 2021-07-11 Jonathan Thomas Merge pull request #4211 from OpenShot/path_exception
b087242 2021-07-11 Jonathan Thomas Merge pull request #4218 from OpenShot/remove-executable-permissions
0b4d6e0 2021-07-11 Jonathan Thomas Merge pull request #4163 from ferdnyc/test-intersect
98ab380 2021-07-08 JacksonRG Merge pull request #4220 from OpenShot/zoom-slider-feedback-fix
23f386e 2021-07-08 JacksonRG Merge pull request #4221 from OpenShot/shift-zoom-change
91f3152 2021-07-08 Jackson Don't go past min distance on shift-zoom
7d16dcc 2021-07-08 Jonathan Thomas Removing some previous optimizations that are no longer needed, refactoring the zoom slider handle logic a bit. Removing a processEvents() call that was experimental.
2bae29f 2021-07-08 Jackson strictly move slider with mouse
b7fe67f 2021-07-08 JacksonRG Return cleaned path as JSON object
f721a51 2021-07-07 Jackson Removed executable permissions from the xdg desktop file
f98bed3 2021-07-06 Jonathan Thomas Removing dockAudioEffects which is unused
17baa38 2021-07-06 Jonathan Thomas Adding effect UI filtering, for audio and video effects, and a show all button.
6d24879 2021-07-06 JacksonRG Merge pull request #4212 from OpenShot/has_own_property_exception
5cf818a 2021-07-05 Jackson Check for windows drives after covering other cases
d7337b1 2021-07-03 JacksonRG default ignore_ids to an empty object
26c3af9 2021-07-01 Jackson Don't make paths to other drives relative
f5b978f 2021-06-29 FeRD (Frank Dana) unit tests: Rename test class, use inheritance
43da4ac 2021-06-29 Frank Dana src/classes/query.py: Fix indentation
5075809 2021-06-29 Frank Dana AppStream metadata: update content ratings (#4105)
35004f6 2021-06-26 Jonathan Thomas Merge pull request #4208 from OpenShot/fix-sentry-issues
1bd99e2 2021-06-26 Jonathan Thomas Downgrading map for angular-animate
1b6b1c5 2021-06-26 dependabot[bot] Bump actions/upload-artifact from 2.2.3 to 2.2.4 (#4201)
011a4a8 2021-06-26 Jonathan Thomas Updating protection of timeline_sync.timeline
abaa96d 2021-06-26 Jonathan Thomas Fixing a few sentry.io related issues: 1) undefined variable 2) accessing null objects 3) matching angular-animate version to angular
bdcde67 2021-06-22 Frank Dana Merge pull request #4197 from ferdnyc/fix-languages
0cd487c 2021-06-10 FeRD (Frank Dana) Add classes.sentry to manage sentry_sdk
d014ca4 2021-06-08 Jonathan Thomas Merge pull request #4172 from OpenShot/integrate-sentry-tracing
8ed9511 2021-06-08 Jonathan Thomas Experimental freeze changes to exclude django
8b523b2 2021-06-08 Jonathan Thomas Experimental freeze changes to exclude django
7968f67 2021-06-08 Jonathan Thomas Experimental freeze changes to include all sentry_sdk modules (they seem to be missing on Windows builds)
0b7a32f 2021-06-07 Jonathan Thomas Merge pull request #4178 from OpenShot/fix-zoom-slider-web-engine
d031035 2021-06-05 Jonathan Thomas Prevent feedback loop when scrolling timeline on web engine backend, triggered by ZoomSlider widget. Also, it appears that we might be invoking run_js too often, and it gets queued up in blocks and processed in chunks. Not very happy with the performance on web engine.
5031f2d 2021-06-05 Frank Dana Logging overhaul, to solve issues caused by stdout/stderr redirection (#4175)
c696ce7 2021-06-03 Jonathan Thomas Adding sentry_sdk
f62a996 2021-06-03 Jonathan Thomas Initial integration of Sentry tracing, to better track stack-traces and bugs in OpenShot. Removing the old hooks and HTTP posts to openshot.org, since they would be redundant. Sentry is still gated behind our 'send_metrics' setting, just like before.
0832cd3 2021-05-31 Brenno A. C. Caldato Merge pull request #4058 from OpenShot/effect-parenting
3fa4308 2021-05-28 FeRD (Frank Dana) Unit tests: Import query classes at top of file
cc29a50 2021-05-28 FeRD (Frank Dana) classes.query: Don't hold reference to app.project
f1749e4 2021-05-28 FeRD (Frank Dana) Unit tests: Add test for filter(intersect=)
11e045d 2021-05-27 JacksonRG Merge pull request #4159 from OpenShot/assets-folder-name-collision
5f2453b 2021-05-08 Brenno Changed JSON communication for detected objects
67b415a 2021-05-07 Jonathan Thomas Adding snapping logic to ruler dragging (similar to playhead movement). Also fixing a few Codacy issues.
1babaea 2021-05-07 Jonathan Thomas Fixing comment english
78f29b3 2021-05-06 JacksonRG Merge pull request #4124 from OpenShot/shift-event-error
5548711 2021-05-06 Jonathan Thomas Merge pull request #4122 from OpenShot/fix-env-version-regressions
259ad7a 2021-05-06 Jackson Don't check event.shiftKey if event doesn't exist
a3510dd 2021-05-06 Jonathan Thomas Fixing a regression caused by renaming .env files with version_info. This caused the version.json file to not be created, and thus, all version info to vanish from all builds.
ee8e501 2021-05-06 Jonathan Thomas Playhead snapping support, when SHIFT is pressed. Improved timeline styling: Removed left+right borders on clips/transitions to fix invalid width and jitter while trimming/moving items. Added brightness to selected clips, and flipped gradient on tracks (to make clips pop more).
d907ec1 2021-05-06 Frank Dana Revert "CI: Ignore Ubuntu 20.04 failures (#4076)" (#4121)
0ceb52d 2021-05-05 Frank Dana Merge pull request #4115 from OpenShot/app-launch2
246d63e 2021-05-05 Jonathan Thomas Merge pull request #4113 from OpenShot/zoom-slider
3a31113 2021-05-04 JacksonRG Merge pull request #4119 from JacksonRG/right-click-bug
f2e9acc 2021-05-03 Jackson Removed Debug Statements
48474ce 2021-05-03 Jackson Removed openshot_qt folder
1ab7599 2021-05-03 Jackson Fixed. Removing Debug Statements
4be3b27 2021-05-03 Jonathan Thomas Fixing race condition on double calls to setScale() on project load/launch. This caused the Ruler to be rendered blank.
9ec4037 2021-05-03 Jonathan Thomas Adding parent widgets to all QTimers, for proper cleanup. Fixing a regression where it wasn't possible to unselect a clip, transition, or effect.
b8acdd0 2021-05-03 Jonathan Thomas Removing horizontal_factor, due to it always being 1.0. Adding selection timer, to prevent mass selections from recalculating zoom slider geometry. Resized scrollbars on timeline, and added more constraints onto zoom slider (min/max zoom).
1f2344a 2021-05-02 Jonathan Thomas Enforce min/max values on zoom slider handles, and prevent overlapping handles, or invalid values. Remove some duplicated code.
601cea0 2021-05-02 Jonathan Thomas Implementing some code cleanup suggestions
09f62a3 2021-04-30 Jonathan Thomas Reverting experimental launch.py changes
5591095 2021-04-28 FeRD (Frank Dana) app: Move dark palette generation to ui_utils.py
97d84df 2021-04-30 Jonathan Thomas Experimental launch.py changes, to remove our main() function and add some additional protection for render_cache_json() timer during shutdown.
4c01c6c 2021-04-30 Jonathan Thomas Replacing literal value with a more accurate one (Codacy), and removing unused imports
dc0afa8 2021-04-29 Jonathan Thomas Removing a few unused variables / imports
7c6066e 2021-04-29 Jonathan Thomas Initial commit of new Zoom Slider widget, to replace the previous +/- buttons and simple zoom slider. This new widget draws a mini timeline preview, allows the user to select any portion of the timeline, and also pan/scroll around the timeline with great accuracy.
53c9029 2021-04-28 Frank Dana Gitlab builders: work around github3 API differences (#4109)
e8e53cf 2021-04-28 Frank Dana Merge pull request #4108 from OpenShot/mingw-paths
9050d67 2021-04-28 FeRD (Frank Dana) Freeze: Include OpenGL/OpenGL_accelerate on Win32
e728227 2021-03-15 Brenno Merge branch 'effect-parenting-fix' into effect-parenting
ea93464 2021-03-15 Brenno Protecting from missing attributes
e10f970 2021-03-15 Brenno Using normalized initial bounding box for Tracker effect
e5a5e55 2021-03-13 Brenno Fixed bounding box selection on portrait videos
08feaef 2021-03-13 Brenno Fixed cache delay when moving the Tracker Transform Handler
6f695f5 2021-03-13 Brenno Fixed bounding box offset when selecting an object to be tracked
3b08209 2021-03-12 Jonathan Thomas Protecting from missing attributes and checking for Null values
32fcb8f 2021-03-10 Jonathan Thomas Fixing video_widget to allow an override, which ignores the project aspect ratio. When selecting regions from a Clip, the aspact ratio can be different than the project, and thus, we need to only show coordinates that match our clip image data.
7f5501e 2021-03-04 Brenno Merge remote-tracking branch 'origin/develop' into effect-parenting
146189d 2021-03-01 Jonathan Thomas Merge pull request #4035 from ferdnyc/revert-version-bump
17605ca 2021-02-28 FeRD (Frank Dana) Revert "Test bumping the version (for gitlab-ci deployment testing)"
2a23af7 2021-02-26 Jonathan Thomas Merge pull request #4028 from OpenShot/release-gitlab-testing
7e0d5c5 2021-02-26 Jonathan Thomas Fixing some codacy issues
f79dc99 2021-02-26 Jonathan Thomas Fixing exceptions where no JSON is returned.
2749fac 2021-02-25 Jonathan Thomas Fixing publish string replace issues
4020642 2021-02-25 Jonathan Thomas Merge pull request #4012 from OpenShot/profiling-improvements
7a32df7 2021-02-25 Jonathan Thomas Fixing URL validation to come after the publish step
836420f 2021-02-25 Jonathan Thomas Adding more validations during the publish step, to verify openshot.org/download has correct URLs, which include the new version, and that all URLs are valid (no 404s).
b4483ee 2021-02-24 Jonathan Thomas Fixing regex to match file pattern (was excluding the x86 trailing pattern)
a3a96d2 2021-02-24 Jonathan Thomas Fixing regex to match file pattern (was excluding the x86 trailing pattern)
2b9e527 2021-02-24 Jonathan Thomas Fixing duplicate upload issue during deploy
81f07c5 2021-02-24 Jonathan Thomas Handling .torrent file differently, since the URL was invalid
fb714f5 2021-02-24 Jonathan Thomas Handling .torrent file differently, since the URL was invalid
2af3a81 2021-02-24 Jonathan Thomas Handling .torrent file differently, since the URL was invalid
a6ab03d 2021-02-24 Jonathan Thomas Handling .torrent file differently, since the URL was invalid
ef7036d 2021-02-24 Jonathan Thomas Renaming release candidate files before uploading artifacts
d3198e3 2021-02-24 Jonathan Thomas Adding exception to requests to openshot.org
2a0dadc 2021-02-23 Jonathan Thomas Adding exception to requests to openshot.org
ac6e07f 2021-02-23 Jonathan Thomas Test bumping the version (for gitlab-ci deployment testing)
cb126be 2021-02-23 Jonathan Thomas Adding new deploy and publish scripts for GitLab CI to manually support deploying files/installers, creating GitHub release objects, creating blog entries, and creating new versions on the website.
907b410 2021-02-22 Jonathan Thomas Fixing args to build_server.py (which have changed a bit)
dedec3a 2021-02-22 Jonathan Thomas Renaming build_server script, so certain functions can be imported elsewhere (coming soon)
9488c97 2021-02-22 Jonathan Thomas Updating git log format to be consistent across all 3 repos (for final release publishing reasons)
5f03a5b 2021-02-19 Jonathan Thomas Stubbing out publish gitlab job
535a401 2021-02-19 Jonathan Thomas Fixing regex for release branch restriction
7f40d9d 2021-02-19 Jonathan Thomas Adding new deployment task to gitlab ci (to prevent rebuilding installers on deploy step)
8204c0e 2021-02-19 Jonathan Thomas removing deployment features from build-server.py, and moving them to deploy.py (coming soon)
07c43f6 2021-02-18 Jonathan Thomas Updating caption effect icon
d2f48bb 2021-02-18 Jonathan Thomas Fixing initial state of caption dock
51fdce4 2021-02-18 Jonathan Thomas Updating effect icons and effect cache images
b7a4aca 2021-02-18 Jonathan Thomas Updating translation templates
5e95b86 2021-02-17 Jonathan Thomas Removing some unused settings
0f1d700 2021-02-04 Brenno Added support to set an effect's properties by it's parent effect
ff2ee27 2021-02-04 Brenno Added support to insert the image of a clip inside a Tracked Object origin/keyframe-refactor
45da4d6 2021-02-04 Brenno Added support to set the visibility of a Tracked Object
14ecc51 2021-01-30 Jonathan Thomas Merge pull request #3995 from OpenShot/linux-build-cleanup
0c6606a 2021-01-30 Jonathan Thomas Fixing path to build folder
f5eaa4b 2021-01-30 Jonathan Thomas Fixing path to build folder
cf6586d 2021-01-30 Jonathan Thomas Removing unused files from linux freeze.py script. It includes many hundred MB of unused files or duplicate files.
3b38903 2021-01-30 Jonathan Thomas Merge pull request #3994 from OpenShot/improved-resize-video-widget
c4cf27e 2021-01-30 Jonathan Thomas Merge pull request #3993 from OpenShot/adding-version-info-to-builds
32c26c6 2021-01-30 Jonathan Thomas Adding frozen version to About and launch logs, to make it very clear when and what build version is running on a user's computer (in cases where they are running the frozen version).
c84cabf 2021-01-30 Jonathan Thomas Fixing some missing imports on video widget
3c2291f 2021-01-30 Jonathan Thomas Fixing resize of video widget to support both height and width resizing, and being always divisible by 2 on both dimensions.
dd08a97 2021-01-30 Jonathan Thomas Check for version info on launch and print to stdout/log.
0b83e9a 2021-01-29 Jonathan Thomas Fixing import of parent classes file
bd93a0b 2021-01-29 Jonathan Thomas Adding optional version.json to /settings/ folder during build. This is a dump of all 3 repos version info used in this build, including the current date/time. Also, some refactoring of build url naming and version parsing (used by both freeze and build-server.py now.
9f1fb74 2021-01-28 Jonathan Thomas Merge pull request #3815 from ferdnyc/color-allover
544fda3 2021-01-28 Jonathan Thomas Merge pull request #3781 from ferdnyc/new-scaler
8cdb471 2021-01-28 Jonathan Thomas Merge pull request #3806 from OpenShot/opencv
f49cf7a 2021-01-28 Jonathan Thomas Fixing some codacy issue with unused imports, etc...
6a28664 2021-01-28 Jonathan Thomas Removing unused signals from a previous merge that left them behind.
418b536 2021-01-28 Jonathan Thomas Merge pull request #3992 from OpenShot/another-mac-build-fix
5d201a3 2021-01-28 Jonathan Thomas Copy *.log files into new lib/settings/ folder (on Mac OS). Fixing syntax.
22d5050 2021-01-27 Jonathan Thomas Merge pull request #3954 from MartinThoma/simplify-0.12.0
ba3e5b2 2021-01-27 Jonathan Thomas Merge branch 'develop' into color-allover
34e0bb9 2021-01-27 Jonathan Thomas Merge pull request #3816 from ferdnyc/style-tools
1d2d469 2021-01-27 Jonathan Thomas Merge pull request #3839 from ferdnyc/move-crash-recovery
32a97bc 2021-01-27 Brenno Added support to attach a clip to another clip
ee59ea4 2021-01-27 Jonathan Thomas Merge branch 'develop' into opencv
0320094 2021-01-27 Brenno ObjectDetection: updated object selection and transform handler
04ef4e1 2021-01-27 Jonathan Thomas Merge branch 'develop' into color-allover
555d583 2021-01-27 Jonathan Thomas Merge pull request #3842 from ferdnyc/wider-keyframe-marks
becac50 2021-01-27 Jonathan Thomas Merge pull request #3877 from ferdnyc/track-menu-debounce
1f23aed 2021-01-27 Jonathan Thomas Merge pull request #3897 from ferdnyc/dissolving-length
f94ccb5 2021-01-27 Brenno Added support to show the transform handler for the selected object
d566128 2021-01-27 Jonathan Thomas Merge pull request #3967 from ferdnyc/copyright-2021
9717cd3 2021-01-27 Jonathan Thomas Merge pull request #3988 from OpenShot/mac-builder-fixes-2
2a3e0a4 2021-01-27 Jonathan Thomas Merge pull request #3983 from OpenShot/remove-mac-dependencies
9bbc8db 2021-01-27 Jonathan Thomas Copy *.log files into new lib/settings/ folder (on Mac OS)
ecb6ac8 2021-01-27 Jonathan Thomas Add improved min Mac OS detection and improved summary.
1805008 2021-01-25 Jonathan Thomas Add minimum os version to Info.plist, so we don't attempt to install on an older system which will fail.
16b022b 2021-01-25 Jonathan Thomas Add minimum os version to Info.plist, so we don't attempt to install on an older system which will fail.
f7cb2f2 2021-01-25 Jonathan Thomas Merge pull request #3982 from OpenShot/remove-mac-dependencies
47fa1c8 2021-01-25 Jonathan Thomas Exclude a few more files from the mac build. Trying to avoid a crash related to tesseract and libgif dependencies
397ab2a 2021-01-25 Jonathan Thomas Exclude a few more files from the mac build. Trying to avoid a crash related to tesseract and libgif dependencies
771d2e7 2021-01-24 Jonathan Thomas Merge pull request #3981 from OpenShot/fix-mac-builder-rpath
1f93ca3 2021-01-24 Jonathan Thomas Fix the Qt gif dependency on the mac build server. The build server has 2 competing libraries with different SO compatibilities. The invalid one needs to be ignored.
513d911 2021-01-24 Jonathan Thomas Fix the Qt gif dependency on the mac build server. The build server has 2 competing libraries with different SO compatibilities. The invalid one needs to be ignored.
5c50376 2021-01-23 Jonathan Thomas Merge pull request #3977 from OpenShot/fix-mac-builder-rpath
eb46f54 2021-01-23 Jonathan Thomas Merge branch 'develop' into opencv
1358dc0 2021-01-23 Jonathan Thomas Fix mac frozen dependencies (@rpath, /usr/local/) to use @executable_path, and repair the broken cx_Freeze folder and *.app folder. Also fix various dmg building errors due to new file path locations.
208e388 2021-01-23 Jonathan Thomas Fix mac frozen dependencies (@rpath, /usr/local/) to use @executable_path, and repair the broken cx_Freeze folder and *.app folder. Also fix various dmg building errors due to new file path locations.
2ef5c07 2021-01-22 Brenno ObjectDetection: show object's icons and transform handlers per frame
6858b6c 2021-01-22 Brenno Added support to update the detected bounding-boxes keyframes
430433d 2021-01-22 Brenno Added support to attach clip to detected object (ObjectDetection) effect
ceefbf8 2021-01-19 Brenno Fixed clip transform handler when attached to object
c25ffe8 2021-01-18 Brenno Minor fixes to the attached object property
a4ca99a 2021-01-14 FeRD (Frank Dana) Update copyright in README
085a731 2021-01-14 Brenno Added mini-GUI to attach a clip to a tracked object
8ae8dda 2021-01-14 Brenno Merge branch 'opencv' into keyframe-refactor
2f48b00 2021-01-11 dependabot[bot] Bump actions/upload-artifact from v2.2.1 to v2.2.2 (#3959)
ba2ca78 2021-01-07 Martin Thoma STY: Use enumerate, avoid Yoda conditions
2463d0e 2021-01-03 Frank Dana Merge pull request #3947 from ferdnyc/file-dialog-i18n
a3d9c72 2021-01-03 Frank Dana Merge pull request #3929 from ferdnyc/fix-credits
b01576a 2020-10-23 FeRD (Frank Dana) preview_thread: Fix up logging
5ff4f45 2020-10-23 FeRD (Frank Dana) Playback: Fix bug with starting play in reverse
2ac2ae0 2020-10-23 FeRD (Frank Dana) files_model: import better, progress in statusbar - Some small improvements to the file-model-insertion code - Whenever importing more than 15 files, the statusbar will show a localized ("Imported N / M") count of the progress to completion
6c7f07e 2020-10-23 FeRD (Frank Dana) Explicitly accept() more events, use menu.popup()
2a4d895 2020-10-23 FeRD (Frank Dana) Fix lots of action signatures (no 'event' param)
7fcc573 2020-10-22 Jonathan Thomas Added a new "font" property editor, and a new "caption" editor, for effects which need them. Caption editor is a dockable widget, which accepts VTT format text and draws captions on a Clip. I've also reworked the "Simple View" and "Advanced View" to contain the caption widget's dock location (when it's needed).
f27648c 2020-10-21 FeRD (Frank Dana) files views: Accept drop event before processing
ab9f8d0 2020-10-21 FeRD (Frank Dana) project_data: New keyframe scaler implementation
c9a7896 2020-10-20 Jonathan Thomas Merge pull request #3780 from OpenShot/revert-3664-hotfix-unicode-paths
5e085fc 2020-10-20 Jonathan Thomas Revert "Fix loading Unicode paths from 2.4 (#3624)"
b5827d1 2020-10-20 Frank Dana app.py: Remove distutils import (#3778)
372bc87 2020-10-19 Frank Dana Work around PyQt5 bug with argument types (#3777)
537c044 2020-10-19 Jonathan Thomas Merge pull request #3597 from eisneinechse/export_fine_grain
3d68cad 2020-10-19 Frank Dana Work around PyQt5 bug with argument types (#3776)
70be7dd 2020-10-19 Frank Dana main_window: Add missing QUrl import (#3775)
a50f661 2020-10-17 eisneinechse Add missing QUrl, so import file works
6dcec47 2020-10-17 eisneinechse Variables have now more readable names
66f0ca5 2020-10-17 eisneinechse Merge branch 'develop' into export_fine_grain
685326f 2020-10-17 Frank Dana Merge pull request #3630 from ferdnyc/import-folder
2bae9d1 2020-10-16 Jonathan Thomas Merge pull request #3622 from ferdnyc/mainwin-view-docks
5b92b42 2020-10-16 Jonathan Thomas Merge branch 'develop' into mainwin-view-docks
f7d3518 2020-10-16 Jonathan Thomas Merge pull request #3560 from rabits/fix_history_store_in_project
eba530b 2020-10-16 Jonathan Thomas Merge pull request #3653 from ferdnyc/new-changelog-parsing
6a12b00 2020-10-16 Jonathan Thomas Merge pull request #3570 from eisneinechse/interlace
e3e2b4c 2020-10-16 Jonathan Thomas Merge branch 'develop' into new-changelog-parsing
a07d24f 2020-10-16 Jonathan Thomas Merge pull request #3639 from ferdnyc/reformat-log
0a58c7a 2020-10-16 Jonathan Thomas Merge pull request #3664 from MarcelWaldvogel/hotfix-unicode-paths
2b53663 2020-10-16 Jonathan Thomas Merge pull request #3702 from ferdnyc/html-processing
3ece90d 2020-10-16 Jonathan Thomas Merge pull request #3721 from ferdnyc/jump-to-ends
2121020 2020-10-16 Jonathan Thomas Merge pull request #3742 from ferdnyc/properties-debug
47c7e2b 2020-10-16 Jonathan Thomas Merge pull request #3766 from OpenShot/fix-async-timeline-drop
35319c2 2020-10-16 Jonathan Thomas Updating logo image with simplified color version
9b1a77f 2020-10-16 Jonathan Thomas No longer trigger an event, but directly delete a clip which is no longer needed during drag/drop. This solves a nasty asny issue where a clip would "stick" on the timeline, due to out of order JS and Python calls
7f96b0b 2020-10-15 Frank Dana Merge pull request #3763 from ferdnyc/blender-rendering
dd84ebb 2020-09-26 Martin Thoma Apply suggestions from code review
d80bbe5 2020-09-26 FeRD (Frank Dana) Properties model: Make most logs debug
c82e64e 2020-09-24 FeRD (Frank Dana) video_widget: Fix typo, unused vars
b19593f 2020-09-24 Martin Thoma STY: Simplify the code
d07defe 2020-09-23 Martin Thoma Adjust log levels (#3724)
f48a9c5 2020-09-23 Frank Dana Merge pull request #3734 from ferdnyc/save-streams
ecb4a74 2020-09-23 FeRD (Frank Dana) logger: Save original stdout/stderr
3969f56 2020-09-18 Jonathan Thomas Merge pull request #3727 from OpenShot/fix-font-dialog
bcc30f1 2020-09-18 Jonathan Thomas Fixing a few issues with the title editor. 1) font-size was not being initialized on the font dialog, and 2) font-size was not being set (even though it can clobber our template settings 3) Not all text colors were being found when loading an SVG and setting the 'text-color' button.
3788e71 2020-09-13 Jonathan Thomas Merge pull request #3722 from eisneinechse/svtav1_rename
388cff8 2020-09-13 eisneinechse Change of name of library
22b5fee 2020-09-13 eisneinechse Merge branch 'develop' into export_fine_grain
65d8693 2020-09-13 eisneinechse Merge branch 'develop' into interlace
f26ae7c 2020-09-13 FeRD (Frank Dana) Teach Prev/Next Marker to jump to 0, end
4705c5b 2020-09-13 FeRD (Frank Dana) Make use of new Timeline lookup APIs
b797990 2020-09-13 Frank Dana Merge pull request #3700 from ferdnyc/add-track-fix
cc1735b 2020-09-11 Jonathan Thomas Merge pull request #3715 from OpenShot/ctrl-timeline-selections
2ed6035 2020-09-11 Jonathan Thomas Merge pull request #3714 from OpenShot/fix-presets-duplicate-coordinates
16ce0d9 2020-09-11 FeRD (Frank Dana) Merge branch 'develop' into backend-checking
f3ba285 2020-09-11 Jonathan Thomas Merge pull request #3327 from SuslikV/patch-14
cd3246e 2020-09-11 Jonathan Thomas Adapting #3317 PR to enable CTRL to allow for adding to the current selection (for clips and transitions)
ada2ec8 2020-09-11 Jonathan Thomas Always remove existing keyframe points for a colliding X coordinate. For example, if there is already a Point with coordinate X=1, remove that, and then add the new preset Point. Fixes bug where first preset keyframe was uneditable.
57b7d03 2020-09-11 Jonathan Thomas Merge pull request #3530 from SuslikV/no-model-update-from-view
4e70391 2020-08-31 FeRD (Frank Dana) add_track: Fix track number lookup
70f1e06 2020-08-28 Frank Dana COPYING: Fix line wrapping in Exceptions section (#3692)
6053a3c 2020-08-28 Jonathan Thomas Merge pull request #3691 from OpenShot/framerate-samplerate-utility
9461c68 2020-08-28 Jonathan Thomas Merge pull request #3690 from OpenShot/fix-intel-qsv-crash
70eaebb 2020-08-28 Jonathan Thomas Removing Intel QSV decoding from Preferences for all OSes. This does not work on any OS, and it causes a crash on some Windows machines.
1ee194d 2020-08-08 Brenno Fixed effects bug on cut clips
5a146e2 2020-08-07 Jonathan Thomas Updating some troubleshooting code snippets for Mac builds
2acac8d 2020-08-07 Frank Dana Fix debug log for changelog parsing
1fa16b2 2020-08-07 FeRD (Frank Dana) About: Support new changelog format
c05dbf8 2020-08-06 Jonathan Thomas Removing dangerous os.path.split, replacing with os.path.dirname
38119b7 2020-08-06 Jonathan Thomas Remove certain qt plugins from mac packaging
7740665 2020-08-06 Jonathan Thomas Package all Qt plugins for Mac build, and added some debug/troubleshooting code to find the min sdk version for all packaged files.
f7a500a 2020-08-06 FeRD (Frank Dana) Use resource file for curves, cursors
2b3fd46 2020-08-05 Jonathan Thomas Moving qtWebEngine resources into the application folder (for mac) instead of a 'resources' sub-folder.
d6135ac 2020-08-05 Jonathan Thomas Fixing freeze path for qtwebengine_locale folder, and adding a shared opengl context for QtWebEngine.
20e896c 2020-08-05 Jonathan Thomas Adding custom code signing step for QtWebEngineProcess with custom entitlements for Apple, to stop a memory V8 crash.
1128195 2020-08-05 Jonathan Thomas Fixing bash syntax on mac build script
fa757ea 2020-08-05 Jonathan Thomas Fixing issue with QtWebEngineCore file on mac builder
8c8e53b 2020-08-04 Jonathan Thomas Adding additional notarization logic to protect against failed or slow Apple API
af2f2e9 2020-08-04 Jonathan Thomas Fixing paths for Qt 5.15 (mac builder)
1ceb931 2020-08-04 FeRD (Frank Dana) timeline_webview: Make a lot of logs debug-level
bc8cccc 2020-07-14 Jonathan Thomas Add xcbglintegrations to freeze
6adf81a 2020-07-14 Jonathan Thomas Fixed path to webengine resources
7d73058 2020-07-14 Jonathan Thomas Adding missing QtWebEngine locale and resource files
208d527 2020-07-14 Jonathan Thomas Add resource paks for QtWebEngine
bd7573c 2020-07-14 Jonathan Thomas Fix path for QtWebEngineProcess executable
7598b43 2020-07-14 Jonathan Thomas Fixing LD_LIBRARY_PATH and logic to find QtWebEngineProcess executable
26c6437 2020-07-14 Jonathan Thomas Trying to find work-around for idna error on new cx_Freeze exe
fb6bc7c 2020-07-14 Jonathan Thomas Adding idna package to cx_Freeze
4f2ea2c 2020-07-13 Jonathan Thomas Removing glib freezing for linux
8deb526 2020-07-13 Jonathan Thomas Testing new libc dependency (test 3)
d3795c5 2020-07-13 Jonathan Thomas Testing new libc dependency
459375a 2020-07-13 Jonathan Thomas Testing new libc dependency
c89022f 2020-07-13 Jonathan Thomas Updating gitlab tag to linux-bionic, to use out new build server
7e344ab 2020-07-12 Jonathan Thomas Initial support for QtWebEngine and Async callbacks for timeline/Qt integration. - Requires QtWebEngine and Qt 5.6+ - Requires OpenGL python module (to fix black screens on some systems) - Enables smooth scrolling on timeline
196f5c7 2020-07-08 Frank Dana About: Use BOM to decode UTF-16 changelog file (#3601)
b1f4c96 2020-07-08 eisneinechse Added some comments
cb81d4c 2020-07-08 Jonathan Thomas Merge pull request #3600 from OpenShot/mac-catalina-changes
a518d88 2020-07-08 Jonathan Thomas Fix bash regex take 3
7df790c 2020-07-08 Jonathan Thomas Fix bash syntax for mac (a bit tricky)
43a666c 2020-07-08 Jonathan Thomas Improve bash syntax for waiting for notarization
a116d7a 2020-07-07 eisneinechse Use the right variable to show the elaped time
89011a1 2020-07-07 Jonathan Thomas Remove unused bash varible
8df27ac 2020-07-07 Jonathan Thomas Experiment renaming launch-mac.sh to launch-mac, to get rid of an error
99a2058 2020-07-07 Jonathan Thomas Trying to fix "sh" would like to control your computer message
3f7886c 2020-07-07 Jonathan Thomas Another entitlements syntax change
35082b4 2020-07-07 Jonathan Thomas Copying entitlements file to build folder before codesign
d41eca5 2020-07-06 Jonathan Thomas Fixing symbolic link for emojis, and adding custom entitlements (trying to get past some errors with @rpath and @executablepath caused by the hardened runtime)
98f8982 2020-07-06 Jonathan Thomas Tweak error detection logic during code signing on Mac
740ea00 2020-07-06 Jonathan Thomas Refactor notarization to only notarize the DMG (no more zip file or app upload)
e628b16 2020-07-06 Jonathan Thomas Fix notarization status regex
28f790f 2020-07-06 Jonathan Thomas Fix notarization regex syntax issue
3b66056 2020-07-06 Jonathan Thomas Integrating notarization bash scripting, to wait until status detected
b0be2b4 2020-07-06 Jonathan Thomas Fix codesign syntax issue
fba073e 2020-07-06 Jonathan Thomas Experimental MacOS Catalina app notarization code
4a63a95 2020-07-05 eisneinechse Compose the export windows title with a local function to make the code easier to read
4a516f9 2020-07-04 eisneinechse To handle the unlikely situation that the program jumps to Emit final exported frame (with elapsed time) and seconds_run would not be set
0479f6a 2020-07-04 eisneinechse The precision (digits after decimal point) is now adjusted automatically
5ca39bd 2020-07-04 eisneinechse Change the display (precision) of the progress bar during export depending on how long the last display ago was done. Also display at least every second. This should help users to recognise that the export is still ongoing when the ecoder is slow and the clip is long. Needs more fine tuning and a method that combines the output that is now done at various locations in the code
ce37eb7 2020-06-29 Jonathan Thomas Merge pull request #3586 from OpenShot/translations-gd
f388847 2020-06-29 Jonathan Thomas Updating translations, including a 100% complete Scottish Gaelic translation!
90b7b86 2020-06-23 eisneinechse Make the interface for interlace more consistent
9b8e444 2020-06-23 eisneinechse New preset file for h265 codec in an mkv container. Interlace is only supported in a view codec in some containers and as far as I could see the mov container only supports it with mpeg2. The mkv container supports more resent codecs like mpeg4, h264 and h265.
f6f3af4 2020-06-16 eisneinechse Include an option to chose between top field first and bottom field first in interlace mode. Much more work needed.
e319064 2020-06-16 eisneinechse This is so far the only preset that exports interlace. It may be that only mpeg2 in a mov container can do this in this version of ffmpeg.
d578076 2020-06-16 eisneinechse Honour the interlace setting
18e52fc 2020-06-15 Jonathan Thomas Merge pull request #3542 from eisneinechse/develop
ce01f98 2020-06-14 Jonathan Thomas Merge pull request #3564 from OpenShot/translation-updates-6-14-2020
0472523 2020-06-14 Jonathan Thomas Updating translations, including a 100% complete Tamil translation!
a3d909e 2020-06-04 Rabit Ability to not store the history in the project
62e6b92 2020-06-06 Jonathan Thomas Merge pull request #3547 from OpenShot/remove-set-window-icon
10802ca 2020-06-06 Jonathan Thomas Removing setWindowIcon() from our main window, as it has a crazy side effect on Windows and prevents our QtImageReader from being able to open certain types of files, such as JPEG. Or at least, that is what appears to be happening.
d4cb213 2020-06-04 Jonathan Thomas Merge pull request #3536 from OpenShot/codacy-clean-up
277b73f 2020-06-04 Jonathan Thomas Trying more eslint variations
c7f0beb 2020-06-04 eisneinechse Change export windows title at the end of the export
55ede55 2020-06-04 eisneinechse Improved presets for libaom-av1
2e134b7 2020-06-03 Jonathan Thomas Trying more eslint variations
eb5ee41 2020-06-03 Jonathan Thomas Trying more eslint variations
6b8d9de 2020-06-03 Jonathan Thomas Trying more eslint variations
a7dd95a 2020-06-03 Jonathan Thomas Renaming duplicate variable declarations (probably should split this out into functions at some point... too much duplicate code)
e8135f5 2020-06-03 Jonathan Thomas Adding more eslint comments, and fixing duplicate declarations
c533b1a 2020-06-02 Jonathan Thomas Adding more eslint comments
1127f11 2020-06-02 Jonathan Thomas Fixing many == to ===, != to !==
ab39d5c 2020-06-02 Jonathan Thomas Renaming JS functions with lowercase first letter. A few small syntax tweaks.
7c7667c 2020-06-02 Jonathan Thomas Fixing some semicolons
02d9f1e 2020-06-02 Jonathan Thomas Adding some additional eslint flags, and adding base 10 to all parseFloat calls
107fa6a 2020-06-02 Jonathan Thomas Adding some additional eslint flags
ca4aa71 2020-06-02 Jonathan Thomas Merge remote-tracking branch 'origin/codacy-clean-up' into codacy-clean-up
8937dbc 2020-06-02 Jonathan Thomas Renaming some methods to use lower-case first letter. Adding some eslint comments.
836e21d 2020-06-02 Jonathan Thomas Major reformatting of timeline's JS files (removing unused variables, consistent indents, brackets around logic sections, etc...)
ce7efd5 2020-06-02 Jonathan Thomas Adding JS declaration for some undefined variables
585f96b 2020-06-02 Jonathan Thomas Updating single quotes in JS to double quotes
3291527 2020-06-01 Jonathan Thomas Move imports back into try/except block
a05cc11 2020-06-01 Jonathan Thomas Improving "rotate" exception handling with more detailed log output
a1842a7 2020-06-01 Jonathan Thomas Apply suggestions from code review
524fbdc 2020-06-01 Jonathan Thomas Apply suggestions from code review
43ab9de 2020-06-01 Jonathan Thomas Replacing TABs with spaces, and adding some { } around if conditions
94d9483 2020-06-01 Jonathan Thomas Replacing JS equality conditions with === / !==, to avoid casting types, and avoid certain types of issues.
669ca71 2020-06-01 Jonathan Thomas Adding logging for empty exception handlers, such as Except: pass
96cf186 2020-06-01 Jonathan Thomas Fixing additional missing double quotes
3e5c40f 2020-06-01 Jonathan Thomas Adding double quotes to some shell script variables, flagged by Codacy
86d5111 2020-03-29 SuslikV Add support for cqp setting in Export dialog
aa7cf9e 2020-05-29 unknown Update models only once on init
0d3da87 2020-05-29 Frank Dana export: Actually import ExpatError (#3529)
efffb0a 2020-05-28 Jonathan Thomas Merge pull request #3526 from OpenShot/fix-hide-tutorial
11d8734 2020-05-28 Jonathan Thomas Fix hide tutorial QAction syntax for older Qt versions
62817dc 2020-05-28 Jonathan Thomas Merge pull request #3520 from ferdnyc/title-tmp-pollution
8e1b175 2020-05-28 Jonathan Thomas Merge pull request #3519 from ferdnyc/tutorial-esc-key
edf8b7e 2020-05-28 Jonathan Thomas Merge pull request #3522 from ferdnyc/fix-mime-icon-name
6508414 2020-05-28 Jonathan Thomas Merge pull request #3516 from OpenShot/add-clear-recents
5ef34b6 2020-05-28 Jonathan Thomas Disabling "No Recent Projects" menu item
577b491 2020-05-28 Jonathan Thomas Merge pull request #3524 from OpenShot/updating-new-translation-format
d0de070 2020-05-28 Jonathan Thomas Updating all translation files with updated naming/file name (with underscores). This is from our automated LaunchPad process.
be25896 2020-05-28 Jonathan Thomas Merge pull request #3507 from OpenShot/language-file-names
e51cbf7 2020-05-28 Jonathan Thomas Merge branch 'develop' into language-file-names
62570c2 2020-05-28 Jonathan Thomas Updating icon to edit-delete for 'Clear Recent Projects' menu
fc1e643 2020-05-28 Jonathan Thomas Small refactor to reduce indents
8f1b287 2020-05-27 FeRD (Frank Dana) Add new OSP icon, install & use
c6ffe3c 2020-05-27 FeRD (Frank Dana) Titles: Don't pollute temp dir with title previews
af971f6 2020-05-27 FeRD (Frank Dana) Tutorial: Process Esc key as a QAction
d783de3 2020-05-27 Jonathan Thomas Merge pull request #3517 from OpenShot/tutorial-positioning
f6ff0c9 2020-05-27 Jonathan Thomas Forgot current tutorial dialog when hiding (so we don't resurrect the final one accidentally)
70af749 2020-05-27 Jonathan Thomas Apply suggestions from code review
98ef89b 2020-05-27 Jonathan Thomas Removing logic to prevent tutorials from going offscreen (it was too glitchy). Added ability to click tutorial anywhere to move on to the next one. Added ability to hit ESC to hide all tutorials. With these 2 features, partially hidden tutorial messages will be an issue no more!
6764fa5 2020-05-26 Jonathan Thomas Adjust position of tutorial message for smaller screens, or when OpenShot is moved past the edge of the screen.
6bccdb9 2020-05-26 Jonathan Thomas Adding "Clear Recent Projects" to recent project list, and a new "No Recent Projects" menu (and updating translations)
a45a82d 2020-05-26 Frank Dana transitions model: Look up groups via sibling() (#3511)
25e61ed 2020-05-25 Jonathan Thomas Merge pull request #3366 from OpenShot/emojis
ef88182 2020-05-24 Jonathan Thomas Merge pull request #3497 from ferdnyc/emojis-mods2
f224225 2020-05-21 FeRD (Frank Dana) translations: Use OpenShot_locale.qm file names
06196de 2020-05-17 Frank Dana files_treeview: Fix context menu view switching (#3495)
be3c280 2020-05-16 Jonathan Thomas Removing CTRL modify from scrollwheel support on video widget. Making it very easy to discover the ability to zoom in/out of the video preview widget. Added cursor logic for "resize" button.
7e5ef0f 2020-05-16 Jonathan Thomas Merge branch 'develop' into emojis
83b46e0 2020-05-16 Frank Dana Merge pull request #3493 from ferdnyc/simplify-unity
5b79868 2020-05-16 Jonathan Thomas Merge pull request #3017 from ferdnyc/simplify-unity
ea3ee9c 2020-05-16 Jonathan Thomas Merge pull request #3342 from kartchnb/develop
628dbc2 2020-05-16 Jonathan Thomas Merge branch 'develop' into simplify-unity
2d0108f 2020-05-15 Jonathan Thomas Merge pull request #3042 from SuslikV/patch-6
09207c2 2020-05-15 Jonathan Thomas Merge branch 'develop' into develop
e28ed36 2020-05-15 Jonathan Thomas Merge pull request #3402 from vincentdavoust/keyframe_navigation_as_marker
3ad6e82 2020-05-15 Jonathan Thomas Merge pull request #3479 from ferdnyc/path-regexp
91ea99a 2020-05-14 Jonathan Thomas Merge branch 'develop' into emojis
b314151 2020-05-14 Jonathan Thomas Fixing regresion from 41e7a35, where a comma turned into a period, breaking our ability drop a file on the timeline and move it.
76bffaf 2020-05-14 Jonathan Thomas Add new signal for updating a file (such as editing a title), that results in the files_model updating the thumbnail, updating the name, and/or updating the tags.
660b902 2020-05-14 Jonathan Thomas Adding no-cache paramater support for thumbnail HTTP server, so it will ignore cache and re-generate a thumbnail image
3d67fb0 2020-05-14 Jonathan Thomas Prevent crash on launch during a backup.osp recovery
cf69433 2020-05-11 Frank Dana Merge pull request #3481 from ferdnyc/file-selection
74516aa 2020-05-11 FeRD (Frank Dana) files views: Reconcile common code, use super()
601cc69 2020-05-11 Frank Dana export: Correct PyQt5 imports (#3480)
6826d08 2020-04-25 Vincent Davoust Merge branch 'keyframe_navigation_as_marker' of github.com:vincentdavoust/openshot-qt into keyframe_navigation_as_marker
efc398f 2020-04-25 Vincent Davoust [#1363] Code style & transitions keyframes
1bc3c9f 2020-04-25 vincentdavoust Removed unecessary logging in keyframe navigation
624b93d 2020-04-25 Vincent Davoust [#1363] (Corrections) IMplementing fixes & style improvements recommended by @ferdnyc
48156e8 2020-04-24 Jonathan Thomas Merge pull request #3377 from ferdnyc/emoji
aebcf40 2020-04-24 Jonathan Thomas Merge branch 'emojis' into emoji
da3cf6f 2020-04-23 Vincent Davoust [#1363] (Code style) Added keyframes of currently selected clips as markers for easy navigation
61aa4b0 2020-04-23 Vincent Davoust [#1363] (Fix) Added keyframes of currently selected clips as markers for easy navigation
97dbc80 2020-04-23 Vincent Davoust [#1363] Added keyframes of currently selected clips as markers for easy navigation
a22fa5d 2020-04-23 Frank Dana freeze.py: Add paths to moved Windows DLLs (#3390)
bbe811b 2020-04-20 Jonathan Thomas Updating translation tester script for multiple POT templates
8d0dc6e 2020-04-19 Jonathan Thomas Adding filter group to emoji tooltip
2bbc486 2020-04-19 Jonathan Thomas Adding 'translator-credits' to additional POT template files
bc02736 2020-04-17 Jonathan Thomas Updating all 4 translation templates
5d704fc 2020-04-17 Jonathan Thomas Fixed rotation transform logic to correctly adjust around the origin point (in viewport coordinates). Fixed shear transform logic to correctly scale 1 to 1, as user moves mouse
ec0428b 2020-04-16 Jonathan Thomas Split out blender translations into it's own POT template
6cddc85 2020-04-16 Jonathan Thomas Shortening 'group filter' name for emojis to 1-word, updating translations to match
046f8c1 2020-04-16 Jonathan Thomas Merge branch 'develop' into emojis
b6e1414 2020-04-16 Jonathan Thomas Updating cache, removing many cached emoji
da2aa2d 2020-04-16 Jonathan Thomas Added script to "optimize emojis" and remove extra/unused ones, and updated translations to only use optimized emojis. This results in 936 emojis shipped with OpenShot, and less translations, faster loading, etc...
e143d24 2020-04-16 Jonathan Thomas Removing extra emojis for performance reasons
8cbe4ba 2020-04-15 Jonathan Thomas Adding auto-transform selection feature, where selected clips automatically enable the transform tool. Defaults to 'false' for now.
7119481 2020-04-15 Frank Dana Titles: Re-establish user template location (#3376)
dcee7c1 2020-04-14 Jonathan Thomas Adding new hand cursor for the origin point
b0aa859 2020-04-14 FeRD (Frank Dana) emojis: A bunch of model/view tweaks
4e88c37 2020-04-13 Jonathan Thomas Updated shear and rotation logic to use Keyframable origin point (x,y). Both shear and rotation need to know the origin, and share the origin point. Updated center origin display to a circle with a cross through it.
a49989d 2020-04-10 Jonathan Thomas Protect cursor when transform is happening, so it doesn't keep switching cursors during a drag. Fix shear_left and shear_top to take scale into account.
3af06b7 2020-04-10 Jonathan Thomas Updated emoji model proxy filter to be waaay faster, using Qt regex.
72a5d8d 2020-04-10 Jonathan Thomas Hack to fix Travis failure
4fcd140 2020-04-10 Jonathan Thomas Fixing emoji listview currentIndexChanged connection, since it passes an INT also
e3ca40b 2020-04-10 Jonathan Thomas Create 8 custom cursors, white middles with black stroke, for Transform tool. Added custom cursor rotation, as the transform is happening in real-time. Feel great, very polished.
f4c95d1 2020-04-09 Jonathan Thomas HUGE overhaul of the transform tool. - Rotation added - Shear added - Improved paint logic - Improved update logic - Ability to zoom in and out of the video preview widget!
140466c 2020-04-06 Frank Dana classes.app: Set icon, desktop file (#3354)
b16508e 2020-04-06 Frank Dana dissolve.py: Keep track of particles for duration (#3353)
f06f8be 2020-04-05 Jonathan Thomas Adding cache for emojis (for fast loading of icons)
fa9f227 2020-04-04 Jonathan Thomas Adding cache for emojis (for fast loading of icons)
4c44e2a 2020-04-04 Jonathan Thomas Integrated proxy class into models, and only refresh proxy on ListViews (since treeviews share the proxy model, they already get the updates)
ba17cc6 2020-04-04 Frank Dana Merge branch 'develop' into develop
03b8f8d 2020-04-03 Frank Dana Title editor: Convert opacity to QColor alpha level (#3331)
f1f32a1 2020-04-03 Frank Dana mangle-hw-libs.sh: Remove math expression (#3344)
2822bac 2020-04-03 Frank Dana Merge pull request #3321 from OpenShot/mangle-hw-libs
ad94c71 2020-04-03 Brad Kartchner Added error handling to Preset and Profile file reading operations
92da642 2020-04-02 Jonathan Thomas Adding emojis from open-moji project.
c4d80fa 2020-04-02 Jonathan Thomas Adding emojis to translation template. Splitting "transitions" and "emojis" into separate templates though, since there are thousands of them, and they are not critical for OpenShot to be usefully translated.
32d4c74 2020-04-02 Jonathan Thomas Adding @emojis path replacement, when saving and loading *.osp files. This allows them to be cross-platform paths, and relative/magic paths for OpenShot which always work.
ad02c73 2020-04-02 Jonathan Thomas Added emoji group drop-down filter, to better sort and filter, and a custom Proxy class for filtering. Also enabled locale aware sorting on listview and treeviews.
be91f43 2020-04-02 Jonathan Thomas Process qt events every 2 files added (so emoji doesn't glitch when adding to timeline)
40a068b 2020-04-02 Jonathan Thomas Convert effects to no longer delete widgets, but rather share a model, and toggle between list and tree view.
de7c789 2020-04-02 Jonathan Thomas Convert transitions to no longer delete widgets, but rather create both with a shared model, and toggle visibility to the user.
cfc1750 2020-04-02 Jonathan Thomas Convert files to use new proxy class, and a global shared model. No longer delete the tree/list view widgets either. They both always exist, and share the same data, and toggle visibility back and forth. Added wait cursor when adding/importing files.
1a6b8b7 2020-03-31 Jonathan Thomas Convert effects model to use proxy class for sorting and filtering.
5690011 2020-03-31 Jonathan Thomas Convert transitions model to use proxy filter and sort class, with custom sort and filter function (which takes into account the group: common, extra, user) and the filter text. Also, moved the models outside of the widgets for Effects, Transitions, and Emojis.
2ab54f1 2020-03-31 Jonathan Thomas Initial checkin of emojis in OpenShot! Added new model/view/ui elements, and a handful of test emojis from OpenMoji.
b8200be 2020-03-28 FeRD (Frank Dana) mangle-hw-libs: No realpath command on builder
7fa2716 2020-03-10 FeRD (Frank Dana) Sync add_file() in file views
6c9e954 2020-03-09 Jonathan Thomas Allow *.osp project files to be imported as a Clip. Better handle unknown "media_type"'s. Trigger "has unsaved changes" when clearing history from a Project, so the user can immediately save the *.osp file without history.
7fae0b0 2020-03-07 FeRD (Frank Dana) Docs: Don't default-enable Google Analytics
90e7bc4 2020-03-05 Jonathan Thomas Merge pull request #3273 from OpenShot/blender-output
f0508a0 2020-03-05 Jonathan Thomas Fixing syntax error
be79c29 2020-03-03 Jonathan Thomas Merge pull request #3275 from OpenShot/merge-master-to-develop1
9faa25e 2020-03-03 Jonathan Thomas Bump version to -dev2 (merge master back to develop)
81767eb 2020-03-03 Jonathan Thomas Merge branch 'master' into merge-master-to-develop1