summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | Sorted the tests list in declarative.proLeonardo Sobral Cunha2010-05-121-65/+65
| | | | * | | Bail out early if the same target value is reassigned to a Behavior.Michael Brasser2010-05-128-2/+1187
| | | | * | | Correctly position any input method popups for TextInput.Michael Brasser2010-05-121-0/+2
| | | | * | | Correctly resize TextInput in the presence of preedit text.Michael Brasser2010-05-121-3/+1
| | | | * | | Apply signal handler changes immediately.Michael Brasser2010-05-121-8/+3
| | | | * | | Remove unused imageBea Lam2010-05-121-0/+0
| | | | * | | Qt.widgets was removed, point to graphics layouts exampleBea Lam2010-05-127-261/+5
| | | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-1210-47/+106
| | | | |\ \ \
| | | | | * | | Don't use Q_UNUSED if you use parameters.Alexis Menard2010-05-111-2/+0
| | | | | * | | Doc improvementsBea Lam2010-05-115-26/+55
| | | | | * | | Improve XmlListModel::namespaceDeclarations() docsBea Lam2010-05-111-2/+14
| | | | | * | | QDeclarativeViewPrivate should subclass QGraphicsViewPrivateBea Lam2010-05-112-15/+33
| | | | | * | | Clean upBea Lam2010-05-112-2/+4
| | | | * | | | Ensure PathView "attribute" attached properties are created correctlyMartin Jones2010-05-115-12/+147
| | | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-118-12/+102
| | | | |\ \ \ \ | | | | | |/ / /
| | | | | * | | Ensure QPixmapCache does not flush pixmaps that are still in use.Warwick Allison2010-05-114-12/+77
| | | | | * | | Temporary work-around for QTBUG-9849.Warwick Allison2010-05-113-0/+19
| | | | | * | | Expand if available space changes.Warwick Allison2010-05-111-0/+6
| | | | * | | | Document Component::createObject() parent argument.Martin Jones2010-05-112-3/+3
| | | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-1142-503/+307
| | | | |\ \ \ \ | | | | | |/ / /
| | | | | * | | Cleanup and simplify the webbrowser demo.Yann Bodson2010-05-1136-487/+225
| | | | * | | | Don't store the role-property map for each individual item.Martin Jones2010-05-115-29/+47
| | | | * | | | Clarify ListModel population via JS.Martin Jones2010-05-111-0/+22
| | | * | | | | Emit numFlagsChangedAlan Alpert2010-05-111-0/+2
| | | | |/ / / | | | |/| | |
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-05-1275-176/+482
| | |\ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | | * | | | Provide a way to specify the final sis name with createpackage/make sisMiikka Heikkinen2010-05-122-8/+26
| | | * | | | Update DEF files for Qt 4.7Shane Kearns2010-05-116-41/+129
| | | * | | | Symbian/trk: Fix debugging output for the N8.Shane Kearns2010-05-113-7/+41
| | | * | | | Add license headerThomas Zander2010-05-111-0/+40
| | | * | | | Fix slider stepping when used with keypad navigationMiikka Heikkinen2010-05-111-2/+6
| | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7Janne Koskinen2010-05-11372-3583/+7106
| | | |\ \ \ \
| | | | * \ \ \ 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
| | | | |\ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | fix webkit crash when accessing network on SymbianJanne Koskinen2010-05-111-1/+1
| | | |/ / / /
| | | * | | | 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