summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix sending UTC-offset QTimeZones through QDataStreamChris Wilson2017-06-081-1/+7
* Document that QLoggingCategory is thread-safeKai Koehne2017-06-081-2/+24
* QKeySequence: fix size mismatchMarc Mutz2017-06-081-1/+1
* Windows QPA: Port to new feature systemFriedemann Kleint2017-06-0810-51/+44
* QPlainTextEdit: not show place holder when having preedit stringLiang Qi2017-06-081-1/+1
* Update for the newest Darwin-family operating systemsJake Petroules2017-06-073-0/+11
* Translate the adjusted deviceWindowRect with an adjusted offsetAllan Sandfeld Jensen2017-06-071-1/+7
* Use the C++ [[nodiscard]] attributeThiago Macieira2017-06-073-33/+38
* Re-fix the detection of CPU architecture on an Apple OSThiago Macieira2017-06-071-20/+3
* Help GCC understand that variable is never used unintializedThiago Macieira2017-06-071-1/+1
* Fix crash when calling QWidget::grab() on a QOpenGLWidgetSérgio Martins2017-06-071-2/+4
* Android: Fix deadlock when calling requestPermissionBogDan Vatra2017-06-072-9/+14
* Fix QImageReader::supportedSubTypes()Eirik Aavitsland2017-06-071-1/+1
* xcb: Don't destroy foreign windowsTor Arne Vestbø2017-06-073-23/+23
* moc: Don't error out when defining a keywordOlivier Goffart2017-06-061-7/+6
* Revert "moc: remove _MSC_EXTENSIONS #define"Jani Heikkinen2017-06-051-3/+0
* Work around uname(2) on Apple mobile OSes not returning the proper archThiago Macieira2017-06-051-0/+20
* define QT_NO_EXCEPTIONS reliably when using ClangR.J.V. Bertin2017-06-032-1/+11
* Disable bogus GCC 7 warning about string op overflowThiago Macieira2017-06-031-0/+6
* Ssl socket - fix broken certificate verificationTimur Pocheptsov2017-06-021-2/+25
* winrt: Get rid of one deferral when handling socket dataOliver Wolff2017-06-022-30/+10
* Fix semi-opaque linear gradient on ARGB32Allan Sandfeld Jensen2017-06-011-1/+1
* QStringLiteral/QByteArrayLiteral: fix/add documentationGiuseppe D'Angelo2017-06-012-30/+47
* Doc: Remove references to screenshots illustrating different stylesLeena Miettinen2017-06-0122-231/+51
* Doc: Fix a typo in QVariant::toPoint docsLeena Miettinen2017-06-011-1/+1
* winrt: Use styleHint as clue for fallbacks for font familiesOliver Wolff2017-06-012-3/+27
* qEnvironmentVariableIntValue: fix the case of a non-numeric valueThiago Macieira2017-06-011-7/+14
* Merge "Merge remote-tracking branch 'origin/5.9.0' into 5.9" into refs/stagin...Liang Qi2017-05-312-4/+5
|\
| * Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-312-4/+5
| |\
| | * QHeaderView: fix visual/logical index corruption when restoring statev5.9.0-rc2v5.9.0David Faure2017-05-261-3/+5
| | * Revert "Enable "combined-angle-lib" for ANGLE builds"v5.9.0-rc1Oliver Wolff2017-05-191-1/+0
* | | QAbstractItemModel::supportedDragActions: fix regressionDavid Faure2017-05-311-1/+1
* | | Revert "Win: If the combined key is unknown then fall back to the original ke...Friedemann Kleint2017-05-311-2/+1
* | | fix configure PSQL_*= being ignoredOswald Buddenhagen2017-05-311-0/+3
* | | Fix qpa/kms test with Vibrante 4.1.6.0 on INTEGRITY for Drive CXTero Alamäki2017-05-311-1/+1
|/ /
* | QStorageInfo: Pass MNT_NOWAIT to getmntinfoThiago Macieira2017-05-301-1/+5
* | Convert features.printdialog to QT_[REQUIRE_]CONFIGStephan Binner2017-05-3017-88/+47
* | 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-301-0/+3
* | QWidgetWindow: don't give focus to windows that are being destroyedMitch Curtis2017-05-301-0/+4
* | Add USB HID device feature to INTEGRITYKimmo Ollila2017-05-307-1/+365
* | 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