summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-2321-0/+37
* Doc: Fix snippet and example referencing widget examplesAndy Nichols2012-08-232-4/+4
* De-inline QVariant(float)Harald Fernengel2012-08-232-1/+4
* doc: Added \relates command to some function qdoc commentsMartin Smith2012-08-211-0/+2
* Misc documentation fixes triggered by qdoc errors/warningsShawn Rutledge2012-08-201-3/+3
* Doc: Work on QVariant's equality operator.Geir Vattekar2012-08-201-2/+13
* Fix documented QMetaType::UserType value.Aaron McCarthy2012-08-201-1/+1
* Use QThread instead of QPushButton as an example in the docsLars Knoll2012-08-201-2/+2
* Fix more qdoc errorsLars Knoll2012-08-207-32/+43
* Fix qdoc errors in qcoreevent.Lars Knoll2012-08-201-4/+9
* Fix qdoc errors in the QAbstractEventDispatcher documentation.Lars Knoll2012-08-201-4/+32
* Fix a couple of qdoc errors.Lars Knoll2012-08-201-2/+8
* Refactor the automatic metatype templates into preprocessor lists.Stephen Kelly2012-08-201-24/+40
* Fix a couple of qdoc errorsLars Knoll2012-08-181-1/+0
* Remove QWidgetStar.Stephen Kelly2012-08-183-23/+4
* QSlotObjectBase: re-enable tail-call optimisation in impl()Marc Mutz2012-08-151-19/+19
* QSlotObjectBase: combat virtual function "bloat"Marc Mutz2012-08-154-72/+120
* Remove trailing comma in enumThiago Macieira2012-08-151-1/+1
* Add parameter docs for QAbstractEventDispatcher::filterNativeEvent.Frederik Gladhorn2012-08-151-2/+4
* Fix QPointer qdoc errorsLars Knoll2012-08-152-16/+1
* Make the "\internal" qdoc command stand on its own lineLaszlo Papp2012-08-157-53/+111
* Speed up construction of basic QVariantsHarald Fernengel2012-08-152-38/+100
* QtCore: use new qEnvironmentVariableIs{Set,Empty}()Marc Mutz2012-08-142-2/+2
* Fix warning about change of signThiago Macieira2012-08-141-1/+1
* Tidy up QEvent::Type enums.Mitch Curtis2012-08-141-13/+13
* Fix declaration of qt_gettime for Q_DECL_NOTHROWThiago Macieira2012-08-131-1/+2
* Fix some typos in static assert message.Stephen Kelly2012-08-011-1/+1
* QtNetwork: Handle FD_CLOSE on WindowsMartin Petersson2012-08-013-6/+15
* Lazy initialize library pathsHarald Fernengel2012-08-011-7/+4
* Make codecForLocale atomicLars Knoll2012-07-311-1/+1
* ICU code page conversion supportLars Knoll2012-07-311-0/+1
* Move the text codec list to qcoreglobaldata.Lars Knoll2012-07-312-0/+25
* 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
* 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
* Implement implicit constructors for built-in classes.Stephen Kelly2012-07-272-0/+138
* 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
* QObject: add a macro for conveniently setting the object nameMarc Mutz2012-07-252-0/+19
* 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
* Clarify ambiguous sentence in QVariant::toBool() documentation.Mitch Curtis2012-07-231-2/+2
* QNX: Use new native event filtering apiSean Harmer2012-07-232-1/+4
* Logging: Simplify message handler logic for windowsKai Koehne2012-07-211-43/+0
* Provide public API for native event filtering, moved up from QPA.David Faure2012-07-2011-132/+328