summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Mac: Don't crash if language preferences can't be retrieved.Eike Ziller2012-07-311-1/+1
* Align the CP949 codec name with ICULars Knoll2012-07-312-6/+9
* Small doc fixes about the list of supported codecs.Lars Knoll2012-07-311-3/+3
* 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-315-24/+791
* 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-314-195/+115
* QUrl: document that setIdnWhitelist isn't thread-safeMarc Mutz2012-07-301-0/+3
* fix QEventLoop qdoc errorsJeremy Katz2012-07-301-3/+6
* 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
* QDebug: Add getter/setter for auto-insert-spaces.David Faure2012-07-272-0/+21
* QDebug: adjust documentation of space(), nospace() and maybeSpace()David Faure2012-07-271-9/+5
* Fix crash in QVariant::canConvert().Volker Krause2012-07-271-1/+4
* fix QVariant qdoc error - mark const QVariant::data_ptr() internalJeremy Katz2012-07-271-0/+5
* Fix QUrlQuery qdoc errorsJeremy Katz2012-07-271-5/+28
* Introduce QTypeInfoMerger.Jędrzej Nowacki2012-07-273-12/+47
* Implement implicit constructors for built-in classes.Stephen Kelly2012-07-272-0/+138
* fix QMimeDatabase qdoc errorsJeremy Katz2012-07-271-2/+28
* Fix several QUrl qdoc errorsJeremy Katz2012-07-262-7/+27
* Fix MSVC 64bit warnings about truncation from size_t to int.Friedemann Kleint2012-07-261-2/+2
* QMetaTypeId2::IsBuiltIn: (new) template meta-function to check for built-in t...Marc Mutz2012-07-261-2/+2
* QFileInfo: remove synchronisation macroMarc Mutz2012-07-261-1/+0
* Fixup the plugin documentationLars Knoll2012-07-264-0/+480
* Make the operator| for QUrl with QIncompatibleFlag constexpr.Stephen Kelly2012-07-251-1/+1
* QObject: add a macro for conveniently setting the object nameMarc Mutz2012-07-252-0/+19
* Create IMPORTED CMake targets for executables.Stephen Kelly2012-07-252-9/+41
* Add ISO 8601 specification link to corelib's external-resources file.Mitch Curtis2012-07-251-0/+5
* QtWidgets: use nullary version of qRegisterMetaType<T>("T")Marc Mutz2012-07-251-0/+4
* Remove references to nonexistent QLocale::setDefaultLocale() in docs.Mitch Curtis2012-07-252-2/+2
* Make sure that unknown types use the handler for unknown types.Stephen Kelly2012-07-251-2/+2
* Make qRegisterMetaType constexpr for built-in types.Stephen Kelly2012-07-251-1/+1
* QAbstractNativeEventFilter: document return valueDavid Faure2012-07-241-0/+4
* Provide access to (dis)connectNotify() from other objects.Thomas McGuire2012-07-241-0/+15
* Remove winEventFilter, replaced with installNativeEventFilter.David Faure2012-07-244-59/+3
* Fix q_check_ptr typo in QtGlobal documentation.Mitch Curtis2012-07-231-1/+1
* More qHash(T, uint) supportGiuseppe D'Angelo2012-07-236-53/+94
* Move the windows locale codec into it's own fileLars Knoll2012-07-234-217/+330
* Clarify ambiguous sentence in QVariant::toBool() documentation.Mitch Curtis2012-07-231-2/+2
* Improve the loading performance of QLibrarySean Harmer2012-07-233-33/+80
* QNX: Use new native event filtering apiSean Harmer2012-07-232-1/+4