summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* don't require a fake qconfig.h for the configure bootstrapOswald Buddenhagen2012-09-191-1/+1
* Split the qt_message_output function in twoThiago Macieira2012-09-191-31/+74
* QVarLengthArray: provide STL-compatible member function namesMarc Mutz2012-09-192-0/+50
* Make QTimer::singleShot take a pointer-to-const QObjectGiuseppe D'Angelo2012-09-192-7/+7
* Remove qUpperBound usages from qtbaseGiuseppe D'Angelo2012-09-193-3/+7
* Remove qLowerBound usages from qtbaseGiuseppe D'Angelo2012-09-192-6/+8
* Introducing NoDropShadowWindowHint window flagGabriel de Dietrich2012-09-182-4/+5
* Core: Fix gcc warning about signed/unsigned integer comparisonKai Koehne2012-09-181-1/+1
* QElapsedTimer: Fix typo in restart() documentationJonathan Liu2012-09-181-1/+1
* Fix thread-safety of qt_ignore_sigpipeThiago Macieira2012-09-181-1/+5
* Let qVersion() be extern "C" if this is not a namespace buildThiago Macieira2012-09-181-1/+13
* Exclude QIcuCodec when QT_NO_TEXTCODEC is definedJ-P Nurmi2012-09-162-0/+8
* Mark (non-public API's) ctor's as explicitSergio Ahumada2012-09-144-7/+7
* Move QRecursiveMutexPrivate to qmutex.cpp and mark inlineThiago Macieira2012-09-142-14/+15
* Remove QBasicAtomic::tryLock with a timerThiago Macieira2012-09-141-2/+2
* #include the qmutex_xxx.cpp at the end of qmutex.cppThiago Macieira2012-09-141-1/+10
* Use storeRelease to unlock a mutex instead of fetchAndStoreReleaseThiago Macieira2012-09-141-1/+1
* Avoid calling QElapsedTimer::nsecsElapsed before the first futex sleepThiago Macieira2012-09-141-4/+8
* Split the timed mutex lock from the non-timed lock functionsThiago Macieira2012-09-143-6/+91
* Simplify the futex lock loop: no need for nested whileThiago Macieira2012-09-141-25/+23
* Make QBasicMutex be exclusively non-recursiveThiago Macieira2012-09-144-35/+52
* Don't recheck about timeout == 0 during mutex lockingThiago Macieira2012-09-141-3/+4
* Hoist the recursive mutex check out of the inner loopThiago Macieira2012-09-142-27/+39
* throw() is C++, so don't use it in C modeThiago Macieira2012-09-141-1/+3
* Fixed: QFileInfo::lastModified() returning wrong value.Markku Heikkila2012-09-133-5/+14
* Fix QAbstractItemModel documentation errors.Mitch Curtis2012-09-131-1/+4
* Docs: Add "\since" info for QEventLoopLocker.Christian Kandeler2012-09-131-0/+1
* Fix QByteArray documentation errors.Mitch Curtis2012-09-132-0/+12
* Fix compilation for win32-g++ and C++11Kai Koehne2012-09-131-0/+3
* Kernel: Fix gcc warning in qsharedmemory_win.cppKai Koehne2012-09-131-2/+2
* Kernel: Fix gcc warning about narrowing conversionKai Koehne2012-09-131-1/+1
* Threads: Fix mingw-gcc warning about 'cast to pointer from integer of differe...Kai Koehne2012-09-131-4/+4
* Improve QMetaType docs.Jędrzej Nowacki2012-09-132-11/+215
* Fix crash when invalidating a QSortFilterProxyModelStephen Kelly2012-09-131-9/+19
* Fix build with QT_NO_EXCEPTIONSHarald Fernengel2012-09-121-0/+2
* Doc: Fix misc. doc errors and document undocumented functionsaavit2012-09-121-0/+12
* Don't manipulate immutable dataJoão Abecasis2012-09-111-1/+2
* QFileSystemEngine: fix realpath() buffer sizeRafael Roquetto2012-09-111-1/+1
* QNX: fix call to realpath() on QFileSystemEngineRafael Roquetto2012-09-111-1/+1
* don't require (dummy) qconfig.h for qmake buildOswald Buddenhagen2012-09-112-2/+1
* compile without CamelCase headersOswald Buddenhagen2012-09-113-5/+4
* Several modifications in phrasing.Nico Vertriest2012-09-111-13/+12
* Doc: Remove references to the deprecated QGraphicsItemAnimationGeir Vattekar2012-09-111-6/+1
* Fix example includes for qdoc.Frederik Gladhorn2012-09-111-3/+3
* Do not include /examples in qdocconfs.Frederik Gladhorn2012-09-111-1/+1
* Doc: Centralize more common settings in 1 global qdocconf.Casper van Donderen2012-09-111-36/+1
* Specify the project name when adding a test.Stephen Kelly2012-09-101-0/+2
* DON'T parse the header files of guiJan-Arve Saether2012-09-101-2/+1
* Fix QFileSystemEngine::canonicalName() returning corrupt dataThomas McGuire2012-09-101-2/+7
* [Qt5 Docs] Fix typos and style of qtimer.cpp and qdatetimeedit.cppDavid Gil2012-09-101-7/+7