summaryrefslogtreecommitdiffstats
path: root/tests/auto/linguist/lupdate
Commit message (Collapse)AuthorAgeFilesLines
* cut down on real codeOswald Buddenhagen2009-08-1714-541/+37
| | | | | | | | remove all c++ code which is not part of the critical test data. as a result, remove the license headers where the remaining text cannot be reasonably considered copyright-worthy any more. this is a somewhat persistent solution to the ever-changing license headers screwing up the tests.
* Update obsolete license headers.Jason McDonald2009-08-128-40/+264
| | | | Reviewed-by: Trust Me
* Update contact URL in license headers.Jason McDonald2009-08-123-3/+3
| | | | Reviewed-by: Trust Me
* ignore someOswald Buddenhagen2009-08-061-0/+4
|
* Normalize line endings before comparing the lines.Jan-Arve Sæther2009-08-061-7/+18
| | | | | | We already trimmed away any \r from the expected line, but we did not trim away \r from the actual line. That caused some false negatives on windows.
* Update baseline (project.ts.result) for the good:backslashes case.Jan-Arve Sæther2009-08-061-2/+2
|
* make test immune to qt header changesOswald Buddenhagen2009-07-171-2/+2
| | | | ... by hiding the include from lupdate's view
* Merge commit 'origin/4.5'Oswald Buddenhagen2009-07-137-0/+80
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/3rdparty/webkit/JavaScriptCore/generated/Grammar.cpp src/3rdparty/webkit/JavaScriptCore/generated/Grammar.h src/3rdparty/webkit/VERSION src/3rdparty/webkit/WebCore/ChangeLog src/3rdparty/webkit/WebCore/generated/CSSGrammar.cpp src/3rdparty/webkit/WebCore/generated/CSSGrammar.h src/3rdparty/webkit/WebCore/generated/Grammar.cpp src/3rdparty/webkit/WebCore/generated/Grammar.h src/3rdparty/webkit/WebCore/generated/XPathGrammar.cpp src/3rdparty/webkit/WebCore/generated/XPathGrammar.h src/3rdparty/webkit/WebKit/qt/ChangeLog tools/linguist/lrelease/main.cpp tools/linguist/lupdate/main.cpp tools/linguist/shared/profileevaluator.cpp
| * implement proper vpath handlingOswald Buddenhagen2009-07-137-0/+80
| | | | | | | | | | | | | | | | | | | | | | | | this also removes the bogus special casing of various filename-containing variables inside the pro parser. while this is a feature as such, it restores backwards compatibility without damaging the correct behavior again, so it qualifies for 4.5. based on a2f40fce2a1cf3c19a13fa27eea08192493ab76e from creator Task-number: 254098
* | Merge commit 'origin/4.5'Bill King2009-07-131-2/+3
|\ \ | |/ | | | | | | | | | | | | Conflicts: src/plugins/kbddrivers/usb/main.cpp tests/auto/qnetworkreply/tst_qnetworkreply.cpp tests/auto/qwidget/tst_qwidget.cpp
| * make tests independent of PATH contentsOswald Buddenhagen2009-07-101-2/+3
| | | | | | | | use absolute paths for the tested executables
* | general wording change for some file type namesFrederik Schwarzer2009-07-065-5/+5
| | | | | | | | | | | | | | | | | | | | | | - .ts file -> TS file - .qm file -> QM file - .ui file -> UI file + a handfull of typos I stumbled over Merge-request: 802 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* | support for id-based translationsOswald Buddenhagen2009-07-062-0/+30
| | | | | | | | | | | | | | | | | | | | | | unlike in an earlier attempt, ids are textual this time. the developer is able to provide a template for the string. when lupdate and lrelease are integrated into the build process, this makes it possible to avoid a round-trip to a dedicated string designer during the early development stage. Requirement-id: QT-435
* | add support for attaching meta data to translatable messagesOswald Buddenhagen2009-07-022-0/+40
| | | | | | | | Requirement: QT-457
* | Merge branch '4.5'Thiago Macieira2009-07-023-0/+123
|\ \ | |/
| * add license headersOswald Buddenhagen2009-07-023-0/+123
| |
* | add 4.6 specific modifications to linguist tools testsOswald Buddenhagen2009-06-307-2/+123
|/
* integrate linguist tool autotests into the qt testsuiteOswald Buddenhagen2009-06-30158-0/+4848
Task-number: 218935