summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | tst_QNetworkInterface: don't force an IPv4 link-local addressThiago Macieira2019-12-072-21/+31
* | | Fix updating the text cursor position after editingSona Kurazyan2019-12-063-0/+53
* | | Tell the truth about QDateTimeEdit's range-of-values propertiesEdward Welbourne2019-12-061-85/+115
* | | Allow lower-case for the T and Z in ISO 8601 date formatEdward Welbourne2019-12-062-4/+8
* | | Fix handling of trailing space at the end of an ISO date-timeEdward Welbourne2019-12-062-1/+17
* | | QTimeZonePrivate: remove some Q_LIKELY markersEdward Welbourne2019-12-061-8/+5
* | | Fix crash when a date-time has an invalid time-zoneEdward Welbourne2019-12-063-25/+61
* | | Fix sizeHint of QProgressDialog to have enough space for window marginsVolker Hilsheimer2019-12-061-7/+10
* | | Doc: Update info about building testsLeena Miettinen2019-12-062-2/+55
* | | Item views: do not clip items horizontally in dragging iconEirik Aavitsland2019-12-062-2/+6
* | | Manual High DPI test: Add a page logging all screen change signals to MetricsFriedemann Kleint2019-12-051-7/+130
* | | Copy formatting attributes when cloning an empty QTextDocumentSona Kurazyan2019-12-052-1/+40
* | | QCborValue: fix replacing of elements with byte data with ones withoutThiago Macieira2019-12-052-2/+29
* | | Windows QPA: Fix tray geometry not updatingFriedemann Kleint2019-12-051-0/+4
* | | docker-compose now brings up the docker images tagged as "latest"Dimitrios Apostolou2019-12-052-28/+30
* | | macOS: Improve QCocoaGLContext loggingTor Arne Vestbø2019-12-052-1/+23
* | | macOS: Enable fullscreen for windows by defaultTor Arne Vestbø2019-12-051-1/+4
* | | Do not read Xft.dpi on platforms that shouldn't be using Xft settingsAllan Sandfeld Jensen2019-12-051-0/+11
* | | Optimize qLastIndexOf<QString> to not detach the QStringDavid Faure2019-12-051-2/+5
* | | QStyleSheetStyle: properly honor checkmark size when drawing a QMenuChristian Ehrlicher2019-12-051-3/+6
* | | QPlainTextEdit: update internal palette on QEvent::EnabledChangeChristian Ehrlicher2019-12-051-0/+1
* | | Fix qmake's sed functionality for input containing CR+LF newlinesAlessandro Portale2019-12-051-1/+1
* | | Quit application when QWindowsSystemTrayIcon receives WM_CLOSEJan Niklas Hasse2019-12-051-1/+5
* | | Fix flaky test tst_QFiledialog::clearLineEdit()Dimitrios Apostolou2019-12-031-0/+1
* | | QMacTimeZonePrivate: use .member rather than [- member] notationEdward Welbourne2019-12-031-12/+11
* | | Make QMacTimeZonePrivate default constructor more efficientEdward Welbourne2019-12-031-5/+8
* | | Fix assert in QTextDocument CSS parser on "border-width: 1pt"David Faure2019-12-034-4/+46
* | | QMacStyle: correct placement of edit field in comboboxVolker Hilsheimer2019-12-031-4/+4
* | | Prevent emscripten_webgl_destroy_context from removing event handlersMorten Johan Sørvig2019-12-031-0/+7
* | | Fix depth in renderText()Laszlo Agocs2019-12-031-1/+1
* | | Relocate a comment that had become detached from its codeEdward Welbourne2019-12-031-7/+5
* | | Fix serializing QUuid with QDataStream with Qt 4 stream versionsJoni Poikelin2019-12-033-2/+43
* | | rhi: Remove unused compat functionsLaszlo Agocs2019-12-031-20/+0
* | | iOS: Guard against request for textInputView without focus windowTor Arne Vestbø2019-12-031-2/+6
* | | macOS: Don't tweak NSApp presentationOptions on startupTor Arne Vestbø2019-12-031-10/+0
* | | RHI/Vulkan: Fix buildFriedemann Kleint2019-12-021-0/+1
* | | rhi: vulkan: Remove unused includeLaszlo Agocs2019-11-291-1/+0
* | | macOS Accessibility: Fix role for comboboxesPeter Varga2019-11-291-1/+1
* | | QTreeView: Reset the pressed index if the decoration was pressed onAndy Shaw2019-11-292-2/+18
* | | tst_qsslcertificate: fix subjectAndIssuerAttributesTimur Pocheptsov2019-11-282-14/+9
* | | wasm: Disable TextureSwizzleFredrik Orderud2019-11-281-2/+6
* | | Silence intel compiler warning about float comparisonOlivier Goffart2019-11-289-0/+9
* | | More polish of the manual High DPI testFriedemann Kleint2019-11-281-22/+76
* | | Polish the manual High DPI testFriedemann Kleint2019-11-283-114/+145
* | | rhi: gl: Fix ms renderbuffer on WASM with WebGL2Laszlo Agocs2019-11-281-2/+1
* | | Work around macOS's inconsistency in naming of India's time-zoneEdward Welbourne2019-11-282-0/+20
* | | CoreText: Fix getting system fonts on recent macOS/iOS versionsEskil Abrahamsen Blomfeldt2019-11-281-11/+0
* | | Fix CONFIG += cmdline testcase creating app bundle paths in MakefilesAaron Linville2019-11-271-0/+3
* | | QSslSocket (OpenSSL) fix a resource leakTimur Pocheptsov2019-11-271-8/+4
* | | QWidget: don't set WA_PendingMoveEvent when geometry does not changeChristian Ehrlicher2019-11-272-3/+42