summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1376-76/+76
* Remove the timestamp info in genarated filesLiang Qi2012-12-153-10/+3
* Fix moc from choking on boost headers.Kevin Kofler2012-11-251-0/+4
* Fix g++/MinGW compiler warnings.Friedemann Kleint2012-09-291-12/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2976-1829/+1829
* Remove qurl.cpp from qmake and bootstrap, it's not needed.David Faure2012-08-221-1/+0
* Update contact information in license headers.Sergio Ahumada2012-08-0176-152/+152
* Fix symbol visibility warnings when building uic3Andy Shaw2012-04-161-0/+1
* Update year in Nokia copyright messages.Jason McDonald2012-01-1176-76/+76
* Remove idc from mingw build.Markku Heikkila2011-10-241-1/+1
* Add a cast to moc cpp generator to remove armcc warningsPasi Pentikainen2011-09-061-1/+1
* Replace 'i < len-1 && func(i+1)' by 'i+1 < len && func(i+1)'suzuki toshiya2011-08-181-2/+2
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2011-05-273-2/+8
|\
| * uic: Use QString::fromUtf8 for QUrl properties.Friedemann Kleint2011-05-251-1/+1
| * uic: #include <QLayout> for QToolBox on non-laid-out forms.Friedemann Kleint2011-05-232-1/+7
* | Merge remote-tracking branch 'qt/4.8'Jyri Tahtela2011-05-181-0/+1
|\ \
| * \ Merge branch 4.7 into qt-4.8-from-4.7Qt Continuous Integration System2011-05-071-0/+1
| |\ \ | | |/ | |/|
| | * fix random miscompilation with msvcOswald Buddenhagen2011-05-061-0/+1
* | | Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-1376-1297/+1297
|/ /
* | moc: qobject_cast cannot be used if the class privately iherit from QObjectOlivier Goffart2011-04-041-1/+3
* | Compile with QStringBuilder and QByteArrayOlivier Goffart2011-04-012-3/+3
* | moc: be able to compile if there are private classesOlivier Goffart2011-03-311-4/+4
* | Speedup activation of signalsOlivier Goffart2011-03-315-67/+103
* | Merge remote branch 'earth-team/master-i18n' into 4.8-earthDenis Dzyubenko2011-03-241-0/+6
|\ \
| * \ Merge remote branch 'earth-team/master' into master-i18nDenis Dzyubenko2011-03-178-15/+145
| |\ \
| * | | Split monolithic qlocale.cpp into platform-specific filesDenis Dzyubenko2011-02-241-0/+6
* | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-earth-staging into mast...Qt Continuous Integration System2011-03-041-1/+4
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt into earth-masteraxis2011-02-248-14/+141
| |\ \ \
| * | | | Fix Q_INVOKABLE declared after Q_PROPERTYOlivier Goffart2011-02-241-1/+4
| | |/ / | |/| |
* | | | Add a "-nn" option to mocRolland Dudemaine2011-02-223-4/+16
| |/ / |/| |
* | | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-048-14/+141
|\ \ \ | |/ / |/| / | |/
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-1976-76/+76
| |\
| * | Allow a revision to be associated with properties and methods.Martin Jones2011-01-058-14/+141
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-1776-76/+76
|\ \ \ | | |/ | |/|
| * | Update copyright year to 2011.Jason McDonald2011-01-1176-76/+76
| |/
* | Merge remote branch 'qt/master' into file-engine-refactorJoão Abecasis2010-11-233-0/+23
|\ \
| * | Designer: Support alignment in box and grid layouts.Friedemann Kleint2010-10-223-0/+23
* | | Use QSystemError to return errors from QFileSystemEngineShane Kearns2010-10-121-1/+2
* | | Merge commit 'origin/master' into fileEnginesOn47Thomas Zander2010-09-2814-92/+207
|\| |
| * | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-09-107-22/+54
| |\|
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-09-086-21/+52
| | |\
| | | * uic: Fix compile breakage in case QT_NO_QT3_SUPPORT.Friedemann Kleint2010-09-081-1/+1
| | | * uic: Improve messages.Friedemann Kleint2010-09-071-6/+8
| | | * Tools (uic/rcc): Improve warning messages.Friedemann Kleint2010-09-076-19/+48
| | * | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-09-071-1/+2
| | |\ \ | | | |/ | | |/|
| | | * Ensure that we load system libraries from the correct location.Jan-Arve Sæther2010-09-031-1/+2
| * | | Designer/uic: Start on support for QIcon::fromTheme().Friedemann Kleint2010-09-084-21/+89
| * | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-08-262-2/+6
| |\ \ \
| | * | | Compile bootstrapped tools with QT_NO_DEPRECATEDHarald Fernengel2010-08-252-2/+6
| * | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-253-48/+59
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /