summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Do not preload any codecs anymore when using ICULars Knoll2012-07-314-30/+81
* Add a factory method to QIsciiCodec and fix the namesLars Knoll2012-07-312-9/+21
* Use ICU instead of iconv/windows codecs for the localeLars Knoll2012-07-314-35/+50
* Make codecForLocale atomicLars Knoll2012-07-312-37/+36
* ICU code page conversion supportLars Knoll2012-07-316-36/+804
* Rename some codecs to be in line with ICULars Knoll2012-07-311-2/+2
* Disable iconv on utf-8 based platformsLars Knoll2012-07-312-4/+5
* Lazily initialize iconv in the iconv codecLars Knoll2012-07-312-4/+12
* Use utf-8 as the locale codec where it makes senseLars Knoll2012-07-311-6/+8
* Remove encoding detection according to LANGLars Knoll2012-07-311-142/+0
* Move the text codec list to qcoreglobaldata.Lars Knoll2012-07-315-196/+116
* Ensure that QAtomicPointer of forward-declared classes worksThiago Macieira2012-07-301-0/+17
* QtNetwork: Better detection of connection failures on WindowsMartin Petersson2012-07-301-21/+41
* QUrl: document that setIdnWhitelist isn't thread-safeMarc Mutz2012-07-301-0/+3
* Make benchmarks compile without QtWidgetsRohan McGovern2012-07-309-5/+27
* qdoc: Added safety checks to findUnambiguousTarget()Martin Smith2012-07-301-1/+4
* fix QEventLoop qdoc errorsJeremy Katz2012-07-301-3/+6
* tests: fixed check for QtOpenGLRohan McGovern2012-07-301-1/+1
* tests: disable qstandarditemmodel test when building without QtWidgetsRohan McGovern2012-07-301-1/+4
* tests: removed QtWidgets dependency from tst_qsignalmapperRohan McGovern2012-07-302-16/+25
* QNX: Reduce dependency on QtWidgetsKevin Krammer2012-07-292-6/+2
* Send the native scancode in evdevkeyboardLaszlo Agocs2012-07-282-4/+8
* Document QEvent::EnterEditFocus and QEvent::LeaveEditFocus properly.Mitch Curtis2012-07-281-2/+2
* removed duplicated docs in android qsharedmemory and systemsemaphoreJeremy Katz2012-07-282-27/+0
* Specialize QTypeInfo for QUrlTwoFlags to mark it PRIMITIVE.Stephen Kelly2012-07-281-0/+3
* Mark the QFlag and QIncompatibleFlag as primitive.Stephen Kelly2012-07-281-0/+3
* do not look for frameworks in library pathOswald Buddenhagen2012-07-281-3/+2
* insert explicit library search paths before system search pathsOswald Buddenhagen2012-07-281-4/+6
* look into /Library/Frameworks as well in processPrlFiles()Oswald Buddenhagen2012-07-281-0/+1
* unify default search paths between findLibraries() & processPrlFiles()Oswald Buddenhagen2012-07-281-0/+2
* fix lookup of libraries with a full path but without extensionOswald Buddenhagen2012-07-281-2/+3
* don't actually resolve frameworks in findLibraries()Oswald Buddenhagen2012-07-281-16/+4
* fix host vs. makefile directory separator messOswald Buddenhagen2012-07-2810-49/+84
* Make 'nmake qmake' work with the stub (fast) MakefilesThiago Macieira2012-07-281-1/+2
* Work on the QWidget-autotest.Friedemann Kleint2012-07-282-269/+335
* QDebug: Add getter/setter for auto-insert-spaces.David Faure2012-07-273-0/+42
* QDebug: adjust documentation of space(), nospace() and maybeSpace()David Faure2012-07-271-9/+5
* Correct method name referred to in QFont's detailed description.Mitch Curtis2012-07-271-1/+1
* qdoc: Updated qdoc manual and qdoc guideMartin Smith2012-07-276-26/+143
* merge QMAKE_LIBDIR into QMAKE_LIBS earlyOswald Buddenhagen2012-07-277-74/+25
* unifiy initialization of QMAKE_LIBS{,_PRIVATE} among windows generatorsOswald Buddenhagen2012-07-274-9/+3
* clean up fixTargetExt()Oswald Buddenhagen2012-07-273-10/+4
* de-virtualize some more functionsOswald Buddenhagen2012-07-271-3/+3
* dispose of QMAKE_LIBDIR_FLAGS, "demote" QMAKE_FRAMEWORKPATH_FLAGSOswald Buddenhagen2012-07-274-13/+11
* remove duplicate -L flags in findLibraries()Oswald Buddenhagen2012-07-271-3/+7
* unify handling of non-standard linker -L flagsOswald Buddenhagen2012-07-271-11/+16
* make sure that the stale header removal works the first time aroundOswald Buddenhagen2012-07-271-1/+1
* Fix crash in QVariant::canConvert().Volker Krause2012-07-272-11/+22
* fix QVariant qdoc error - mark const QVariant::data_ptr() internalJeremy Katz2012-07-271-0/+5
* Fix QUrlQuery qdoc errorsJeremy Katz2012-07-271-5/+28