summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Convert features.printpreviewwidget to QT_[REQUIRE_]CONFIGStephan Binner2017-05-308-22/+19
| | * | Convert features.printpreviewdialog to QT_[REQUIRE_]CONFIGStephan Binner2017-05-303-15/+9
| | * | Convert features.cups to QT_[REQUIRE_]CONFIGStephan Binner2017-05-307-22/+14
| | * | QSslCertificate: don't init() if SSL is not supportedJüri Valdmann2017-05-301-2/+3
| | * | QStackedLayout: Fix UB (invalid cast) in qt_wasDeleted()Olivier Goffart2017-05-302-1/+2
| | * | moc: remove _MSC_EXTENSIONS #defineJoerg Bornemann2017-05-302-2/+5
| | * | QWidgetWindow: don't give focus to windows that are being destroyedMitch Curtis2017-05-302-1/+37
| | * | Add USB HID device feature to INTEGRITYKimmo Ollila2017-05-309-1/+419
| | * | tst_QFiledialog: use escape to close dialogs instead of timerMitch Curtis2017-05-301-5/+2
| | * | tst_qudpsocket: Blacklist "utun" interfaces on DarwinThiago Macieira2017-05-291-0/+8
| | * | Do not use FT_LOAD_TARGET_LCD when full hinting is requestedAllan Sandfeld Jensen2017-05-291-7/+2
| | * | Convert features.splashscreen to QT_REQUIRE_CONFIGStephan Binner2017-05-293-10/+10
| | * | Convert features.lcdnumber to QT_[REQUIRE_]CONFIGStephan Binner2017-05-294-10/+12
| | * | Convert features.movie to QT_[REQUIRE_]CONFIGStephan Binner2017-05-297-25/+22
| | * | Make sure QWindow screen is set before calling QPlatformWindow::createÀlex Fiestas2017-05-292-2/+11
| | * | Fix tst_QWidget::translucentWidget() on high DPI displaysMitch Curtis2017-05-291-2/+2
| | * | QWidgetEffectSourcePrivate::draw(): Call render() when no shared painter existsFriedemann Kleint2017-05-292-1/+22
| | * | Add INTEGRITY framebuffer test to configureTero Alamäki2017-05-293-1/+55
| | * | Get alpha buffer size bigger than zero for INTEGRITY ARMv8 Drive CXTero Alamäki2017-05-292-0/+8
| | * | Configure eglfs_kms_egldevice for INTEGRITY ARMv8 Drive CXTero Alamäki2017-05-291-1/+2
| | * | Add Integrity ARMv8 detectionTero Alamäki2017-05-291-4/+5
| | * | Add INTEGRITY mkspec for ARMv8 Drive CXTero Alamäki2017-05-294-2/+115
| | * | Fix autotest not to open too many files on a UnixTony Sarajärvi2017-05-291-0/+19
* | | | Implement remaining porter-duff compositions for rgb64Allan Sandfeld Jensen2017-06-072-19/+784
|/ / /
* | | Ensure QDBusConnectionPrivate pointer initializationJesus Fernandez2017-06-061-5/+3
* | | Add QLocalServer::socketDescriptorJesus Fernandez2017-06-063-0/+44
* | | More info in QLocalSocket::socketDescriptorJesus Fernandez2017-06-061-0/+14
* | | QScopedArrayPointer: document the most important ctorMarc Mutz2017-06-062-12/+7
* | | QStyle: deprecate SH_Widget_Animate in favor of SH_Widget_Animation_DurationElvis Angelaccio2017-06-0410-12/+41
* | | tablet example: don't update the cursor image on iOSShawn Rutledge2017-06-021-0/+2
* | | QTesselator: disable for-loop analysis on ClangShawn Rutledge2017-06-021-0/+3
* | | qpa: start using QT_DEPRECATED_SINCE to increase visibilityGatis Paeglis2017-06-022-11/+21
* | | Remove QWinOverlappedIoNotifierJoerg Bornemann2017-06-026-865/+3
* | | Move QGestureRecognizer test to widgets/kernelMarc Mutz2017-06-026-7/+4
* | | QWindowsXPStyle: Do not draw some opaque theme parts directlyFriedemann Kleint2017-06-021-0/+8
* | | uic: re-flow a lineMarc Mutz2017-06-021-1/+2
* | | uic: standardize property lookups on QHash::value()Marc Mutz2017-06-022-19/+20
* | | XCB platform plugin: add missing includeMarcel Krems2017-06-021-0/+1
* | | xcb: don't use C-style cast in qxcbnativepainting.cppGatis Paeglis2017-06-021-1/+1
* | | xcb: remove CREATE_VISUALINFO_FROM_DEFAULT_VISUALID macroGatis Paeglis2017-06-021-1/+0
* | | xcb: remove duplicate QXcbConnection::supportsThreadedRendering()Gatis Paeglis2017-06-021-1/+0
* | | QStyleAnimation: Go down to 15 fpsGabriel de Dietrich2017-06-012-3/+4
* | | QMacStyle: Remove HITheme APIs to render QProgresssBarGabriel de Dietrich2017-06-012-50/+147
* | | Do its best in QComboBox to map completer's indexAlexey Chernov2017-06-012-1/+73
* | | Expose QFont enums to the meta object systemJ-P Nurmi2017-05-311-0/+7
* | | Use modern C++ keywordsJesus Fernandez2017-05-301-11/+11
* | | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devLiang Qi2017-05-3074-3754/+12549
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-2974-3754/+12549
| |\| |
| | * | macOS: Don't keep WA_MacAlwaysShowToolWindow windows always on topTor Arne Vestbø2017-05-242-2/+83
| | * | Fix parsing of MSVC's /utf-8 option, take 2Joerg Bornemann2017-05-231-1/+1