summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add Intel Q965/Q963 and G33/31 to the Windows OpenGL blacklistKimmo Leppälä2015-07-311-1/+26
* Add QStorageInfo::blockSizeThiago Macieira2015-07-305-1/+17
* Turn off font hinting when active highdpi scalingPaul Olav Tvete2015-07-301-3/+2
* Add a quick optimization for QVersionNumber's constructorsThiago Macieira2015-07-301-1/+11
* Fix highdpi drag-n-drop for X11Paul Olav Tvete2015-07-304-52/+72
* X11 changes for highdpiPaul Olav Tvete2015-07-304-16/+29
* Highdpi changes for WindowsFriedemann Kleint2015-07-308-17/+65
* Introduce cross platform high-dpi scalingMorten Johan Sørvig2015-07-3022-87/+1174
* Enable non-integer device pixel ratioMorten Johan Sørvig2015-07-3027-46/+112
* eglfs_kms: Implement DPMS modePier Luigi Fiorini2015-07-294-3/+49
* Add power state to QPlatformScreenPier Luigi Fiorini2015-07-292-0/+28
* Refactor QVersionNumber so it stores values in-classThiago Macieira2015-07-292-21/+205
* Replace ifdefs with QDir::listSeparator()Sérgio Martins2015-07-291-6/+1
* Support MRT in QOpenGLFramebufferObjectLaszlo Agocs2015-07-295-164/+395
* Remove QT_DEVICE_PIXEL_RATIO support from xcbPaul Olav Tvete2015-07-299-292/+74
* Doc: Increase accuracy of QString documentation discussing size()Topi Reinio2015-07-291-13/+14
* Doc: Fix various issues in QDoc ManualTopi Reinio2015-07-297-172/+149
* qdoc: Allow using group name as a QHP subproject selectorTopi Reinio2015-07-293-49/+124
* Revert "Add devicePixelRatio support to the Windows QPA plugin."Friedemann Kleint2015-07-2919-398/+112
* forkfd: introduce system_forkfd to do system calls that do forkfdThiago Macieira2015-07-281-0/+16
* Introduce QHash key iteratorsSérgio Martins2015-07-283-1/+194
* Introduce QMap key iteratorsSérgio Martins2015-07-283-4/+197
* doc: Corrected docs for QList and QVectorMartin Smith2015-07-273-73/+120
* QTimer: Force a compilation error with pmf without objectOlivier Goffart2015-07-271-2/+6
* Use ibus ProcessKeyEvent asynchronously.Takao Fujiwara2015-07-252-10/+133
* qdoc: Improve customization of generated html file namesVenugopal Shivashankar2015-07-245-29/+84
* qdoc: Improve searching of collection nodesTopi Reinio2015-07-245-26/+50
* Some further optimizations in the qdoc codeLars Knoll2015-07-244-134/+113
* use Xml stream reader to read qdoc index filesLars Knoll2015-07-244-270/+291
* Don't generate invalid XMLLars Knoll2015-07-241-1/+5
* Optimize CppCodeMarker::addMarkUp furtherLars Knoll2015-07-243-15/+12
* QStateMachine: add defaultTransition in QHistoryStateErik Verbruggen2015-07-236-21/+111
* Fix qHash(QFontEngine::FaceId)Marc Mutz2015-07-231-3/+10
* moc: Make toExpand const, we do not modify it.Milian Wolff2015-07-232-2/+2
* Expose GLES 3.0 and 3.1 functionsLaszlo Agocs2015-07-237-209/+6327
* StateMachine: remove initial state for parallel states.Erik Verbruggen2015-07-231-0/+8
* Optimize CppCodeMarker::addMarkUp()Lars Knoll2015-07-233-12/+38
* Skip loading of index files if we are running with --prepareLars Knoll2015-07-231-3/+5
* QStateMachine: remove left-over method.Erik Verbruggen2015-07-232-68/+5
* QColor: make nothrow move-assignable and -constructibleMarc Mutz2015-07-222-4/+18
* qvariant: Pass a couple of large types by const-ref in Qt6Sérgio Martins2015-07-222-0/+16
* qjsonarray: Remove a copy-ctor in Qt6Sérgio Martins2015-07-221-1/+3
* qdoc: replace some inefficient QLists with QVectorMarc Mutz2015-07-224-6/+6
* tools: mark some types movable/primitiveMarc Mutz2015-07-228-0/+13
* QSet/QQueue/QStack: remove docs for removed special member functionsMarc Mutz2015-07-223-59/+0
* QLocale: mark some private types movable/primitiveMarc Mutz2015-07-221-0/+3
* doc: QTimeZone::OffsetDataList is a QVector, not a QListMarc Mutz2015-07-221-1/+1
* QStringRef: make nothrow move-assign- and -constructibleMarc Mutz2015-07-221-9/+13
* QRegExp: remove pointless QRegExpCharClass copy special member functionsMarc Mutz2015-07-221-14/+0
* QXmlStreamAttribute: make nothrow move assignable and -constructibleMarc Mutz2015-07-221-0/+22