Commit Graph

15 Commits

Author SHA1 Message Date
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
Jonathan Thomas
272f004c0e Merge pull request #296 from OpenShot/std-prefixes
Remove all 'using namespace' directives from headers
2019-11-17 16:18:14 -06:00
FeRD (Frank Dana)
7bbec4c51c Fix documentation for Qt(Text/Html)Reader
- Some parameters were changed from documented list
- Hash signs need to be escaped if they're not references (links)
2019-11-17 01:49:49 -05:00
FeRD (Frank Dana)
2535588ad8 Prefixing fixes for QtHtml/QtText Readers 2019-10-30 03:43:11 -04:00
Jeff Shillitto
33f16d3a55 Use QFont instead of setting parameters 2019-09-21 21:11:29 +10:00
Jeff Shillitto
0cae5da6fa Correct parameter documentation 2019-09-20 22:38:31 +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
Jeff Shillitto
3b4580ab7c Update documentation with css parameter and valid color values 2019-08-14 22:15:05 +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
jediserg
b851508c9f --add QtTextWriter (it's based on TextReader and use Qt instead image magick) 2019-06-25 03:41:28 -07:00