summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* get rid of Q_*_EXPORT_INLINE macrosKonstantin Ritt2012-04-262-60/+8
* Fix C++11 compilationOlivier Goffart2012-04-261-6/+6
* Doc: Use the proper way to find qdoc.Casper van Donderen2012-04-261-1/+2
* Ensure that QUrl::{to,from}LocalPath encode/decode properlyThiago Macieira2012-04-261-0/+23
* Remove QMetaObjectExtraData and put everything into QMetaObjectOlivier Goffart2012-04-256-61/+27
* Split qobject_impl.h into qobjectdefs_impl.hKent Hansen2012-04-254-425/+488
* Add comparison operators == and != for QMetaMethodKent Hansen2012-04-252-0/+25
* Add detection code for AVX2, HLE, RTM and AES to qsimd.cppThiago Macieira2012-04-252-17/+39
* Replace the x86 XGETBV instruction with its opcode bytesThiago Macieira2012-04-251-1/+1
* Update the x86 feature-detection code, unifying x86 and x86-64Thiago Macieira2012-04-251-125/+113
* Fix atomics on SPARCThiago Macieira2012-04-251-8/+8
* Revert QUrl::isRelative to its Qt 4 behaviourThiago Macieira2012-04-251-4/+6
* get rid of QT_NO_IMAGE_TEXT switcherKonstantin Ritt2012-04-255-15/+0
* optimize QChar::decomposition()Konstantin Ritt2012-04-251-27/+32
* Fix locale issue on unix systemsStephen Röttger2012-04-241-0/+2
* qunicodetables generator: improve the output and the generated codeKonstantin Ritt2012-04-242-29/+33
* workaround issue where casing diff overflows signed shortKonstantin Ritt2012-04-243-11/+39
* QChar: reduce code duplication by inlining some methodsKonstantin Ritt2012-04-242-96/+80
* Provide access to RTLD_NODELETE flag on Unix.Yan Shapochnik2012-04-243-1/+20
* Integrate Blackberry Platform Services (BPS) with Qt event loop.Jeff Kehres2012-04-245-7/+389
* Ensure that QUrl::toLocalFile returns decoded pathsThiago Macieira2012-04-241-2/+2
* Don't strip the leading slash of letter+colon paths on UnixThiago Macieira2012-04-241-0/+2
* Update the QUrl documentation concerning the encodingThiago Macieira2012-04-241-21/+103
* QLocale: Clean up QLocalePrivate implementationJohn Layt2012-04-247-324/+334
* Cleanup QMetaObject string access.Jędrzej Nowacki2012-04-241-20/+14
* Fix QMutex::tryLock timeout regression (integer overflow)Markus Rathgeb2012-04-241-1/+1
* Remove Qt 5 todo in QVariant: we're not going to change the behaviourThiago Macieira2012-04-241-2/+0
* Rename the default organisation from "Trolltech" to "Qt" on MacThiago Macieira2012-04-231-1/+1
* Removed unused QUrlPrivate::clear()Simon Hausmann2012-04-232-19/+0
* Use the Q_PROCESSOR_* macros in qsimd.cppThiago Macieira2012-04-231-3/+3
* Set thread name on QNXSean Harmer2012-04-231-1/+3
* QTimer: fix typo in singleShot optimization for 0 msecsGiuseppe D'Angelo2012-04-231-1/+1
* Move Q_FUNC_INFO to qcompilerdetection.hThiago Macieira2012-04-232-13/+11
* Move the QT_STRINGIFY macro to the top of qglobal.hThiago Macieira2012-04-231-10/+4
* Fix warning in qobject.cppOlivier Goffart2012-04-231-0/+1
* QDoc: Support -indexdir on CLI and depends in qdocconf.Casper van Donderen2012-04-232-0/+3
* Fix bug in qsslsocket peek()Kalle Viironen2012-04-231-0/+5
* Removed invalid C-style license header from .pro fileRohan McGovern2012-04-231-40/+0
* Don't assume QAbstractDeclarativeData::objectNameChanged is available.Michael Brasser2012-04-231-1/+1
* Ensure that qXXXdetection.h can be included directlyThiago Macieira2012-04-213-0/+12
* Make the fallback Q_ASSUME and Q_UNREACHABLE be qt_noopThiago Macieira2012-04-211-2/+2
* Move Q_DECL_{IMPORT,EXPORT,HIDDEN} to qcompilerdetection.hThiago Macieira2012-04-212-29/+29
* Move some compiler macro definitions into the compiler sectionsThiago Macieira2012-04-211-26/+12
* Move the compiler-related macros to qcompilerdetection.hThiago Macieira2012-04-212-109/+110
* Compile on Windows.Jan-Arve Saether2012-04-211-2/+8
* QDataStream: Update Version info for docAurindam Jana2012-04-201-1/+1
* Don't push unnecessary data to a data stream for QVariant()Thiago Macieira2012-04-202-6/+6
* Fix MSVC conversion warnings in new bytearray code.Friedemann Kleint2012-04-203-12/+13
* mingw: fix a lot of annoying warningsKonstantin Ritt2012-04-204-166/+166
* Provide versions of qRegisterMetaType() that do not normalize typename.Martin Jones2012-04-202-12/+70