summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Martin Jones2010-03-2544-58/+2748
|\
| * Use QTRY_COMPARE after QTest::qWaitForWindowShown()Kent Hansen2010-03-251-1/+1
| * QtScript: Add API for reporting additional memory costsKent Hansen2010-03-251-0/+19
| * Merge remote branch 'main/4.7' into 4.7Morten Johan Sørvig2010-03-2588-1343/+630
| |\
| * | Fix CI sytem build breakage.Morten Johan Sørvig2010-03-251-0/+0
| * | Compile with QT_NO_NETWORKINTERFACE defined.Aaron McCarthy2010-03-251-0/+10
| * | Merge remote branch 'origin/4.7' into HEADThiago Macieira2010-03-241-0/+0
| |\ \
| * | | Do not use _NET_ACTIVE_WINDOW for nonmanaged windows.Denis Dzyubenko2010-03-241-1/+1
| * | | QtScript: Add QObjectWrapOption for not exposing slotsKent Hansen2010-03-241-0/+87
| * | | Add unit tests for QTranslator.David Sansome2010-03-243-1/+25
| * | | Revert "Optimized QLocale to access system locale on demand."Morten Johan Sørvig2010-03-241-6/+0
| * | | Mac: new auto test: macnativeeventsRichard Moe Gustavsen2010-03-248-0/+1317
| * | | Bearer management changes from Qt Mobility (6fb31d1e).Aaron McCarthy2010-03-241-35/+220
| * | | Use the default codec with QString::vsprintf()Florian Vichot2010-03-231-0/+5
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-2327-20/+1069
| |\ \ \
| | * | | Fix the test of QDirIterator with NoDot and NoDotDotBenjamin Poulain2010-03-231-3/+3
| | * | | Split QDir::NoDotAndDotDot into QDir::NoDot and QDir::NoDotDotBernhard Rosenkraenzer2010-03-231-0/+48
| | * | | _close(fd) closes the associated handle and not the other way aroundJoão Abecasis2010-03-231-0/+47
| | * | | Rename getter function used in test also.Aaron McCarthy2010-03-231-5/+5
| | * | | Add a function to get the transitions available from a stateKent Hansen2010-03-221-0/+33
| | * | | Code cleaning for the QStringList's joinEmptiness() test caseBenjamin Poulain2010-03-221-4/+4
| | * | | Fix behavior change QStringList::join() for nullKenji Sugita2010-03-221-0/+10
| | * | | Upgraded QLocale data to Unicode CLDR 1.8.0Denis Dzyubenko2010-03-221-14/+19
| | * | | Do not use FSEvents-based filesystemwatcher backend on Mac.Denis Dzyubenko2010-03-221-0/+25
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-2222-6/+887
| | |\ \ \
| | | * | | Add support for polyphonic greekLars Knoll2010-03-221-0/+75
| | | * | | Merge remote branch 'origin/4.7' into oslo-staging-1Aaron McCarthy2010-03-2225-260/+661
| | | |\ \ \
| | | * \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-2121-6/+812
| | | |\ \ \ \
| | | | * | | | Autotests: if you use X11 libs, you must link to X11 libs explicitly.Thiago Macieira2010-03-214-0/+13
| | | | * | | | Add 2 signals, introduce side widget, make it possible to reset startIdJarek Kobus2010-03-191-1/+96
| | | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-1916-5/+703
| | | | |\ \ \ \
| | | | | * | | | Revert "Don't emit open signal on session close/error."Aaron McCarthy2010-03-191-3/+0
| | | | | * | | | Merge remote branch 'origin/4.7' into oslo-staging-1Aaron McCarthy2010-03-1915-165/+274
| | | | | |\ \ \ \
| | | | | * | | | | Rename networkAccess property to networkAccessible.Aaron McCarthy2010-03-193-0/+117
| | | | | * | | | | Don't emit open signal on session close/error.Aaron McCarthy2010-03-191-0/+3
| | | | | * | | | | Autotest: fix instability by accepting rounding errorsThiago Macieira2010-03-181-2/+7
| | | | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-1813-5/+581
| | | | | |\ \ \ \ \
| | | | | | * | | | | Add a test case for commit 76d767080a6be7b025f36d6778dfaedbd31a9f07Tasuku Suzuki2010-03-181-0/+52
| | | | | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-1812-5/+529
| | | | | | |\ \ \ \ \
| | | | | | | * | | | | Build and run QElapsedTimer test.Aaron McCarthy2010-03-181-0/+1
| | | | | | | * | | | | Fix license headers.Aaron McCarthy2010-03-184-0/+164
| | | | | | | * | | | | Don't fail unit test when there is no default network configuration.Aaron McCarthy2010-03-181-5/+3
| | | | | | | * | | | | Optimized QLocale to access system locale on demand.Denis Dzyubenko2010-03-171-0/+6
| | | | | | | * | | | | Manual test for QTBUG-8933.Carlos Manuel Duclos Vergara2010-03-176-0/+156
| | | | | | | * | | | | Add QDateTime::currentDateTimeUtc and QDateTime::currentMsecsSinceEpochThiago Macieira2010-03-171-0/+75
| | | | | | | * | | | | remove, fixupThiago Macieira2010-03-171-7/+3
| | | | | | | * | | | | Add a couple of extra functions to QElapsedTimerThiago Macieira2010-03-171-6/+27
| | | | | | | * | | | | Autotest: Rename the test to match the new class nameThiago Macieira2010-03-172-13/+13
| | | | | | | * | | | | Rename the files tooThiago Macieira2010-03-172-0/+0
| | | | | | | * | | | | Port QTest::qWait also to use QTimestamp.Thiago Macieira2010-03-171-1/+1