summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Cocoa: Support high-dpi DnD pixmaps.Morten Johan Sørvig2016-01-261-1/+3
* | Install the static qtfreetype libLaszlo Agocs2016-01-261-1/+2
* | winrt: fix typoMaurice Kalinowski2016-01-261-1/+1
* | Handle native views visibility properly.BogDan Vatra2016-01-264-1/+26
* | Android: Probe for virtual keyboard heightBogDan Vatra2016-01-261-7/+49
* | Call out to QtDBus message spies in the main threadThiago Macieira2016-01-253-13/+57
* | Repaint QOpenGLWidget when screen changesDyami Caliri2016-01-241-0/+3
* | Fix tlw source rect transformation for backingstore blit.Dyami Caliri2016-01-241-1/+1
* | Q*Application: don't allocate memory just to compare C stringsMarc Mutz2016-01-233-37/+45
* | Android: Fix compile on arm64BogDan Vatra2016-01-231-0/+3
* | Speed up QObject::connect with function pointersSimon Hausmann2016-01-221-0/+1
* | QNX: Fix -developer-buildRafael Roquetto2016-01-221-4/+4
* | Cocoa: Update QWindow::screen() on expose/show.Morten Johan Sørvig2016-01-221-0/+12
* | Hide better the private API QTextCursor constructorsThiago Macieira2016-01-227-16/+24
* | Fix build with QT_NO_OPENGLTor Arne Vestbø2016-01-211-0/+1
* | Use QFileInfo::exists(f) instead of QFileInfo(f).exists()Tobias Koenig2016-01-213-7/+7
* | Remove dead code from QOpenGLPaintEngineAllan Sandfeld Jensen2016-01-212-19/+1
* | Avoid heap allocations in Median classTobias Koenig2016-01-213-1/+145
* | QString: optimize case conversion codeKonstantin Ritt2016-01-211-24/+30
* | eglfs: Detect llvmpipe and show a warningLaszlo Agocs2016-01-214-0/+19
* | Fix some mis-guided fall-throughs #ifdef QT_BOOTSTRAPPED.Edward Welbourne2016-01-211-9/+13
* | Fix pixmap types in org.kde.StatusNotifierItem.xmlDmitry Shachnev2016-01-212-8/+8
* | QtPlatformSupport: Remove virtual from declarations with override.Friedemann Kleint2016-01-215-59/+59
* | QGnomeTheme: Change the QFont members to pointer members.Friedemann Kleint2016-01-211-12/+12
* | winrt: Fix potential crash in readDatagramMaurice Kalinowski2016-01-211-1/+1
* | winrt: msvc2015: refactor file handlingMaurice Kalinowski2016-01-216-12/+49
* | [docs] Fix reverse STL iteration exampleMarc Mutz2016-01-212-7/+4
* | Fix the use of R_X86_64_GOTPCREL on a 64-bit field: it should be 32-bitThiago Macieira2016-01-211-5/+7
* | QNetworkInterface: don't add a QNetworkAddressEntry if no IP is knownThiago Macieira2016-01-211-17/+17
* | QNetworkInterface: fix handling of interfaces with no addressesThiago Macieira2016-01-211-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Jani Heikkinen2016-01-2164-2233/+1872
|\ \
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-1964-2233/+1872
| |\|
| | * xcb: Fallback to Xlib screen when glXGetCurrentDisplay() returns NULLBłażej Szczygieł2016-01-182-6/+11
| | * Fix QFileSelector::select if called with QUrl and scheme "assets"André Klitzing2016-01-151-2/+9
| | * Fix non-Latin1 strings in QJsonDocument on big-endian platformsThiago Macieira2016-01-151-1/+1
| | * Fix UB in QIODevicePrivateMarc Mutz2016-01-131-6/+10
| | * Fix UB in QFileDevice::writeData()Marc Mutz2016-01-121-1/+1
| | * Fix UB in QFSFileEnginePrivate::writeFdFh()Marc Mutz2016-01-111-21/+25
| | * Fix UB in QVariant::canConvert()Marc Mutz2016-01-111-3/+6
| | * Don't pass NULL Display to glXGetClientStringDāvis Mosāns2016-01-112-2/+8
| | * Add missing qxml_p.h to src/xml/sax/sax.priMarc Mutz2016-01-061-1/+2
| | * Allow socket events processing with a foreign event loop on WindowsAlex Trotsenko2016-01-052-13/+33
| | * QStateMachine: fix ignore high-priority events.Masaru Ueki2016-01-051-4/+6
| | * Revert "Fix global coordinate mapping for child widgets in QGraphicsView."Friedemann Kleint2016-01-051-24/+22
| | * QTreeView: take into account the min/max size of the header viewGiuseppe D'Angelo2016-01-041-3/+7
| | * Do not discard WSAECONNRESET error code from UDP under WindowsAlex Trotsenko2016-01-043-1/+19
| | * forkfd: Only enable pipe2 on FreeBSD >= 10.0.Raphael Kubo da Costa2016-01-031-1/+1
| | * forkfd: Also define BSD visibility macros in forkfd_qt.cpp.Raphael Kubo da Costa2016-01-031-0/+9
| | * forkfd: Define __BSD_VISIBLE and _NETBSD_SOURCE.Raphael Kubo da Costa2015-12-271-0/+2
| | * QAbstractSocket: do not enable read notifications on TCP in bind()Alex Trotsenko2015-12-241-1/+2