| Commit message (Expand) | Author | Age | Files | Lines |
* | Added a standard copyright header to files generated by rcc. | Martin Smith | 2009-09-09 | 1 | -0/+40 |
|
|
* | Update license headers again. | Jason McDonald | 2009-09-09 | 76 | -304/+304 |
|
|
* | Generate Q_UNUSED(varName) only when varName was not used in retranslateUi(Cl... | Jarek Kobus | 2009-09-04 | 2 | -2/+10 |
|
|
* | 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 | 75 | -975/+975 |
|\ \
| |/ |
|
| * | Update tech preview license header. | Jason McDonald | 2009-08-31 | 75 | -975/+975 |
|
|
* | | 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 | 75 | -75/+75 |
|
|
* | | Remove last vestiges of the qtusagereporter. | Jason McDonald | 2009-08-24 | 2 | -29/+0 |
|
|
* | | Improve memory usage of the connectionlists inside QObject | Olivier Goffart | 2009-08-19 | 1 | -47/+6 |
|
|
* | | Rename qlistdata.cpp (back) to qlist.cpp. | Volker Hilsheimer | 2009-08-17 | 1 | -1/+1 |
|
|
* | | extern the Qt helper functions with Q_CORE_EXPORT | Harald Fernengel | 2009-08-12 | 1 | -2/+2 |
|
|
* | | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 75 | -75/+75 |
|
|
* | | Fix build warning | Harald Fernengel | 2009-08-07 | 1 | -1/+1 |
|
|
* | | Fix warnings on mingw | Thierry Bastian | 2009-08-06 | 1 | -3/+3 |
|
|
* | | Replace instances of weak linking for 10.3 with 10.4. | Morten Sorvig | 2009-08-06 | 1 | -1/+1 |
|
|
* | | 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 |
|
|
* | | make the boostrap lib work for projects that aren't in src/tools | Joerg Bornemann | 2009-07-20 | 1 | -10/+10 |
|
|
* | | general wording change for some file type names | Frederik Schwarzer | 2009-07-06 | 3 | -7/+7 |
|
|
* | | src/tools/idc: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT... | miniak | 2009-07-01 | 1 | -53/+16 |
|
|
* | | Merge branch '4.5' | Thiago Macieira | 2009-06-26 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | make invokable constructors work with classes in namespace | Kent Hansen | 2009-06-25 | 1 | -2/+2 |
|
|
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Volker Hilsheimer | 2009-06-16 | 2 | -10/+29 |
|\ \ |
|
| * | | Prevent uic3 from clobbering the QLabel3::wordWrap property. | Friedemann Kleint | 2009-06-16 | 1 | -7/+10 |
|
|
| * | | Made uic generate QLayout::setContentsMargin instead of setMargin. | Friedemann Kleint | 2009-06-16 | 1 | -3/+19 |
|
|
* | | | Merge license header changes from 4.5 | Volker Hilsheimer | 2009-06-16 | 75 | -150/+150 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Update license headers as requested by the marketing department. | Jason McDonald | 2009-06-16 | 75 | -150/+150 |
|
|
* | | Add detailed warning when idc fails. | Prasanth Ullattil | 2009-06-15 | 1 | -0/+3 |
|
|
* | | Only include QMetaType if required in moc generated files | Olivier Goffart | 2009-06-11 | 2 | -3/+8 |
|
|
* | | make moc-generated code compile again | Kent Hansen | 2009-06-08 | 1 | -0/+2 |
|
|
* | | handle qreal properties correctly in the meta-object system | Kent Hansen | 2009-06-05 | 2 | -6/+16 |
|
|
* | | improved string operations all over the place | Thierry Bastian | 2009-05-28 | 13 | -95/+95 |
|
|
* | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-04-29 | 1 | -7/+7 |
|\ \
| |/ |
|
| * | Fix crash in uic regarding setting QIcon | Jarek Kobus | 2009-04-28 | 1 | -7/+7 |
|
|
* | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-04-17 | 1 | -8/+8 |
|\ \
| |/ |
|
| * | Fix management of svg icons | Jarek Kobus | 2009-04-17 | 1 | -8/+8 |
|
|
| * | Long live Qt 4.5! | Lars Knoll | 2009-03-23 | 88 | -0/+38192 |
|
|
* | Long live Qt! | Lars Knoll | 2009-03-23 | 88 | -0/+38532 |
|
|