summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * REG: Fix missing glyphs with DirectWrite and stretch == QFont::AnyStretchEskil Abrahamsen Blomfeldt2016-12-091-2/+2
| * QGtk3Dialog: don't crash on WaylandJ-P Nurmi2016-12-091-4/+6
| * winrt: Fix input grabbingMaurice Kalinowski2016-12-084-3/+106
| * QPointingDeviceUniqueId: remove deprecated numeric() and constructorShawn Rutledge2016-12-081-9/+0
| * Merge remote-tracking branch 'origin/5.7' into 5.8.0Liang Qi2016-12-0814-88/+99
| |\
| | * Merge remote-tracking branch 'origin/5.7.1' into 5.7Liang Qi2016-12-071-10/+21
| | |\
| | | * Fix the JPEG EXIF reader to deal with some broken/corrupt filesv5.7.1Thiago Macieira2016-12-011-10/+21
| | | * Prevent stale QOpenGLContext fbo pointerMorten Johan Sørvig2016-11-112-1/+7
| | | * macOS: Clear event dispatcher interrupt stateGabriel de Dietrich2016-11-089-0/+48
| | | * 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
* | | | 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
* | | | Fix compilation with -no-pchEskil Abrahamsen Blomfeldt2016-12-121-0/+1
* | | | Accept ZWNJ, ZWJ and PUA characters in input widgetsEskil Abrahamsen Blomfeldt2016-12-127-28/+180
* | | | Plugins: use QStringBuilder moreAnton Kudryavtsev2016-12-124-16/+7
* | | | QDir::cd(): Handle UNC server paths correctlyFriedemann Kleint2016-12-122-37/+39
* | | | QDir::cleanPath(): Do not cd above root paths (UNC, WinRT)Friedemann Kleint2016-12-121-19/+36
* | | | QAndroidPlatformOpenGLContext: fix adopting of existing native contextsLaszlo Agocs2016-12-093-4/+9
* | | | Don't crash on QVLA construction from an empty std::initializer_listThiago Macieira2016-12-091-1/+2