Commit Graph

489 Commits

Author SHA1 Message Date
SuslikV
87c06feda1 Clarify some comments 2019-11-02 20:04:58 +02:00
Frank Dana
76725d9d2e Merge pull request #305 from jeffski/qt-text-html-readers
QtTextReader and QtHtmlReader
2019-10-29 20:40:51 -04:00
FeRD (Frank Dana)
bcc62f900c Fix juce:: prefixing 2019-10-27 03:56:13 -04:00
Frank Dana
196d56b5d1 Merge branch 'develop' into qt-text-html-readers 2019-10-25 13:49:12 -04:00
Jonathan Thomas
56b1126c21 Merge pull request #302 from ferdnyc/svg-path-check
QtImageReader: Safer ReSVG file extension checks
2019-10-22 17:30:35 -05:00
Frank Dana
febc2fbc7d Merge pull request #333 from ferdnyc/Version-impl
Version information: Separate implementation, add pythonic touches
2019-10-11 21:57:38 -04:00
Frank Dana
ca885d59e0 Merge pull request #315 from ferdnyc/exception-default-args
Exceptions: Make (most) file_path args optional
2019-10-11 21:46:43 -04:00
Frank Dana
335c0cba1f Merge pull request #303 from ferdnyc/use-std-stoll
Use std::stoll to convert JSON values
2019-10-02 01:29:59 -04:00
Jeff Shillitto
33f16d3a55 Use QFont instead of setting parameters 2019-09-21 21:11:29 +10:00
FeRD (Frank Dana)
c422f4f245 Separate GetVersion impl, make Pythonic 2019-09-21 01:43:30 -04: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
FeRD (Frank Dana)
462f0b7930 Exception.h: Document parameters 2019-08-27 20:48:56 -04:00
FeRD (Frank Dana)
49749d52c2 Exceptions.h: Optional file_path args
Makes nearly all `file_path` arguments optional, unless the exception deals
with file operations specifically (e.g. InvalidFile still requires file_path)
2019-08-27 15:46:31 -04:00
SuslikV
16ca3aef32 Fix return type mismatch 2019-08-24 11:36:21 +02: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)
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