summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-222-4/+4
* QWizard: move 'initialized' bit into QWizardPageMarc Mutz2017-05-221-15/+14
* QVulkanWindow: use QVector, not QSet, for small int setMarc Mutz2017-05-222-5/+6
* 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-182-0/+47
* 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-162-0/+26
* QStringView/QLatin1String: add trimmed()Marc Mutz2017-05-165-0/+66
* QLatin1String: add constructor from pointer pairMarc Mutz2017-05-162-0/+20
* QStringView: add constructor from pointer pairMarc Mutz2017-05-162-0/+24
* 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-151-51/+33
* 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-153-219/+207
* 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
* QOpenGLTexturePrivate::destroy(): Make error messages more verboseFriedemann Kleint2017-05-111-2/+11
* Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devFrederik Gladhorn2017-05-116-42/+56
|\
| * Merge remote-tracking branch 'origin/5.9' into devFrederik Gladhorn2017-05-106-42/+56
| |\
| | * Fix missing handling of columns when merging selection rangesFilippo Cucchetto2017-05-091-1/+2
| | * macOS: Add a few more platform window checks in QNSViewTor Arne Vestbø2017-05-081-27/+33
| | * Windows QPA: Call InvalidateRect() for GL windows when Aero is offFriedemann Kleint2017-05-081-8/+13
| | * Warn if files are not found because of features.filesystemiteratorStephan Binner2017-05-081-0/+2
| | * Use QNetworkReply::ProtocolFailure in HTTP/2 failuresThiago Macieira2017-05-081-4/+4
| | * Remove some more register keywordsMarc Mutz2017-05-061-2/+2
* | | Make QWindow::setVisible() work for widgetsMorten Johan Sørvig2017-05-115-69/+104
|/ /