summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Convert jpeg plugin to new formatLars Knoll2012-02-174-13/+71
* Convert ico plugin to new format.Lars Knoll2012-02-174-18/+72
* Convert GIF plugin to the new formatLars Knoll2012-02-174-13/+72
* Enables QProcess back on QNX.Rafael Roquetto2012-02-174-18/+160
* Static plugins don't break QFactoryLoader::keys()Lincoln Ramsay2012-02-171-1/+1
* Changed qnetworkreply unittest to work from install directoryKurt Korbatits2012-02-174-289/+243
* Removed rfc3252.txt from networkselftest unittestKurt Korbatits2012-02-172-910/+0
* Fix naming of plugins for QPA plugins and use new plugin system.Friedemann Kleint2012-02-1714-10/+37
* Remove usages of QT_ARCH and QT_ARCH_* from qtbaseBradley T. Hughes2012-02-1720-38/+37
* Some small doc fixes, typos and removal of one incorrect paragraphAndy Shaw2012-02-175-12/+7
* Don't render glyph with FT with fetchMetricsOnlyJiang Jiang2012-02-171-1/+1
* Ensure that QSqlDatabase::database() is still thread-safeAndy Shaw2012-02-171-4/+1
* Ensure the header's context menu is in sync with the visible sectionsAndy Shaw2012-02-171-1/+12
* Use ctest to run all tests and print output.Stephen Kelly2012-02-172-19/+68
* Only define QT_NAMESPACE if it is used.Stephen Kelly2012-02-171-2/+4
* Compilation fix: missing includes for geteuid()Marc Mutz2012-02-172-0/+9
* [QTBUG-22847] Compile with C++11 compilerMarc Mutz2012-02-172-4/+4
* xcb: avoid use of statically-sized QListMarc Mutz2012-02-171-18/+15
* Make sure to print short text for QSslCertifictaeExtension.Casper van Donderen2012-02-171-1/+2
* Fix qlogging test for release configurationMiikka Heikkinen2012-02-172-12/+26
* QWindow-test: Fix QSignalSpy warning about Qt::ScreenOrientation.Friedemann Kleint2012-02-171-0/+3
* QMimeData: export URLs as text tooDavid Faure2012-02-172-3/+32
* Remove historical +1 from font height calculationEskil Abrahamsen Blomfeldt2012-02-1710-27/+22
* Avoid loading and keeping unused fallback font enginesEskil Abrahamsen Blomfeldt2012-02-1714-8/+235
* Base active window handling on WM_SET/KILLFOCUS.Friedemann Kleint2012-02-173-6/+15
* Fix QWindowsClipboard crash when mimeData is NULL.Miikka Heikkinen2012-02-171-2/+5
* QDebug: Add support for %{pid}, %{appname} and %{threadid}David Faure2012-02-173-8/+32
* Fix tst_QFileSystemWatcher failure on Mac OS XBradley T. Hughes2012-02-172-2/+5
* testlib: Skip test function if init() fails.Jason McDonald2012-02-176-39/+274
* Changed qsslkey to work from installation directoryKurt Korbatits2012-02-172-52/+12
* Changed qsslcertificate unittest to work from install directoryKurt Korbatits2012-02-172-63/+38
* Changed qcryptographichash unittest to work from installation directoryKurt Korbatits2012-02-172-12/+4
* Changed json unittest to work from installation directoryKurt Korbatits2012-02-162-8/+13
* Add support for querying an elided sub-string from QTextEngine.Andrew den Exter2012-02-162-20/+24
* Use english name to match font in windows platformjian liang2012-02-164-12/+238
* QDial: Fix crash when singleStep-property is 0.Friedemann Kleint2012-02-161-1/+3
* Eliminate duplicate data row names in dbus, tools and xml autotests.Jason McDonald2012-02-163-32/+31
* Eliminate duplicate data row names in network autotestsJason McDonald2012-02-164-23/+24
* testlib: Remove obsolete version of QSKIP macro.Jason McDonald2012-02-161-11/+0
* Remove code related to test location.Jason McDonald2012-02-163-27/+0
* Use static-less QMetaType API in QVariant.Jędrzej Nowacki2012-02-162-4/+7
* Implement new static less API for QMetaType.Jędrzej Nowacki2012-02-165-34/+534
* Redirect libjpeg messages via qWarningDonald Carr2012-02-161-0/+9
* Qt Network: Added the \inmodule command in the class documentation.Michalina Ziemba2012-02-168-6/+15
* Drop QFile::fileEngineJoão Abecasis2012-02-165-51/+48
* Fixed tst_QFile when redirecting stdin/stdout/stderr to/from files.Rohan McGovern2012-02-161-3/+6
* qmetaobjectbuilder: Store only unique strings in the string tableKent Hansen2012-02-161-37/+53
* Don't hardcode the number 14 in meta-object generatorsKent Hansen2012-02-163-3/+7
* qmetaobjectbuilder: Add asserts to confirm validityKent Hansen2012-02-161-5/+12
* Include headers before QT_BEGIN_NAMESPACE.Xizhi Zhu2012-02-162-2/+3