summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | * Apple OS: Handle QSetting strings with embedded zero-bytesTor Arne Vestbø2016-10-214-16/+27
| | | | | * Windows: Fix regression in QFSFileEnginePrivate::nativeWrite()Andy Shaw2016-10-201-2/+2
| | | | * | ~QHttpNetworkConnectionPrivate - disconnect from socket's signalsTimur Pocheptsov2016-12-061-0/+1
| | | | * | Remove unnecessary warning disablingThiago Macieira2016-11-271-5/+0
| | | | * | QtGui: Add missing overrideAlexander Volkov2016-11-2710-73/+73
| | | | * | Make sure all pattern args get cleared when parsing a new patternThiago Macieira2016-11-261-0/+4
| | | * | | moc: force the Microsoft compiler not to define _MSC_EXTENSIONSThiago Macieira2016-12-081-3/+0
| | | * | | QCocoaMenu: Don't rely on tags when we can get the actual NSMenuItemGabriel de Dietrich2016-12-081-3/+2
| | | * | | QCocoaMenu: Avoid exception when inserting item already in this menuGabriel de Dietrich2016-12-082-8/+14
| | | * | | QHostAddress: fix assignment operatorsMarc Mutz2016-12-072-0/+33
| | | * | | Document 3rd party code in qimagetransform.cppKai Koehne2016-12-073-44/+90
| | | * | | rename QPointerUniqueId -> QPointingDeviceUniqueIdShawn Rutledge2016-12-074-30/+30
| | | * | | winrt: Change the way tcp packets are handledOliver Wolff2016-12-062-192/+280
| | | * | | Work around ICC compiler bug on template instantiation on ?:Thiago Macieira2016-12-041-3/+3
| | | * | | Fix the warning number for ICC deprecated warningsThiago Macieira2016-12-041-2/+2
| | | * | | QPointerUniqueId: make fit for releaseMarc Mutz2016-12-012-15/+103
| | | * | | Windows QPA: Fix build with MSVC2015 on Windows 7Friedemann Kleint2016-11-301-1/+2
| | | * | | QDeadlineTimer: fix namespace for chrono literals in examplesMarc Mutz2016-11-301-2/+4
| | | * | | QMutex: small doc fixesMarc Mutz2016-11-291-2/+2
| | * | | | Delete aborted QDragAleksey Lysenko2016-12-151-0/+3
| | * | | | QDockWidgetGroupWindow now honors custom title barSergio Martins2016-12-153-5/+53
| | * | | | Touch fix for popups blocked by modal dialogPaul Olav Tvete2016-12-151-1/+1
| | * | | | doc: Specify which characters are replaced by toPlainText()Eskil Abrahamsen Blomfeldt2016-12-151-0/+5
| | * | | | doc: Replace Q_DECL_OVERRIDE by override in snippetsAlexander Volkov2016-12-143-3/+3
| | * | | | Android: Fix the bearer management plugin when running as a serviceChristian Strømme2016-12-142-13/+12
| | * | | | Q_CHECK_PTR the result of QDataBuffer's allocationsUlf Hermann2016-12-141-4/+8
| | * | | | MySQL: Make sure we clean the libraries from mysql_configThiago Macieira2016-12-142-2/+12
| | * | | | eglfs/deviceintegration: Ensure eglfs_kms_support is added only onceFriedemann Kleint2016-12-141-2/+2
| | * | | | Silence warning about non-void function without return valueThiago Macieira2016-12-141-0/+1
| | * | | | move generation of qconfig.cpp (and qt.conf) to qmake-based configureOswald Buddenhagen2016-12-132-12/+106
| | * | | | Make size grip work with high dpi scalingPaul Olav Tvete2016-12-131-1/+1
* | | | | | Use closest QWindow when waiting for a widget to become active/exposedTor Arne Vestbø2016-12-171-2/+2
* | | | | | QWidget::clearMask(): Skip setMask() logic if there's no maskGabriel de Dietrich2016-12-161-0/+3
* | | | | | touch manual test and TouchPoint qDebug: show horz/vert ellipse diamShawn Rutledge2016-12-161-3/+6
|/ / / / /
* | | | | Make QProcessEnvironment available on Apple Platforms and VxWorksJake Petroules2016-12-164-14/+63
* | | | | Introduce a configure option for QProcessEnvironmentJake Petroules2016-12-166-67/+96
* | | | | Add platform font database support to 'minimal' QPA pluginGabriel de Dietrich2016-12-152-9/+30
* | | | | Windows Font DB: Add missing libraryGabriel de Dietrich2016-12-151-0/+1
* | | | | qglobal.cpp/QSysInfo::windowsVersion(): Silence deprecation warningFriedemann Kleint2016-12-141-0/+3
* | | | | Simplify QDateTime::toString(Qt::TextDate)'s text constructionEdward Welbourne2016-12-141-8/+4
* | | | | Fix handling of time-zones in QDateTime::toString(Qt::TextDate)Edward Welbourne2016-12-141-1/+10
* | | | | Fix QDateTime::toString(Qt::ISODate)'s handling of Qt::TimeZoneEdward Welbourne2016-12-142-2/+17
* | | | | Android: Enable Adoption of ANativeWindow handle as a QOffscreenSurfaceAndy Nichols2016-12-147-5/+203
* | | | | Aarch64: vectorize findCharErik Verbruggen2016-12-141-1/+14
* | | | | Windows Font DB: Add missing libraryGabriel de Dietrich2016-12-131-1/+1
* | | | | Add support for filtering in the qevdevtouch pluginGunnar Sletta2016-12-133-37/+412
* | | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-13338-3379/+3781
|\| | | |
| * | | | Fix for horizontal scrollbarsLambert Duijst2016-12-131-2/+2
| * | | | Doc: added spec about parameter enableNico Vertriest2016-12-122-4/+4
| * | | | QMap: use std::less for defining an order between pointersGiuseppe D'Angelo2016-12-122-8/+7