summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into refactorGunnar Sletta2011-09-121-29/+58
|\
| * Add an SSE4.2 even simpler version of toLatin1Thiago Macieira2011-09-081-0/+23
| * Create a function that merges the SSE common codeThiago Macieira2011-09-081-38/+35
| * Improve toLatin1 x86 SIMD by using a new SSE4.1 instructionThiago Macieira2011-09-081-0/+9
* | Rename ImMicroFocus to ImCursorRectangleLars Knoll2011-09-081-1/+2
* | Refactor the input frameworkLars Knoll2011-09-071-14/+26
* | Cocoa: QMenu refactor.Morten Sorvig2011-09-071-14/+0
* | Merge remote branch 'gerrit/master' into HEADSamuel Rødal2011-09-0622-305/+192
|\|
| * Don't use QSettings to "cache" plugin informationBradley T. Hughes2011-09-056-177/+77
| * Restore Qt4.7 behaviour of QFileInfo::absolute(File)PathShane Kearns2011-09-023-9/+3
| * Remove the build-key from the plugin verification dataBradley T. Hughes2011-09-025-83/+11
| * Fix comparison of absolute, unclean paths in QDirShane Kearns2011-09-023-1/+33
| * omit unassigned (and too recent) codepoints from the text Normalization processRitt Konstantin2011-09-012-6/+14
| * Rename the private helper function QList::free() to QList::dealloc()Bradley T. Hughes2011-09-011-7/+6
| * Remove declarations for QListData functions removed by 36c29abBradley T. Hughes2011-09-012-6/+2
| * Add QLocale::toUpper/LowerLars Knoll2011-08-313-22/+49
* | Introduce Q_QTQUICK1_EXPORT fixing exports in declarative.Friedemann Kleint2011-08-311-0/+8
* | Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-08-302-0/+6
|\|
| * Add a signal emitted callback to QAbstractDeclarativeDataAaron Kennedy2011-08-302-0/+6
* | Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-08-291-253/+284
|\|
| * optimize parsing of templates like p{IsArabic}, etcRitt Konstantin2011-08-261-161/+160
| * optimize parsing of templates like p{L}, p{Lu}, etcRitt Konstantin2011-08-261-98/+124
| * don't build code related to CClass if QT_NO_REGEXP_CCLASS is definedRitt Konstantin2011-08-261-0/+6
* | Merge branch 'master' into refactorGunnar Sletta2011-08-259-54/+77
|\|
| * Fix compilation with thumb2.Eike Ziller2011-08-181-0/+2
| * Make QThread::sleep/msleep/usleep public.David Faure2011-08-151-4/+4
| * Add flag for non-recursive lookup of child qobject(s)David Faure2011-08-154-24/+55
| * Remove all non-const operator==Harald Fernengel2011-08-093-26/+16
* | Fix build.Friedemann Kleint2011-08-191-0/+16
* | 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