summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | 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
* | | | Ensure status tips for a headerview section are handledAndy Shaw2017-05-231-2/+14
* | | | moc: Allow NOTIFY signals defined in parent classesAlbert Astals Cid2017-05-236-9/+57
* | | | 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