| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove qurl.cpp from qmake and bootstrap, it's not needed. | David Faure | 2012-08-21 | 1 | -1/+0 |
|
|
* | Update contact information in license headers. | Sergio Ahumada | 2012-08-01 | 76 | -152/+152 |
|
|
* | Fix symbol visibility warnings when building uic3 | Andy Shaw | 2012-04-16 | 1 | -0/+1 |
|
|
* | Update year in Nokia copyright messages. | Jason McDonald | 2012-01-11 | 76 | -76/+76 |
|
|
* | Remove idc from mingw build. | Markku Heikkila | 2011-10-24 | 1 | -1/+1 |
|
|
* | Add a cast to moc cpp generator to remove armcc warnings | Pasi Pentikainen | 2011-09-06 | 1 | -1/+1 |
|
|
* | Replace 'i < len-1 && func(i+1)' by 'i+1 < len && func(i+1)' | suzuki toshiya | 2011-08-18 | 1 | -2/+2 |
|
|
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master... | Qt Continuous Integration System | 2011-05-26 | 3 | -2/+8 |
|\ |
|
| * | uic: Use QString::fromUtf8 for QUrl properties. | Friedemann Kleint | 2011-05-25 | 1 | -1/+1 |
|
|
| * | uic: #include <QLayout> for QToolBox on non-laid-out forms. | Friedemann Kleint | 2011-05-23 | 2 | -1/+7 |
|
|
* | | Merge remote-tracking branch 'qt/4.8' | Jyri Tahtela | 2011-05-18 | 1 | -0/+1 |
|\ \ |
|
| * \ | Merge branch 4.7 into qt-4.8-from-4.7 | Qt Continuous Integration System | 2011-05-06 | 1 | -0/+1 |
| |\ \
| | |/
| |/| |
|
| | * | fix random miscompilation with msvc | Oswald Buddenhagen | 2011-05-06 | 1 | -0/+1 |
|
|
* | | | Update licenseheader text in source files for qt4.8 | Jyri Tahtela | 2011-05-13 | 76 | -1297/+1297 |
|/ / |
|
* | | 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 remote branch 'earth-team/master-i18n' into 4.8-earth | Denis Dzyubenko | 2011-03-24 | 1 | -0/+6 |
|\ \ |
|
| * \ | Merge remote branch 'earth-team/master' into master-i18n | Denis Dzyubenko | 2011-03-17 | 8 | -15/+145 |
| |\ \ |
|
| * | | | Split monolithic qlocale.cpp into platform-specific files | Denis Dzyubenko | 2011-02-24 | 1 | -0/+6 |
|
|
* | | | | 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 remote-tracking branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2011-02-04 | 8 | -14/+141 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11 | Martin Jones | 2011-01-19 | 76 | -76/+76 |
| |\ |
|
| * | | Allow a revision to be associated with properties and methods. | Martin Jones | 2011-01-05 | 8 | -14/+141 |
|
|
* | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2011-01-17 | 76 | -76/+76 |
|\ \ \
| | |/
| |/| |
|
| * | | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 76 | -76/+76 |
| |/ |
|
* | | Merge remote branch 'qt/master' into file-engine-refactor | João Abecasis | 2010-11-23 | 3 | -0/+23 |
|\ \ |
|
| * | | Designer: Support alignment in box and grid layouts. | Friedemann Kleint | 2010-10-22 | 3 | -0/+23 |
|
|
* | | | Use QSystemError to return errors from QFileSystemEngine | Shane Kearns | 2010-10-12 | 1 | -1/+2 |
|
|
* | | | Merge commit 'origin/master' into fileEnginesOn47 | Thomas Zander | 2010-09-28 | 14 | -92/+207 |
|\ \ \
| |/ / |
|
| * | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2010-09-10 | 7 | -22/+54 |
| |\ \
| | |/ |
|
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-09-08 | 6 | -21/+52 |
| | |\ |
|
| | | * | uic: Fix compile breakage in case QT_NO_QT3_SUPPORT. | Friedemann Kleint | 2010-09-08 | 1 | -1/+1 |
|
|
| | | * | uic: Improve messages. | Friedemann Kleint | 2010-09-07 | 1 | -6/+8 |
|
|
| | | * | Tools (uic/rcc): Improve warning messages. | Friedemann Kleint | 2010-09-07 | 6 | -19/+48 |
|
|
| | * | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Thiago Macieira | 2010-09-07 | 1 | -1/+2 |
| | |\ \
| | | |/
| | |/| |
|
| | | * | Ensure that we load system libraries from the correct location. | Jan-Arve Sæther | 2010-09-03 | 1 | -1/+2 |
|
|
| * | | | Designer/uic: Start on support for QIcon::fromTheme(). | Friedemann Kleint | 2010-09-08 | 4 | -21/+89 |
|
|
| * | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master... | Qt Continuous Integration System | 2010-08-26 | 2 | -2/+6 |
| |\ \ \ |
|
| | * | | | Compile bootstrapped tools with QT_NO_DEPRECATED | Harald Fernengel | 2010-08-25 | 2 | -2/+6 |
|
|
| * | | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2010-08-25 | 3 | -48/+59 |
| |\ \ \ \
| | |/ / /
| |/| / /
| | |/ / |
|
| | * | | moc: Error if the NOTIFY signal is invalid. | Olivier Goffart | 2010-08-19 | 3 | -48/+59 |
|
|
* | | | | Implement QFileSystemIterator for windows. | Prasanth Ullattil | 2010-09-15 | 1 | -1/+0 |
|
|
* | | | | Refactored QFSFileEngineIterator/Unix | João Abecasis | 2010-09-10 | 1 | -2/+1 |
|
|
* | | | | QFileSystemEngine/Mac: keep it empty until needed | João Abecasis | 2010-09-03 | 1 | -0/+1 |
|
|
* | | | | Adding minimal QFileSystemIterator API | João Abecasis | 2010-08-31 | 1 | -0/+2 |
|
|