summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix licheck calls on 32 bit systemsOswald Buddenhagen2017-05-311-1/+1
* don't redirect licheck's stderrOswald Buddenhagen2017-05-312-2/+4
* quote the confirm-license argument of licheckOswald Buddenhagen2017-05-311-1/+1
* fix module version number in qt modules' cmake config filesOswald Buddenhagen2017-05-311-1/+1
* fix library retrieval in pkg-config source, take 2Oswald Buddenhagen2017-05-311-1/+2
* fix configure PSQL_*= being ignoredOswald Buddenhagen2017-05-311-0/+3
* make mkspecs not mess up -rpath-linkOswald Buddenhagen2017-05-3113-34/+37
* make mkspecs not mess up library and include search pathsOswald Buddenhagen2017-05-3118-33/+35
* 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-3030-114/+121
* 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
* 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
* Blacklist tst_QEventLoop:testQuitLock as it is flaky on macOSTony Sarajärvi2017-05-231-0/+1
* Extend blacklisting of qeventdispatcher to cover macOSTony Sarajärvi2017-05-231-0/+2
* Use hasFocus() to check if the QTreeView is considered active or notAndy Shaw2017-05-231-1/+1
* Doc: Replace "Macintosh" with something suitable or omit itLeena Miettinen2017-05-233-8/+8
* Update bundled sqlite to 3.16.2 as it fix some small regressionsAndré Klitzing2017-05-233-67/+120
* Fix VS project generation for ActiveQt server projectsJoerg Bornemann2017-05-231-7/+2
* Do not warn about unknown MSVC compiler conformance optionsJoerg Bornemann2017-05-231-5/+1
* Cocoa: Clean up memory leak when providing the accessibilityActionsAndy Shaw2017-05-231-1/+1
* winrt: Move handling of new socket connections into workerOliver Wolff2017-05-232-151/+166
* configure.json: Do not test for gold linker on WindowsFriedemann Kleint2017-05-231-1/+1
* Doc: fix grammar in QScopedPointer's detailed descriptionMitch Curtis2017-05-231-1/+1
* QItemSelection: fix a quadratic loopMarc Mutz2017-05-221-12/+20
* doc: Add warning about QTextLayout::beginLayout() and clearLayout()Eskil Abrahamsen Blomfeldt2017-05-221-0/+6
* QSslSocket (OpenSSL) make supportsSsl return false, if v >= 1.1Timur Pocheptsov2017-05-211-1/+10