Commit Graph
1274 Commits
Author SHA1 Message Date
itsmattkc 5eae8b4806 added version identifier to about dialog 2019-03-06 11:10:45 -08:00
itsmattkc a71e8b41da Merge pull request #585 from jonno85uk/pullrequests
Using <random> library instead of rand()
2019-03-06 10:34:46 -08:00
itsmattkc 464ce7411e Merge branch 'master' of https://github.com/olive-editor/olive 2019-03-05 20:47:46 -08:00
itsmattkc d287963c10 fixed #597 2019-03-05 20:35:58 -08:00
itsmattkc 53b2bff2bd Merge pull request #591 from mmuman/haiku-port
Preliminary Haiku port
2019-03-05 19:56:13 -08:00
itsmattkc 95977143d0 minor code cleanups 2019-03-05 10:15:39 -08:00
itsmattkc f9e7c3a3dd fixed crash when file contains no valid frames #601 2019-03-05 10:12:34 -08:00
itsmattkc 27d77abdc2 fixed #596 2019-03-04 12:36:45 -08:00
itsmattkc 224d804c02 added clang format 2019-03-04 09:55:17 -08:00
itsmattkc 5d87912844 added h265 export codec 2019-03-03 21:46:03 -08:00
itsmattkc a16d8a4fe1 importing projects into other projects implemented 2019-03-03 21:42:38 -08:00
François Revol 03e1e988d0 Haiku doesn't need libdl for dlopen. 2019-03-03 23:19:06 +01:00
François Revol 868ce89db2 Add some missing defined(__HAIKU__)
Some places should rather check for HAVE_DLOPEN or alike though.
2019-03-03 23:19:04 +01:00
itsmattkc 4e04d7b330 Merge branch 'master' of https://github.com/olive-editor/olive 2019-03-03 12:20:37 -08:00
itsmattkc 7af3a0cd6e minor render thread refactor 2019-03-03 12:17:55 -08:00
Jonathan Noble 7926f3d33f Using <random> library instead of rand()
(cherry picked from commit c9c155d0a897299c7eb2387d68579cdd6ede82f1)
2019-03-03 14:14:51 +00:00
itsmattkc f07dd6926d Merge pull request #582 from elsandosgrande/master
Translations
2019-03-02 16:34:47 -08:00
itsmattkc 2b406d71f2 initialize buffer switcher 2019-03-02 11:44:53 -08:00
itsmattkc b88045fbce track total render time and show when progress bar reaches 100% 2019-03-02 10:59:51 -08:00
itsmattkc b2d6325981 added context menu to labelslider 2019-03-02 10:48:52 -08:00
itsmattkc 2e400c7c55 moved gizmo discovery to distinct function outside of renderfunctions 2019-03-02 10:30:50 -08:00
elsandosgrande 36f5d29cd2 Prepairing for the pull request 2019-03-02 04:47:54 +01:00
itsmattkc f19eded768 Update README.md 2019-03-01 12:02:53 -08:00
itsmattkc 2b158c22b7 Update README.md 2019-03-01 12:02:15 -08:00
itsmattkc b93cc9958a Merge pull request #577 from naj59/master
readme and issue template update
2019-03-01 12:00:17 -08:00
itsmattkc cabd2f9ca9 fixed #571 2019-03-01 11:56:32 -08:00
itsmattkc 64bad4de4e fixed #572 2019-03-01 10:19:57 -08:00
itsmattkc 77e0960cf1 added svg dependency to all packing systems 2019-03-01 10:18:53 -08:00
itsmattkc 9bdf9cf3e3 travis dependencies updated 2019-03-01 09:31:22 -08:00
itsmattkc 82e0682a4d see if explicit svg linking is actually necessary 2019-03-01 09:08:32 -08:00
elsandosgrande c160f1b332 Updating repository fork 2019-03-01 12:28:16 +01:00
naj59 095c3bd8d6 readme and issue template update 2019-03-01 09:24:38 +01:00
itsmattkc 48497ddafa export cancel icon and removed forced wake of export thread for a more graceful exit 2019-02-28 22:22:20 -08:00
elsandosgrande 26b4abe2ae Updating repository fork 2019-02-28 22:29:56 +01:00
itsmattkc 6c166a1a4e XML formatted panel layout config file 2019-02-28 12:58:28 -08:00
itsmattkc 0d0aa2af65 fixed old casts in Footage::get_length_in_frames 2019-02-28 12:36:49 -08:00
itsmattkc cab3c93004 added eof tolerance to frame queue #570 2019-02-28 12:33:59 -08:00
itsmattkc 5b9c389efc added svg plugin to linuxdeployqt 2019-02-28 11:25:14 -08:00
itsmattkc e649982bde Sequence::copy copies markers too 2019-02-28 11:17:57 -08:00
itsmattkc a7243c76c0 fixed missing nullptr checks on non-media clips 2019-02-28 11:12:25 -08:00
itsmattkc a06e94eac2 added manual svg linking to project file 2019-02-28 11:01:48 -08:00
elsandosgrande 1989000e2c Updating repository fork 2019-02-28 19:14:14 +01:00
itsmattkc 70be7fa097 created sequence clip selection convenience function 2019-02-28 03:45:17 -08:00
itsmattkc c513276a1b changed create_transition to a static member of Transition 2019-02-28 03:16:07 -08:00
itsmattkc 86b7124238 changed create_effect to a static member of Effect 2019-02-28 03:09:42 -08:00
itsmattkc 8b648ebcef set application format rather than viewerwidget format 2019-02-28 03:02:17 -08:00
itsmattkc eb4c2fdad3 implemented #424 2019-02-28 02:59:08 -08:00
itsmattkc 1685fa3a5d #475 and some clip pointer changes 2019-02-28 01:54:04 -08:00
itsmattkc edea300cbc Merge branch 'master' of https://github.com/olive-editor/olive 2019-02-27 11:47:42 -08:00
itsmattkc b0e1fbffd3 merged czech translation 2019-02-27 11:47:36 -08:00