summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* build qt-png as a proper helper libraryOswald Buddenhagen2016-05-245-29/+43
* Optimize QImage checkForAlphaPixelsAllan Sandfeld Jensen2016-05-231-21/+28
* Windows QPA: Format window title correctly when creating a window.Friedemann Kleint2016-05-233-2/+11
* ANGLE: fixed usage of shared handles for WinRT/WinPhone applicationsOliver Wolff2016-05-203-0/+63
* Avoid failing on 64-bit ARMLaszlo Agocs2016-05-191-1/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-19111-439/+909
|\
| * Merge remote-tracking branch 'origin/5.6.1' into 5.6Liang Qi2016-05-1925-42/+129
| |\
| | * WinRT: Do not try to cancel IO for udp sockets on socket closeOliver Wolff2016-05-181-10/+12
| | * ICO image format: fix regression in writing when size >= 256Eirik Aavitsland2016-05-131-5/+5
| | * 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-1251-181/+500
| | |\
| | * | Cocoa integration - avoid dangling menuitem pointerTimur Pocheptsov2016-05-101-0/+2
| | * | make qt-freetype use qt-zlib when presentOswald Buddenhagen2016-05-092-5/+10
| | * | make zlib_dependency auto-add QtCore as a private depOswald Buddenhagen2016-05-093-2/+11
| * | | Cocoa: Allow pasting text from Qt apps to MailMorten Johan Sørvig2016-05-181-4/+4
| * | | xcb: Fix dropping URL on Firefox window.Urs Fleisch2016-05-181-9/+10
| * | | xcb: Fix drop of text/uri-list and text/html.Urs Fleisch2016-05-181-11/+31
| * | | QMenuBar: nested parenting fixFelix Bourbonnais2016-05-182-25/+33
| * | | Moc: fix crash when a file ends with \\\rOlivier Goffart2016-05-181-2/+4
| * | | egl: Reshuffle headers to help less fortunate systems with X11Laszlo Agocs2016-05-1711-14/+21
| * | | Compile fix: remove _POSIX_C_SOURCE usageRalf Nolden2016-05-171-3/+0
| * | | QT_CONFIG simplification re debug_and_release and build_allOswald Buddenhagen2016-05-171-1/+1
| * | | winrt: Fix potential crash when reading closed socketsMaurice Kalinowski2016-05-172-12/+20
| * | | Use QPlatformTheme for the context to translate the color dialog buttonsAndy Shaw2016-05-161-1/+1
| * | | Fix QVariant conversion to an enum type.Olivier Goffart2016-05-161-1/+21
| * | | QWidget::mapTo/FromGlobal(): Rewrite using a QTransform.Friedemann Kleint2016-05-141-46/+53
| * | | Remove dead code from QColorDialogThiago Macieira2016-05-141-29/+6
| * | | Move q{Set,}GlobalQHashSeed() to the correct header fileMarc Mutz2016-05-132-3/+3
| * | | Fixed crash in QAuthenticator::operator==Jesus Fernandez2016-05-131-0/+2
| * | | QLineEdit: Fix icons being too small on a High DPI screen without scaling.Friedemann Kleint2016-05-123-22/+52
| * | | Fix build with GCC <= 4.2 (FreeBSD 9.x)Thiago Macieira2016-05-121-1/+5
| * | | Bearer: replace the use of QMutexPool in the Windows pluginThiago Macieira2016-05-121-35/+24
| * | | src.pro: include the build of bootstrap-dbus in developer buildsThiago Macieira2016-05-121-1/+2
| * | | dbustray: Use separate D-Bus connections for each tray iconDmitry Shachnev2016-05-123-4/+5
| * | | Windows: Suppress error dialogs when querying logical drives.Friedemann Kleint2016-05-122-0/+4
| * | | xcb: Properly interpret data.l[0] field of XdndStatus messageAlexander Volkov2016-05-121-1/+1
| | |/ | |/|
| * | Document how to save an application using QUndoStackMitch Curtis2016-05-111-0/+2
| * | 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
| * | Avoid asserting when painting certain degenerate bezier pathsEirik Aavitsland2016-05-111-1/+1
| * | QFileSystemModel: create nodes with correct QFileInfosAlexander Volkov2016-05-101-6/+15
| * | 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
| * | xcb: Properly unset mousePressWindow()Błażej Szczygieł2016-05-091-2/+7