summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2013-10-10correctly resolve INCLUDEPATH relative to current projectOswald Buddenhagen5-0/+123
2013-10-10don't unnecessarily claim that gui is neededOswald Buddenhagen2-2/+2
2013-10-01add missing fileOswald Buddenhagen1-0/+42
2013-08-27Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn3-3/+7
2013-08-27collect messages from INSTALL and DEPLOYMENT file listsOswald Buddenhagen5-0/+160
2013-08-27fix arguments of main() in test dataOswald Buddenhagen3-3/+3
2013-08-19make TR_EXCLUDE work for #include statements as wellOswald Buddenhagen2-1/+4
2013-08-12execute some loops even in cumulative modeOswald Buddenhagen1-2/+3
2013-08-12Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn244-141/+404
2013-08-07introduce new message type "vanished"Oswald Buddenhagen61-68/+81
2013-08-07complain about missing sources in id-based messagesOswald Buddenhagen3-0/+14
2013-08-07fix strings from #included sources not being collectedOswald Buddenhagen3-0/+52
2013-08-07make TR_EXCLUDE work for SUBDIRSOswald Buddenhagen3-0/+54
2013-08-07purge pointless QT_DISABLE_DEPRECATED_BEFORE=0Oswald Buddenhagen50-53/+0
2013-08-07build without QT_DISABLE_DEPRECATED_BEFORE=0Oswald Buddenhagen2-5/+4
2013-08-06remove dead filesOswald Buddenhagen2-152/+0
2013-08-06don't ignore changes to meta data when updating translation unitsOswald Buddenhagen3-1/+3
2013-08-06de-duplicate extra comments when adding a message multiple timesOswald Buddenhagen2-0/+6
2013-08-06update all data of existing messages in extend()Oswald Buddenhagen2-0/+40
2013-08-06avoid false positives when looking for magic commentsOswald Buddenhagen4-7/+19
2013-08-06cancel complex constructs at end of #defineOswald Buddenhagen1-1/+1
2013-08-01fix handling of c'tors with namespaced parent classesOswald Buddenhagen2-0/+35
2013-08-01make QT_TR_NOOP work in static initializers, take 2Oswald Buddenhagen2-0/+18
2013-08-01ignore bracketed expressions only outside function scopeOswald Buddenhagen2-0/+14
2013-07-29Move uiloader test from tests/auto to tests/manualSergio Ahumada180-7/+243
2013-07-11Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn6-2874/+21238
2013-07-10Add a unit test for testing Qt in its install location.Stephen Kelly2-1/+8
2013-07-08test: Add 5.1.0 bic data for linux-gcc-ia32Sergio Ahumada3-0/+40483
2013-07-05tst_bic: Remove QtDesignerComponents and QtCLucene dataSergio Ahumada3-22126/+0
2013-05-23Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2-8/+6
2013-05-21create a .qmake.cache for the lupdate testsOswald Buddenhagen2-0/+5
2013-05-21make stubs for dangerous/useless qmake functions in limited modeOswald Buddenhagen1-8/+1
2013-04-09lupdate: allow to configure names of tr()-like functionsMarc Mutz3-0/+282
2013-03-27Generate the Qt5LinguistConfig.cmake files independent of QtUiTools.Stephen Kelly2-4/+3
2013-03-20Merge branch 'dev' into stableSergio Ahumada41-1206/+8
2013-03-14Run the qttools cmake module tests only if QtWidgets is available.Stephen Kelly1-2/+4
2013-03-14Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn3-4/+4
2013-03-13Remove qaccessible2 bic data.Frederik Gladhorn3-603/+0
2013-03-13Install the Qt5LinguistToolsConfigVersion.cmake file.Stephen Kelly1-2/+2
2013-03-12purge CODECFORTR & -codecfortr supportOswald Buddenhagen36-540/+8
2013-03-12purge TS 1.1 supportOswald Buddenhagen4-64/+1
2013-02-26Use qmake for package dependency resolution in cmake tests.Stephen Kelly2-2/+2
2013-02-13Remove QPointerBase bic check.Stephen Kelly5-25/+0
2013-01-22tst_bic: Add bic data for linux-gcc-ia32Sergio Ahumada6-3/+62293
2013-01-10Update copyright year in Digia's license headersSergio Ahumada128-128/+128
2013-01-08make use of qtHaveModule()Oswald Buddenhagen1-1/+1
2012-12-16remove obsolete DEPENDPATH assignmentsOswald Buddenhagen1-1/+1
2012-12-11make use of qt_headersclean.prfOswald Buddenhagen2-73/+4
2012-11-30Change copyright information from Nokia to DigiaSergio Ahumada9-12/+12
2012-11-20add support for TR_EXCLUDEOswald Buddenhagen2-0/+48