summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | | | Replace explicit surrogate handlers by inline methods of QChar classsuzuki toshiya2011-09-121-4/+4
* | | | | | | | | | | | | | | | | | | | | Replace 'i < len-1 && func(i+1)' by 'i+1 < len && func(i+1)'suzuki toshiya2011-09-121-3/+3
* | | | | | | | | | | | | | | | | | | | | don't detach until the list is going to be modifiedRitt Konstantin2011-09-121-1/+0
* | | | | | | | | | | | | | | | | | | | | optimize QList::removeAll()Ritt Konstantin2011-09-121-11/+19
* | | | | | | | | | | | | | | | | | | | | Fix building the OpenVG graphicssystem on Linux with static libsBernhard Rosenkraenzer2011-09-121-0/+1
* | | | | | | | | | | | | | | | | | | | | don't crash when destroying codec listOswald Buddenhagen2011-09-121-4/+5
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | 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
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | 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
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Add a signal emitted callback to QAbstractDeclarativeDataAaron Kennedy2011-08-302-0/+6
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | 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
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | 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 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
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | 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