summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-05-1162-117/+239
|\
| * Remove test cases which cause stack overflowShane Kearns2010-05-101-0/+5
| * Fix compile errorsShane Kearns2010-05-101-0/+8
| * Run autotests with minimal capabilitiesShane Kearns2010-05-1038-4/+45
| * Documentation updates for Qt/Symbian on Linux developmentThomas Zander2010-05-101-10/+8
| * Allow EPOCROOT env var to be without trailing slash.Thomas Zander2010-05-101-8/+8
| * Workaround for Symbian Open C bug in socket connect.Janne Anttila2010-05-101-0/+3
| * Merge commit 'origin/4.7' into symbian47Thomas Zander2010-05-1030-654/+933
| |\
| * | Fix fetchedRoot test variable to work also in SymbianMiikka Heikkinen2010-05-073-10/+24
| * | Add configure time checks for symbian environmentThomas Zander2010-05-073-3/+48
| * | Check for existance of sis file parameter to runonphoneShane Kearns2010-05-061-0/+4
| * | Fix thread synchronization issues in Symbian QFileSystemWatcherMiikka Heikkinen2010-05-062-45/+24
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-05-0611-37/+62
| |\ \
| | * | Disable compiling of the plugin when extra package not foundThomas Zander2010-05-042-4/+7
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-05-049-33/+55
| | |\ \
| | | * | Added missing UID3 for qsymbianbearer.dll.Espen Riskedal2010-05-031-0/+1
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-05-038-33/+54
| | | |\ \
| | | | * | Enabled previously disabled Qt features.axis2010-05-031-2/+2
| | | | * | Fix includes so it compilesThomas Zander2010-05-032-3/+2
| | | | * | Use lowercase includes so it compiles in Linux tooThomas Zander2010-05-031-7/+7
| | | | * | Fixed library dependency for Gnupoc.axis2010-05-031-1/+6
| | | | * | Removed the --export_all_vtbl from linking.axis2010-05-032-6/+6
| | | | * | Cleaned up the elf2e32 options a bit.axis2010-05-032-14/+31
* | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-05-11372-3583/+7106
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Correct Flipable back item based on parent, not scene transformAaron Kennedy2010-05-111-6/+9
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Michael Brasser2010-05-113-6/+5
| |\ \ \ \ \
| | * | | | | Round ideal width up to prevent incorrect word wrapping on Mac OS XAaron Kennedy2010-05-112-3/+5
| | * | | | | Remove unnecesary check for debug output.Martin Jones2010-05-101-3/+0
| * | | | | | Correct ownership of signal handlers in state changes.Michael Brasser2010-05-113-7/+68
| |/ / / / /
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-10107-1126/+1702
| |\ \ \ \ \
| | * | | | | Removed multimedia effects from tvtennis declarative exampleLeonardo Sobral Cunha2010-05-103-8/+0
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-05-108-21/+34
| | |\ \ \ \ \
| | | * | | | | Fixes doc of mouse area's onEnteredLeonardo Sobral Cunha2010-05-101-3/+3
| | | * | | | | Remove debug messages from mousearea autotest fileLeonardo Sobral Cunha2010-05-101-6/+6
| | | * | | | | Prevent handling of Up/Down on Mac OS X, for consistency with other platforms.Warwick Allison2010-05-102-2/+15
| | | * | | | | Optimize QGW constructor.Alexis Menard2010-05-103-9/+10
| | | * | | | | There is no Qt.widgetsWarwick Allison2010-05-101-1/+0
| | * | | | | | Add some test assertsAaron Kennedy2010-05-101-0/+3
| | |/ / / / /
| | * | | | | Avoid changing header dependencies.Warwick Allison2010-05-102-4/+6
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-05-08368-3549/+6999
| | |\ \ \ \ \ | |/ / / / / / |/| | | | | |
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-05-07368-3549/+6999
| | |\ \ \ \ \
| | | * \ \ \ \ Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-05-07103-557/+955
| | | |\ \ \ \ \
| | | | * \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-05-0738-375/+593
| | | | |\ \ \ \ \
| | | | | * | | | | DocAaron Kennedy2010-05-071-9/+24
| | | | | * | | | | Fix autotestsAaron Kennedy2010-05-076-153/+9
| | | | | * | | | | Fix autotests (remove import Qt.widgets)Aaron Kennedy2010-05-072-2/+0
| | | | | * | | | | Add missing qml file to qdeclarativemouseareaLeonardo Sobral Cunha2010-05-071-0/+28
| | | | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-05-0769-177/+585
| | | | | |\ \ \ \ \
| | | | | | * | | | | Update mouse area qmlvisual test to follow change QTBUG-10162Leonardo Sobral Cunha2010-05-071-2/+2
| | | | | | * | | | | Fix autotest bug in MouseAreaLeonardo Sobral Cunha2010-05-071-1/+1