summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qobjectdefs.h
Commit message (Expand)AuthorAgeFilesLines
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Warn the user when compiling Objective-C files (.m) that includes QtTor Arne Vestbø2014-01-301-0/+4
* moc: move qt_meta_extradata data from .data.rel into .data.rel.roMarc Mutz2013-12-091-1/+1
* Use Q_STATIC_ASSERT to report error about missing Q_OBJECTOlivier Goffart2013-09-141-0/+10
* Change template parameter name of qt_check_for_QOBJECT_macroOlivier Goffart2013-09-071-1/+1
* Add internal functions to QObjectPrivate for signal & slot connections in QMLSimon Hausmann2013-06-071-0/+1
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Use QT_STRINGIFY in qobjectdefs.hOlivier Goffart2012-11-221-3/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Add automatic metatype registration for invokable methods.Stephen Kelly2012-08-281-1/+2
* Add automatic metatype registration for Q_PROPERTY types.Stephen Kelly2012-08-281-1/+2
* Create a way to inform moc about private signals.Stephen Kelly2012-07-131-1/+2
* Revert "Allow moc to handle symbols that have been redefined."Matthew Vogt2012-07-041-6/+6
* Doc: tmake -> qmake, it's about timeDaniel Molkentin2012-06-211-8/+8
* Change internal QDeclarativeData hooks to use signal index rangeKent Hansen2012-06-121-1/+1
* Make QCoreApp::translate and related methods use UTF-8Lars Knoll2012-05-181-9/+1
* QMetaObject::activate() overload that doesn't require a metaobjectAaron Kennedy2012-05-181-0/+1
* Bump moc revision after introducing QMetaType::SChar.Jędrzej Nowacki2012-05-091-1/+1
* QArrayData: Suppress MSVC warnning.Debao Zhang2012-05-071-1/+1
* Replace QByteArrayData class by typedef.Jędrzej Nowacki2012-05-041-1/+2
* Remove QMetaObjectExtraData and put everything into QMetaObjectOlivier Goffart2012-04-251-14/+5
* Split qobject_impl.h into qobjectdefs_impl.hKent Hansen2012-04-251-0/+2
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-161-1/+1
|\
| * doc: Fix QObject::connect documentationOlivier Goffart2012-04-131-1/+1
* | Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-101-1/+8
|\|
| * Fix warning introduced in Intel CC 12.1Thiago Macieira2012-03-281-1/+8
* | Merge remote-tracking branch 'origin/api_changes' into containtersJoão Abecasis2012-03-081-8/+10
|\|
| * Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-03-041-6/+6
| |\
| | * Merge master -> api_changesRohan McGovern2012-02-291-1/+1
| | |\
| | * | Allow moc to handle symbols that have been redefined.Matthew Vogt2012-02-271-6/+6
| * | | Add support for QT_NO_SIGNALS_SLOTS_KEYWORDSStephen Kelly2012-02-291-2/+4
| | |/ | |/|
| * | Bump the moc output revisionKent Hansen2012-02-231-1/+1
| |/
* | Long live Qt5 meta-object method/property descriptorsKent Hansen2012-02-291-0/+2
* | Change the representation of meta-object string dataKent Hansen2012-02-291-5/+3
* | Bump the moc output revisionKent Hansen2012-02-241-1/+1
|/
* Implement new plugin mechanismLars Knoll2012-02-151-0/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Do not suppress tr() methods when QT_NO_META_MACROS is defined.Erik Verbruggen2012-01-281-1/+1
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-251-1/+0
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Conditionally define Qt C++ "extension" macros.Erik Verbruggen2012-01-171-0/+9
* Remove the Q_NO_DATA_RELOCATION hackOlivier Goffart2012-01-131-12/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Remove QMetaObject guards and deprecate QPointer.Bradley T. Hughes2011-12-101-5/+0
* Merge QObject::tr*() and QCoreApplication::translate() overloadsBradley T. Hughes2011-11-301-16/+5
* Remove obsolete QMetaObject::activate() overloads.Bradley T. Hughes2011-11-291-3/+1
* New QObject connection syntaxOlivier Goffart2011-11-251-2/+2
* Change the return value of QObject::connectOlivier Goffart2011-11-251-1/+26
* Add spaces for string concatenation to work around C++11 source incompatibility.hjk2011-11-211-1/+1