index
:
delta/qt4-tools.git
4.5
4.6
4.6-digia
4.7
4.7-digia
4.8
4.8-bb10
4.8.0-symbian
4.8.1-symbian
baserock/morph
history/qtquick2
history/qtquick2-v8
code.qt.io: qt/qt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
corelib
/
kernel
/
qmetaobject.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year in Digia's license headers
Sergio Ahumada
2013-01-13
1
-1
/
+1
*
Change copyrights from Nokia to Digia
Iikka Eklund
2012-09-29
1
-24
/
+24
*
Update contact information in license headers.
Sergio Ahumada
2012-08-01
1
-2
/
+2
*
Various qt documentation fixes (wk 43)
artoka
2012-01-31
1
-1
/
+24
*
Update year in Nokia copyright messages.
Jason McDonald
2012-01-11
1
-1
/
+1
*
Doc: Fixed doc bug in QMetaObject
Geir Vattekar
2011-08-22
1
-3
/
+8
*
Update licenseheader text in source files for qt4.8
Jyri Tahtela
2011-05-13
1
-17
/
+17
*
Use the qt_static_metacall in QueuedConnection
Olivier Goffart
2011-04-08
1
-4
/
+14
*
Fix QMetaObject::indexOfSlot
Olivier Goffart
2011-04-04
1
-1
/
+1
*
Speedup activation of signals
Olivier Goffart
2011-03-31
1
-13
/
+22
*
Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7
Olivier Goffart
2011-02-04
1
-0
/
+48
|
\
|
*
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11
Martin Jones
2011-01-19
1
-1
/
+1
|
|
\
|
*
|
Allow a revision to be associated with properties and methods.
Martin Jones
2011-01-05
1
-0
/
+48
*
|
|
Merge remote branch 'origin/4.7' into qt-master-from-4.7
Olivier Goffart
2011-01-17
1
-1
/
+1
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Update copyright year to 2011.
Jason McDonald
2011-01-11
1
-1
/
+1
|
|
/
*
|
Properly implement qobject_cast for const pointers.
Thiago Macieira
2010-09-11
1
-1
/
+19
*
|
Merge remote branch 'origin/4.7' into qt-master-from-4.7
Olivier Goffart
2010-08-13
1
-1
/
+4
|
\
\
|
|
/
|
*
QMetaObject::normalizeSignature avoid reading past the string in case of inv...
Olivier Goffart
2010-08-10
1
-1
/
+4
*
|
Merge remote branch 'origin/4.7' into qt-master-from-4.7
Thiago Macieira
2010-06-01
1
-0
/
+7
|
\
\
|
|
/
|
*
QMetaMethod::invoke: Document that the function does not check the arguments
Olivier Goffart
2010-05-28
1
-0
/
+7
*
|
QMetaObject::invokeMethod using Qt::BlockingQueuedConnection can handle the r...
Olivier Goffart
2010-05-07
1
-33
/
+20
|
/
*
Optimize QMetaObject::indexOf* functions
Olivier Goffart
2010-03-23
1
-31
/
+32
*
Merge remote branch 'origin/4.6' into qt-4.7-from-4.6
Rohan McGovern
2010-03-07
1
-1
/
+1
|
\
|
*
Compile with GCC 3.3
Olivier Goffart
2010-03-02
1
-1
/
+1
*
|
QMetaObject::invokeMethod: print a warning if the method is not found.
Olivier Goffart
2010-03-01
1
-1
/
+4
*
|
Make indexOfMethod not crash when going through a metaobject with methodCount...
Thiago Macieira
2010-01-27
1
-2
/
+5
*
|
Merge branch '4.6'
Thiago Macieira
2010-01-13
1
-1
/
+1
|
\
\
|
|
/
|
*
Update copyright year to 2010
Jason McDonald
2010-01-07
1
-1
/
+1
*
|
Merge branch '4.6'
Thiago Macieira
2009-12-26
1
-0
/
+1
|
\
\
|
|
/
|
*
Fix QMetaObject::connect and disconnect with "dynamic signals"
Olivier Goffart
2009-12-14
1
-0
/
+1
*
|
Avoid crash in QObject::connect() if class has no signals
Eskil Abrahamsen Blomfeldt
2009-12-11
1
-1
/
+1
*
|
Fix certain type-const-ref syntax not recognized by normalizedSignature()
Bradley T. Hughes
2009-11-30
1
-14
/
+44
*
|
Reduce the code duplication within QMetaObject::indexOf{Signal,Slot,Method}
Olivier Goffart
2009-11-30
1
-34
/
+32
|
/
*
Implement internal support for property interceptors (used by declarative).
Michael Brasser
2009-11-04
1
-1
/
+4
*
Update confusing qWarning message.
Thiago Macieira
2009-10-29
1
-2
/
+2
*
Update license headers again.
Jason McDonald
2009-09-09
1
-4
/
+4
*
QMetaObject::normalizeType: fix out-of-bound access.
Olivier Goffart
2009-09-01
1
-7
/
+4
*
Merge branch '4.5' into 4.6
Thiago Macieira
2009-08-31
1
-13
/
+13
|
\
|
*
Update tech preview license header.
Jason McDonald
2009-08-31
1
-13
/
+13
|
*
Update license headers.
Jason McDonald
2009-08-11
1
-1
/
+1
*
|
Enable Q_OBJECT usage across DLL boundary on Symbian OS
Shane Kearns
2009-08-28
1
-1
/
+11
*
|
Merge commit 'qt/master'
Jason Barron
2009-08-20
1
-63
/
+39
|
\
\
|
*
|
Improve memory usage of the connectionlists inside QObject
Olivier Goffart
2009-08-19
1
-63
/
+39
*
|
|
Merge commit 'qt/master'
Jason Barron
2009-08-13
1
-1
/
+3
|
\
\
\
|
|
/
/
|
*
|
Update contact URL in license headers.
Jason McDonald
2009-08-12
1
-1
/
+1
|
*
|
Doc: add \since 4.6 for new functions
Volker Hilsheimer
2009-08-10
1
-0
/
+2
*
|
|
Merge commit 'qt/master-stable'
Jason Barron
2009-08-06
1
-0
/
+4
|
\
\
\
|
|
/
/
|
*
|
Doc fixes
Aaron Kennedy
2009-08-04
1
-0
/
+4
*
|
|
Merge commit 'origin/master'
Jason Barron
2009-08-04
1
-0
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Squashed commit of the topic/exceptions branch.
Harald Fernengel
2009-08-03
1
-0
/
+2
[next]