summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* macOS: fix 32-bit buildsJake Petroules2016-09-213-6/+6
* Merge "Merge remote-tracking branch 'origin/5.8' into dev" into refs/staging/devLiang Qi2016-09-2144-672/+248
|\
| * Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-2144-672/+248
| |\
| | * Fix namespaced build on iOSJake Petroules2016-09-2019-24/+58
| | * macOS: Implement QCocoaBackingStore in terms of QRasterBackingStoreTor Arne Vestbø2016-09-183-79/+18
| | * iOS: Implement support for QScreen::grabWindow()Tor Arne Vestbø2016-09-182-0/+35
| | * macOS: Move QColor/QBrush conversion functions to QtGuiTor Arne Vestbø2016-09-182-132/+0
| | * macOS: Move image conversion functions to QtGuiTor Arne Vestbø2016-09-1811-140/+10
| | * macOS: Remove unused function qt_mac_QRegionToHIMutableShapeTor Arne Vestbø2016-09-182-13/+0
| | * macOS: Move QMacCGContext helper into QtGuiTor Arne Vestbø2016-09-177-265/+14
| | * DirectWrite: Fix embedding fonts in PDFEskil Abrahamsen Blomfeldt2016-09-162-0/+92
| | * Use QString::fromLatin1() less to avoid string allocationsAnton Kudryavtsev2016-09-153-3/+4
| | * winrt: Fix initialization of input contextMaurice Kalinowski2016-09-151-17/+18
* | | Fix Windows DnD: Alt key modificator was interpreted as mouse XbuttonSerge Lysenko2016-09-211-11/+16
|/ /
* | Change a few c-style casts to static/reinterpret_castFrederik Gladhorn2016-09-202-22/+22
* | Declare parameters to xcb_create_window with correct typeFrederik Gladhorn2016-09-201-1/+2
* | Replace usages of QSysInfo with QOperatingSystemVersionJake Petroules2016-09-209-12/+18
|/
* Use QStringBuilder more to optimize memory allocationsAnton Kudryavtsev2016-09-152-5/+2
* Convert the old feature systemLars Knoll2016-09-152-10/+7
* Modularize configure.json/.priLars Knoll2016-09-1512-2/+13
* xcb: Remove unused NoFontHinting hintAlexander Volkov2016-09-124-8/+0
* Fix Linux build without XINPUT2Allan Sandfeld Jensen2016-09-121-0/+4
* winrt: Fix display of tooltipsMaurice Kalinowski2016-09-112-10/+31
* Turn the available sql drivers into public featuresLars Knoll2016-09-101-9/+9
* winrt: Make sure that cursor is visible when virtual keyboard is shownOliver Wolff2016-09-075-6/+69
* winrt: Use ComPtrs in input contextOliver Wolff2016-09-071-4/+3
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-052-5/+18
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-052-5/+18
| |\
| | * Windows QPA: Fix leaks in native file dialogsFriedemann Kleint2016-08-301-4/+9
| | * Cocoa: Add support for triple-buffered GL contextsTor Arne Vestbø2016-08-291-1/+9
* | | Replace QLatin1Literal with QLatin1StringAnton Kudryavtsev2016-09-031-2/+2
* | | tuiotouch: clean upMarc Mutz2016-09-038-58/+53
* | | bearer plugins: eradicate Java-style iterators and Q_FOREACHMarc Mutz2016-09-025-66/+56
* | | Fix bundled xkbcommon build without xcb-xkb presentLaszlo Agocs2016-08-291-1/+5
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-2937-410/+289
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-295-4/+24
| |\|
| | * winrt: avoid duplicate signal emitMaurice Kalinowski2016-08-251-1/+0
| | * winrt: store mimedata in clipboardMaurice Kalinowski2016-08-252-3/+17
| | * winrt: Check validity of options shared pointerMaurice Kalinowski2016-08-251-0/+3
| | * fix build with qt-xcb and another installed qt in a system locationOswald Buddenhagen2016-08-252-0/+4
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-256-297/+67
| |\|
| | * Fix UI freeze when using network-manager bearer pluginLorn Potter2016-08-244-294/+60
| | * Fix warning: 'UITextInputTextFontKey' is deprecatedJake Petroules2016-08-241-1/+1
| | * winrt: Fix crash when clearing mimedataMaurice Kalinowski2016-08-231-1/+1
| | * Make sure connection is not null before using itAlbert Astals Cid2016-08-231-1/+5
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-227-11/+39
| |\|
| | * Fix QWidget::setWindowRole()Alexander Volkov2016-08-193-0/+26
| | * DirectWrite: Fix calculating bounding box of glyphsEskil Abrahamsen Blomfeldt2016-08-181-1/+1
| | * winrt: only update window title for top level widgetsMaurice Kalinowski2016-08-183-8/+6
| | * winrt: Fix crashes for visible window managementMaurice Kalinowski2016-08-182-1/+5