summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MySQL: Free the results when QSqlQuery::finished() is calledDaniel Vrátil2018-12-061-0/+10
* QMdiArea: Do not move active subwindow after tile rearrangeNick D'Ademo2018-12-062-12/+6
* Don't require a default constructor for storing items in a QVectorLars Knoll2018-12-061-29/+110
* Add tst_QOcsp auto-testTimur Pocheptsov2018-12-0617-20/+1216
* qgraphicslayoutstyleinfo: Improve memory handlingIvan Komissarov2018-12-052-5/+6
* doc: Let qdoc ignore Q_DECLARE_INTERFACEMartin Smith2018-12-051-1/+4
* Pass non-trivial types by const-ref in range-loop [-Wclazy-range-loop]Sergio Martins2018-12-056-6/+6
* Enable Werror for clang 7.0 tooSergio Martins2018-12-051-2/+2
* QListWidget: mark (is|set)Item(Selected|Hidden) as deprecatedChristian Ehrlicher2018-12-043-57/+77
* Merge "Merge remote-tracking branch 'origin/5.12' into dev" into refs/staging...Liang Qi2018-12-04181-38058/+1770
|\
| * Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-12-04181-38058/+1770
| |\
| | * macOS: Account for LC_BUILD_VERSION when checking SDK version and deployment ...Tor Arne Vestbø2018-12-031-9/+16
| | * macOS: Fix Objective-C namespaceing with Xcode 10Tor Arne Vestbø2018-12-031-1/+1
| | * configure: actually resolve libraries into full filepathsOswald Buddenhagen2018-12-037-77/+173
| | * qmake: fix QMAKE_DEFAULT_LIBDIRS detection on androidOswald Buddenhagen2018-12-032-5/+2
| | * ico image handler: check for out of range image sizeEirik Aavitsland2018-12-031-0/+2
| | * Set correct vertical position for text following a very large imageLars Knoll2018-12-031-2/+2
| | * Erase password data on QLineEdit destructionIvan Čukić2018-12-031-0/+6
| | * WebAssembly: Fix compilation of application on Windows hostEskil Abrahamsen Blomfeldt2018-12-031-2/+2
| | * Fix compilationLars Knoll2018-12-031-0/+1
| | * Add lancelot tests to verify vertical alignment of inline imagesLars Knoll2018-12-033-0/+38
| | * QNetworkConfiguration: add missing timeout unit to setConnectTimeout docSamuel Gaist2018-12-011-0/+2
| | * Read font selection flags and use them when querying for metricsMårten Nordheim2018-11-305-6/+71
| | * Fix alignment of temporary QRgba64 buffers on win32Allan Sandfeld Jensen2018-11-301-32/+32
| | * OpenSSL context (1.1) - make the if-fery/switch less uglyTimur Pocheptsov2018-11-301-7/+3
| | * Fix a nullptr compile error with gcc 4.8Ville Voutilainen2018-11-301-4/+4
| | * CoreText: Define font smoothing gamma along with rest of relevant codeTor Arne Vestbø2018-11-303-1/+9
| | * qmake: Escape '=' in dependency paths for unix makeUlf Hermann2018-11-301-0/+2
| | * Android: Don't use blocking queued when suspending the applicationAndy Shaw2018-11-301-1/+6
| | * Avoid invalid qmake code in macOS-specific pluginloader testUlf Hermann2018-11-306-61/+80
| | * xcb: remove old work-around for building with util-wmGatis Paeglis2018-11-302-61/+31
| | * xcb: fix issue with dialogs hidden by other windowsGatis Paeglis2018-11-301-0/+2
| | * CoreText: Base glyph fill color logic on font smoothing algorithmTor Arne Vestbø2018-11-301-25/+32
| | * ctest: Make cmake test pass if it has been run beforeOliver Wolff2018-11-301-1/+2
| | * CoreText: Respect QFont::NoSubpixelAntialias when deciding glyph formatTor Arne Vestbø2018-11-301-1/+1
| | * Fusion style - avoid a warningTimur Pocheptsov2018-11-301-0/+3
| | * CoreText: Remove handling of QFontEngineMulti's highByteTor Arne Vestbø2018-11-303-13/+8
| | * macOS: make QScreen::grabWindow() fast againMorten Johan Sørvig2018-11-301-45/+50
| | * Codecs example: Add a dialog for showing common C++ encodingsFriedemann Kleint2018-11-307-2/+441
| | * src/3rdparty: remove xkbcommonGatis Paeglis2018-11-3077-37353/+47
| | * Fix gamma-correction in QCoreTextFontEngine with MojaveAllan Sandfeld Jensen2018-11-301-2/+1
| | * Doc: specifically list the QToolButton properties that actions affectMitch Curtis2018-11-291-1/+17
| | * Fix compilation of qendian's qswap specializations on gcc 4.8Ville Voutilainen2018-11-291-6/+6
| | * Implement mul_overflow for MSVC arm64Thomas Miller2018-11-291-48/+26
| | * Fix QPpdPrintDevice::isDefaultAlbert Astals Cid2018-11-293-1/+15
| | * CoreText: Store glyphs in linear RGB when needed by blending algorithmTor Arne Vestbø2018-11-291-3/+4
| | * CoreText: Add font antialiasing and smoothing helper functionsTor Arne Vestbø2018-11-292-4/+27
| | * CoreText: Remove handling of the AppleAntiAliasingThreshold user defaultTor Arne Vestbø2018-11-293-24/+6
| | * Fix crash in QSimpleDrag when no platform windowVal Doroshchuk2018-11-291-1/+1
| | * xcb: Use std::move and pass argument by rvalue referenceMikhail Svetkin2018-11-292-2/+2