summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Convert features.completer to QT_[REQUIRE_]CONFIGStephan Binner2017-09-0416-63/+69
* Convert features.buttongroup to QT_[REQUIRE_]CONFIGStephan Binner2017-09-049-36/+37
* Convert features.effects to QT_[REQUIRE_]CONFIGStephan Binner2017-09-047-20/+27
* Convert features.resizehandler to QT_[REQUIRE_]CONFIGStephan Binner2017-09-043-8/+6
* Convert features.scrollarea to QT_[REQUIRE_]CONFIGStephan Binner2017-09-0414-39/+37
* Convert features.keysequenceedit to QT_[REQUIRE_]CONFIGStephan Binner2017-09-044-15/+12
* Fix resolution of relative links on WindowsOrgad Shaneh2017-09-041-4/+9
* Convert features.menubar to QT_[REQUIRE_]CONFIGStephan Binner2017-09-0426-88/+114
* Convert features.stackedwidget to QT_[REQUIRE_]CONFIGStephan Binner2017-09-046-14/+14
* PCRE2: remove a source file from the .proGiuseppe D'Angelo2017-09-011-1/+0
* QModelIndex: use std::less to compare pointersGiuseppe D'Angelo2017-09-011-1/+1
* Forward the readChannelFinished from the plain socket to the ssl socketAlbert Astals Cid2017-09-013-0/+14
* Windows QPA: Hardcode a limit for the default point sizeFriedemann Kleint2017-09-011-0/+20
* Fix error attribute(target("+crc")) is unknownPeter Seiderer2017-08-292-0/+5
* Avoid assert on large clips in qt_alphamapblit_genericAllan Sandfeld Jensen2017-08-291-2/+2
* QFbVtHandler: Remove unused sys/signalfd.h includeDongmei Wang2017-08-291-1/+0
* Cocoa integration: do not use released sessionTimur Pocheptsov2017-08-291-1/+11
* QWidgets/CommonStyle: Fix tooltip drawing under HighDPIAlessandro Portale2017-08-291-7/+2
* Fix: WebP missing from QMovie::supportedFormats()Eirik Aavitsland2017-08-291-1/+1
* QFileInfo: Clarify documentation on symlinksFriedemann Kleint2017-08-291-7/+11
* Doc: Fix exampleRobert Loehning2017-08-281-2/+2
* QCocoaMenu: Stop update timerGabriel de Dietrich2017-08-281-0/+1
* Remove QMAKE_LIBS_CORE variableJoerg Bornemann2017-08-284-6/+10
* Make it possible to override QT_LOGGING_TO_CONSOLE in test casesJoerg Bornemann2017-08-281-1/+7
* QCompleter: Add check before setting the widgetGabriel de Dietrich2017-08-281-0/+4
* Fix crashes with libproxy+webkitgtk: it's not threadsafeThiago Macieira2017-08-272-25/+120
* Fix resolution of relative symlinks from relative path on unixOrgad Shaneh2017-08-271-7/+5
* Update bundled libpng to version 1.6.32André Klitzing2017-08-2625-245/+1212
* QFileInfo: Fix typo in docOrgad Shaneh2017-08-261-1/+1
* Add missing #ifdef for isTouchScreen() implementationAndy Shaw2017-08-251-0/+2
* Cocoa: Fix compile when using QT_NO_TABLETEVENTAndy Shaw2017-08-252-0/+6
* QMenuPrivate: Fix implicit type conversion warningsGabriel de Dietrich2017-08-251-6/+6
* Initialize the print engine with the given printer nameAndy Shaw2017-08-2515-22/+25
* iOS: Remove support for OpenGL-backed QBackingStoreTor Arne Vestbø2017-08-243-141/+12
* Fix QCFType::constructFromGet() crash when passed a nullptrTor Arne Vestbø2017-08-241-1/+2
* QHostInfo: Remove Darwin refusal to use getnameinfo(3)Thiago Macieira2017-08-241-2/+1
* QNetworkInterface: Fold the test for if_nameindex into the config testThiago Macieira2017-08-242-6/+2
* QTableGenerator: Fix handling of illegal characters in fromBase8Robert Loehning2017-08-231-1/+1
* QWidget: Call appropriate QWindow method from setGeometry_sys()Gabriel de Dietrich2017-08-232-4/+11
* Windows QPA: Call raise unconditionally for popupsFriedemann Kleint2017-08-221-1/+3
* QOperatingSystemVersion: add Android Oreo (v8.0, API level 26)Jake Petroules2017-08-223-1/+13
* Doc: Clean up Qt::ApplicationAttribute docsTopi Reinio2017-08-211-15/+19
* Android: stop composing before pasting new textPaul Olav Tvete2017-08-211-1/+2
* Fix compilation on 64-bit CPUs when QPROCESS_DEBUG is enabledDavid Faure2017-08-201-4/+6
* kms: Send enter and leave events to all screensPier Luigi Fiorini2017-08-201-0/+2
* Fix huge painting artefact of certain dashed linesEirik Aavitsland2017-08-181-1/+1
* fix configure PSQL_*= being ignored, take 2Oswald Buddenhagen2017-08-181-1/+1
* Avoid dereferencing nullptrMårten Nordheim2017-08-181-1/+1
* macOS: Fix padding around tab label with iconEskil Abrahamsen Blomfeldt2017-08-181-1/+6
* QProcess/Unix: fix possible race condition inside waitForXXX() loopsAlex Trotsenko2017-08-181-0/+12