summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix llvm-strip errorv5.12.1BogDan Vatra2019-01-281-1/+1
* Fix corewlan configure testJoerg Bornemann2019-01-281-1/+1
* egl_viv: cast EGLNative return types from vivante functionsSamuli Piippo2019-01-222-4/+4
* Windows QPA: Support "press and hold for right-clicking"Andre de la Rocha2019-01-142-15/+39
* xcb: fix initialization of XRandr and XRenderAndreas2019-01-131-4/+4
* Use a more robust test for absolute paths in QDirEdward Welbourne2019-01-131-10/+19
* Fix build with -no-libpng on WindowsJoerg Bornemann2019-01-111-2/+5
* bmp image handler: Reject invalid 0-dimension files earlyEirik Aavitsland2019-01-081-1/+1
* Fix PDF generation for locales using comma as decimal separatorAndre de la Rocha2019-01-081-3/+4
* Fix attribution file for "FreeBSD strtoll and strtoull"Kai Koehne2019-01-081-1/+1
* Fix a crash in QTextEngine when a paragraph only contains a tabLars Knoll2019-01-081-4/+8
* Use jint instead of jboolean where applicable and initialize variablesAndy Shaw2019-01-081-14/+14
* Merge remote-tracking branch 'origin/5.12' into 5.12.1Liang Qi2019-01-08166-1705/+2740
|\
| * qmake: make CONFIG+=egl work againOswald Buddenhagen2019-01-071-1/+3
| * XCB: Use application name for X11 selection owner nameMax Mazurov2019-01-071-1/+2
| * Fix warnings about uninitialized variables - qrgba64_p.hLiang Qi2019-01-071-4/+4
| * configure: improve warning when all qpa plugins disabled with features.guiGatis Paeglis2019-01-071-2/+1
| * Fix warnings about uninitialized variablesJędrzej Nowacki2019-01-061-0/+6
| * Also integrate Android AAR librariesVolker Krause2019-01-051-1/+1
| * Copy backend configuration while setting dtls configSona Kurazyan2019-01-051-0/+1
| * Fix qbswap calls for Big Endian targetsVille Voutilainen2019-01-051-2/+2
| * macOS: Optimize detection of dark modeTor Arne Vestbø2019-01-041-2/+5
| * macOS: Remove Mojave forward-declarations now that we build with Xcode 10Tor Arne Vestbø2019-01-032-14/+8
| * CoreText: Fix inaccurate use of pixelSize when dealing with pointSizeTor Arne Vestbø2019-01-031-7/+9
| * Respect roles of buttons added to QMessageBoxVitaly Fanaskov2019-01-033-15/+78
| * Doc: fix typo in QAbstractSocket::bind documentationSamuel Gaist2019-01-031-1/+1
| * configure: add XCB GL integration featuresGatis Paeglis2019-01-032-5/+25
| * configure: add X11 subsection in "Features used by QPA backends"Gatis Paeglis2019-01-031-3/+11
| * configure: make xcb-render a hard dependency for xcb pluginGatis Paeglis2019-01-037-64/+23
| * configure: properly atomize render vs. renderutilGatis Paeglis2019-01-037-45/+46
| * Draw ShowTabsAndSpaces symbols with the correct fontEskil Abrahamsen Blomfeldt2019-01-031-0/+4
| * winrt: Remove yet another Windows Phone leftoverOliver Wolff2019-01-022-148/+0
| * QComboBox/WindowVistaStyle: restore focus rectChristian Ehrlicher2019-01-021-2/+8
| * Doc: Update page Tamil Script Code for Information InterchangeNico Vertriest2019-01-022-8/+6
| * QDialog: Pass transient parent as a parent to native dialogsAlexander Volkov2018-12-242-4/+7
| * Fix QStringListModel::setData to check for actual changesLuca Beldi2018-12-241-1/+4
| * macOS: Only do gamma-corrected blending for subpixel-antialiased textTor Arne Vestbø2018-12-231-1/+1
| * Fix QSystemTrayIcon stale pointer accessMorten Johan Sørvig2018-12-231-0/+1
| * Modernize QNSImageView implementationMorten Johan Sørvig2018-12-231-12/+10
| * macOS: Merge qt_mac_createRoleFonts into only callerTor Arne Vestbø2018-12-221-7/+3
| * Doc: Remove pre-Windows 7 from QCollator documentationKai Koehne2018-12-221-5/+0
| * Doc: Consistently mark QT_XYZ_CAST_FROM_ASCII with \cKai Koehne2018-12-223-9/+91
| * QtCore: Unify license headersKai Koehne2018-12-2254-774/+1050
| * Doc: Fix typo in QStyleKai Koehne2018-12-221-1/+1
| * MSVC x86: implement add_overflow for quint64Thiago Macieira2018-12-211-3/+11
| * Fix qfloat16 methods definition without declaration when using Q_QDOCAntonio Larrosa2018-12-211-0/+2
| * Pass the alignment to QFontMetrics::elidedText()Andy Shaw2018-12-211-1/+2
| * Android: Add support for setting/getting html and uris from clipboardAndy Shaw2018-12-215-40/+180
| * Don't dither antialiasing on glyphs when converting to monoEskil Abrahamsen Blomfeldt2018-12-211-1/+1
| * Fix text shifting vertically when elidedEskil Abrahamsen Blomfeldt2018-12-211-0/+10