summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* QtBase (remainder): use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-1240-116/+116
* ibus: remove some unneeded member init'ingMarc Mutz2016-03-111-17/+1
* QIBusEngineDesc: initialize all members when deserializing from older versionsMarc Mutz2016-03-101-17/+21
* ibus: mark some types as movableMarc Mutz2016-03-102-26/+5
* ibus: de-virtualize QIBusSerializable hierarchyMarc Mutz2016-03-103-106/+114
* Deobfuscate SFNT tag creation on WindowsEskil Abrahamsen Blomfeldt2016-03-101-10/+7
* Merge remote-tracking branch 'origin/5.6.0' into 5.7v5.7.0-alpha1Oswald Buddenhagen2016-03-072-5/+5
|\
| * DirectFB: Fix build in C++98 modev5.6.0Thiago Macieira2016-03-032-5/+5
* | Add QWheelEvent::inverted()Morten Johan Sørvig2016-03-061-1/+3
* | xcb: support more visual formatsLouai Al-Khanji2016-03-041-0/+14
* | QXcbBackingStore: Minor code cleanupLouai Al-Khanji2016-03-041-8/+2
* | xcb: Do not create OpenGL-enabled platform windows for raster windowsLouai Al-Khanji2016-03-041-1/+1
* | QXcbNativeIntegration: Add query for compositing enabledGabriel de Dietrich2016-03-042-2/+8
* | xcb: Be smarter about how we flushLouai Al-Khanji2016-03-031-59/+145
* | Restore multisampled FBOs on ANGLELaszlo Agocs2016-03-021-1/+17
* | Simplify and speed up code resolving gl functionsLars Knoll2016-03-021-1/+2
* | Clean up resolving of OpenGL functions on WindowsLars Knoll2016-03-024-617/+181
* | Ensure we can query all GL functions in all platform pluginsLars Knoll2016-03-013-5/+14
* | Avoid repeated QByteArray creation when resolving opengl functionsLars Knoll2016-03-0121-36/+36
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-2913-98/+278
|\ \
| * | Track target widget when wheel events are receivedGabriel de Dietrich2016-02-291-0/+2
| * | Windows Accessibility: Fix warnings as shown by Qt Creator's Clang based code...Friedemann Kleint2016-02-265-59/+65
| * | Windows Accessibility: Refactor code creating COM arrays.Friedemann Kleint2016-02-261-18/+29
| * | Fix potential crash in QWindowsIA2Accessible::QueryInterface().Friedemann Kleint2016-02-261-2/+0
| * | Windows QPA: Apply scaling when fixing maximized/frameless geometry.Friedemann Kleint2016-02-261-4/+5
| * | Windows QPA: Fix scrolling down with mouse wheel.Friedemann Kleint2016-02-261-1/+1
| * | QWindowsTheme: Run SHGetFileInfo() in a thread.Friedemann Kleint2016-02-264-12/+165
| * | QMacPrintEngine: Really set the printer resolutionKai Pastor2016-02-251-2/+11
* | | QCocoaKeyMapper - correctly update key layoutsTimur Pocheptsov2016-02-251-7/+9
* | | QtPlatformHeaders/Windows: Add function to set window activation behavior.Friedemann Kleint2016-02-253-0/+37
* | | xcb: Remove unneeded null pointer checksBłażej Szczygieł2016-02-243-14/+4
* | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-2431-293/+370
|\| |
| * | Fix font dialog with missing font family and pixel sizesEskil Abrahamsen Blomfeldt2016-02-241-2/+2
| * | xcb: Deliver mouse enter event to window when closing modal windowBłażej Szczygieł2016-02-241-0/+48
| * | Windows QPA: Send synthesized expose events when window shrinks.Friedemann Kleint2016-02-231-1/+3
| * | Windows QPA: Use window flags stored in QWindowsWindow for frame geometry.Friedemann Kleint2016-02-231-1/+1
| * | QCocoaMenuItem: Use the right Objective C class forwarding macrosGabriel de Dietrich2016-02-191-11/+4
| * | Windows DirectWrite: Improve error messages for font engine creation.Friedemann Kleint2016-02-191-7/+24
| * | xcb: include <cmath>Shawn Rutledge2016-02-191-0/+1
| * | xcb: properly initialize size in millimeters if XRandR is not supportedShawn Rutledge2016-02-191-0/+3
| * | xcb: Properly initialize available geometry when XRandR is missingAlexander Volkov2016-02-191-1/+1
| * | Windows QPA: Fix warnings as shown by Qt Creator's Clang based code model.Friedemann Kleint2016-02-1922-211/+214
| * | Windows QPA/font code: Fix warnings as shown by Qt Creator's Clang based code...Friedemann Kleint2016-02-182-60/+66
| * | xcb: Fix drag and drop between xcb screensBłażej Szczygieł2016-02-181-0/+4
* | | QWindowsGLContext: replace homebrew Array with std::vectorMarc Mutz2016-02-204-115/+12
* | | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-02-1933-98/+536
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-1833-98/+536
| |\| |
| | * | winrt: add logging to platform pluginMaurice Kalinowski2016-02-1710-2/+93
| | * | winrt: Fix clipboardMaurice Kalinowski2016-02-175-0/+275
| | * | Windows QPA: Fix the signature of the font enumeration callbacks.Friedemann Kleint2016-02-152-39/+46