summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Some small doc fixes, typos and removal of one incorrect paragraphAndy Shaw2012-02-174-11/+6
* 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-171-4/+2
* Only define QT_NAMESPACE if it is used.Stephen Kelly2012-02-171-2/+4
* [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
* QMimeData: export URLs as text tooDavid Faure2012-02-171-1/+27
* Remove historical +1 from font height calculationEskil Abrahamsen Blomfeldt2012-02-178-20/+15
* 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-171-1/+22
* testlib: Skip test function if init() fails.Jason McDonald2012-02-171-1/+1
* 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
* 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-161-4/+5
* Implement new static less API for QMetaType.Jędrzej Nowacki2012-02-163-10/+348
* 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
* 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-168-23/+65
* Add QMetaType::FirstCoreType enum value.Jędrzej Nowacki2012-02-161-0/+1
* Add a ThemeChange event.Friedemann Kleint2012-02-168-0/+52
* Move the removal of the Quit event to QWindow.Stephen Kelly2012-02-152-3/+3
* Make the cmake tests work with a namespace build.Stephen Kelly2012-02-151-0/+3
* QHeaderView::moveSection performance boostThorbjørn Lund Martsum2012-02-152-245/+80
* Implement new plugin mechanismLars Knoll2012-02-1517-260/+640
* Add JSON support to the bootstrap libraryLars Knoll2012-02-156-3/+21
* 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
* Various documentation fixes ported from Qt 4.8Teemu Katajisto2012-02-157-8/+21
* qmetaobjectbuilder: Add support for revisioned methods and propertiesKent Hansen2012-02-152-4/+132
* Fix compilation with MinGWJonathan Liu2012-02-153-1/+10
* Fixed typo.Rohan McGovern2012-02-151-1/+1
* QSqlTableModel::indexInQuery(): fix for inserted rowsMark Brand2012-02-151-0/+3
* QSqlRelationalTableModelPrivate: simplify field name translationMark Brand2012-02-151-9/+6
* QSqlTableModel::submitAll(): avoid resubmiting successful changesMark Brand2012-02-152-2/+20
* QSqlTableModel: do not store primaryValues in change cacheMark Brand2012-02-152-13/+7