| Commit message (Expand) | Author | Age | Files | Lines |
* | Dynamic meta object support | Aaron Kennedy | 2009-07-31 | 6 | -22/+62 |
|
|
* | Add index methods to QMetaProperty and QMetaMethod | Aaron Kennedy | 2009-07-31 | 2 | -0/+22 |
|
|
* | Fixing qml for QWidget support (crash) | Thomas Hartmann | 2009-07-31 | 1 | -0/+6 |
|
|
* | Add a declarative data ptr to QObjectPrivate | Aaron Kennedy | 2009-07-31 | 2 | -1/+19 |
|
|
* | Make QAbstractItemModel default rolenames reentrant | Aaron Kennedy | 2009-07-31 | 1 | -11/+17 |
|
|
* | Make setRoleNames() protected and improve docs. | Aaron Kennedy | 2009-07-31 | 3 | -1/+50 |
|
|
* | Autotest for QGuard | Aaron Kennedy | 2009-07-31 | 2 | -0/+352 |
|
|
* | Fixed missing forward declarations, which made gcc fail to compile | Erik Verbruggen | 2009-07-31 | 2 | -2/+9 |
|
|
* | removing Q_CORE_EXPORT for q_guard_addGuard() and q_guard_removeGuard() | Aaron Kennedy | 2009-07-31 | 4 | -30/+26 |
|
|
* | Add non-threadsafe QGuard class | Aaron Kennedy | 2009-07-31 | 5 | -3/+200 |
|
|
* | Allow retrieval of interface IId from class type. | Aaron Kennedy | 2009-07-31 | 2 | -0/+21 |
|
|
* | extend the QObjectPrivate::connectedSignals bitfield to make space | Aaron Kennedy | 2009-07-31 | 6 | -22/+72 |
|
|
* | Add FINAL attribute to Q_PROPERTY() | Aaron Kennedy | 2009-07-31 | 8 | -4/+50 |
|
|
* | Add CONSTANT attribute to Q_PROPERTY() | Aaron Kennedy | 2009-07-31 | 8 | -4/+86 |
|
|
* | Merge branch 'master' of git://git-nokia.trolltech.com.au/qtsoftware/qt/qt | Aaron Kennedy | 2009-07-30 | 1621 | -22791/+50777 |
|\ |
|
| * | Convert all testlib loggers to use dynamically allocated strings. | Rohan McGovern | 2009-07-30 | 4 | -132/+112 |
|
|
| * | Make QTestBasicStreamer use dynamically allocated strings. | Rohan McGovern | 2009-07-30 | 10 | -102/+153 |
|
|
| * | Allow testlib loggers to dynamically allocate storage for strings. | Rohan McGovern | 2009-07-30 | 10 | -10/+189 |
|
|
| * | Unit tests and bug fixes for QGLColormap | Rhys Weatherley | 2009-07-30 | 2 | -7/+138 |
|
|
| * | Increase coverage of QGLFormat unit tests. | Rhys Weatherley | 2009-07-30 | 1 | -19/+190 |
|
|
| * | qdoc fix: stencil buffer is enabled by default, not disabled | Rhys Weatherley | 2009-07-30 | 1 | -2/+2 |
|
|
| * | Add math3d unit tests for QObject properties and metatypes | Rhys Weatherley | 2009-07-29 | 3 | -0/+195 |
|
|
| * | Doc: Another classlist. | Volker Hilsheimer | 2009-07-29 | 2 | -54/+14 |
|
|
| * | Doc: Move legalese files into a separate directory. | Volker Hilsheimer | 2009-07-29 | 8 | -12/+13 |
|
|
| * | Doc cleanup: Move list-generating pages together into classes.qdoc | Volker Hilsheimer | 2009-07-29 | 7 | -299/+72 |
|
|
| * | Fix compilation and source compatibility. | Simon Hausmann | 2009-07-29 | 1 | -2/+3 |
|
|
| * | Doc: remove obsolete content. | Volker Hilsheimer | 2009-07-29 | 1 | -12/+0 |
|
|
| * | Remove old and obsolete files. | Volker Hilsheimer | 2009-07-29 | 4 | -110/+0 |
|
|
| * | Doc: Fix incorrect merge. | Volker Hilsheimer | 2009-07-29 | 1 | -3/+0 |
|
|
| * | Doc: The layout documentation is not a list of classes. | Volker Hilsheimer | 2009-07-29 | 9 | -16/+15 |
|
|
| * | Fix compilation: #include <QUrl> was missing. | Thiago Macieira | 2009-07-29 | 1 | -0/+1 |
|
|
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | kh | 2009-07-29 | 1714 | -25490/+51747 |
| |\ |
|
| | * | Autotest: fix the regressions in the DOM test caused by one whitespace | Thiago Macieira | 2009-07-29 | 1 | -4/+4 |
|
|
| | * | test that vars are stored in custom global object | Kent Hansen | 2009-07-29 | 1 | -0/+29 |
|
|
| | * | QNAM HTTP Code: Split QHttpNetworkConnection | Markus Goetz | 2009-07-29 | 5 | -75/+234 |
|
|
| | * | Use correct license header. | Volker Hilsheimer | 2009-07-29 | 2 | -4/+4 |
|
|
| | * | Xml Schema: document the xmlpatternsvalidator command line utility | Peter Hartmann | 2009-07-29 | 1 | -0/+6 |
|
|
| | * | compile on QNX | Harald Fernengel | 2009-07-29 | 1 | -1/+2 |
|
|
| | * | Optimized single-rect clip case in OpenGL 2 paint engine. | Samuel Rødal | 2009-07-29 | 2 | -17/+80 |
|
|
| | * | Add XML schema example to qtdemo | Peter Hartmann | 2009-07-29 | 1 | -0/+1 |
|
|
| | * | Compile after API rename | Volker Hilsheimer | 2009-07-29 | 1 | -1/+1 |
|
|
| | * | Doc: fix links to the examples | Volker Hilsheimer | 2009-07-29 | 1 | -2/+3 |
|
|
| | * | Fix copy/paste typo | Volker Hilsheimer | 2009-07-29 | 1 | -1/+1 |
|
|
| | * | Doc: Documentation for new toString(QVariant) overload | Volker Hilsheimer | 2009-07-29 | 1 | -0/+7 |
|
|
| | * | Doc: Document QGraphicsObject::children workaround as \internal | Volker Hilsheimer | 2009-07-29 | 1 | -0/+10 |
|
|
| | * | Autotest: make tst_qdom work with shadow builds too. | Thiago Macieira | 2009-07-29 | 2 | -23/+27 |
|
|
| | * | Remove "no-stl" from the build key and add compatibility for old plugins. | Thiago Macieira | 2009-07-29 | 4 | -17/+6 |
|
|
| | * | Update the changelog about the STL test being stricter. | Thiago Macieira | 2009-07-29 | 1 | -0/+14 |
|
|
| | * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Jason Barron | 2009-07-29 | 10 | -279/+469 |
| | |\ |
|
| | | * | qdoc: Added -obsoletelinks flag to opt in for reporting obsolete links. | Martin Smith | 2009-07-29 | 4 | -5/+18 |
|
|