summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-1110-65/+181
* qdoc: Fixed a link generation regressionMartin Smith2014-11-111-3/+4
* Fix moc preprocessorJędrzej Nowacki2014-11-112-0/+71
* QFrame: add an autotest for visual appearanceGiuseppe D'Angelo2014-11-1173-7/+50
* 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
* Android: Enable 64-bit configuration on Windows host platformEskil Abrahamsen Blomfeldt2014-11-071-4/+9
* Add a inline QVector::append(const QVector &) overloadhjk2014-11-063-0/+25
* 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-043-31/+129
* QFrame: add unit testDavid Faure2014-11-044-0/+70
* Android: Default to newest toolchainEskil Abrahamsen Blomfeldt2014-11-041-1/+1
* 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-027-15/+121
* 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
* Implement QTableWidget/QListWidget::mimeData()Giuseppe D'Angelo2014-10-316-5/+160
* Add QMetaType::type(QByteArray) functionKent Hansen2014-10-314-6/+101
* QIdentityProxyModel: remove slow bounds-checking, for more performanceDavid Faure2014-10-311-3/+0
* Use Q_DECL_RELAXED_CONSTEXPR in QFlagsOlivier Goffart2014-10-313-7/+22
* Use file mapping in moc.Jędrzej Nowacki2014-10-302-10/+20
* Make Q_INVOKABLE work on Q_GADGETOlivier Goffart2014-10-303-0/+183
* Be able to read and write properties to Q_GADGETOlivier Goffart2014-10-303-0/+77
* Add conversion between QVariantHash and QJsonObjectAllan Sandfeld Jensen2014-10-304-1/+91
* Clean up ShortcutOverride handlingFrederik Gladhorn2014-10-309-51/+91
* QGenericUnixTheme::xdgIconThemePaths: add /usr/share/pixmapsAntti Kaijanmäki2014-10-291-0/+5
* Add accessible actions for scrolling and page changesFrederik Gladhorn2014-10-283-1/+117
* moc: Move the property access code to the qt_static_metacallOlivier Goffart2014-10-283-140/+188
* moc: Have a staticMetaCall in the Q_GADGET metaobjectOlivier Goffart2014-10-282-5/+11
* Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devFrederik Gladhorn2014-10-28163-1626/+2571
|\
| * Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-27163-1626/+2571
| |\
| | * Android: Fix android bearer implementation.Christian Strømme2014-10-271-27/+14