summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* oci: Use OCIBindByPos2 to accommodate data longer than USHRT_MAXAndy Shaw2018-04-061-3/+3
* QMimeDatabase: fix assert when fetching data for invalid mimetypeDavid Faure2018-04-061-0/+2
* QSqlDatabase: Skip confusing thread warning on invalid QSqlDatabaseDavid Faure2018-04-061-2/+4
* Fix visual artifacts in diffuse image dithering (the default)Eirik Aavitsland2018-04-061-4/+8
* winrt: socket engine: Replace last occurrences of old connect syntaxOliver Wolff2018-04-061-3/+6
* winrt: Properly deinitialize socket on connection failureOliver Wolff2018-04-061-0/+1
* winrt: process pending data before closing a socket connectionOliver Wolff2018-04-062-6/+22
* Doc: Remove section about Qt Gui in Qt 4 from overview pageKai Koehne2018-04-061-13/+0
* Avoid multiple connections to same response in FileChooser portalJan Grulich2018-04-061-0/+3
* QTabBar: Repaint when releasing mouse on selected tabGabriel de Dietrich2018-04-051-1/+5
* QMacStyle: Fix "on" toggle button text colorGabriel de Dietrich2018-04-051-1/+2
* Make nvidia resets opt-in based on QSurfaceFormat::ResetNotificationDavid Edmundson2018-04-051-1/+1
* HTTP/2 - treat HEADERS frames as valid for streams in 'open' stateTimur Pocheptsov2018-04-051-3/+4
* Support graphics reset status for offscreen surfaces in XCB-GLXDavid Edmundson2018-04-051-0/+6
* Improve QAbstractSpinBox::stepBy() docsMitch Curtis2018-04-051-5/+4
* Windows QPA: Fix override cursor not working when re-entering the windowFriedemann Kleint2018-04-052-0/+3
* Fix memory corruption in heightForWidth cacheHarald Brinkmann2018-04-051-1/+1
* Doc: Add missing punctuation in qCritical, qFatal documentationKai Koehne2018-04-051-2/+2
* Parse XDG_SESSION_TYPE and use that to determine default platformAllan Sandfeld Jensen2018-04-041-0/+15
* Fix read-only text browser sometimes jump to the top of the documentJarek Kobus2018-04-041-0/+6
* macOS: Document availability of freetype font engineEskil Abrahamsen Blomfeldt2018-04-041-0/+6
* Check if the movie's current pixmap is null before drawing itAndy Shaw2018-04-041-1/+1
* QWidget: Fix typo in Mac size propagationGabriel de Dietrich2018-04-041-1/+1
* Fix typoed integrity conditionKari Oikarinen2018-04-031-1/+1
* Cocoa: Make QMacNativeWidget paint correctlyMorten Johan Sørvig2018-04-031-3/+5
* QCoreTextFontEngine: Fix build with Xcode 9.3Gabriel de Dietrich2018-03-301-1/+1
* doc: Improve QByteArray::fromRawData snippetSamuel Gaist2018-03-291-3/+3
* rcc: prune dead wildcard matching codeOswald Buddenhagen2018-03-291-32/+29
* QSemaphore: attempt to fix again the 64-bit Linux semaphoreThiago Macieira2018-03-291-13/+20
* Windows: handle multiple transient children when closing windowsMauro Persano2018-03-291-11/+7
* Allow compilation with clang-cl disguised as clJürgen Hunold2018-03-281-1/+1
* QFutureWatcher: Refer to convenience method resultAt in documentationKari Oikarinen2018-03-281-1/+1
* Fix MSVC2017 compilation with enabled relaxed constexpr on 32-bit targetOlivier Goffart2018-03-281-4/+6
* QMacStyle: Fix spinbox implicit heightGabriel de Dietrich2018-03-271-1/+1
* QMacStyle: Fix text color for disabled default buttonsGabriel de Dietrich2018-03-271-4/+5
* QMacStyle: Remove CT_ToolButton related dead codeGabriel de Dietrich2018-03-271-29/+0
* QMacStyle: SE_PushButtonContents is HITheme-freeGabriel de Dietrich2018-03-272-131/+42
* QMacStyle: Do manual button sizing for CT_PushButtonGabriel de Dietrich2018-03-271-40/+37
* sqlite: Support using execBatch() with duplicated named placeholdersAndy Shaw2018-03-271-0/+25
* macOS: Fix memory leak in systemCaCertificatesPablo Marcos Oltra2018-03-271-1/+1
* Fix QPainter save/restore of clipping enabled stateEirik Aavitsland2018-03-261-0/+5
* Animation: Fix case where QEasingCurve::valueForProgress returns nanSvenn-Arne Dragly2018-03-261-21/+54
* QNetworkInterface/Linux: fix support for P-t-P tunnelsThiago Macieira2018-03-261-1/+8
* Revert "Detect C standard and try using the most recent"Friedemann Kleint2018-03-262-1/+2
* fixup oversight in rvalue overloads of operator+=() and operator<<()Eric Lemanissier2018-03-262-4/+4
* Remove CMake code for CMake < 3.1Kevin Funk2018-03-243-79/+5
* QSqlResult: use QVector<int> instead QList<int> for indexes valueChristian Ehrlicher2018-03-233-8/+9
* DBus: merge calls to set_source_files_properties() in CMake functionsRolf Eike Beer2018-03-231-4/+2
* Fix win32-clang-msvc build due to -Werror,-Wunused-private-fieldSergio Martins2018-03-231-3/+14
* Fix: avoid realloc when adding primitives to painterpathEirik Aavitsland2018-03-231-7/+0