summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Document an odditity in WinRTs SSL backendMårten Nordheim2018-03-231-3/+3
* winrt: Fetch connection parameters when connection is successfulOliver Wolff2018-03-231-0/+1
* winrt: Remove partially read datagrams from queueOliver Wolff2018-03-231-6/+2
* winrt: Add initial setting of options and additional state checksOliver Wolff2018-03-231-2/+92
* winrt: Remove unneeded functionOliver Wolff2018-03-232-37/+0
* winrt: Rework socket handlingOliver Wolff2018-03-232-98/+119
* Blacklist tst_QProcess::softExitInSlots on WindowsKari Oikarinen2018-03-231-0/+3
* Avoid of bounds memory reads when scaling and mirroring imagesAllan Sandfeld Jensen2018-03-222-0/+30
* QMacStyle: Don't highlight square buttons text when pressedGabriel de Dietrich2018-03-221-4/+6
* QMacStyle: Refactor button sizingGabriel de Dietrich2018-03-222-44/+47
* QMacStyle: Make CE_PushButtonBevel square if large enoughGabriel de Dietrich2018-03-222-37/+94
* QMacStyle: No more HITheme for CC_ToolButtonGabriel de Dietrich2018-03-222-73/+38
* QMacStyle: No more HITheme for CE_PushButtonBevelGabriel de Dietrich2018-03-222-112/+156
* QMacStyle: Make CocoaControl a full typeGabriel de Dietrich2018-03-222-50/+80
* Add env variable to set QNX screen debugging informationPasi Petäjäjärvi2018-03-221-0/+41
* Stabilize tst_QGraphicsView::acceptMouseDoubleClickEventKari Oikarinen2018-03-221-18/+8
* Make sure $$relative_path() uses an absolute path as its first argEdward Welbourne2018-03-224-9/+32
* Support GLX_NV_robustness_video_memory_purge in XCB-GLXDavid Edmundson2018-03-222-8/+58
* offscreen: Check that native interface is valid before using itAndy Shaw2018-03-212-2/+3
* QFile::rename: fix the error message if renaming a file by copy failsThiago Macieira2018-03-211-1/+4
* Make QCOMPARE(-inf, -inf) and QCOMPARE(NaN, NaN) succeedThiago Macieira2018-03-211-1/+11
* Make sure we can build with -no-feature-itemmodelUlf Hermann2018-03-2120-83/+114
* Detect C standard and try using the most recentAllan Sandfeld Jensen2018-03-2110-4/+86
* Fix crash when deleting a QSqlQueryModel after closing the databaseMarcel Krems2018-03-211-2/+4
* macOS: Handle NaN mouse event positionsNathan Collins2018-03-211-2/+6
* Clean up the moc "no-keywords" testUlf Hermann2018-03-212-11/+14
* Testlib: Add a feature for the item model testerUlf Hermann2018-03-215-3/+35
* Testlib: Rename qtest_global.h to qttestglobal.hUlf Hermann2018-03-2122-24/+26
* Make QSsl::SecureProtocols also enable use of TLS1.{1,2}Mårten Nordheim2018-03-211-1/+5
* Cocoa: Restore resizable window mask setting to 5.9 behaviorMorten Johan Sørvig2018-03-211-1/+1
* qtestlib/Unix: Output function time and total time in case of a crashFriedemann Kleint2018-03-211-4/+8
* Add Qt::SvgMiterJoin option to pathstroke exampleKai Pastor2018-03-212-0/+5
* Fix subpixel rendering on Windows/FreeTypeSergio Martins2018-03-201-4/+0
* Expose gdb-index as configure argumentAllan Sandfeld Jensen2018-03-202-0/+3
* Switch lancelot from QRegExp to QRegularExpressionsAllan Sandfeld Jensen2018-03-202-283/+288
* Modernize the "regularexpression" featureUlf Hermann2018-03-2028-117/+107
* Gui: Properly use the standarditemmodel featureUlf Hermann2018-03-204-13/+6
* Fix infinite recursion on stack trying load empty glyhsLars Knoll2018-03-201-4/+1
* Fix display recognition for IBUSLars Knoll2018-03-201-1/+1
* widgets: Add a QT_CONFIG(style_stylesheet) guardMikhail Svetkin2018-03-201-3/+7
* Fix CONFIG+=qtquickcompiler and immediate resources with shadow buildsSimon Hausmann2018-03-201-2/+2
* Windows QPA: Fix potential crash in leave event handlingFriedemann Kleint2018-03-201-1/+1
* QSharedDataPointer: use swap-and-move in the move constructorThiago Macieira2018-03-191-2/+10
* QSemaphore: add minor optimization for 64-bit Linux systemsThiago Macieira2018-03-191-0/+7
* QSemaphore: fix deadlock when the woken up thread wakes up anotherThiago Macieira2018-03-192-43/+157
* Remove src/corelib/arch, merging with src/corelib/threadThiago Macieira2018-03-195-6/+4
* Atomics: remove qatomic_msvc.hThiago Macieira2018-03-193-501/+2
* Atomic: silence MSVC warning in the generic fetchAndSubThiago Macieira2018-03-191-0/+3
* tst_QOpenGLWindow: Move resizing to separate testJohan Klokkhammer Helsing2018-03-191-2/+23
* QPixmap don't assume QPlatformScreen::format is opaqueJohan Klokkhammer Helsing2018-03-194-19/+36