summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Replace qUnaligned{Load,Store} with the existing q{To,From}Unalignedv5.6.1-1v5.6.1Thiago Macieira2016-05-259-99/+55
* Really fix crash on certain malformed bmp imagesEirik Aavitsland2016-05-251-7/+9
* Add changelog for 5.6.1Venugopal Shivashankar2016-05-231-0/+165
* QNSView: Pass on the responder chain if deletion is pendingGabriel de Dietrich2016-05-201-3/+9
* WinRT: Do not assert on socket closeOliver Wolff2016-05-201-1/+4
* WinRT: Do not try to cancel IO for udp sockets on socket closeOliver Wolff2016-05-181-10/+12
* enable example installs for all modulesOswald Buddenhagen2016-05-182-1/+1
* complain about examples which don't install themselves properlyOswald Buddenhagen2016-05-181-0/+14
* actually build an optimized qmake in release buildsOswald Buddenhagen2016-05-131-1/+1
* ICO image format: fix regression in writing when size >= 256Eirik Aavitsland2016-05-134-6/+54
* Fix building with -qreal floatAllan Sandfeld Jensen2016-05-131-2/+2
* Doc: Remove references to obsolete reset() functionLeena Miettinen2016-05-121-2/+2
* Doc: Remove repository name from examplesinstallpathTopi Reinio2016-05-1212-12/+12
* ANGLE: Disable support for shared handles in warp mode on Windows < 8Oliver Wolff2016-05-122-0/+57
* ANGLE: fall back to warp mode in case of standard VGA driverOliver Wolff2016-05-121-0/+12
* Merge 5.6 into 5.6.1Oswald Buddenhagen2016-05-1288-347/+995
|\
| * Document how to save an application using QUndoStackMitch Curtis2016-05-111-0/+2
| * Dirview example: Add option for DontUseCustomDirectoryIcons.Friedemann Kleint2016-05-111-0/+5
| * Remove wrong doc note for QPlatformBackingStore::flush()Gabriel de Dietrich2016-05-111-1/+2
| * eglfs: Support dynamic mouse cursor show/hide with DRM HW cursorLaszlo Agocs2016-05-112-8/+81
| * make -R and -D not affect qmakeOswald Buddenhagen2016-05-111-9/+0
| * Avoid asserting when painting certain degenerate bezier pathsEirik Aavitsland2016-05-111-1/+1
| * QFileSystemModel: create nodes with correct QFileInfosAlexander Volkov2016-05-103-6/+52
| * QCocoaWindow - do not call resignKeyWindowTimur Pocheptsov2016-05-101-4/+2
| * Acknowledge QWidgetWindow::widget() may be nullGabriel de Dietrich2016-05-103-14/+16
| * QWidgetWindow: Guard reference to own widgetGabriel de Dietrich2016-05-102-3/+6
| * winrt: Fix potential startup crashMaurice Kalinowski2016-05-101-3/+4
| * decruft project filesOswald Buddenhagen2016-05-104-24/+0
| * Enable movedAndResizedAttributes test.Morten Johan Sørvig2016-05-101-5/+0
| * tst_qwidget: remove sheetOpacity testMorten Johan Sørvig2016-05-101-13/+0
| * OS X: Remove unified toolbar test.Morten Johan Sørvig2016-05-102-42/+1
| * xcb: Properly unset mousePressWindow()Błażej Szczygieł2016-05-091-2/+7
| * QXcbDrag: forward mouse release event to initiator windowAlberto Mardegan2016-05-092-0/+16
| * Make sure the QDBusVirtualObject virtuals are called in the right threadThiago Macieira2016-05-091-0/+2
| * linuxfb: Support transparencyLaszlo Agocs2016-05-093-4/+19
| * Add FreeType libraries for Windows -system-freetype buildsJames McDonnell2016-05-091-0/+1
| * Fix threading issue in creating static opengl contextMäättä Antti2016-05-091-2/+4
| * tst_QMdiArea::subWindowActivated2(): Allow for several activated events.Friedemann Kleint2016-05-091-1/+1
| * Windows Accessibility: Use QWindowsAccessibility::windowHelper().Friedemann Kleint2016-05-091-11/+4
| * QStorageInfo: allow getting the info of pseudo filesystems tooThiago Macieira2016-05-091-2/+0
| * QStorageInfo: get the label properly if the mounted device is a symlinkThiago Macieira2016-05-091-1/+4
| * QStorageInfo: update the detection of pseudo filesystemsThiago Macieira2016-05-092-4/+8
| * QStorageInfo: fix matching of mountpoints to sibling directoriesThiago Macieira2016-05-095-24/+122
| * Add an autotest for the QtDBus message spy hookThiago Macieira2016-05-095-2/+211
| * Fix moc warning detected by ICCThiago Macieira2016-05-091-4/+4
| * Fix QBasicAtomicPointer::{load,store} to actually be relaxedThiago Macieira2016-05-091-2/+2
| * Disconnect signals from each QObject only once in QDBusConnectionPrivateThiago Macieira2016-05-092-12/+21
| * tst_QDBusMarshall: make sure we compile on linked, old dbusThiago Macieira2016-05-091-3/+5
| * QTableView: Fix selection for reordered or hidden rows/columnsVyacheslav Grigoryev2016-05-092-13/+46
| * QTest: Fix printing of values of Q_ENUMsThiago Macieira2016-05-086-11/+12