summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-02118-1755/+1214
|\
| * 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-281-14/+20
| * Network: Use canonical license headersKai Koehne2017-02-288-20/+26
| * 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-272-25/+19
| * 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-272-0/+17
| * 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-2442-1126/+320
| |\
| | * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-2442-1126/+320
| | |\
| | | * 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-231-3/+3
| | | * QTextFormatCollection: replace copy ctor and op= with clear()David Faure2017-02-233-15/+9
| | | * Do not delete someone else's QSystemLocale when constructing anotherEdward Welbourne2017-02-231-1/+0
| | | * Android: Fix always hidden software keyboard from popping upJoni Poikelin2017-02-231-0/+3
| | | * Android: Fix OpenGL shader compilation on updated emulatorEskil Abrahamsen Blomfeldt2017-02-231-4/+0
| | | * dockwidgets: recalculate the press position if the window resizesSergio Martins2017-02-222-0/+14
| | | * Wrap RunLoopModeTracker into Objective-C namespacePavol Markovic2017-02-222-8/+6
| | | * Move qJsonFromRawLibraryMetaData into qfactoryloader_p.hUlf Hermann2017-02-224-14/+13
| | | * Fix multicastMembershipHelper to not assume addresses are IPv4Edward Welbourne2017-02-222-8/+20
| | | * QProcess::startDetached(): Support privilege elevation for non-.exe filesStephan Reiter2017-02-221-1/+2
| | | * make more use of 'use' in library detectionOswald Buddenhagen2017-02-222-5/+8
| | | * configure: generalize command line overrides of library parametersOswald Buddenhagen2017-02-222-4/+0
| | | * add configure -list-featuresOswald Buddenhagen2017-02-221-956/+0
| | | * use regular configure mechanism for openssl library referencesOswald Buddenhagen2017-02-222-26/+21
| | | * QTimeZone: do not access static functions through this->Marc Mutz2017-02-221-7/+7
| | | * Fix crash while dropping a tabbed group into a single floating QDockWidgetOlivier Goffart2017-02-212-5/+3
| | | * QLoggingRegistry: fix potential data raceMarc Mutz2017-02-202-7/+16
| | | * QMacStyle::sizeFromContents: don't do anything in CT_Menu caseOleg Yadrov2017-02-171-6/+1
| | | * QMimeDatabase: fix matching of filenames with different length when lowercaseDavid Faure2017-02-171-1/+4
| | | * QReadWriteLocker: Fix race in unlockOlivier Goffart2017-02-171-3/+3
| | | * fix VNC platform plugin build on big-endian machinesShawn Rutledge2017-02-173-5/+10
| | | * Adapt to the C++ SIC introduced by P0012: noexcept overloadingEric Lemanissier2017-02-171-0/+84
| | | * Respect XDG_CONFIG_HOME when getting ibus socket locationFlorian Bruhin2017-02-171-1/+2
| | | * Fix a race in QFreeListOlivier Goffart2017-02-171-2/+2