Commit Graph

469 Commits

Author SHA1 Message Date
Jeff Shillitto
78f370ee14 Add ability to apply style sheet/css to format HTML 2019-08-13 22:11:55 +10:00
Jeff Shillitto
c8f2c08d34 Add authors to docs 2019-08-13 21:24:42 +10:00
Jeff Shillitto
745225ad62 Rename variable to font_size. Add docs for QApplication 2019-08-13 21:18:55 +10:00
FeRD (Frank Dana)
b90a83dd4c Fix documentation-comment formatting, for Doxygen 2019-08-12 09:39:26 -04:00
FeRD (Frank Dana)
0b3207dee7 Merge branch 'develop' into pr-305 2019-08-12 09:36:13 -04:00
Jeff Shillitto
482ad6b14c Tidy and remove duplicate include 2019-08-11 22:58:15 +10:00
Jeff Shillitto
3681121d81 Remove std namespace usage 2019-08-11 22:54:49 +10:00
Jeff Shillitto
dbd80926b2 General tidy up and code quality, consistency update 2019-08-11 22:06:34 +10:00
SuslikV
59fe417141 Unify indentation of the code strings 2019-08-08 16:46:07 +03:00
FeRD (Frank Dana)
5fb9755353 Fix truncated output filenames in FFmpegWriter 2019-08-06 11:59:55 -04:00
Jonathan Thomas
0449b5b4eb Merge pull request #276 from ferdnyc/swig-Wall
SWIG: Warnings cleanup
2019-07-29 17:31:10 -05:00
Jonathan Thomas
12fce8040f Merge pull request #266 from ferdnyc/zmq-default-params
Default values for ZMQ logging calls
2019-07-29 16:30:22 -05:00
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
Jeff Shillitto
4d891c6d03 Merge branch 'pr/1' into pr/4 2019-07-28 22:10:46 +10:00
jediserg
e9ba82dd5b --add missing include and header guard macro 2019-07-27 18:13:45 -07:00
Sergei Kolesov
40521c9d72 --add gravity to QtHtmlReader 2019-07-22 05:52:24 -07: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
FeRD (Frank Dana)
0ac3720023 SWIG: Warnings cleanup
* Remove a SWIG pragma from Frame.h (gcc warns on it)
* Place the equivalent %warnfilter in the openshot.i files
* Set openshot.i PROPERTY GENERATED_COMPILE_OPTIONS with flags to
  disable warning spew in generated SWIG code, if -Wall is used

(Also, remove 'using namespace std' from Frame.h, and add std::
prefixes to necessary variables.)
2019-07-12 13:28:47 -04:00
Jeff Shillitto
bf4323f354 Fixed missing include and Qt gravity 2019-07-12 15:14:38 +10: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
jediserg
ac9ea27cce --add QtHtmlReader 2019-07-06 14:50:50 -07:00
FeRD (Frank Dana)
e1ffe0762f ZmqLogger.h: Correct default values for optional params 2019-07-03 15:24:45 -04:00
FeRD (Frank Dana)
75c9565f31 ZmqLogger.h: Remove using namespace std; add prefixes 2019-07-03 14:07:36 -04:00