Commit Graph

524 Commits

Author SHA1 Message Date
Jeff Shillitto
3b4580ab7c Update documentation with css parameter and valid color values 2019-08-14 22:15:05 +10:00
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)
5b4bfa8e41 Remove mentions of nonexistent InitFileInfo() 2019-08-12 12:00:18 -04: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
FeRD (Frank Dana)
141e6ba61e Use std::stoll to convert JSON values 2019-08-10 11:31:08 -04:00
FeRD (Frank Dana)
76fc1ef571 QtImageReader: Safer ReSVG file extension checks
This changes the type of the private `path` variable to QString
internally (which we were converting it to for a bunch of operations
anyway), and uses QString's more robust string-manipulation and
comparison methods to ensure that only filenames that _end in_ an
.svg/.svgz extension (case-insensitively) are recognized as SVG files.

Previously, a filename such as "Title.svg.png" would be interpreted as
an SVG file.

The change in QString type is purely internal, all of the class's
interfaces remain the same, and accept `std::string path`. We simply
convert it to/from QString at opposite places in the code, now.
2019-08-09 20:50:28 -04: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
FeRD (Frank Dana)
3ce85d0fff openshot:: prefixing as needed for SWIG
It turns out SWIG is a lot pickier than GCC about namespaces, and
requires a lot more `openshot::` prefixing in our headers, if we
eliminate the `using namespace...` statements from them.
2019-08-05 02:17:22 -04:00
FeRD (Frank Dana)
ce8ff07fd3 Audio headers: juce:: prefixing as needed 2019-08-05 02:15:01 -04:00
FeRD (Frank Dana)
bf078a928e AudioDeviceInfo.h: Add namespace openshot {} 2019-08-05 02:12:44 -04:00
FeRD (Frank Dana)
91dbcbc7ef OpenShotVersion.h.in: std:: prefixes 2019-08-05 02:11:22 -04:00
FeRD (Frank Dana)
45cfda413d (include/src)/effects/: std::prefixes 2019-08-05 01:08:03 -04:00
FeRD (Frank Dana)
352fd6629a Remaining std:: prefixes 2019-08-04 23:51:02 -04:00
FeRD (Frank Dana)
be9a32c65a *.h: Eliminate remaining 'using' statements 2019-08-04 23:18:04 -04:00
FeRD (Frank Dana)
1334450eec Decklink*: std:: prefixes 2019-08-04 23:14:38 -04:00
FeRD (Frank Dana)
f88fd7a47a FFmpegWriter: std:: prefixes 2019-08-04 23:10:59 -04:00
FeRD (Frank Dana)
33cfb8b3dc Clip/DummyReader: std:: prefixes 2019-08-04 23:08:19 -04:00
FeRD (Frank Dana)
38e82e7a9d EffectBase/EffectInfo: std:: prefixes 2019-08-04 23:04:19 -04:00