summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | Modified qtdemo so error does not appear when there is no demo/example descri...Kevin Wright2010-08-021-2/+2
| |/ / / / / / / /
* | | | | | | | | Doc: updating index page, x platform and platform spec. Removing redundant st...Morten Engvoldsen2010-08-024-340/+61
|/ / / / / / / /
* | | | | | | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Morten Engvoldsen2010-08-0213-77/+142
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Martin Smith2010-08-021-2/+3
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Fixed potential infinite loop in QFileSystemWatcher on Mac.Denis Dzyubenko2010-08-021-2/+3
| * | | | | | | | | doc: Fixed many qdoc errors.Martin Smith2010-08-026-16/+80
| |/ / / / / / / /
| * | | | | | | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Martin Smith2010-08-022-14/+39
| |\ \ \ \ \ \ \ \
| * | | | | | | | | qdoc: Removed exclusion of declarative directories in qt-api-only.qdocconfMartin Smith2010-08-026-59/+59
* | | | | | | | | | Doc: adding changes to getting started and fixing redirection linksMorten Engvoldsen2010-08-028-30/+30
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Jerome Pasion2010-08-021-11/+37
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-0224-385/+341
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | | | / / / / / / / | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-08-021-11/+37
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| / / / / / | | |_|/ / / / / | |/| | | | | |
| | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-08-02146-665/+1856
| | |\ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | Reference count items in VisualItemModel.Martin Jones2010-08-021-11/+37
* | | | | | | | Fixed comment about all enums being accessible in QML. Fix for QTBUG-12527.Jerome Pasion2010-08-021-3/+2
| |_|/ / / / / |/| | | | | |
* | | | | | | Simplify network manager settings code.Aaron McCarthy2010-08-021-112/+46
* | | | | | | Use an enum to return the bearer type of a network configuration.Aaron McCarthy2010-08-0222-261/+271
* | | | | | | Rename QNetworkConfiguration::bearerName() function.Aaron McCarthy2010-08-024-22/+34
|/ / / / / /
* | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-07-3159-760/+1932
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-07-3059-760/+1932
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-07-3059-760/+1932
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | Add missing imageBea Lam2010-07-302-1/+1
| | | * | | Mention scope of id uniquenessBea Lam2010-07-302-1/+10
| | | * | | Update QML Documents exampleBea Lam2010-07-303-26/+98
| | | * | | add license headerHarald Fernengel2010-07-291-0/+41
| | | * | | doc: Add a note about QCoreApplication::applicationDirPathHarald Fernengel2010-07-291-0/+3
| | | * | | Add license headerHarald Fernengel2010-07-291-0/+41
| | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-07-2953-732/+1738
| | | |\ \ \ | | | | |_|/ | | | |/| |
| | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-07-29124-616/+14782
| | | | |\ \ | | | | | |/
| | | | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-07-298-12/+22
| | | | | |\
| | | | | | * Add missing \l doc commandsBea Lam2010-07-294-4/+4
| | | | | | * Document elements that are focus scopes.Yann Bodson2010-07-294-8/+18
| | | | | * | Add moving and flicking properties to PathViewMartin Jones2010-07-2911-480/+939
| | | | | |/
| | | | | * Remove use of shared NOTIFY signals in QGraphicsScaleMartin Jones2010-07-292-3/+9
| | | | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-07-2997-80/+13724
| | | | | |\
| | | | | * | Remove use of shared NOTIFY signalsMartin Jones2010-07-2910-44/+89
| | | | * | | Improve utility of QMLViewerAaron Kennedy2010-07-2924-193/+679
* | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-07-316-256/+322
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-07-306-256/+322
| |\ \ \ \ \ \ |/ / / / / / /
| * | | | | | Fixed a broken def file entry.axis2010-07-302-2/+2
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-07-294-254/+320
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Fixed key event handling on Symbian.axis2010-07-292-55/+118
| | * | | | | Cleaned up old comments.axis2010-07-291-12/+0
| | * | | | | Refactored the virtual mouse handling code into its own function.axis2010-07-292-171/+181
| | * | | | | Removed static on a member that didn't have to be.axis2010-07-292-5/+8
| | * | | | | Fixed a problem with dso dependencies.axis2010-07-291-19/+21
| | |/ / / /
* | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-webkit into 4.7-integrationQt Continuous Integration System2010-07-3023-65/+393
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-webkit into 4.7-integrationQt Continuous Integration System2010-07-3023-65/+393
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Updated WebKit to e6e692bb056670e2781dd0bc473a60757ae53992Simon Hausmann2010-07-2923-65/+393
* | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-07-3020-14/+18
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |