summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Fix usage of QMutexLocker, destroy it only at end of scopeSérgio Martins2016-02-101-4/+4
| * Windows accessibility: Add override declaration.Friedemann Kleint2016-02-101-1/+1
| * Windows accessibility: Remove some cruft.Friedemann Kleint2016-02-103-367/+0
| * Don't force antialiasing when it is turned offEskil Abrahamsen Blomfeldt2016-02-091-2/+4
| * Reduce allocations by using reserve()Sérgio Martins2016-02-071-1/+3
| * xcb: Fix not delivering focusIn event on hide/showAlexander Bersenev2016-02-061-4/+17
| * xcb: Correct enter/leave event handling when mouse button is pressedBłażej Szczygieł2016-02-061-3/+10
| * xcb: XInput2 fixes, enter/leave event fixesBłażej Szczygieł2016-02-067-95/+183
| * If the font is not being found then get the English name regardlessAndy Shaw2016-02-051-0/+2
| * Windows QPA: Remove dead code as detected by Clang.Friedemann Kleint2016-02-0512-97/+6
| * Windows QPA: Add missing override declarations.Friedemann Kleint2016-02-053-8/+8
| * Accessibility OS X: Improve password handlingFrederik Gladhorn2016-02-041-10/+17
| * Windows QPA/Accessibility: Fix Clang warnings about comparing different enums.Friedemann Kleint2016-02-041-6/+6
| * Direct2D: Spell out ~QWindowsDirect2DPaintDevice.Friedemann Kleint2016-02-042-0/+6
| * egldevice: Add a way to force mode settingLaszlo Agocs2016-02-041-2/+7
| * xcb: Take into account the orientation of touch pointsAlexander Volkov2016-02-033-5/+40
* | Drop most "#ifndef QT_NO_LIBRARY"Ulf Hermann2016-02-082-21/+15
* | QWindowsTheme: Provide SHGetStockIconInfo()-related constants on CEFrank Richter2016-02-071-0/+27
* | Android: Fix crash, don't add null visible menus to pendingContextMenusBogDan Vatra2016-02-041-1/+2
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-0219-201/+99
|\|
| * xcb: Ignore Mouse Enter:ungrab, Leave:grab events.Gatis Paeglis2016-02-011-2/+3
| * Move Cocoa key code helper functions to QtCoreTor Arne Vestbø2016-01-292-140/+0
| * Windows QPA: Clear maximized state before setting the normal geometry.Friedemann Kleint2016-01-291-0/+28
| * Windows QPA: Fix drag cursor and hotspot for pixmaps with DPR.Friedemann Kleint2016-01-291-19/+22
| * Windows QPA: Fix position of the fake touch drag cursor window for HighDPI.Friedemann Kleint2016-01-291-1/+1
| * QWindowsFontEngine: Get rid of some dead codeKonstantin Ritt2016-01-291-12/+3
| * Don't use QStringLiteral in comparisonsAnton Kudryavtsev2016-01-287-21/+19
| * Use QFile::exists(f) instead of QFile(f).exists().Anton Kudryavtsev2016-01-271-3/+3
| * Cocoa: Support high-dpi DnD pixmaps.Morten Johan Sørvig2016-01-261-1/+3
| * winrt: fix typoMaurice Kalinowski2016-01-261-1/+1
| * Handle native views visibility properly.BogDan Vatra2016-01-263-1/+16
* | Windows QPA: Improve handling of windows of type Qt::ForeignWindow.Friedemann Kleint2016-01-308-132/+308
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-264-1/+24
|\|
| * Cocoa: Update QWindow::screen() on expose/show.Morten Johan Sørvig2016-01-221-0/+12
| * Use QFileInfo::exists(f) instead of QFileInfo(f).exists()Tobias Koenig2016-01-211-1/+1
| * eglfs: Detect llvmpipe and show a warningLaszlo Agocs2016-01-212-0/+11
* | xcb: remove compressExposeEvent() from handleMapNotifyEvent()Liang Qi2016-01-261-3/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-2145-611/+1318
|\|