summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix QPageLayout() not initializing unitsAlbert Astals Cid2018-03-191-8/+1
* q{,Utf8}Printable: avoid creating a copy of a QStringThiago Macieira2018-03-182-2/+9
* MySQL: Fix testsAndy Shaw2018-03-172-9/+9
* XCode: Fix the output paths for extra compilers with fileFixify()Andy Shaw2018-03-171-1/+2
* sqlite: Prevent a crash when sqlite does not detect any parametersAndy Shaw2018-03-172-1/+45
* regularexpression example: Add raw string literal displayFriedemann Kleint2018-03-172-24/+35
* qglobal.h: compile Q_UINT64_C in C modeThiago Macieira2018-03-171-0/+5
* Windows QPA: Improve tablet mode detectionFriedemann Kleint2018-03-172-11/+36
* Stabilize tst_QSignalSpy::waitFunctionPointer_signalEmittedTooLate()Friedemann Kleint2018-03-171-2/+1
* QNetworkReply: fix isFinished() for disabled repliesDavid Faure2018-03-172-0/+10
* QGtk3Menu::showPopup(): fix target item selectionJ-P Nurmi2018-03-161-3/+3
* QDomNode::replaceChild(): Fix documentation typoAndre Hartmann2018-03-161-1/+1
* QMenu: Realign submenu first action with its parent menu actionGabriel de Dietrich2018-03-161-0/+7
* QIpAddress: reject IPv6 addresses with more than 4 hex digitsThiago Macieira2018-03-162-4/+9
* QFusionStyle: Fix compilation when qreal is floatAlexander Akulich2018-03-151-4/+4
* Revert "Blacklist tst_QWindow::testInputEvents on Windows"Liang Qi2018-03-151-2/+0
* Revert "Blacklist tst_QWindow::modalWindowEnterEventOnHide_QTBUG35109 on wind...Liang Qi2018-03-151-1/+0
* 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
* Manual tablet test: Draw crosshairs when tablet pen is closeFriedemann Kleint2018-03-141-16/+44
* Android: Fix possible crashBogDan Vatra2018-03-141-1/+1
* sub-attaq example: Fix crash with software Open GLFriedemann Kleint2018-03-141-2/+7
* 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
* Doc: Complete Dynamic Layouts ExampleNico Vertriest2018-03-144-29/+108
* Revert "Set sharedPainter correctly for QGraphicsEffect"Laszlo Agocs2018-03-142-23/+2
* Item views: Fix 5.11 API review findingsFriedemann Kleint2018-03-143-14/+13
* Expand Config to Configuration in method namesEdward Welbourne2018-03-135-17/+17
* 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: complete Dir View ExampleNico Vertriest2018-03-132-3/+33
* Doc: Add doc to Graphics View Flow Layout exampleNico Vertriest2018-03-134-3/+17
* Windows QPA: Fix QWindowsWindowFunctions::SetHasBorderInFullScreen() to work ...Friedemann Kleint2018-03-132-1/+16
* Windows QPA: Improve the event loggingFriedemann Kleint2018-03-132-4/+9
* Don't skip tests in tst_QTouchEvent on WaylandJohan Klokkhammer Helsing2018-03-131-21/+0
* Use QWindow::windowStates() for WindowStateChangedEvent::oldStateJohan Klokkhammer Helsing2018-03-131-1/+1
* Make sure QDir::absoluteFilePath("/dir") includes a drive on MSEdward Welbourne2018-03-122-7/+47
* testlib: Silence all Qt logging in selftestsTor Arne Vestbø2018-03-122-3/+2
* Fix scaling precision with large zoomsAllan Sandfeld Jensen2018-03-121-4/+12
* Skip failing tests in tst_QPixmap on WaylandJohan Klokkhammer Helsing2018-03-121-0/+14
* tst_QInputMethod check WindowActivation capability instead of platformJohan Klokkhammer Helsing2018-03-121-4/+4
* tst_QGuiApplication check WindowActivate capability instead of platformJohan Klokkhammer Helsing2018-03-121-4/+7
* 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