summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Testlib: Rename qtest_global.h to qttestglobal.hUlf Hermann2018-03-2121-24/+23
* 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
* Fix subpixel rendering on Windows/FreeTypeSergio Martins2018-03-201-4/+0
* Modernize the "regularexpression" featureUlf Hermann2018-03-2027-115/+105
* 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
* 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-191-43/+88
* 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
* QPixmap don't assume QPlatformScreen::format is opaqueJohan Klokkhammer Helsing2018-03-193-5/+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
* sqlite: Prevent a crash when sqlite does not detect any parametersAndy Shaw2018-03-171-1/+4
* 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
* QNetworkReply: fix isFinished() for disabled repliesDavid Faure2018-03-171-0/+1
* 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-161-1/+4
* QFusionStyle: Fix compilation when qreal is floatAlexander Akulich2018-03-151-4/+4
* 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
* Fix ambiguous shortcut warning messageSergio Martins2018-03-111-1/+1