summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* QStateMachine: replace a QHash key involving a QPointerMarc Mutz2015-01-092-4/+22
* QStateMachine: fix some misleading codeMarc Mutz2015-01-091-3/+2
* Docs: e.g. -> for example in qhash.cppMarc Mutz2015-01-091-2/+2
* QVersionNumber: use qHashRange()Marc Mutz2015-01-091-7/+1
* Add qHashRange and qHashRangeCommutativeMarc Mutz2015-01-094-0/+205
* Don't specialize std::swap, just overload it in the global namespaceThiago Macieira2015-01-091-8/+3
* QMutex/QReadWriteLock: mark bootstrap implementations nothrowMarc Mutz2015-01-092-28/+28
* Fix authenticated POST/PUT http requests with buffering disabledAllan Sandfeld Jensen2015-01-094-44/+2
* Seal shared memory on POSIX IPCTobias Koenig2015-01-091-0/+7
* Use O_CLOEXEC flag POSIX shared memory handleTobias Koenig2015-01-091-0/+14
* Add POSIX IPC support to QSystemSemaphore and QSharedMemoryTobias Koenig2015-01-0914-344/+903
* Add a configure-time check for an IPC supportTobias Koenig2015-01-095-0/+136
* QFileSystemWatcher: Use FSEvents FSW on OS XGabriel de Dietrich2015-01-091-4/+4
* Add OptimizedWrite & ProgressiveScanWrite options to QImageIOHandler and use ...Andy Maloney2015-01-095-5/+104
* Support threaded OpenGL on XCB/EGL.Gunnar Sletta2015-01-091-0/+2
* Avoid exposing dependencies from libinput supportLaszlo Agocs2015-01-092-22/+29
* Introduce Windows version 10.Friedemann Kleint2015-01-082-0/+6
* Unexport QVersionNumberMarc Mutz2015-01-081-7/+7
* QSizePolicy: prepare for constexpr'ifcationMarc Mutz2015-01-081-6/+2
* QTest: update docs for toString()Marc Mutz2015-01-082-3/+27
* QPair: mark relational operators and qMakePair() conditionally noexceptMarc Mutz2015-01-081-0/+7
* QPair: add member-swapMarc Mutz2015-01-082-0/+37
* Make qSwap() noexcept, if possibleMarc Mutz2015-01-081-0/+12
* QMargins: plaster API with Q_DECL_NOTHROWMarc Mutz2015-01-081-104/+105
* QRect: plaster API with Q_DECL_NOTHROWMarc Mutz2015-01-082-317/+334
* Add support for printing the real thread ID with QT_MESSAGE_PATTERNThiago Macieira2015-01-082-4/+44
* QtWidgets: convert remaining users of QSize::transpose() to transposed()Marc Mutz2015-01-084-11/+11
* QtWidgets: convert some users of QSize::transpose() to transposed()Marc Mutz2015-01-0810-40/+14
* QSize: plaster API with Q_DECL_NOTHROWMarc Mutz2015-01-082-128/+128
* Remove qRegisterSequentialContainer, qRegisterAssociativeContainer tracesKai Koehne2015-01-071-5/+2
* Move a few QStringList methods up to QList<QString>Thiago Macieira2015-01-073-39/+82
* tst_QWidget: include QTest, not QtTestGiuseppe D'Angelo2015-01-061-1/+2
* Disable the warning about deprecation inside qalgorithms.hThiago Macieira2015-01-061-2/+4
* Remove unused QDBusMessage::timeout memberThiago Macieira2015-01-062-4/+3
* Make QDBusMessage store its own message typeThiago Macieira2015-01-062-16/+19
* Remove the old QDBusConnection::sender functionalityThiago Macieira2015-01-066-47/+17
* Cosmetic debugging difference for QDBusConnectionThiago Macieira2015-01-061-1/+3
* Add a simple way of tracing calls to libdbus-1Thiago Macieira2015-01-061-1/+77
* Remove workarounds for RVCT compiler bugsThiago Macieira2015-01-0610-153/+5
* eglfs: Make sure there is a platform window for the backing storeLaszlo Agocs2015-01-061-0/+2
* QColorDialog: Fix flickering when using "Pick screen color"Sérgio Martins2015-01-062-7/+13
* qdoc: Use qgetenv instead of getenvSérgio Martins2015-01-061-4/+4
* Fix QFileSystemWatcher::directoryChanged docs/testCory Bloor2015-01-052-16/+7
* tst_QHash: Factor qHash()-related test cases into a separate testMarc Mutz2015-01-055-101/+160
* tst_QSet: add a non-trivial test for op==Marc Mutz2015-01-051-0/+10
* Compile in evdev code to linuxfbLaszlo Agocs2015-01-054-1/+47
* QIsciiCodec: add an assert to silence CoverityGiuseppe D'Angelo2015-01-051-0/+1
* QColorDialog: fix a crash on small displaysGiuseppe D'Angelo2015-01-051-1/+2
* Add missing qdatastream.h includes.Richard J. Moore2015-01-052-0/+3
* QFlags: plaster API with Q_DECL_NOTHROWMarc Mutz2015-01-051-36/+37