summaryrefslogtreecommitdiffstats
path: root/translations
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2010-08-18 08:40:25 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2010-08-18 08:40:25 (GMT)
commit17ebd795dbaaac494c408fb908cbc53acd0b0918 (patch)
tree247b025df8809993e7b08868990c45d958a22041 /translations
parentbabb444554958718c70fcc4f2ec73e3dfcc4dd11 (diff)
parent7798b525b159f6ce356e7d2319dece1b8c7fafe4 (diff)
downloadQt-17ebd795dbaaac494c408fb908cbc53acd0b0918.zip
Qt-17ebd795dbaaac494c408fb908cbc53acd0b0918.tar.gz
Qt-17ebd795dbaaac494c408fb908cbc53acd0b0918.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: Cocoa: revert parts of cc6dc0aeefde881a95f5fea2b26f2f3d7bdc6e15 Cocoa, Autotest: disable autotest that was added a bit premature make error messages consistent Add tests/benchmarks/README qgrayraster: Remove unnecessary indirection in QT_FT_Outline_Decompose Cocoa: add autotest to be more safe regarding child window stacking Fix compilation: QT_NO_TEXTSTREAM exclude QtXmlPatterns from the completeness assessment fix QMAKE_SUBSTITUTES with shadow builds Outline / fill inconsistency in X11 paint engine. Cocoa: parent windows shows on screen when they should be hidden Prevented Xorg crash in qtdemo when running corkboards example.
Diffstat (limited to 'translations')
-rw-r--r--translations/check-ts.xq2
1 files changed, 1 insertions, 1 deletions
diff --git a/translations/check-ts.xq b/translations/check-ts.xq
index 2d6404c..1062e90 100644
--- a/translations/check-ts.xq
+++ b/translations/check-ts.xq
@@ -1,3 +1,3 @@
for $file in tokenize($files, codepoints-to-string(10))
- let $fresh := doc($file)/TS/context/message[not (translation/@type = 'obsolete')]
+ let $fresh := doc($file)/TS/context[not (name = 'QtXmlPatterns')]/message[not (translation/@type = 'obsolete')]
return concat($file, ":", count($fresh/translation[not (@type = 'unfinished')]) * 100 idiv count($fresh))