summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QDebug: pretty-print QStrings and QStringRefsThiago Macieira2015-01-119-8/+182
* Prettify the per-compiler setting of Makefile.win32Thiago Macieira2015-01-111-21/+13
* Remove support for MSVC mkspecs that don't exist anymoreThiago Macieira2015-01-111-1/+1
* Support threaded OpenGL on linux again.Gunnar Sletta2015-01-102-0/+9
* Fix a couple of bugs in the QOpenGLWindow exampleJørgen Lind2015-01-103-12/+18
* Haiku: Make corelib compile on HaikuTobias Koenig2015-01-105-2/+13
* Android: Don't assume native window decoration in QDockWidgetKai Pastor2015-01-101-1/+1
* QWindowsVistaStyle: Draw PE_PanelItemViewItem for non-item view widgets.Friedemann Kleint2015-01-101-9/+10
* QHash: clean up class definitionMarc Mutz2015-01-102-26/+26
* QtCore: mark some operations nothrowMarc Mutz2015-01-1019-68/+72
* QPen: mark copy/move/swap as nothrowMarc Mutz2015-01-102-7/+7
* Remove qSwap specialization from Q_DECLARE_SHAREDMarc Mutz2015-01-101-2/+0
* QUnicodeTables: mark all functions as nothrowMarc Mutz2015-01-103-36/+36
* QModelIndex: plaster API with Q_DECL_NOTHROWMarc Mutz2015-01-101-13/+13
* QRingBuffer: retrieve pointer to data more carefullyAlex Trotsenko2015-01-091-1/+1
* eglfs: Update screen destruction to follow the new approachLaszlo Agocs2015-01-093-2/+13
* moc: Work around 'unused variable' MSVC warningKai Koehne2015-01-091-1/+2
* MSVC: Disable compiler warning 4996 for debug buildsKai Koehne2015-01-091-1/+1
* Get rid of QT_NO_QWARNING_MACROKai Koehne2015-01-092-3/+2
* Add QtInfoMsgKai Koehne2015-01-0923-63/+462
* QStandardPaths: add AppConfigLocation.David Faure2015-01-0910-14/+78
* 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