Commit Graph

1118 Commits

Author SHA1 Message Date
Jonathan Thomas
5f331e24df Merge pull request #265 from ferdnyc/catch-by-reference
Exceptions: catch-by-reference and other cleanup
2019-07-29 16:27:40 -05:00
Jonathan Thomas
f3354d997a Merge pull request #264 from ferdnyc/inline-av_err2str
FFmpegUtilities: inline av_make_error_string
2019-07-29 16:25:37 -05:00
Jonathan Thomas
da70b6b3f9 Merge pull request #284 from OpenShot/msys2-update
Adding verbose logging to libopenshot builders
2019-07-25 17:54:47 -05:00
Jonathan Thomas
eb348109d3 Merge pull request #283 from OpenShot/improved-resvg-logging
Adding logging support for resvg
2019-07-25 17:43:01 -05:00
Jonathan Thomas
2ffce233f9 Enable verbose logging 2019-07-25 17:29:40 -05:00
Jonathan Thomas
50963c6350 Enable verbose logging 2019-07-25 16:45:22 -05:00
Jonathan Thomas
cf0e827a24 Adding logging support for resvg (which will output on stderr) 2019-07-23 17:11:55 -05:00
Jonathan Thomas
769efd87e3 Merge pull request #281 from OpenShot/msys2-update
Fixing python3.6 to 3.7 Windows reference
2019-07-16 16:03:32 -05:00
Jonathan Thomas
efddb1b2b1 Fixing python3.6 to 3.7 Windows reference 2019-07-16 15:50:51 -05:00
Jonathan Thomas
bfd70795c3 Fixing python3.6 to 3.7 Windows reference 2019-07-16 15:45:46 -05:00
Frank Dana
ca9869753f Merge pull request #280 from dankamongmen/develop
PlayerDemo: declare keyPressEvent() override
2019-07-16 12:37:09 -04:00
Frank Dana
47d69779b6 Fix override syntax
Overrides go at the end of the declaration. Qt also has the `Q_DECL_OVERRIDE` preprocessor define, which expands to `override` only when building the code using C++11 or higher.
2019-07-16 12:28:00 -04:00
nick black
4a1d133da8 PlayerDemo: declare keyPressEvent() override 2019-07-16 10:37:45 -04:00
Jonathan Thomas
89fcf5ca57 Merge pull request #278 from OpenShot/msys2-update
Updating MSYS2, New Cmake builder syntax
2019-07-16 02:17:10 -05:00
Jonathan Thomas
09a1715dea Updating MSYS2 with new syntax 2019-07-16 01:57:43 -05:00
Frank Dana
ed4b32d4f5 Merge pull request #273 from ferdnyc/free-jsonobjs
Clean up allocated memory in JSON code
2019-07-12 00:37:36 -04:00
FeRD (Frank Dana)
35eb6adc55 Clean up allocated memory in JSON code 2019-07-11 05:00:47 -04:00
Frank Dana
8f6672be08 Merge pull request #270 from OpenShot/ferdnyc-patch-1
Correct parameter documentation for brightness
2019-07-10 05:18:05 -04:00
Frank Dana
86e610bfc8 Fix parameter documentation for brightness
The range was listed as 0 – 100, but implemented as -1 – +1. Edited documentation to reflect reality.

Reported by @jeffski like a year and a half ago.
Fixes #71
2019-07-10 04:48:31 -04:00
Jonathan Thomas
72b04ce838 Merge pull request #269 from OpenShot/fix-resvg-render-size
Fix resvg rendering issues for common transitions
2019-07-09 16:07:23 -05:00
Jonathan Thomas
9806694e13 Fix crash caused by resvg failing to parse SVG (when Qt can still parse things fine) 2019-07-09 15:48:46 -05:00
Jonathan Thomas
a4cc119717 Fix SVG render size for Resvg (breaking common transitions) 2019-07-09 15:23:52 -05:00
FeRD (Frank Dana)
80765147b9 Exceptions.h: fixes for noexcept, unused vars, std::
Some fixes for `-Wall`-readiness:
* Removed `using namespace std;` from the header and
  added `std::` prefixes where needed (`std::string`)
* Replaced `throw ()` in declarations with `noexcept`,
  as `throw ()` is [deprecated in c++11][1]
* Several exception classes had a `file_path` member
  variable, despite never using it. Removed the
  unused class member.

[1]:<https://en.cppreference.com/w/cpp/language/noexcept_spec>
2019-07-03 13:12:02 -04:00
FeRD (Frank Dana)
25b522589d Always catch-by-reference in C++11 2019-07-03 12:58:02 -04:00
FeRD (Frank Dana)
cb6ac21219 src/effects: Catch-by-reference 2019-07-03 06:29:32 -04:00