summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* fix QT_{BEGIN,END}_INCLUDE_NAMESPACE mixupOswald Buddenhagen2012-09-041-0/+2
* Change SChar to metatype id 40.Stephen Kelly2012-09-032-5/+4
* doc: fix example linkFrederik Gladhorn2012-09-031-1/+1
* Don't reference widgets/widgets in example doc.Frederik Gladhorn2012-09-011-3/+3
* Fix the name of the arguments of qAtan2 to match std::atan2Thiago Macieira2012-08-312-6/+6
* doc: remove links to Qt DesignerFrederik Gladhorn2012-08-281-1/+1
* Add automatic metatype registration for invokable methods.Stephen Kelly2012-08-282-10/+26
* Add automatic metatype registration for Q_PROPERTY types.Stephen Kelly2012-08-282-4/+20
* QMetaTypeId: optimize qt_metatype_id() in special casesMarc Mutz2012-08-261-48/+50
* QMetaTypeId: optimize qt_metatype_id()Marc Mutz2012-08-261-4/+6
* QSlotObjectBase: make 'impl' and 'ref' privateMarc Mutz2012-08-262-20/+21
* QSlotObjectBase: make Operation enum protectedMarc Mutz2012-08-261-3/+5
* QSlotObjectBase: remove misleading commentMarc Mutz2012-08-261-1/+1
* QtGlobal: remove Q_DECL_FINAL_CLASSMarc Mutz2012-08-261-3/+3
* QVariant: make the HasIsNullMethod check work across all compilers (maybe)Marc Mutz2012-08-261-0/+12
* blockSignals should block QML signal emission.Michael Brasser2012-08-261-3/+3
* Use nanosleep instead of pthread_cond_timedwait for thread sleepingThiago Macieira2012-08-251-0/+1
* Compile without the deprecated filterEvent functionThiago Macieira2012-08-231-1/+1
* Extract the QMetaMethodPrivate::ownMethodIndex method.Stephen Kelly2012-08-231-5/+11
* 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