2016-07-11 Fred Gleason <fredg@paravelsystems.com>

* Added rdxml_parse_test(1) in 'tests/'.
	* Added a RDCart::readXml()' method in 'lib/rdcart.cpp' and
	'lib/rdcart.h'.
	* Fixed a typo in the 'averageSegueLength' field in the 'RDCart::xml()'
	method in 'lib/rdcart.cpp'.
	* Removed the 'validity' field from the output of the 'RDCart::xml()'
	method in 'lib/rdcart.cpp'.
	* Removed the 'validity' and 'localCounter' fields from the output
	of the 'RDCut::xml()' method in 'lib/rdcut.cpp'.
This commit is contained in:
Fred Gleason
2016-07-11 14:01:30 -04:00
parent 3cac92b29d
commit edd8221b6f
18 changed files with 1351 additions and 14 deletions

View File

@@ -427,6 +427,42 @@
<source>Cut Log</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>unknown</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>feature</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>open</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>close</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>theme</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>background</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>promo</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>cold</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>fade</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>RDAddCart</name>