Commit Graph

13 Commits

Author SHA1 Message Date
FeRD (Frank Dana)
f62f2bac6b Overrides for derived-class methods 2020-04-15 21:45:04 -04:00
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)
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
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)
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
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
jediserg
ac9ea27cce --add QtHtmlReader 2019-07-06 14:50:50 -07:00