summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Cocoa integration - avoid using dangling pointersTimur Pocheptsov2016-02-292-2/+10
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-02-2561-519/+922
|\
| * 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
| | | * Merge remote-tracking branch 'origin/5.6.0' into 5.6Liang Qi2016-02-1512-36/+85
| | | |\
| | | | * Account for hinting preference in alpha map bounding boxEskil Abrahamsen Blomfeldt2016-02-091-1/+6
| | | | * Do not change depth for the backingstore's underlying imageLaszlo Agocs2016-02-052-2/+2
| | | | * Merge 5.6 into 5.6.0Oswald Buddenhagen2016-02-0219-201/+99
| | | | |\
| | | | * | Cocoa integration - fix outdated path in QCocoaFileDialogHelperTimur Pocheptsov2016-01-301-2/+5
| | | | * | eglfs: Sanitize the widget compositor's context handlingLaszlo Agocs2016-01-292-4/+9
| | | | * | winrt: set initial window sizeMaurice Kalinowski2016-01-291-0/+9
| | | | * | Accessibility OS X: Fix hang when editing password line editsFrederik Gladhorn2016-01-281-3/+5
| | | | * | Accessibility OS X: protect from accessing invalid objectsFrederik Gladhorn2016-01-282-11/+11
| | | | * | winrt: Add support for offscreen surfacesMaurice Kalinowski2016-01-263-13/+38
| | | * | | Windows QPA: Prefer const-versions of API where applicable.Friedemann Kleint2016-02-126-12/+12
| | | * | | Fix input pane usage on Windows 10 IoT CoreMaurice Kalinowski2016-02-121-4/+4
| | | * | | Optionally force delivery of TUIO pseudo touch eventsAriel Molina2016-02-121-0/+8
| | | * | | Fixed bug preventing parsing of unbundled TUIO messagesAriel Molina2016-02-111-5/+13
* | | | | | Cocoa integration - handle didResignKey correctlyTimur Pocheptsov2016-02-241-1/+1
* | | | | | QCocoaFileDialog - disclose accessory viewTimur Pocheptsov2016-02-231-0/+6
* | | | | | QInputMethodEvent::Attribute: add ctor that doesn't take a QVariantMarc Mutz2016-02-202-9/+7
* | | | | | Merge remote-tracking branch 'origin/5.7' into devSimon Hausmann2016-02-198-35/+69
|\| | | | |
| * | | | | Windows QPA: Fix warnings as shown by Qt Creator's Clang based code model.Friedemann Kleint2016-02-181-18/+19
| |/ / / /
| * | | | Merge "Merge dev into 5.7" into refs/staging/5.7Oswald Buddenhagen2016-02-174-3/+15
| |\ \ \ \
| * | | | | bearer plugins: fix uses of inefficient QListsMarc Mutz2016-02-172-3/+9
| * | | | | Say hello to Android ServicesBogDan Vatra2016-02-175-14/+41
* | | | | | Factor out usage of a private symbol by the iOS platform plugin.Jake Petroules2016-02-191-1/+1
| |/ / / / |/| | | |
* | | | | Use QFlags::setFlag where prudent in qtbaseAndre Somers2016-02-121-1/+1
* | | | | Fix for deferredDelete() bug when calling the glib loop directlyPaolo Angelelli2016-02-122-2/+2
* | | | | Cocoa integration - suppress excessive dragginUpdated messagesTimur Pocheptsov2016-02-121-0/+12
|/ / / /
* | | | QPainter: replace an inefficient QList with QVectorMarc Mutz2016-02-111-1/+1
* | | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-1130-602/+313
|\| | |