summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Speed up application startup on X11Simon Hausmann2015-04-102-14/+19
* | Speed up compose file parsing in the X11 composition input method pluginSimon Hausmann2015-04-101-1/+1
* | xcb: Fix getting of virtual rootsAlexander Volkov2015-04-101-6/+6
* | xcb: Handle XSettings for a virtual desktop rather than for an outputAlexander Volkov2015-04-108-56/+92
* | Improve QTextDocument::toPlainText doc related to inline imagesAlessandro Portale2015-04-102-2/+5
* | [QWin32PrintEngine] Do not do any language-specific processingKonstantin Ritt2015-04-101-28/+8
* | QStateMachine: remove conflicting transitions after selection.Erik Verbruggen2015-04-103-77/+246
* | QStateMachine: fix history state restoration.Erik Verbruggen2015-04-103-45/+322
* | QStateMachine: move methods out of Private class.Erik Verbruggen2015-04-102-36/+54
* | Expose ItemViewActivateItemOnSingleClick in QStyleHintsEike Hein2015-04-105-1/+20
* | Add a means to set the application icon where supportedAndy Shaw2015-04-108-2/+110
* | Add FIXME comments to make Q[]Validator::setRange() non-virtual.Friedemann Kleint2015-04-101-0/+3
* | Remove the old headersclean unit testThiago Macieira2015-04-104-102/+0
* | Support gradients natively in the PDF generatorLars Knoll2015-04-092-233/+270
* | WinPhone: Re-invoke windeployqt in the MSIL directoryMaurice Kalinowski2015-04-091-3/+23
* | testlib: Detect msvc version for blacklistingCaroline Chao2015-04-091-0/+9
* | winrt: Fix platform plugin after ANGLE upgradeAndrew Knight2015-04-091-17/+2
* | windows: Fix platform plugin compilation with new angleAndrew Knight2015-04-091-1/+2
* | Upgrade ANGLE to 2.1~99f075dade7cAndrew Knight2015-04-09511-31173/+40462
* | winrt: set correct virtual keyboard sizePeng Wu2015-04-094-29/+31
* | winrt: remove the dead WP8.0 code from input contextPeng Wu2015-04-091-23/+0
* | Windows: Fix dialog close button showing despite ~Qt::WindowCloseButtonHint.Friedemann Kleint2015-04-091-7/+3
* | Fix logicalDotsPerInch when using devicePixelRatioPaul Olav Tvete2015-04-091-11/+8
* | evdevtouch: Add hotplug supportLaszlo Agocs2015-04-098-67/+233
* | Add missing event types in printXcbEventGatis Paeglis2015-04-091-1/+10
* | Do not hardcode paths in eglfs-brcm test.Michal Klocek2015-04-091-4/+2
* | QStateMachine: move QState::finished() emision into method.Erik Verbruggen2015-04-092-8/+20
* | QToolButton: Fix popup menu geometry in case of QGraphicsProxyWidget.Friedemann Kleint2015-04-091-2/+2
* | Guard QWidget::setStyleSheet() against invocation from destructor.Friedemann Kleint2015-04-091-0/+2
* | QIconvCodec: fix compilation when NO_BOM is defined.Thiago Macieira2015-04-091-0/+2
* | Prevent memory overgrowth while reading from a sequential deviceAlex Trotsenko2015-04-081-2/+2
* | Avoid leaking the QPlatformTextureListLaszlo Agocs2015-04-081-0/+1
* | Fix qmake generating bizarre msvc /VERSION valuesM. Moellney2015-04-084-14/+36
* | Remove table of mostly null pointersAllan Sandfeld Jensen2015-04-082-2066/+73
* | [QtFontFamily] Get rid of unused memberKonstantin Ritt2015-04-081-2/+0
* | Remove special handling for (DY)LD_LIBRARY_PATH in QProcess.Jake Petroules2015-04-081-15/+0
* | [QFontEngineFT::loadGlyph] Fix reversed condition.Friedemann Kleint2015-04-081-6/+6
* | QSaveFile: Fix permissions on creationKai Koehne2015-04-084-8/+25
* | Use the default fbo in Qt sense in blitFramebufferLaszlo Agocs2015-04-081-2/+4
* | Allow overriding ar binary in configure script by setting AR env varAlex Richardson2015-04-071-2/+9
* | QByteArray: begin()/end() are not \internalMarc Mutz2015-04-071-8/+26
* | docs: QString contains characters, not itemsMarc Mutz2015-04-071-2/+2
* | Remove unnecessary QDateTime::detach() functionThiago Macieira2015-04-072-22/+4
* | Doc: Qt Concurrent: Link to essential usage informationTopi Reinio2015-04-074-29/+66
* | Fix build with -directwriteKonstantin Ritt2015-04-072-6/+12
* | Use QT_WARNING_.. instead of #pragma GCC diagnostic ..Konstantin Ritt2015-04-074-21/+12
* | [QFontEngineFT::loadGlyph] Consolidate paths for fetchMetricsOnly casesKonstantin Ritt2015-04-072-25/+27
* | [QFontEngineFT] Move code around to improve readability (no-op)Konstantin Ritt2015-04-071-21/+14
* | [QFontEngineFT] Avoid double-negation of info.xKonstantin Ritt2015-04-071-4/+4
* | Introduce QQuaternion::fromDirection()Konstantin Ritt2015-04-073-0/+126