summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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