summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | 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: drop Application Chooser ExampleNico Vertriest2017-11-2010-238/+0
| | * | | Doc: Add screenshot to Validators exampleNico Vertriest2017-11-202-0/+2
| | * | | Doc: update screenshots in Addressbook Example docNico Vertriest2017-11-203-0/+0
| | * | | Doc: drop Lighting Effect ExampleNico Vertriest2017-11-207-334/+0
| | * | | Doc: add doc to Style Sheet exampleNico Vertriest2017-11-201-0/+51
| | * | | Doc: review Star Delegate ExampleNico Vertriest2017-11-202-8/+8
| | * | | qsimd.cpp: Remove workaround for GCC 4.2Thiago Macieira2017-11-191-26/+0
* | | | | QMimeMagicRule: fix inconsequential out-of-bounds accessMarc Mutz2017-11-301-1/+1
* | | | | QMimeDatabase: handle removal of a mime directoryDavid Faure2017-11-302-11/+18
* | | | | QMimeDatabase: redesign to use both binary and XML providersDavid Faure2017-11-3011-348/+392
* | | | | QMimeDatabase: move recheck test up from the mime providersDavid Faure2017-11-304-75/+54
* | | | | QMimeDatabase: ensure mutex is locked in provider()David Faure2017-11-303-20/+69
* | | | | macOS: Fix handling of multiple ampersands in menu itemsAndre de la Rocha2017-11-302-4/+2
* | | | | QSystemError: unexport the class and export only some methodsThiago Macieira2017-11-301-4/+4
* | | | | QSystemError: move inline methods to class bodyThiago Macieira2017-11-301-34/+10
* | | | | Skip QSsl* tests which don't work on WinRTMårten Nordheim2017-11-302-2/+56
* | | | | Centralize the x86 SIMD testing in one placeThiago Macieira2017-11-3010-312/+41
* | | | | Adapt the QSsl* tests to use the resource systemMårten Nordheim2017-11-309-173/+319
* | | | | Add a configure-time check for QT_COMPILER_SUPPORTS_SIMD_ALWAYSThiago Macieira2017-11-305-6/+291
* | | | | Add support for AVX-512 intrinsics found in MSVC 2017 15.3Thiago Macieira2017-11-303-14/+31
* | | | | QStorageInfo: use Linux's /proc/self/mountinfo to get the subvolumeThiago Macieira2017-11-301-28/+207
|/ / / /
* | | | Merge "Merge remote-tracking branch 'origin/5.10' into dev" into refs/staging...Thiago Macieira2017-11-30310-2349/+4739
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-23310-2349/+4739
| |\| | |
| | * | | 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-176-3/+57
| | |\| |
| | | * | tst_QNetworkReply: Blacklist putToFtp for WindowsFriedemann Kleint2017-11-151-0/+2
| | | * | qsslsocket_mac: handle 'OrLater' SslProtocols in verifySessionProtocol()Mikkel Krautz2017-11-152-1/+51
| | | * | HTTP/2 - fix header processingTimur Pocheptsov2017-11-151-1/+1
| | | * | QAbstractButton: don't clear 'pressed' flag unless left button is releasedRichard Moe Gustavsen2017-11-152-1/+34
| | | * | OCI: Match the constraints on the index_name columnAndy Shaw2017-11-152-1/+18
| | * | | 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-153-8/+21
| | |\| |
| | | * | tst_qnetworkreply::getFromUnreachableIp - fix win64 alsoTimur Pocheptsov2017-11-151-3/+3
| | | * | 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
| | * | | test: blacklist tst_QNetworkAccessManager_And_QProgressDialog::downloadCheck(...Liang Qi2017-11-151-0/+2
| | * | | A brute-force solution to get QRandomGenerator build on IntegrityLiang Qi2017-11-151-2/+3
| | * | | qmake: properly filter simulator devices by minimum deployment targetJake Petroules2017-11-154-23/+51