summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QtNetwork: convert some QDateTime::currentDateTime() to currentDateTimeUtc()Marc Mutz2015-10-274-5/+8
* QIODevice: fix interleaving read() and write() in text mode under WindowsAlex Trotsenko2015-10-271-3/+4
* Windows QPA: Fix debug operators.Friedemann Kleint2015-10-2717-53/+98
* Item Views: Avoid reentrant call in updateEditorGeometries()Gabriel de Dietrich2015-10-271-0/+5
* QtWidgets: use printf-style qWarning/qDebug where possible (I)Marc Mutz2015-10-2716-36/+37
* QNetworkReplyHttpImpl: convert some QDateTime::currentDateTime() to currentDa...Marc Mutz2015-10-271-2/+2
* Remove historical +4 padding in QFontEngine::alphaMapForGlyph()Eskil Abrahamsen Blomfeldt2015-10-271-1/+1
* Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Liang Qi2015-10-268-20/+54
|\
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-238-20/+54
| |\
| | * Doc: Edit description of QSslSocket::AddCaCertificates()Topi Reinio2015-10-233-5/+6
| | * QLineEdit: Fix visibility handling of side widgets.Friedemann Kleint2015-10-221-3/+3
| | * Fix QCFSocketNotifier in namespaced Qt buildsTim Blechmann2015-10-191-0/+4
| | * Android: Remove unused forward declaration.Christian Strømme2015-10-191-1/+0
| | * Android: Don't show the VK when the state is set to HIDDEN by the user.Christian Strømme2015-10-191-5/+11
| | * Android: Improve the way we update layout params for native views.Christian Strømme2015-10-192-6/+33
| | * Use Node::name if Node::logicalModuleName is empty for qml modulesAlbert Astals Cid2015-10-161-0/+3
* | | Move pointer size detection entirely to qprocessordetection.hThiago Macieira2015-10-263-23/+28
* | | WinRT: Retrieve color settings on Windows 10Maurice Kalinowski2015-10-261-33/+152
* | | Xcb: fix crash on screen power savePaul Olav Tvete2015-10-263-4/+14
* | | Android: use Q_UNIMPLEMENTED()Marc Mutz2015-10-262-11/+11
* | | Android: Add opt-in high-dpi supportMorten Johan Sørvig2015-10-269-9/+43
* | | Fix QHighDPiScaling initialization issuesMorten Johan Sørvig2015-10-262-3/+14
* | | QNetworkAccessCache: convert QDateTime::currentDateTime() to currentDateTimeU...Marc Mutz2015-10-261-3/+3
* | | Support overlapping contours in glyph rasterizer fallbackEskil Abrahamsen Blomfeldt2015-10-261-0/+1
* | | QPathSegments::Intersection: reduce struct size 24 -> 16 bytesMaks Naumov2015-10-262-4/+3
* | | xcb: better error reporting when shmget() failsShawn Rutledge2015-10-261-2/+2
* | | ANGLE: Fix winrt backing store to support feature level 9_3 devices.Samuel Nevala2015-10-243-6/+47
* | | Cocoa: Implement QPlatformInputContext::locale().Liang Qi2015-10-244-0/+40
* | | Fix alignment in qConvertARGB64PMToA2RGB30PM_sse2Frederik Gladhorn2015-10-231-2/+1
|/ /
* | QNativeSocketEngine: declare PacketHeaderOption enum as a bit fieldAlex Trotsenko2015-10-231-3/+3
* | QIpPacketHeader: correct the type of hopLimit memberAlex Trotsenko2015-10-231-1/+1
* | Compile the 64-bit version of some code on all 64-bit processorsThiago Macieira2015-10-232-3/+3
* | Convert some QDateTime::currentDateTime() to currentDateTimeUtc() (I)Marc Mutz2015-10-234-5/+5
* | QMenu: Fix a typo EventShouldBePropogated -> EventShouldBePropagatedAlexander Volkov2015-10-232-6/+6
* | QWidgetAction: Don't deactivate the current window on MacGabriel de Dietrich2015-10-235-8/+16
* | OSX: replace use of deprecated API.Erik Verbruggen2015-10-231-7/+8
* | QTextStream: optimize streaming of QLatin1String and const char*Marc Mutz2015-10-232-4/+48
* | Prevent the pixmap cache from crashing if it's been destroyedThiago Macieira2015-10-231-1/+2
* | Respect QPen::dashOffset when generating PDFLars Knoll2015-10-221-3/+3
* | Fix warning message to match the function signatureLars Knoll2015-10-221-2/+2
* | Fix alignment issues on 32 bit in qConvertA2RGB30PMToARGB64PM_sse2 and qConve...Frederik Gladhorn2015-10-221-5/+10
* | qdoc is moving back to qttoolsOswald Buddenhagen2015-10-22125-65530/+1
* | QTextStream: Extract Method padding() from putString()Marc Mutz2015-10-222-29/+58
* | moc: fix Q_PROPERTY with parentheses in their MEMBER clauseOlivier Goffart2015-10-221-0/+1
* | winrt: Fix sending of back key event.Samuel Nevala2015-10-221-15/+5
* | Remove superfluous newlineSamuel Nevala2015-10-221-2/+1
* | eglfs: Avoid sending enter-leave events with an invalid leave ptrLaszlo Agocs2015-10-222-2/+2
* | winrt: Connect callbacks after after integration class constructed.Samuel Nevala2015-10-224-60/+77
* | Windows: Implement QPlatformInputContext::locale().Friedemann Kleint2015-10-223-5/+46
* | winrt: Add missing Q_DECL_OVERRIDEsSamuel Nevala2015-10-221-12/+12