summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Fix keyboard grab in QWidgetWindow.Friedemann Kleint2012-11-261-0/+22
* QLocale: Fix matchingLocales() behavior if script or country is not Any*Konstantin Ritt2012-11-251-0/+30
* Fix QVariant streaming in Qt3 compatibility mode.Jędrzej Nowacki2012-11-241-0/+40
* tst_QDateTimeEdit: remove redundant includeJ-P Nurmi2012-11-241-1/+0
* tst_QToolButton: remove redundant includeJ-P Nurmi2012-11-241-1/+0
* QLocale: Fix toCurrencyString() didn't respect group separator optionKonstantin Ritt2012-11-231-15/+21
* Cleanup tst_QApplicationJ-P Nurmi2012-11-231-46/+46
* Make skipping of test consistent.Frederik Gladhorn2012-11-232-31/+1
* Prevent "number of sections exceeded" when compiling qmetatype tests.Mitch Curtis2012-11-231-0/+5
* Do not detect directories ending in ".lnk" as link files.Friedemann Kleint2012-11-231-0/+7
* Proper macro replacment and branch evaluationLars Knoll2012-11-232-3/+38
* Emit destroyed() signal before children get deletedLars Knoll2012-11-231-0/+100
* Made QMacStyle internalJ-P Nurmi2012-11-238-34/+12
* tst_qlistview: remove redundant includeJ-P Nurmi2012-11-231-4/+0
* tst_qwizard: remove redundant includeJ-P Nurmi2012-11-231-1/+0
* QTBF: Fix issue with no splitting the words at "." (FULL STOP)Konstantin Ritt2012-11-231-2/+41
* Made QWindowsMobileStyle internalJ-P Nurmi2012-11-231-3/+3
* Made QWindowsCEStyle internalJ-P Nurmi2012-11-231-5/+2
* Fixes problem with single precision floats in QDataStream (Windows).Christian Strømme2012-11-231-0/+44
* Account for the item spacing when using QListView::scrollTo()Pierre Rossi2012-11-231-5/+0
* tst_QMetaProperty doesn't need QtGuiMarc Mutz2012-11-221-1/+1
* Add support for getaddrinfo using MinGW in tst_qhostinfoJonathan Liu2012-11-222-8/+5
* Add QMimeType::aliases().David Faure2012-11-222-0/+27
* Remove warnings from qtbase.Mitch Curtis2012-11-213-1/+3
* Update Qlocale data up to CLDR 22.1Konstantin Ritt2012-11-211-4/+3
* Update Qlocale data up to CLDR 2.0.1Konstantin Ritt2012-11-211-4/+3
* Use likelySubtags to instantiate a locale id from it's short formKonstantin Ritt2012-11-212-365/+86
* [SIC/BIC] QLocale: update enums up to CLRD 1.9.1Konstantin Ritt2012-11-211-7/+39
* uic - fix to handle QTreeWidget with empty header(s)Thorbjørn Lund Martsum2012-11-212-0/+159
* Made QWindowsXPStyle internalJ-P Nurmi2012-11-211-7/+4
* Made QWindowsVistaStyle internalJ-P Nurmi2012-11-211-5/+5
* BlackBerry: Changed QSettings file accessBernd Weimer2012-11-211-1/+60
* Fix MinGW compilation for tst_qwinoverlappedionotifierJonathan Liu2012-11-211-3/+10
* Made QFusionStyle internalJ-P Nurmi2012-11-215-26/+19
* Fix regression in QXmlStreamWriter with codec set to UTF-16Jan Arve Saether2012-11-201-0/+22
* QLocale: replace hard-coded default country-for-language mapKonstantin Ritt2012-11-191-3/+3
* Fix error reporting in TDS SQL driver.Aaron McCarthy2012-11-181-0/+32
* Fix QStringList::sort testGiuseppe D'Angelo2012-11-161-1/+8
* Fix QMutex::tryLock timeout computation on LinuxOlivier Goffart2012-11-161-0/+15
* Disable static contents optimization for now.Samuel Rødal2012-11-151-3/+1
* Regression fix to QHeaderView::setDefaultSectionSizeThorbjørn Lund Martsum2012-11-151-1/+7
* Change to enter/leave policy while grabbing.Miikka Heikkinen2012-11-151-74/+21
* QMimeDatabase: Fix handling of duplicate mimetype definitions.David Faure2012-11-144-0/+74
* Widgets: Stop cursor blink timer when QLineEdit is read-onlyGabriel de Dietrich2012-11-141-0/+38
* Send enter to the child at the position of the QEnterEvent.Friedemann Kleint2012-11-141-2/+2
* Fix zero-duration animations running Backwards.Andreas Aardal Hanssen2012-11-131-0/+45
* tests: Mark tst_qfilesystemmodel as insignificant on MacSamuli Piippo2012-11-131-0/+2
* test: Remove Q_WS_X11 from tst_QTextScriptEngineKonstantin Ritt2012-11-111-319/+226
* Fix a warning on compilers not supporting constexpr.Jędrzej Nowacki2012-11-111-4/+4
* Add a QEnterEvent containing the mouse position.Friedemann Kleint2012-11-101-10/+11