summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Logging: Simplify message handler logic for windowsKai Koehne2012-07-212-67/+13
* Improve performance of QLibrary::load()Sean Harmer2012-07-211-4/+4
* QFlags: complete constexpr'ifcationMarc Mutz2012-07-211-4/+4
* Provide public API for native event filtering, moved up from QPA.David Faure2012-07-2013-134/+341
* Doc: Fix QUrl::isLocalFile documentationSergio Ahumada2012-07-201-1/+1
* Fixed most qdoc errors for the json classes.Lars Knoll2012-07-206-39/+221
* Remove Q_UNUSED for the metaObject.Stephen Kelly2012-07-191-2/+0
* fix "No such ..." doc error for QString::toHtmlEscapedJeremy Katz2012-07-191-1/+1
* fix "No such ..." in qmarginsJeremy Katz2012-07-191-2/+2
* fix "No such ..." doc error for Qt::WindowType WindowOverridesSystemGesturesJeremy Katz2012-07-191-1/+1
* fix "No such ..." error in qnamespace.qdocJeremy Katz2012-07-191-3/+0
* fix "No such ..." doc error for QMetaType::typeName()Jeremy Katz2012-07-191-1/+1
* fix "No such ..." in doc for QMetaEnum::keysToValue()Jeremy Katz2012-07-191-1/+1
* fix "No such ..." doc error in QBasicTimer::start()Jeremy Katz2012-07-191-1/+1
* fix "No such ..." for QMimaeDatabase::mimeTypeForFile()Jeremy Katz2012-07-191-1/+1
* fix "No such ..." for QObject::connect(...,functor) docJeremy Katz2012-07-191-2/+2
* fix "No such ..." documentation errors in QAbstractItemModelJeremy Katz2012-07-191-3/+3
* qmetaobject_p.h: don't (incorrectly) fwd-declare QVarLengthArrayMarc Mutz2012-07-182-2/+1
* Make the QIncompatibleFlag constexpr.Stephen Kelly2012-07-181-3/+3
* Windows: Do not return short path names for QDir::tempPath().Friedemann Kleint2012-07-171-1/+11
* Typo in QWaitCondition::wait() doc: lcokedReadWriteLockJeremy Katz2012-07-171-1/+1
* Correct documentation for Void metatype value, define UnknownTypeJeremy Katz2012-07-171-1/+2
* Add new metatypes to QMetaType::Type enum for docsJeremy Katz2012-07-171-0/+3
* Remove Qt3Support enums for q{dir,filedevice,settings,variant} in docsJeremy Katz2012-07-174-11/+0
* Remove documentation of previously deleted Accessibility eventsJeremy Katz2012-07-171-3/+0
* Remove documentation of Qt3Support enums in qcoreevent.cppJeremy Katz2012-07-171-7/+0
* Normalize signal/slots.Sergio Martins2012-07-171-52/+52
* QStateMachine: mark a ctor as explicitMarc Mutz2012-07-161-1/+1
* undocument enums as part of Qt3Support removalJeremy Katz2012-07-161-124/+1
* Add gui/ to qtcore.qdocconf to pick up enums in Qt namespaceJeremy Katz2012-07-161-1/+2
* Undocument Qt::AnchorAttributeJeremy Katz2012-07-161-12/+0
* Fix applicationName() being empty in QApplication.David Faure2012-07-161-1/+1
* statemachine: Move RestorePolicy enum to QState classKent Hansen2012-07-165-44/+42
* Add QStateMachine constructor that takes a ChildModeKent Hansen2012-07-162-0/+15
* Only create the Qt5::WinMain target if it doesn't exist yet.Stephen Kelly2012-07-131-11/+13