summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-08-0337-713/+1165
|\
| * Fix QString/QByteArray literals for MSVC2010 (compilation of tests).Friedemann Kleint2011-08-022-9/+16
| * Fix compilation with namespaced buildsBradley T. Hughes2011-07-291-0/+5
| * Simplify the mutexpool used in QObject.Olivier Goffart2011-07-291-19/+5
| * QMutex is now just a pointerOlivier Goffart2011-07-2912-427/+592
| * Flag meta objects generated by QtDBusAaron Kennedy2011-07-291-1/+2
| * Added meta type info for Q[Explicitly]SharedDataPointerDenis Dzyubenko2011-07-281-0/+3
| * Get rid of compiler warnings with MSVCOlivier Goffart2011-07-283-21/+22
| * Fix obsolete contact emailJason McDonald2011-07-282-3/+3
| * Use QFreeList for timer id allocationBradley T. Hughes2011-07-261-167/+43
| * Add QFreeList as an internal classBradley T. Hughes2011-07-263-0/+358
| * Add the missing function in bootstrapOlivier Goffart2011-07-251-1/+22
| * Changed QLibrary::resolve() to return a function pointer.Kim Motoyoshi Kalland2011-07-259-27/+36
| * QAbstractConcatenable::convertFromAscii: make len the actual lengthOlivier Goffart2011-07-222-10/+7
| * remove Qt3 leftoversRitt Konstantin2011-07-221-11/+2
| * Optimize QMetaObject::property().Martin Jones2011-07-221-7/+18
| * Add unit tests to QStringLiteral and QByteArrayLiteral with operator %Thiago Macieira2011-07-211-0/+21
| * Fix the timeout calculation again.Thiago Macieira2011-07-211-2/+2
| * Make the N parameter to the QXXXLiterals be the actual string lengthThiago Macieira2011-07-212-16/+16
* | Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-07-2130-2803/+1128
|\|
| * minor improvements to QChar documentationRitt Konstantin2011-07-211-68/+42
| * Fix more use of C style cast.Olivier Goffart2011-07-211-3/+3
| * Doc: Removed documentation for deleted code.David Boddie2011-07-2121-1772/+0
| * Cleanup qRound and qRound64: provide overloads for double and floatThiago Macieira2011-07-201-8/+7
| * fix QFileInfo::isSymLink() for NTFS mount pointsJoerg Bornemann2011-07-191-2/+1
| * Add a qHash for QUuidOlivier Goffart2011-07-192-0/+13
| * Update the documentation of QUuid::operator QStringOlivier Goffart2011-07-191-0/+1
| * Fix use of C style cast.Olivier Goffart2011-07-191-1/+1
| * "Fix" the crash at startup on MSVCOlivier Goffart2011-07-151-2/+2
| * Fix the timeout calculation for futexes in QMutex.Thiago Macieira2011-07-151-6/+22
| * Deprecated QUuid::toStringOlivier Goffart2011-07-151-1/+3
| * fixup for d17c76feee9eece4f7d9d1c5cec254842bb0a639Ritt Konstantin2011-07-151-50/+151
| * Revert "make QChar::Unicode_Unassigned a constantly big value"Olivier Goffart2011-07-152-3/+4
| * Regenerate unicode tablesOlivier Goffart2011-07-151-880/+880
| * make QChar::Unicode_Unassigned a constantly big valueRitt Konstantin2011-07-132-4/+3
| * drop a dead QChar::Punctuation_Dask enum valueRitt Konstantin2011-07-132-5/+1
| * drop an obsolete QChar::NoCategory enum valueRitt Konstantin2011-07-132-5/+1
* | Merge remote-tracking branch 'origin/master' into refactorLars Knoll2011-07-136-208/+321
|\|
| * Fix compilation on MSVCLars Knoll2011-07-132-17/+51
| * Fix compilation with icc 11Olivier Goffart2011-07-121-2/+1
| * Add the #defines for C++0x features in GCC 4.6Thiago Macieira2011-07-121-0/+10
| * Refactor QByteArray to allow for const dataLars Knoll2011-07-122-186/+257
| * Cleanup reference counting in QDateTimePrivate class.Jedrzej Nowacki2011-07-121-3/+2
* | Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-07-1223-692/+797
|\|
| * remove unneeded cast operator on QConstStringDataLars Knoll2011-07-121-3/+0
| * Introduce QT_DEPRECATED_SINCEOlivier Goffart2011-07-122-0/+32
| * Cleanup reference counting in internal::Base class (qtconcurrent)Jedrzej Nowacki2011-07-112-18/+7
| * Remove #ifdef for platforms where QChar was packed -- there aren't anyThiago Macieira2011-07-111-4/+0
| * Replace try/catch blocks in favour of destructors in the event loop.Thiago Macieira2011-07-113-141/+156
| * Remove Qt 4.3 binary compatibility for MSVCThiago Macieira2011-07-115-49/+0