-
Committer:
Package Import Robot
-
Author(s):
Ubuntu daily release, Pete Woods, Christian Dywan
-
Date:
2014-07-16 07:52:34 UTC
-
mfrom:
(1.1.7)
-
Revision ID:
package-import@ubuntu.com-20140716075234-8m10mhfs6hkv05bj
Tags: 0.1.5+14.10.20140716-0ubuntu1
[ Pete Woods ]
* Improve database init performance by adding transactions
[ Christian Dywan ]
* Adopt xvfb.sh script from ui toolkit to run tests
* Sort out build warnings and make them always fatal.
* Implement Database.removeDoc method and use it in unit test
Functionally this is equivalent to replacing the doc with an empty
one. (LP: #1243395)
* Use new-style qmlrunner log option to enable stdout.
* Query improvements and more advanced example. (LP: #1271977,
#1271972, #1266478)
* Store whole document contents in the results and unit test that.
(LP: #1271973)
* Reverse query logic to check non-matching and internally convert
between query syntaxes. (LP: #1284194, #1214538, #1215898)
* Revert r113 and update unit test to verify previous behavior