summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Core: Silence gcc warnings about unitinialized members in qarraydata.cppKai Koehne2012-09-261-0/+9
* [docs] QFlags: fix a whitespace errorMarc Mutz2012-09-261-1/+1
* Remove duplicate words and punctuation from documentation.Mitch Curtis2012-09-264-4/+4
* QCharAttributes: add wordStart/wordEnd flagsKonstantin Ritt2012-09-263-42/+68
* Fix default-constructed QFileSystemEntryJoão Abecasis2012-09-251-3/+3
* Ignore the QT_NAMESPACE for moc runsLars Knoll2012-09-251-1/+1
* Fixed crash in moc on big endian platforms.Konstantin Tokarev2012-09-241-1/+1
* Fixed QJsonDocument::fromBinaryData on big endian platforms.Konstantin Tokarev2012-09-242-4/+4
* Fixed ifdef condition in QJson resulting in big endian breakage.Konstantin Tokarev2012-09-241-1/+1
* Fixed instances of "to to" in qtbase.Samuel Rødal2012-09-241-1/+1
* Centralise handling & ignoring of SIGPIPE in qcore_unix_p.hThiago Macieira2012-09-242-19/+25
* QModelIndex: add constexprMarc Mutz2012-09-241-10/+10
* QModelIndex: store quintptr instead of void*Marc Mutz2012-09-241-16/+12
* Specify the --build-config when invoking ctest.Stephen Kelly2012-09-241-0/+2
* Pass the unmodified directory/project name to build-project.Stephen Kelly2012-09-241-2/+2
* Don't append _build to the directory name of tests expected to fail.Stephen Kelly2012-09-241-1/+1
* Fix potential breakage in QString.Jędrzej Nowacki2012-09-241-3/+3
* Use QStringList::join(QChar) overload where applicable [QtCore]Marc Mutz2012-09-233-5/+5
* QStringList: adapt documentation to cover new join(QChar) overloadMarc Mutz2012-09-222-2/+4
* QModelIndex: clean up integer size confusion in the APIMarc Mutz2012-09-222-42/+15
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-22700-14282/+14282
* QFlags: don't provide a constructor from void**Marc Mutz2012-09-221-1/+2
* A step out from Harfbuzz (reduce dependency)Konstantin Ritt2012-09-224-64/+101
* Document that date/time formats without separators are unsupported.Mitch Curtis2012-09-211-3/+3
* Add comments to document the internals of QMutexOlivier Goffart2012-09-212-4/+54
* 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