summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Winrt: Skip qthread autotests, which are not supported (yet)Oliver Wolff2013-10-021-0/+12
* Winrt: tst_qthread: Added QEXPECT_FAIL where neededOliver Wolff2013-10-021-0/+12
* WinRT: Fix various test compilationsAndrew Knight2013-10-0246-68/+165
* Merge branch 'stable' into devSergio Ahumada2013-09-2710-52/+58
|\
| * Mac: QWizard default background pixmap works againLiang Qi2013-09-261-16/+4
| * QLocale - Fix Mac date format code translationJohn Layt2013-09-261-4/+1
| * QString::reserve fix to avoid truncationMarko Pellikka2013-09-261-0/+12
| * Expose QTest::currentAppName() and remove hard-coded argv[0] in testsTor Arne Vestbø2013-09-266-31/+39
| * tst_QNetworkReply: Don't remove file if never createdTor Arne Vestbø2013-09-261-1/+2
* | Say hello to qFloatDistance()Jan Arve Saether2013-09-271-0/+93
* | threading support for winrtKamil Trzcinski2013-09-261-0/+12
|/
* Add QKeySequenceEditIvan Komissarov2013-09-244-0/+111
* moc: Don't stumble over MSVC __declspec.Stephen Kelly2013-09-241-3/+10
* When calling setPageSizeMM then the size needs to be passed as MMAndy Shaw2013-09-231-0/+1
* Fix a c&p bug in the IA2 bridge when returning the row descriptionJan Arve Saether2013-09-231-2/+7
* tst_QReadWriteLock: replace a volatile bool with an atomic intMarc Mutz2013-09-231-6/+6
* tst_QMutex: fix a raceMarc Mutz2013-09-231-3/+1
* QDateTime - Remove some benchmark testsJohn Layt2013-09-231-83/+0
* QDateTime - Add QTimeZone supportJohn Layt2013-09-233-1/+302
* QTimeZone - Add Windows backendJohn Layt2013-09-231-25/+84
* QTimeZone - Add Mac backendJohn Layt2013-09-231-0/+50
* QTimeZone - Add TZ File BackendJohn Layt2013-09-221-0/+138
* QTimeZone - Add ICU supportJohn Layt2013-09-221-0/+141
* QTimeZone - Define new class and apiJohn Layt2013-09-223-0/+509
* Q_STATIC_ASSERT: use __COUNTER__ instead of __LINE__ if the compiler supports itMarc Mutz2013-09-221-0/+5
* Add widget replace function to QLayoutThorbjørn Lund Martsum2013-09-217-2/+276
* Merge branch 'stable' into devSergio Ahumada2013-09-213-0/+128
|\
| * Fix QFileSystemWatcher inotifyRiccardo Ferrazzo2013-09-191-0/+81
| * xcb: QWindow never uses XCB_GRAVITY_CENTERShawn Rutledge2013-09-161-0/+45
| * tst_QTextLayout: fix unhandled enum value in switch warningMarc Mutz2013-09-161-0/+2
* | Add Mac type conversion functions to QtCoreMorten Johan Sørvig2013-09-216-0/+171
* | Use the correct identifier for the OS X operating system.Jake Petroules2013-09-212-1/+1
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-09-212-4/+5
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-09-162-4/+5
| |\|
| | * tst_qurlinternal: fix a use of memcpy on overlapping memoryMarc Mutz2013-09-141-3/+4
| | * tst_QSettings: add missing () around a macro argument useMarc Mutz2013-09-141-1/+1
* | | QCompleter::setFilterMode() add property filterMode.Oto Magaldadze2013-09-201-0/+129
* | | tst_QPainter: fix a Q_DECLARE_METATYPE coming too lateMarc Mutz2013-09-201-2/+1
* | | Import qlogger frameworkKai Koehne2013-09-204-0/+831
* | | QDateTime - Add api for isDaylightTime()John Layt2013-09-201-0/+23
* | | QDateTime - Fix Daylight Transition for "missing" hourJohn Layt2013-09-201-6/+0
* | | QDateTime - Change date/time storage to msecsJohn Layt2013-09-201-34/+16
* | | QDateTime - Add Benchmark TestsJohn Layt2013-09-203-0/+612
* | | test: fix tst_QFont::defaultFamily on Mac OS X 10.8Liang Qi2013-09-201-8/+0
* | | Revert "test: Mark tst_QRawFont::fromFont() as XFAIL"Liang Qi2013-09-201-4/+0
* | | QMessageBox - make it possible to have a checkbox on the dialogThorbjørn Martsum2013-09-202-0/+21
* | | Add missing implementation in QAccessibleTabBar::indexOfChildJan Arve Saether2013-09-201-0/+1
* | | Set tst_qfilesystemmodel as insiginificantSimo Fält2013-09-201-0/+2
* | | Disable tst_QFileSystemWatcherGunnar Sletta2013-09-201-0/+2
* | | Implement QMainWindow::takeCentralWidget()Sune Vuorela2013-09-201-0/+55