summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * QVarLengthArray: fix appending an already-contained itemMarc Mutz2017-02-171-5/+15
| | * macOS: use active window device pixel ratio for drag pixmapOleg Yadrov2017-02-171-0/+4
| | * QDir::mkpath: don't try to mkdir in automount filesystemsThiago Macieira2017-02-161-33/+63
* | | HSTS policy - fix APITimur Pocheptsov2017-02-242-27/+30
* | | QApplication: Remove code duplicationGabriel de Dietrich2017-02-241-11/+1
|/ /
* | QImageReader: remove some unneeded relocationsMarc Mutz2017-02-241-12/+22
* | QtGui: kill some unneeded relocationsMarc Mutz2017-02-243-7/+7
* | Clean up QByteArrayLiteral definitionMarc Mutz2017-02-241-10/+0
* | QStyleSheetStyle: optimize away triple key lookupMarc Mutz2017-02-241-6/+8
* | QSideBar: replace a QPair with a structMarc Mutz2017-02-242-6/+13
* | QNAM - rename Redirect*s*Nnn to RedirectNnnTimur Pocheptsov2017-02-239-68/+68
* | QSizePolicy: plaster API with Q_DECL_NOTHROWMarc Mutz2017-02-232-24/+24
* | QNativeSocketEngine - set query type in checkProxyTimur Pocheptsov2017-02-231-2/+26
* | HSTS - API/naming fixesTimur Pocheptsov2017-02-236-42/+34
* | Unexport QTimeZonePrivateMarc Mutz2017-02-231-1/+1
* | make TabletMove hover events conditional on QWidget::tabletTrackingShawn Rutledge2017-02-235-1/+50
* | handle TabletMove events during stylus hoverShawn Rutledge2017-02-232-12/+13
* | Revert "testlib: Add qWaitFor to wait for predicate"Friedemann Kleint2017-02-234-64/+29
* | Enable FTS5, will be used by Assistant instead of cluceneJarek Kobus2017-02-231-1/+1
* | QTimeZonePrivate: make clone() const, use covariant return typesMarc Mutz2017-02-237-14/+14
* | Simplify QTzTimeZonePrivate implementationMarc Mutz2017-02-232-17/+1