summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Android: Fix crash on startupChristian Stromme2016-04-181-3/+10
* Change the way we handle features that have sub-featuresLars Knoll2016-04-151-12/+8
* Fix the naming of the CFLAGS/LIBS for Gtk3Lars Knoll2016-04-121-2/+2
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-1124-195/+305
|\
| * xcb: Optimize non-shm backing store flushingLouai Al-Khanji2016-04-101-21/+88
| * X11: Better support non-32bit visualsLouai Al-Khanji2016-04-0912-129/+165
| * QtBase: use erase and std::remove_if with QList and QVectorAnton Kudryavtsev2016-04-081-8/+7
| * add cross-platform tablet->mouse event synth; enable on AndroidShawn Rutledge2016-04-081-0/+1
| * xcb: replace qt.xcb.glintegration logging category with qt.qpa.glShawn Rutledge2016-04-085-12/+12
| * Reduce verbosity for QT_XCB_GL_INTEGRATION=noneGatis Paeglis2016-04-071-9/+11
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-076-19/+24
| |\
| | * Windows QPA: Scale hotspot of custom cursors correctly.Friedemann Kleint2016-04-061-5/+5
| | * Direct2D QPA: Fix build with clang-cl.Friedemann Kleint2016-04-061-7/+7
| | * Windows QPA: Check QWindowsStaticOpenGLContext in nativeResourceForIntegratio...Friedemann Kleint2016-04-061-2/+4
| | * winrt: Change input panel behavior to platform defaultMaurice Kalinowski2016-04-051-1/+1
| | * Fix assert with Meta modifierJoni Poikelin2016-04-051-2/+1
| | * Windows QPA: Don't send geometry change after window creation for maximized/f...Friedemann Kleint2016-04-051-2/+6
* | | Consistent naming for Xinput2 related definesLars Knoll2016-04-071-4/+4
* | | Unify naming of LIBS/CFLAGS for 3rd party librariesLars Knoll2016-04-077-13/+13
* | | QTouchEvent: add uniqueId and rotation; TUIO: support fiducial tokensShawn Rutledge2016-04-074-30/+382
* | | Always compile sql drivers as pluginsLars Knoll2016-04-0737-36/+15641
* | | Always build JPEG and GIF support as pluginsLars Knoll2016-04-078-16/+2570
* | | Direct2D QPA: Fix build.Friedemann Kleint2016-04-062-2/+2
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-0590-758/+1972
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-048-7/+41
| |\|
| | * eglfs QPA: Hide the cursor when QT_QPA_EGLFS_HIDECURSOR is setAndy Shaw2016-04-011-0/+6
| | * Windows QPA: Scale the cursor rectangle of the input method.Friedemann Kleint2016-03-312-6/+14
| | * QFontEngine: Add handle() functionGabriel de Dietrich2016-03-294-0/+12
| | * wince: Disable Native Filedialogs for WEC2013Andreas Holzammer2016-03-291-0/+8
| | * Windows QPA: Fix regular expression to match CLSIDs in file dialog.Friedemann Kleint2016-03-241-1/+1
| * | QXcbBackingStore: Fix scrolling when backed with native X PixmapLouai Al-Khanji2016-03-301-32/+62
| * | Cocoa integration - hitTest for Qt::WindowTransparentForInputTimur Pocheptsov2016-03-301-0/+10
| * | Remove the traces of the discontinued android-no-sdk platformEirik Aavitsland2016-03-305-11/+11
| * | Unify license header usage.Jani Heikkinen2016-03-2957-673/+844
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-03-243-7/+22
| |\|
| | * minimal QPA plugin: Use fontconfig DB if availableGabriel de Dietrich2016-03-233-7/+22
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-03-236-22/+43
| |\|
| | * QCocoaMenus: Use mix-in pattern to implement menu hierarchyGabriel de Dietrich2016-03-225-18/+34
| | * Android: Fix inputItemRectangle when using EnableHighDpiScalingBogDan Vatra2016-03-211-4/+9
| * | Mir: Call QPlatformIntegration::destroyScreen() as recommended.Christian Strømme2016-03-222-7/+11
| * | Add INTEGRITY Framebuffer-based plugin as a platform plugin.Rolland Dudemaine2016-03-2210-0/+928
* | | Windows QPA: Increase API level to 0x600 (Windows Vista).Friedemann Kleint2016-04-018-199/+62
* | | Android: Support PasswordMaskDelayKai Uwe Broulik2016-04-012-0/+13
* | | Use quotes instead of angle brackets for local includes in cocoa plugin.Jake Petroules2016-04-012-5/+5
* | | QtNetwork: Remove Windows CE.Friedemann Kleint2016-03-293-42/+4
* | | Windows QPA: Remove Windows CE.Friedemann Kleint2016-03-2935-1553/+85
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-22145-1599/+1426
|\| |
| * | Cocoa: Forward masked out mouse events.Morten Johan Sørvig2016-03-212-4/+29
| * | Cocoa: Forward rejected key events.Morten Johan Sørvig2016-03-212-6/+47
| * | Cocoa: Unify mouse handling logicMorten Johan Sørvig2016-03-212-66/+106