summaryrefslogtreecommitdiffstats
path: root/dist/changes-4.7.1
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup changelog for 4.7.1.Jason McDonald2010-10-151-155/+173
|
* My changes for 4.7.1Miikka Heikkinen2010-10-041-1/+43
| | | | Reviewed-by: TrustMe
* Update change log.Andrew den Exter2010-10-011-1/+5
|
* Some 4.7.1 changes.Bjørn Erik Nilsen2010-09-301-0/+10
|
* Update changesJens Bache-Wiig2010-09-301-0/+2
|
* Add declarative changelog entries for 4.7.1Joona Petrell2010-09-301-0/+92
| | | | | Task-number: Reviewed-by: Yann Bodson
* connman backendLorn Potter2010-09-301-0/+1
|
* My changelog entries for 4.7.1Markus Goetz2010-09-291-0/+4
|
* updated changes-4.7.1Joerg Bornemann2010-09-291-0/+12
|
* Update changelogOlivier Goffart2010-09-291-0/+24
|
* my contributions to dist/changes-4.7.1Bradley T. Hughes2010-09-291-1/+7
|
* My 4.7.1 changes.Trond Kjernåsen2010-09-291-2/+11
|
* added my and Jan-Arve's change to changelog for 4.7.1Thierry Bastian2010-09-291-0/+11
|
* Changes done for 4.7.1Prasanth Ullattil2010-09-291-0/+4
|
* Updated changes-4.7.1Samuel Rødal2010-09-291-1/+4
|
* My changes.Aaron McCarthy2010-09-291-0/+2
|
* Added note to changes-4.7.1Zeno Albisser2010-09-281-0/+9
| | | | Reviewed-by: Frederik Gladhorn
* Added my changes to the changelog.axis2010-09-271-0/+12
|
* dist/changes: QML Debugging changesLasse Holmstedt2010-09-241-1/+5
|
* Updated changes-4.7.1.Kim Motoyoshi Kalland2010-09-241-1/+3
|
* Changelog: 4.7.1 (uic/Designer).Friedemann Kleint2010-09-231-0/+1
|
* Update the changelog with the SSE work done for Qt 4.7.1Benjamin Poulain2010-09-231-2/+7
|
* my changes for 4.7.1Peter Hartmann2010-09-231-0/+10
|
* My Qt 4.7.1 changesEskil Abrahamsen Blomfeldt2010-09-231-0/+9
|
* Use QElapsedTimer for the benchlib tests.Thiago Macieira2010-08-241-0/+118
It's faster to calculate the time with it, since it doesn't need to convert to local time first. Reviewed-By: Harald Fernengel