summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove QPlatformDrag::platformDropDataAlbert Astals Cid2017-03-1314-39/+10
* xcb: remove code and macros related to Q_XCB_DEBUGGatis Paeglis2017-03-1011-384/+277
* Use new QSemaphoreReleaser in tst_QThreadPoolMarc Mutz2017-03-091-32/+2
* Introduce SH_TitleBar_ShowToolTipsOnButtons style hintJake Petroules2017-03-087-7/+22
* ucstricmp: compare null and empty strings equalMarc Mutz2017-03-081-9/+6
* QLatin1String: add iteratorsMarc Mutz2017-03-073-0/+199
* Remove workaround for potentially unavailable pasteboard in macOSJake Petroules2017-03-071-10/+0
* Remove remaining Carbon includes from QtCore, QtGui and QtWidgetsJake Petroules2017-03-0711-20/+26
* Remove Carbon API usage from tst_qmacnativeeventsJake Petroules2017-03-073-37/+11
* QString: make ucstrncmp() work for more than 2Gi charactersMarc Mutz2017-03-061-8/+7
* QString: make UnrollTailLoop work with non-int indicesMarc Mutz2017-03-061-8/+8
* Remove unused Carbon includeJake Petroules2017-03-031-2/+0
* Move widget size policy methods to QStyleHelperJake Petroules2017-03-035-58/+52
* Remove QT_CONFIG checks for style_macJake Petroules2017-03-031-16/+6
* Remove use of QMutexPool in Windows code resolving librariesThiago Macieira2017-03-031-31/+21
* QMimeBinaryProvider: avoid QString creation just to check for isEmpty()Marc Mutz2017-03-032-5/+5
* Fix another race in the filtered touch implementationGunnar Sletta2017-03-031-1/+1
* QBoxLayout: Remove unconventional try/catch blocksGabriel de Dietrich2017-03-021-23/+5
* Fix possible use after free error in SQLite REGEXPLorenz Haas2017-03-021-6/+9
* xcb: Optimize QXcb{Screen,VirtualDesktop} for multi-monitor setupAlexander Volkov2017-03-022-241/+267
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-02155-1973/+2019
|\
| * evdevtouch: Replace LPGL21 with LGPL license headerKai Koehne2017-02-281-12/+18
| * XCB: Replace LGPL21 with LGPL license headerKai Koehne2017-02-281-13/+19
| * Windows QPA: Replace LGP21 with LGPL license headerKai Koehne2017-02-281-14/+20
| * Integrity plugin: Replace LGPL21 with LGPL license headerKai Koehne2017-02-287-98/+140
| * bsdfb plugin: Replace LGPL21 with LGPL license headerKai Koehne2017-02-285-70/+100
| * IOS: Replace LGPL21 with LGPL license headerKai Koehne2017-02-286-84/+120
| * pcre2: Replace LGPL21 with LGPL license headerKai Koehne2017-02-281-13/+19
| * Widgets: Replace LGPL21 with LGPL license headerKai Koehne2017-02-282-28/+40
| * Network: Use canonical license headersKai Koehne2017-02-2811-55/+45
| * Doc: Use canonical contact URL in license headerKai Koehne2017-02-283-3/+3
| * Do not include qfloat16 tables in arm64 buildsAllan Sandfeld Jensen2017-02-281-10/+13
| * QSizePolicy: inline toControlTypeFieldValue()Marc Mutz2017-02-273-26/+23
| * QSizePolicy: simplify implementationMarc Mutz2017-02-271-17/+8
| * xcb: correct conversion of AbsX/AbsY to tablet width and heightShawn Rutledge2017-02-271-2/+2
| * QSizePolicy: mark as relocatable typeMarc Mutz2017-02-271-0/+2
| * QEasingCurve: mark as sharedGiuseppe D'Angelo2017-02-271-1/+1
| * Make QPlatformSurface events work with QWindowContainerLaszlo Agocs2017-02-273-0/+54
| * System tray icon requires -feature-temporaryfileStephan Binner2017-02-271-0/+1
| * Fix build for -no-feature-systemtrayiconStephan Binner2017-02-272-1/+6
| * Fix build for -no-feature-textdateStephan Binner2017-02-272-3/+4
| * QVarLengthArray: add rvalue overload of append/push_backMarc Mutz2017-02-252-0/+39
| * Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Simon Hausmann2017-02-2469-1259/+901
| |\
| | * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-2469-1259/+901
| | |\
| | | * QDockWidget: Fix memory leak when dragging a tab outside of a floating tab wi...Olivier Goffart2017-02-241-1/+2
| | | * Doc: Fix minor typos in QRectFAaron Linville2017-02-232-5/+5
| | | * QUrl::fromUserInput(with cwd) fix handling of files with trailing spacesDavid Faure2017-02-232-4/+4
| | | * tst_qurl: use temp dir and create our own files for testingDavid Faure2017-02-231-15/+32
| | | * tst_qurl: replace all QDir::currentPath() calls with local variableDavid Faure2017-02-231-18/+19
| | | * QTextFormatCollection: replace copy ctor and op= with clear()David Faure2017-02-234-15/+37