summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QXmlStream: don't create QStrings just to look up entities in a hashMarc Mutz2017-05-303-39/+63
* QGestureManager: use QScopedPointer to hold prototype gestureMarc Mutz2017-05-301-2/+1
* QGestureManager: use op[] instead of contains() + insert() to ensure an entry...Marc Mutz2017-05-301-4/+3
* Claim alpha8 is premultipliedAllan Sandfeld Jensen2017-05-291-1/+1
* QThread: Refine check for presence of std::futureFriedemann Kleint2017-05-291-2/+6
* Modify QSqlQueryModel roleNamesJesus Fernandez2017-05-262-0/+26
* Remove leading whitespace from command lines in VS projectsJoerg Bornemann2017-05-231-1/+1
* Ensure status tips for a headerview section are handledAndy Shaw2017-05-232-2/+79
* moc: Allow NOTIFY signals defined in parent classesAlbert Astals Cid2017-05-239-15/+161
* Qt containers: use std::move in take*() methodsMarc Mutz2017-05-235-10/+10
* QSplashScreen: make all ctors use the same Qt::WindowFlagsMarc Mutz2017-05-221-1/+1
* QDateTimeParser: pass down an actual current value where expectedEdward Welbourne2017-05-221-1/+188
* Optimize conversion from unpremultiplied to opaque formatsAllan Sandfeld Jensen2017-05-221-4/+23
* macOS: Remove workaround when adding view as subviewTor Arne Vestbø2017-05-221-3/+0
* macOS: Remove workaround when setting view as content viewTor Arne Vestbø2017-05-221-4/+0
* QVulkanWindow: return QMatrix4x4 by valueMarc Mutz2017-05-225-7/+7
* QWizard: move 'initialized' bit into QWizardPageMarc Mutz2017-05-221-15/+14
* QVulkanWindow: use QVector, not QSet, for small int setMarc Mutz2017-05-225-9/+9
* Remove a QT_STRICT_ITERATORS ifdefSérgio Martins2017-05-201-6/+1
* QWidgetWindow: Forward incoming events with their original spontaneous stateTor Arne Vestbø2017-05-203-25/+41
* macOS: Ctrl LMB override can be set on a per window basisMartin Porcelli2017-05-192-8/+4
* QNSPanelContentsWrapper - call [super layout]Timur Pocheptsov2017-05-181-0/+1
* Add QPolygon::intersects() methodsAllan Sandfeld Jensen2017-05-183-0/+89
* winrt: Skip host lookup for http connectionsOliver Wolff2017-05-181-0/+8
* improve docs for qfloat16Glen Mabey2017-05-171-1/+5
* Add debug operators for QOpenGLVersionProfile QOpenGLContext(Group)Friedemann Kleint2017-05-172-0/+62
* QMacStyle: Remove unused default button logicGabriel de Dietrich2017-05-162-47/+6
* Add swap and move operator to QHostInfoJesus Fernandez2017-05-163-0/+51
* QStringView/QLatin1String: add trimmed()Marc Mutz2017-05-166-1/+71
* QLatin1String: add constructor from pointer pairMarc Mutz2017-05-162-0/+20
* QStringView: add constructor from pointer pairMarc Mutz2017-05-163-0/+99
* Move Q_REQUIRED_RESULT to first in line in qstringalgorithms.hMarc Mutz2017-05-161-8/+8
* xcb: rename QXcbConnection::{setButton,buttons,m_buttons}Gatis Paeglis2017-05-163-18/+18
* Simplify code by factoring out brush transformation for gradientsEirik Aavitsland2017-05-154-51/+235
* tablet example: enable high-DPI renderingShawn Rutledge2017-05-152-16/+25
* QMacStyle: Move disclosure triangle into cocoaCell() logicGabriel de Dietrich2017-05-152-11/+11
* QMacStyle: Use NSStepperCell for QSpinBox buttonsGabriel de Dietrich2017-05-152-65/+71
* QMacStyle: Remove a couple void *, dead codeGabriel de Dietrich2017-05-152-20/+13
* QMacStyle: Move NSScrollers into cocoaControl() logicGabriel de Dietrich2017-05-152-15/+11
* QMacStyle: Refactor NSGraphicsContext setup logicGabriel de Dietrich2017-05-152-24/+30
* QMacStyle: Remove brushed metal related codeGabriel de Dietrich2017-05-151-70/+17
* QMacStyle: Replace QAquaWidgetSize with WidgetSizePolicyGabriel de Dietrich2017-05-155-242/+229
* QMacStyle: Replace HIRect, HIPoint with CGRect, CGPointGabriel de Dietrich2017-05-152-116/+101
* QMacStyle: Remove HITheme for CE_MenuItem, etc.Gabriel de Dietrich2017-05-151-122/+69
* macOS: Guard on platform window instead of window delegate in QNSWindowHelperTor Arne Vestbø2017-05-121-2/+2
* Make relation of currentChildBeingDeleted and isDeletingChildren more obviousBernhard Übelacker2017-05-121-1/+1
* QMacStyle: Remove HIShapeGetBounds hackGabriel de Dietrich2017-05-122-21/+11
* QMacStyle: Get rid of GetTheme* metric functionsGabriel de Dietrich2017-05-121-68/+143
* Cocoa QPA: De-Carbonize system palettesGabriel de Dietrich2017-05-121-68/+33
* Add debug operator for QOpenGLTextureFriedemann Kleint2017-05-112-0/+46