summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Fix assertion on passing nullptr QLatin1Strings to qt_compare_stringsMarc Mutz2019-08-251-2/+2
| | * | | Don't defer platform backingstore creation if we already have a platform windowTor Arne Vestbø2019-08-241-0/+5
| | * | | macOS: Choose appropriate NSWindow depth based on surface formatTor Arne Vestbø2019-08-242-15/+31
| | * | | Use qsizetype for qt_memfill functionsThiago Macieira2019-08-248-29/+32
* | | | | Docs: Some cleanup of class documentationKavindra Palaraja2019-08-271-140/+127
|/ / / /
* | | | QToolBarLayout: fix position calculationChristian Ehrlicher2019-08-261-1/+1
* | | | Also fall back to direct write for Android content: URLs in QSaveFileVolker Krause2019-08-241-5/+9
* | | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-2410-37/+71
|\| | |
| * | | QGuiApplication: drop mutex before emitting fontChanged()Marc Mutz2019-08-231-2/+5
| | |/ | |/|
| * | Fix build with -no-feature-printer on macOSAndré Klitzing2019-08-223-17/+24
| * | Avoid double QCache lookup in QOpenGLProgramBinaryCacheLaszlo Agocs2019-08-221-3/+1
| * | macOS: Invalidate backingstore and trigger expose on color space changesTor Arne Vestbø2019-08-224-0/+39
| * | macOS: Don't ask for a NSWindow background unless we need oneTor Arne Vestbø2019-08-222-15/+2
* | | wasm: add network object checkingLorn Potter2019-08-231-0/+18
* | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-224-3/+14
|\| |
| * | Point out that dynamically modified meta objects are not threadsafeVolker Hilsheimer2019-08-211-0/+7
| * | iOS: Fix NSUInteger vs NSInteger comparison warningTor Arne Vestbø2019-08-201-1/+1
| * | Fix qErrnoWarning() printing no error in some conditionsThiago Macieira2019-08-191-1/+3
| * | macOS: Bail out early in case a popup is closed by a mouseDownTimur Pocheptsov2019-08-191-1/+3
* | | Merge "Merge remote-tracking branch 'qt/5.12' into 5.13"Paul Olav Tvete2019-08-2011-60/+101
|\ \ \
| * | | Merge remote-tracking branch 'qt/5.12' into 5.13Paul Olav Tvete2019-08-2011-60/+101
| |\| |
| | * | Simplify QBezier::addPolygon() implementationEirik Aavitsland2019-08-191-18/+14
| | * | Guard with a mutex in QOpenGLProgramBinaryCache where neededLaszlo Agocs2019-08-172-0/+4
| | * | DBus: fix deadlock when destroying QDBusServerMårten Nordheim2019-08-161-2/+6
| | * | Fix macOS build with -no-feature-accessibilityAndré Klitzing2019-08-161-5/+9
| | * | SSL: ALPN: Don't include empty, too long or truncated namesMårten Nordheim2019-08-162-20/+31
| | * | Fix typo in description of feature datestringEdward Welbourne2019-08-151-1/+1
| | * | eglfs/kms: Re-enable drm/gbm format overrides in the config fileLaszlo Agocs2019-08-153-14/+36
| | * | QTextureFileReader: backport ASTC supportEirik Aavitsland2019-08-155-1/+260
* | | | Fix building with -no-feature-codecsAllan Sandfeld Jensen2019-08-201-2/+5
* | | | Fix disabling bearermanagementAllan Sandfeld Jensen2019-08-191-1/+5
* | | | Fix -no-feature-mimetype buildAllan Sandfeld Jensen2019-08-191-3/+3
|/ / /
* | | Schannel: ALPN: Don't include empty, too long or truncated namesMårten Nordheim2019-08-161-2/+6
* | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-159-24/+40
|\| |
| * | QSysInfo: Use the Apple IOKit API to get the machine's UUIDThiago Macieira2019-08-141-8/+12
| * | Add the detection of MSVC 2019 for QLibraryInfoFriedemann Kleint2019-08-141-1/+3
| * | Avoid querying unknown RESET_NOTIFICATION_STRATEGY value on GL < 4.0Laszlo Agocs2019-08-142-9/+14
| * | Include buildAbi() in the shader cache directory nameLaszlo Agocs2019-08-141-1/+2
| * | glx: Do not flood with warnings when reducing during config lookupLaszlo Agocs2019-08-141-1/+3
| * | Limit curve stroking threshold to reasonable rangeEirik Aavitsland2019-08-141-1/+1
| * | Make our connection-level window half of a possible maximumTimur Pocheptsov2019-08-141-2/+4
| * | Bound the scope of QTRY_LOOP_IMPL()'s local variableEdward Welbourne2019-08-131-1/+1
* | | Fix crash in optimized solid fills on RGBA64PMAllan Sandfeld Jensen2019-08-141-1/+1
* | | QTree/TableView: allow to reset the sort order to natural sortingChristian Ehrlicher2019-08-132-4/+8
* | | Unix: Disable complex page ranges widget when printing to pdfAlbert Astals Cid2019-08-131-0/+5
* | | Add Q_ENUM for QCompleter enumsVolker Krause2019-08-131-0/+2
* | | Docs: Fix the snippet lookup for QFileDialog::getOpenFileContentAlessandro Portale2019-08-122-5/+5
* | | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Liang Qi2019-08-1222-139/+234
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-08-1222-139/+234
| |\| |
| | * | QWizard: Account for missing background image on macOS 10.14+Morten Johan Sørvig2019-08-112-1/+4