summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * prefer library's export name when looking up input variablesOswald Buddenhagen2017-02-221-5/+14
| | * configure: refactor qtConfExportLibrary()'s interfaceOswald Buddenhagen2017-02-221-14/+18
| | * QTimeZone: do not access static functions through this->Marc Mutz2017-02-221-7/+7
| | * Disable optimizations for macx-icc debugThiago Macieira2017-02-211-2/+2
| | * Remove alias options from linux-icc/qmake.confThiago Macieira2017-02-211-1/+1
| | * Fix crash while dropping a tabbed group into a single floating QDockWidgetOlivier Goffart2017-02-212-5/+3
| | * Make sure to use C locale during time tests that assume itEdward Welbourne2017-02-203-14/+33
| | * 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-172-1/+5
| | * 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-175-0/+268
| | * 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-172-7/+30
| | * 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-162-34/+64
* | | 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-2310-103/+103
* | 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
* | add tst_QWidget::tabletTracking autotestShawn Rutledge2017-02-231-0/+106
* | Unexport QTimeZonePrivateMarc Mutz2017-02-232-1/+3
* | make TabletMove hover events conditional on QWidget::tabletTrackingShawn Rutledge2017-02-236-1/+51
* | 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
* | QStaticByteArrayMatcher: fix MSVC warningMarc Mutz2017-02-231-0/+5
* | QSizePolicy: make (Policy,Policy) ctor constexprMarc Mutz2017-02-233-4/+18
* | QTypeInfo: record whether it was specializedMarc Mutz2017-02-231-0/+7
* | QErrorMessage: replace a QPair with a structMarc Mutz2017-02-221-5/+11
* | QThreadPool: supersede cancel() with tryTake()Marc Mutz2017-02-224-18/+130
* | Fix wrong access to qMemRotateFunctionsAllan Sandfeld Jensen2017-02-221-2/+2
* | QTypeInfo: don't treat enums and (extended) integral types as complexMarc Mutz2017-02-222-2/+2
* | Do not use QTypeInfo::isStatic anymoreMarc Mutz2017-02-223-6/+7
* | QArrayDataOps: don't use value-initializationMarc Mutz2017-02-221-1/+1
* | macOS: Make sure NSResizableWindowMask is set when toggling fullscreenTor Arne Vestbø2017-02-222-14/+30
* | QTzTimeZonePrivate: introduce PosixZone classMarc Mutz2017-02-221-26/+43
* | QWindow: Remove "_q_foreignWinId" dynamic propertyTor Arne Vestbø2017-02-2218-64/+106
* | Fix a race condition between QObject::connect and qRegisterMetaTypeOlivier Goffart2017-02-221-8/+4