| Commit message (Expand) | Author | Age | Files | Lines |
* | Update licenseheader text in source files for qt4.8 | Jyri Tahtela | 2011-05-13 | 21 | -360/+360 |
|
|
* | moc: qobject_cast cannot be used if the class privately iherit from QObject | Olivier Goffart | 2011-04-04 | 1 | -1/+3 |
|
|
* | Compile with QStringBuilder and QByteArray | Olivier Goffart | 2011-04-01 | 2 | -3/+3 |
|
|
* | moc: be able to compile if there are private classes | Olivier Goffart | 2011-03-31 | 1 | -4/+4 |
|
|
* | Speedup activation of signals | Olivier Goffart | 2011-03-31 | 5 | -67/+103 |
|
|
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-earth-staging into mast... | Qt Continuous Integration System | 2011-03-04 | 1 | -1/+4 |
|\ |
|
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt into earth-master | axis | 2011-02-24 | 8 | -14/+141 |
| |\ |
|
| * | | Fix Q_INVOKABLE declared after Q_PROPERTY | Olivier Goffart | 2011-02-24 | 1 | -1/+4 |
|
|
* | | | Add a "-nn" option to moc | Rolland Dudemaine | 2011-02-22 | 3 | -4/+16 |
| |/
|/| |
|
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11 | Martin Jones | 2011-01-19 | 21 | -21/+21 |
|\ \
| |/ |
|
| * | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 21 | -21/+21 |
|
|
* | | Allow a revision to be associated with properties and methods. | Martin Jones | 2011-01-05 | 8 | -14/+141 |
|/ |
|
* | moc: Error if the NOTIFY signal is invalid. | Olivier Goffart | 2010-08-19 | 3 | -48/+59 |
|
|
* | Correcting spelling mistakes in documentation. Part of fix for QTBUG-11938. | Jerome Pasion | 2010-08-09 | 1 | -1/+1 |
|
|
* | moc: Slot with complex template default value does not compile | Olivier Goffart | 2010-07-19 | 1 | -1/+21 |
|
|
* | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into qt-4.7-from-4.6 | Simon Hausmann | 2010-06-15 | 1 | -4/+3 |
|\ |
|
| * | fix detection of header files | David Fries | 2010-06-14 | 1 | -4/+3 |
|
|
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-03-22 | 2 | -3/+8 |
|\ \ |
|
| * | | Moc: Add support for rvalue references in signals and slots. | Thiago Macieira | 2010-03-22 | 2 | -3/+8 |
|
|
* | | | Merge branch '4.6-s60' into 4.7-s60 | axis | 2010-03-22 | 7 | -28/+97 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Implement Q_PRIVATE_PROPERTY that allows you to declare properties | Alexis Menard | 2010-03-19 | 7 | -28/+97 |
|
|
* | | Remove the OBJECTS_DIR variable assignment from some projets in Qt. | Jocelyn Turcotte | 2010-03-04 | 1 | -1/+0 |
|
|
* | | Merge branch '4.6' | Thiago Macieira | 2010-01-13 | 21 | -21/+21 |
|\ \
| |/ |
|
| * | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 21 | -21/+21 |
|
|
* | | Merge branch '4.6' | Thiago Macieira | 2009-12-26 | 1 | -11/+0 |
|\ \
| |/ |
|
| * | Fix moc generated code with dummy Q_PROPERTY | Olivier Goffart | 2009-12-16 | 1 | -11/+0 |
|
|
* | | Merge branch '4.6' | Thiago Macieira | 2009-12-02 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Do not recoginze templated types or pointers as flags. | Olivier Goffart | 2009-11-30 | 1 | -1/+2 |
|
|
* | | Fix certain type-const-ref syntax not recognized by normalizedSignature() | Bradley T. Hughes | 2009-11-30 | 1 | -1/+1 |
|/ |
|
* | Update license headers again. | Jason McDonald | 2009-09-09 | 21 | -84/+84 |
|
|
* | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-09-03 | 1 | -0/+41 |
|\ |
|
| * | Add missing license headers | Jason McDonald | 2009-09-03 | 1 | -0/+41 |
|
|
* | | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-31 | 20 | -260/+260 |
|\ \
| |/ |
|
| * | Update tech preview license header. | Jason McDonald | 2009-08-31 | 20 | -260/+260 |
|
|
* | | Enable Q_OBJECT usage across DLL boundary on Symbian OS | Shane Kearns | 2009-08-28 | 1 | -6/+21 |
|
|
* | | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-24 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Make assorted constructors follow good coding practice | Keith Isdale | 2009-08-24 | 1 | -2/+2 |
|
|
| * | Update license headers. | Jason McDonald | 2009-08-11 | 20 | -20/+20 |
|
|
* | | Remove last vestiges of the qtusagereporter. | Jason McDonald | 2009-08-24 | 1 | -14/+0 |
|
|
* | | Improve memory usage of the connectionlists inside QObject | Olivier Goffart | 2009-08-19 | 1 | -47/+6 |
|
|
* | | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 20 | -20/+20 |
|
|
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Aaron Kennedy | 2009-07-31 | 1 | -1/+1 |
|\ \ |
|
| * | | parse Q_INVOKABLE explicit constructors | Olivier Goffart | 2009-07-30 | 1 | -1/+1 |
|
|
* | | | Remove isDynamic property flag | Aaron Kennedy | 2009-07-31 | 1 | -2/+1 |
|
|
* | | | Reorder flag values in ascending order | Aaron Kennedy | 2009-07-31 | 1 | -3/+4 |
|
|
* | | | Dynamic meta object support | Aaron Kennedy | 2009-07-31 | 1 | -3/+6 |
|
|
* | | | Add FINAL attribute to Q_PROPERTY() | Aaron Kennedy | 2009-07-31 | 3 | -2/+9 |
|
|
* | | | Add CONSTANT attribute to Q_PROPERTY() | Aaron Kennedy | 2009-07-31 | 3 | -2/+31 |
|/ / |
|
* | | Fix Warning saying that signal cannot be made virtual | Olivier Goffart | 2009-07-22 | 1 | -11/+9 |
|
|
* | | Merge branch '4.5' | Thiago Macieira | 2009-06-26 | 1 | -2/+2 |
|\ \
| |/ |
|