FeRD (Frank Dana)
22bf6edfba
Enhance Json data handling
...
- Parsing from string to Json::Value is now done by utility function
openshot::stringToJson() in Json.cpp, all SetJson() methods call it.
- Expand use of const member functions and args where appropriate.
- Use std::to_string() to format int/float values as strings.
- Correct mentions of nonexistent Json::JsonValue type in docstrings
2019-12-27 08:51:51 -05:00
FeRD (Frank Dana)
2535588ad8
Prefixing fixes for QtHtml/QtText Readers
2019-10-30 03:43:11 -04:00
Jeff Shillitto
21951bea5c
Set duration to 1 hour
...
Co-Authored-By: Frank Dana <ferdnyc@gmail.com >
2019-10-30 09:43:31 +11:00
Jeff Shillitto
33f16d3a55
Use QFont instead of setting parameters
2019-09-21 21:11:29 +10:00
Jeff Shillitto
738dd62132
Enable background fill color to be set behind text
2019-09-20 22:10:07 +10:00
Jeff Shillitto
c8b5300df3
Allow font bold and italic properties to be set
2019-09-20 21:25:09 +10:00
FeRD (Frank Dana)
bcaa9ace98
QtText/QtHtmlReader: Don't leak memory in SetJson
2019-08-14 11:40:29 -04:00
Jeff Shillitto
0ee9ed8e3a
Delete image on close
2019-08-14 22:38:41 +10:00
Jeff Shillitto
5a08afdb3f
Set info.vcodec to QImage
2019-08-14 22:18:26 +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
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
Jeff Shillitto
bf4323f354
Fixed missing include and Qt gravity
2019-07-12 15:14:38 +10:00
jediserg
b851508c9f
--add QtTextWriter (it's based on TextReader and use Qt instead image magick)
2019-06-25 03:41:28 -07:00