summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-2320-69/+130
|\
| * Windows: Resolve QStandardPaths config location without qApp instanceTor Arne Vestbø2017-11-221-2/+11
| * iOS: Take UIWindow bounds into account when making window fullscreenTor Arne Vestbø2017-11-221-5/+18
| * QHeaderView: Simplify and fix layoutChange handlingStephen Kelly2017-11-221-24/+10
| * QTreeView/Fusion style : Draw child indicator correct in RTL-modeChristian Ehrlicher2017-11-221-2/+4
| * Fix the build when AVX2 is enabled but __F16C__ isn't definedThiago Macieira2017-11-221-3/+12
| * CMake: Set SKIP_AUTOMOC/AUTOUIC where neededKevin Funk2017-11-222-2/+10
| * Start from the first visible item when doing a searchAndy Shaw2017-11-221-5/+13
| * Code cleanup in QNAMFilipe Azevedo2017-11-221-13/+11
| * iOS: Add logging of window geometry/exposureTor Arne Vestbø2017-11-213-0/+4
| * iOS: Make sure FBOs are cleaned up in the right QIOSContextTor Arne Vestbø2017-11-211-4/+7
| * qpa: Teach handleApplicationStateChanged about sync/async deliveryTor Arne Vestbø2017-11-205-4/+9
| * Generic Unix Theme: Don't crash if D-Bus is not runningGabriel de Dietrich2017-11-201-3/+5
| * QTreeView: recalculate row heights in hide/showColumn()Christian Ehrlicher2017-11-171-0/+6
| * QTableView: do not draw grid behind last sectionChristian Ehrlicher2017-11-171-0/+3
| * QToolBar: Don't crash on macOS with 'minimal' QPA pluginGabriel de Dietrich2017-11-171-0/+2
| * QPixmap without QGuiApplication: do not crash, terminate gracefullyEirik Aavitsland2017-11-161-0/+3
* | QTimeZonePrivate: prefer /etc/localtime over /etc/timezonePeter Wu2017-11-221-11/+12
* | Cocoa: Update layer contentsScale on screen changeMorten Johan Sørvig2017-11-221-0/+6
* | QImage: Add the replacement function to byteCount's deprecation msgThiago Macieira2017-11-221-1/+1
* | iOS: Remove forced Qt::AA_ShareOpenGLContextsTor Arne Vestbø2017-11-211-4/+0
* | Doc: review Star Delegate ExampleNico Vertriest2017-11-201-0/+0
* | qsimd.cpp: Remove workaround for GCC 4.2Thiago Macieira2017-11-191-26/+0
* | qfloat16(float) constructor: explicit cast on aarch64 to avoid warningShawn Rutledge2017-11-181-1/+1
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-173-3/+4
|\|
| * qsslsocket_mac: handle 'OrLater' SslProtocols in verifySessionProtocol()Mikkel Krautz2017-11-151-0/+6
| * HTTP/2 - fix header processingTimur Pocheptsov2017-11-151-1/+1
| * QAbstractButton: don't clear 'pressed' flag unless left button is releasedRichard Moe Gustavsen2017-11-151-1/+2
| * OCI: Match the constraints on the index_name columnAndy Shaw2017-11-151-1/+1
* | QIODevice: do not clear error string on closeAlex Trotsenko2017-11-161-1/+1
* | QMacStyle: De-HITheme item views headers and a couple arrowsGabriel de Dietrich2017-11-152-135/+57
* | QMacStyle: Render tool button even when a11y is missingGabriel de Dietrich2017-11-151-6/+6
* | QMacStyle: Make backingStoreNSView mutableGabriel de Dietrich2017-11-152-6/+6
* | QMacStyle: Replace HITheme info structs with QMSP::CocoaControlGabriel de Dietrich2017-11-152-78/+92
* | QMacStyle: Remove unused codeGabriel de Dietrich2017-11-153-74/+0
* | QMacStyle: Rename Cocoa controls enum namesGabriel de Dietrich2017-11-152-88/+99
* | QMenu: Refactor insertion of action in QPA menuGabriel de Dietrich2017-11-152-54/+57
* | QMenu: Update menu action sizes if popup is (not)caused from menu barBłażej Szczygieł2017-11-152-0/+8
* | Cocoa: Set NSImage (point) sizeMorten Johan Sørvig2017-11-151-0/+1
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-152-5/+18
|\|
| * Document interaction of style name and other style propertiesAllan Sandfeld Jensen2017-11-121-5/+17
| * Cocoa: Make High DPI drag cursor workMorten Johan Sørvig2017-11-091-0/+1
* | A brute-force solution to get QRandomGenerator build on IntegrityLiang Qi2017-11-151-2/+3
* | QSemaphoreReleaser: Move private members to the usual positionThiago Macieira2017-11-141-2/+4
* | Offscreen QPA: Use fusion style alwaysFriedemann Kleint2017-11-142-0/+35
* | Fix QBasicMutex default constructor not constexprThiago Macieira2017-11-141-0/+6
* | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Tony Sarajärvi2017-11-1249-399/+654
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-0949-399/+654
| |\|
| | * Fix QHighDpi::fromNativeLocalExposedRegion rounding errorsBłażej Szczygieł2017-11-081-1/+2
| | * Doc: Be more specific on full stop in QVersionNumberKai Koehne2017-11-081-2/+2