summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-1527-164/+231
|\
| * Disable statx(2) and renameat2(2) system calls on AndroidThiago Macieira2018-03-141-7/+16
| * QFlatpakTheme: Cleanup the codeAlexander Akulich2018-03-141-73/+15
| * QByteArray::setRawData(): don't null-terminate initialization from nullptrOswald Buddenhagen2018-03-141-1/+0
| * Fix performance regression in simple a8 non-gamma correctedAllan Sandfeld Jensen2018-03-141-0/+2
| * Android: Fix possible crashBogDan Vatra2018-03-141-1/+1
| * doc: Make fromStdVariant() appear in the QVariant docsMartin Smith2018-03-142-2/+2
| * xcb: Prevent shared memory allocation on every window resizeBłażej Szczygieł2018-03-141-35/+83
| * Revert "Set sharedPainter correctly for QGraphicsEffect"Laszlo Agocs2018-03-141-2/+2
| * Item views: Fix 5.11 API review findingsFriedemann Kleint2018-03-142-11/+10
| * Expand Config to Configuration in method namesEdward Welbourne2018-03-134-15/+15
| * Fix Darwin OS (but not macOS) build - mark unusued parameterTimur Pocheptsov2018-03-131-0/+2
| * Remove needless #include <sys/random.h> from qrandom.cppEdward Welbourne2018-03-131-3/+1
| * QWindowWindow: Avoid resize events from the ctorLaszlo Agocs2018-03-132-2/+6
| * widgets: Add a QT_CONFIG(messagebox) guardMikhail Svetkin2018-03-131-1/+3
| * Doc: Add doc to Graphics View Flow Layout exampleNico Vertriest2018-03-131-0/+0
| * Windows QPA: Fix QWindowsWindowFunctions::SetHasBorderInFullScreen() to work ...Friedemann Kleint2018-03-132-1/+16
| * Windows QPA: Improve the event loggingFriedemann Kleint2018-03-132-4/+9
| * Use QWindow::windowStates() for WindowStateChangedEvent::oldStateJohan Klokkhammer Helsing2018-03-131-1/+1
| * Make sure QDir::absoluteFilePath("/dir") includes a drive on MSEdward Welbourne2018-03-121-1/+35
| * Fix scaling precision with large zoomsAllan Sandfeld Jensen2018-03-121-4/+12
* | Hide cursor handle after ~4s on inactivityBogDan Vatra2018-03-142-0/+18
* | Remove text selection handles when keyboard is hiddenBogDan Vatra2018-03-143-1/+13
* | Refactor cursor & selection handlesBogDan Vatra2018-03-143-93/+155
* | macOS: Remove 'cocoa' infix in QPA logging categoriesTor Arne Vestbø2018-03-147-48/+48
* | testlib: Add Test Anything Protocol (TAP) reporterTor Arne Vestbø2018-03-149-7/+385
* | Fix bad xfail test incident mapping in Apple test loggerTor Arne Vestbø2018-03-141-1/+1
* | Add generic optimized rectfill methodsAllan Sandfeld Jensen2018-03-132-9/+28
* | Remove RGB16 specific bilinear transformAllan Sandfeld Jensen2018-03-131-194/+12
* | QSFPM: Faster row removesTim Angus2018-03-131-0/+13
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-127-29/+88
|\|
| * Fix ambiguous shortcut warning messageSergio Martins2018-03-111-1/+1
| * document that QueryWhatsThis is a QHelpEventSergio Martins2018-03-111-1/+1
| * QRasterPaintEngine: properly initialize flagsChristian Ehrlicher2018-03-111-0/+1
| * Windows QPA: Output more information when initializing tabletsFriedemann Kleint2018-03-101-25/+74
| * Windows QPA: GL: Fix setting the color depths for the GDI fallbackFriedemann Kleint2018-03-101-0/+9
| * Fix 5.11 API review findings in QtNetworkFriedemann Kleint2018-03-102-2/+2
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-107-14/+44
|\|
| * Allow use of template class instances inheriting from a Q_GADGET in QmlNils Jeisecke2018-03-101-10/+16
| * qxcbconnection_xi2.cpp: fix debug check to avoid confusing debug outputDavid Faure2018-03-091-1/+1
| * xcb: Fix FP1616 to int conversionAlexander Volkov2018-03-091-1/+1
| * Fix QLabel crash if buddy's lifetime is too shortSergio Martins2018-03-083-1/+22
| * Doc: improve QScopedPointer::reset() documentationMitch Curtis2018-03-081-1/+4
* | testlib: Feed test log messages to Apple Unified LoggingTor Arne Vestbø2018-03-097-15/+287
* | Make QToolTip always wrap textFilipe Azevedo2018-03-091-14/+24
* | QTreeView: speedup isFirstColumnSpanned/setFirstColumnSpannedChristian Ehrlicher2018-03-082-17/+8
* | QItemDelegate: fix text height calculationChristian Ehrlicher2018-03-081-15/+53
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-0823-181/+345
|\|
| * QCocoaMenuItem: Make QCocoaNSMenu the item targetGabriel de Dietrich2018-03-075-46/+54
| * Add missing rvalue overloads of operator+=() and operator<<()Christian Ehrlicher2018-03-074-0/+41