summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add missing private headers to .pri.Xizhi Zhu2012-02-161-1/+6
* Fix ref counted window close handling.Stephen Kelly2012-02-169-522/+79
* bootstrap configure.exe on windowsOswald Buddenhagen2012-02-165-7/+385
* Add QMetaType::FirstCoreType enum value.Jędrzej Nowacki2012-02-164-3/+5
* Add a ThemeChange event.Friedemann Kleint2012-02-168-0/+52
* Move the removal of the Quit event to QWindow.Stephen Kelly2012-02-154-3/+83
* Make the cmake tests work with a namespace build.Stephen Kelly2012-02-157-0/+14
* QHeaderView::moveSection performance boostThorbjørn Lund Martsum2012-02-152-245/+80
* Fix tst_QFileDialog2 for Windows 7.Miikka Heikkinen2012-02-151-9/+35
* Remove XFAIL in QGraphicsWidget test for WindowsMiikka Heikkinen2012-02-151-1/+3
* Implement new plugin mechanismLars Knoll2012-02-1517-260/+640
* Add JSON support to the bootstrap libraryLars Knoll2012-02-156-3/+21
* Add autotest for QMetaMethod introspectionKent Hansen2012-02-153-0/+621
* Corrected the size of mipmaps in framebuffer objects.Kim Motoyoshi Kalland2012-02-152-4/+4
* Remove a couple of QtGui/QtGui header entriesAndy Shaw2012-02-152-2/+2
* Added support for resetting QOpenGLFramebufferObject attachments.Samuel Rødal2012-02-153-27/+82
* Stabilize QFileSystemWatcher test.Friedemann Kleint2012-02-152-35/+69
* Various documentation fixes ported from Qt 4.8Teemu Katajisto2012-02-1511-15/+29
* tst_QVariant passes on Mac OS XBradley T. Hughes2012-02-151-2/+0
* Test template-based connect() with qmetaobjectbuilderKent Hansen2012-02-151-9/+17
* qmetaobjectbuilder: Add support for revisioned methods and propertiesKent Hansen2012-02-153-4/+157
* Fix compilation with MinGWJonathan Liu2012-02-153-1/+10
* Fixed typo.Rohan McGovern2012-02-151-1/+1