summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QVariant: Fix qIsNumericType(SChar)Thiago Macieira2014-11-201-1/+2
* Fix asymmetry in QVariant::cmp when A converts to B but not the oppositeThiago Macieira2014-11-201-2/+9
* Enhance precision of the FP conversion to strings in QVariantThiago Macieira2014-11-201-8/+13
* Use the static TexStorage2|3D funcs in es buildsLaszlo Agocs2014-11-191-0/+5
* Fix a typo in code comment in mocJędrzej Nowacki2014-11-191-1/+1
* Make QSysInfo enum types available cross-platformhjk2014-11-192-11/+27
* Item delegates: refactor and unify codeGiuseppe D'Angelo2014-11-198-211/+197
* Remove unused private apiJędrzej Nowacki2014-11-191-14/+0
* Add debug output for QPlatformSurfaceEvent.Friedemann Kleint2014-11-172-1/+15
* Update dbus to use new QMetaType::registerNormalizedType signatureJędrzej Nowacki2014-11-171-13/+1
* Send events when platform surfaces are created/about to be destroyedSean Harmer2014-11-176-0/+85
* Reduce code bloat, by cleaning up QMetaTypeFunctionHelperJędrzej Nowacki2014-11-173-155/+64
* Let QMetaType know which types are Q_GADGETOlivier Goffart2014-11-163-7/+38
* Q(Styled)ItemDelegate: code tidiesGiuseppe D'Angelo2014-11-142-4/+4
* QOpenGLTexture: don't allocate immutable multisample storage if not supportedGiuseppe D'Angelo2014-11-141-3/+35
* QOpenGLTexture: be more strict with the pixel format/typesGiuseppe D'Angelo2014-11-141-3/+141
* QOpenGLTexture: move the Feature enum on top of the headerGiuseppe D'Angelo2014-11-141-22/+22
* QOpenGLTexture: Fix a commentGiuseppe D'Angelo2014-11-141-4/+4
* QOpenGLTexture: introduce support for Ericsson compressed formatsGiuseppe D'Angelo2014-11-142-0/+68
* QSurface: added Q_DECLARE_METATYPEPaul Lemire2014-11-141-1/+3
* qwindowsmime.cpp: support dropping multiple mail attachmentsDavid Faure2014-11-133-6/+32
* QIdentityProxyModel: add missing default value, compared to base class.David Faure2014-11-131-1/+1
* QOpenGLTexture: fix storage allocationGiuseppe D'Angelo2014-11-133-12/+159
* QOpenGLTexture: move all the enums at the beginning of the classGiuseppe D'Angelo2014-11-131-78/+78
* QOpenGLTexture: revamp the feature listGiuseppe D'Angelo2014-11-131-12/+48
* qdoc: Include source file and line number of linksMartin Smith2014-11-124-25/+47
* qdoc: Remove CR from command parametersMartin Smith2014-11-121-1/+4
* qdoc: Generate the links-to-broken-links pageMartin Smith2014-11-125-23/+87
* qdoc: no longer autolinks symbols that begin with "__"Martin Smith2014-11-121-4/+6
* qdoc: Generate \keyword anchors at the top of the pageMartin Smith2014-11-126-4/+37
* qwindowmime.cpp: fix typo, remove unused variableDavid Faure2014-11-111-2/+1
* qwindowsmime.cpp: add missing qPrintable in qDebug lineDavid Faure2014-11-111-3/+3
* qdoc: Generate cross-module links-to-links pagesMartin Smith2014-11-118-65/+171
* qdoc: Fixed a link generation regressionMartin Smith2014-11-111-3/+4
* Fix moc preprocessorJędrzej Nowacki2014-11-111-0/+31
* BlackBerry 10 specific widget style as a style pluginVladimir Minenko2014-11-07121-0/+2420
* Ensure that a leave event is sent to a popup that is being closedJørgen Lind2014-11-074-8/+9
* Add a inline QVector::append(const QVector &) overloadhjk2014-11-062-0/+13
* QAbstractProxyModel: add missing default value, compared to base class.David Faure2014-11-061-1/+1
* Do not crash during global key presses.Jan Arve Saether2014-11-051-1/+1
* QElapsedTimer/Unix: Improve accuracy for millisecond valuesJonathan Liu2014-11-041-10/+4
* Import forkfd into qtbaseThiago Macieira2014-11-043-0/+629
* QFrame: introduce initStyleOption (and use it)Giuseppe D'Angelo2014-11-042-31/+47
* Fix QMetaType::metaObjectForType for QtGui and QtWidgets typesOlivier Goffart2014-11-031-1/+20
* Update credentials on cached http-connectionsAllan Sandfeld Jensen2014-11-033-5/+18
* Insert #line statements in shader program.Florian Behrens2014-11-031-27/+125
* Add rvalue-ref qualified {QString,QByteArray}::{simplified,trimmed}Thiago Macieira2014-11-026-15/+109
* Fix leftover doc bug from Qt 3 days.Gunnar Sletta2014-11-011-2/+1
* Make the empty Q_ASSERT still check its argument for validityThiago Macieira2014-11-014-3/+3
* Add QKeySequence::BackspaceMorten Johan Sørvig2014-10-314-4/+10