summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* corelib: eliminated usage of qttest_p4.prfRohan McGovern2011-10-25127-265/+371
* Don't build app bundles for qmltestcase applications on Mac OS XCharles Yin2011-10-251-0/+2
* Don't call QSKIP/QVERIFY outside of test functions.Jason McDonald2011-10-251-19/+24
* Update bug number in autotests.Jason McDonald2011-10-252-2/+2
* Add CONFIG flag to use the compiler to generate makefile dependenciesTor Arne Vestbø2011-10-241-51/+65
* Compile with clangBradley T. Hughes2011-10-241-5/+6
* Improve drawing scaled image with raster using SSE2Olivier Goffart2011-10-243-22/+153
* Network - Use isLoopback API in place of existing localhost checksShane Kearns2011-10-246-10/+6
* Network - Add QHostAddress::isLoopback API.Shane Kearns2011-10-244-0/+66
* QIODevice - disallow setTextMode when not openShane Kearns2011-10-241-0/+6
* Extend QVariant benchmarksJędrzej Nowacki2011-10-241-0/+77
* corelib: Remove Q_WS-macros.Friedemann Kleint2011-10-2424-250/+44
* test: Split `qcontiguouscache' unit and benchmark testsSergio Ahumada2011-10-245-138/+204
* Keep Multi font engine in QFontCacheJiang Jiang2011-10-243-7/+16
* tests: do not run benchmarks by default in 'make check'Sergio Ahumada2011-10-241-0/+4
* Allow commiting and then reusing a QTouchEventSequence for testing.Michael Brasser2011-10-241-20/+33
* Remove legacy Symbian code from qtestlib.Jason McDonald2011-10-246-71/+8
* Fix qcolumnview test for shadow builds.Jason McDonald2011-10-241-2/+2
* Fix qsidebar test for shadow builds.Jason McDonald2011-10-241-2/+2
* Fix qfilesystemmodel test for shadow builds.Jason McDonald2011-10-241-1/+1
* Fix QFileDialog test for shadow builds.Jason McDonald2011-10-241-3/+3
* Multiline editors not to limit anchor position inputMethodQueryPekka Vuorela2011-10-243-2/+15
* test: Split `qsqlquery' unit and benchmark testSergio Ahumada2011-10-234-39/+285
* Remove QAccessibleWidgetPrivate inheritance of QAccessibleFrederik Gladhorn2011-10-231-3/+3
* Fix compilation with -fno-exceptionsDavid Faure2011-10-231-0/+4
* Deprecate QDesktopServices::storageLocation/displayNameDavid Faure2011-10-235-68/+28
* Make some qtestlib headers private.Jason McDonald2011-10-2313-35/+92
* Remove "duplicate objective-c class" warning.Morten Sorvig2011-10-231-0/+5
* Cocoa: clean up compiler warnings.Morten Sorvig2011-10-237-35/+19
* Add the missing unittestDavid Faure2011-10-232-0/+294
* Rename storageLocation() to writableLocation().David Faure2011-10-236-15/+15
* Add QStandardPaths::RuntimeLocation, for sockets ($XDG_RUNTIME_DIR)David Faure2011-10-235-7/+42
* Add QStandardPaths::findExecutable.David Faure2011-10-233-14/+92
* Check QFileInfo::isExecutable for symlinks, works as intended.David Faure2011-10-231-1/+18
* QStandardPaths: add Config and GenericData, add methodsDavid Faure2011-10-236-74/+298
* Move path information from QDesktopServices (gui) to QStandardPaths (core)David Faure2011-10-2312-435/+701
* QWindow: Re-create platform window only if screen actually changes.Friedemann Kleint2011-10-221-6/+10
* Add virtual QWindow::focusObject() methodLars Knoll2011-10-224-5/+23
* Fix two typos: docu for "deprecated since" and Q_DEPR... -> QT_DEPR...David Faure2011-10-222-2/+2
* Compile with clangBradley T. Hughes2011-10-221-2/+2
* Add Q_DECL_CONSTEXPR to a QChar, QLatin1Char and QLatin1String constructorsThiago Macieira2011-10-222-26/+19
* Make the default install path point to /usr/local/Qt-$VERSIONLars Knoll2011-10-211-15/+1
* Off-by-one error in assert condition...João Abecasis2011-10-211-1/+1
* Leftovers from 401722ef9e6fe79bd41f9d5f79668f5c4997c8e6João Abecasis2011-10-211-14/+0
* Fix QTemporaryFile regressions and new found issuesJoão Abecasis2011-10-212-50/+36
* Use "native paths" on POSIX platforms as wellJoão Abecasis2011-10-211-27/+3
* Cleanup #includesJoão Abecasis2011-10-211-2/+0
* Atomic implementation of create file and obtain handle for Win/SymbianJoão Abecasis2011-10-212-60/+122
* Minimize encoding conversions when generating unique file nameJoão Abecasis2011-10-211-15/+54
* Use QStringBuilder when copying template for modificationJoão Abecasis2011-10-211-15/+47