summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* HTTP/2 - fix the handling of PUSH_PROMISETimur Pocheptsov2016-10-2110-128/+586
* Plugins: use reserve() to optimize memory allocationsAnton Kudryavtsev2016-10-215-0/+5
* quote regexpsOswald Buddenhagen2016-10-201-2/+2
* Add Qt::ISODateWithMs date format, with support in QTime/Date/DateTimeTor Arne Vestbø2016-10-206-16/+44
* Doc: Fix link to qsslkey-p11 example in external-resourcesLeena Miettinen2016-10-191-1/+1
* make-expand cflags before passing them to $$system()Oswald Buddenhagen2016-10-191-1/+11
* Testlib: Move classes inheriting QBenchmarkMeasurerBase to separate headerFriedemann Kleint2016-10-195-37/+99
* Plugins: optimize string usageAnton Kudryavtsev2016-10-188-18/+17
* QLocale: optimize string usageAnton Kudryavtsev2016-10-181-14/+10
* QJsonDocument: enable NRVO for gcc in toJson()Anton Kudryavtsev2016-10-181-3/+2
* QJsonDocument: don't re-call QVariant::type() in if-else chainAnton Kudryavtsev2016-10-181-4/+11
* QTimer: don't circumvent <chrono> safety netMarc Mutz2016-10-183-27/+37
* slightly improve logging of library probingOswald Buddenhagen2016-10-181-4/+7
* stop exporting the library versionsOswald Buddenhagen2016-10-183-28/+1
* propagate the correct library variable to the private module priOswald Buddenhagen2016-10-181-1/+1
* Compile uic and qdbusxml2cpp more often against libbootstrapLars Knoll2016-10-183-3/+10
* Windows: Fix rendering of MingLiU fonts at some scalesEskil Abrahamsen Blomfeldt2016-10-172-8/+24
* Disable WindowsContextHelpButtonHint for Dialogs that are not QWidgetKai Koehne2016-10-171-4/+2
* QMenu: don't force platform instance creation on constructionJ-P Nurmi2016-10-165-3/+38
* remove bogus qtConfig(simulator_and_device) conditionOswald Buddenhagen2016-10-161-1/+1
* remove bogus xcode variable referenceOswald Buddenhagen2016-10-161-1/+1
* fix QMAKE_DEFAULT_*DIRS resolution with apple SDK, take 2Oswald Buddenhagen2016-10-166-53/+56
* Get rid of simulator_and_device CONFIG option (mostly)Oswald Buddenhagen2016-10-169-11/+10
* limit ability to override QMAKE_MAC_SDKOswald Buddenhagen2016-10-161-8/+0
* Fix tvOS buildJake Petroules2016-10-162-2/+2
* Explicitly mark old macros as compatibility synonymsJake Petroules2016-10-161-1/+1
* Make self-contained test of condensed font matching and widthAllan Sandfeld Jensen2016-10-164-18/+57
* make use of QT_REQUIRE_CONFIG() in platformsupport modulesOswald Buddenhagen2016-10-1512-29/+28
* rely on transitive library dependencies for freetype/fontconfigOswald Buddenhagen2016-10-1520-42/+5
* port to modularized platformsupport librariesOswald Buddenhagen2016-10-15126-199/+269
* create modularized version of qtplatformsupport moduleOswald Buddenhagen2016-10-1546-208/+463
* cleanup related to transitive dependenciesOswald Buddenhagen2016-10-157-17/+4
* make users of qt modules inherit the modules' public QMAKE_USEOswald Buddenhagen2016-10-153-0/+6
* use helper libs via QMAKE_USEOswald Buddenhagen2016-10-1516-45/+49
* get rid of Q_FONTCONFIGDATABASE defineOswald Buddenhagen2016-10-152-3/+2
* Add optimize-for-size case to ucstrncmpErik Verbruggen2016-10-141-1/+12
* fix shadow builds with pre-synced headers, part 3Oswald Buddenhagen2016-10-142-3/+5
* don't include injected headers into linker version scriptOswald Buddenhagen2016-10-144-3/+8
* exclude injected headers from headersclean checkOswald Buddenhagen2016-10-141-3/+5
* make setting OPENSSL_LIBS_{DEBUG,RELEASE} work with dynamic buildsOswald Buddenhagen2016-10-141-1/+8
* Fix resolution of OPENSSL_LIBS in ssl.priKai Koehne2016-10-141-0/+2
* eglfs: clean up includes in the shared kms codeLaszlo Agocs2016-10-141-4/+1
* Android: Re-enable asset extraction for stylingEskil Abrahamsen Blomfeldt2016-10-143-7/+7
* QPathClipper: remove homebrew 'qRemoveDuplicates' algorithmAnton Kudryavtsev2016-10-141-20/+1
* Change confusing Q_DEAD_CODE_FROM_QT4_FOO defineTor Arne Vestbø2016-10-1478-277/+276
* winrt: Do not lose initial data for TCP connectionsOliver Wolff2016-10-142-9/+27
* iOS: Take advantage of new synchronous API for QPA event deliveryTor Arne Vestbø2016-10-143-51/+43
* eglfs: Fix deformed mouse cursor imageLaszlo Agocs2016-10-131-2/+4
* macOS: Remove workaround for including AppKit.h with slots definedTor Arne Vestbø2016-10-135-40/+25
* macOS: Remove QNSView member m_window in favor of going via m_platformWindowTor Arne Vestbø2016-10-134-75/+82