summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Document use of 3rd party code in qgrayrasterv5.8.0-beta1Kai Koehne2016-10-271-0/+14
* Recontribute QUrl::fromUserInputJames McDonnell2016-10-271-30/+0
* Paint menu scrollers, tear off on top of QWidgetAction itemsDongmei Wang2016-10-272-30/+130
* Don't overlap the menu scrollers with QAction itemsDongmei Wang2016-10-271-27/+62
* QtWidgets: Remove function documentation from Qt 4Friedemann Kleint2016-10-261-39/+0
* Write PKG_CONFIG_EXECUTABLE to qmodule.priLars Knoll2016-10-262-3/+4
* Fix QStandardPaths::FontsLocation to be compliant with the latest XDG specLars Knoll2016-10-261-1/+4
* Replace PKGCONFIG+=foo usages with QMAKE_USELars Knoll2016-10-267-16/+4
* add launch targets to qt appsOswald Buddenhagen2016-10-262-0/+25
* make use of top-level return() to beautify codeOswald Buddenhagen2016-10-261-3/+1
* fix over-exposure of private dependenciesOswald Buddenhagen2016-10-261-1/+1
* Remove QSegfaultHandler classKai Koehne2016-10-263-502/+0
* Include intrin.h header when using MSVCJesus Fernandez2016-10-261-0/+4
* Increase the resolution for QDeadlineTimer unit testThiago Macieira2016-10-261-1/+1
* Plugins: use const (and const APIs) moreAnton Kudryavtsev2016-10-256-6/+6
* qwindowsdirect2dintegration.cpp: replace QVector with QVarLengthArrayAnton Kudryavtsev2016-10-251-1/+3
* Add attribution file for Khronos headersKai Koehne2016-10-242-0/+52
* Add a resetClean() method to the undo stackJarek Kobus2016-10-243-1/+171
* Fix decorated text in extra-selectionsEskil Abrahamsen Blomfeldt2016-10-241-1/+2
* Document Qt Network licensesKai Koehne2016-10-243-6/+69
* Fix description of feature 'topleveldomain'Kai Koehne2016-10-241-1/+4
* Fix change-of-sign warnings caught by ICC 17Thiago Macieira2016-10-232-2/+3
* Plug new leaks in tst_QFormLayoutMarc Mutz2016-10-211-3/+41
* 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