summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-11-133-151/+18
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-11-1346-1557/+3651
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Remove unused methods of QmlListAccessor.Martin Jones2009-11-133-151/+18
| | |
* | | fix -quietWarwick Allison2009-11-131-0/+9
| |/ |/|
* | Quietness option.Warwick Allison2009-11-131-7/+9
| |
* | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-11-1314-1326/+818
|\ \ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | update visual testYann Bodson2009-11-1311-1326/+735
| | |
| * | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Yann Bodson2009-11-1319-131/+444
| |\ \ | | | | | | | | | | | | into kinetic-declarativeui
| * | | More GridView autotestsYann Bodson2009-11-133-0/+83
| | |/ | |/|
* | | WebView tests and testability.Warwick Allison2009-11-1313-93/+2380
| |/ |/|
* | Missing filesAaron Kennedy2009-11-132-0/+11
| |
* | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-11-1366-134/+10232
|\ \ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: doc/src/declarative/globalobject.qdoc
| * \ Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-11-1310-93/+132
| |\ \ | | |/ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-11-1345-130/+6195
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Michael Brasser2009-11-13223-21273/+36387
| | | |\ | | | | | | | | | | | | | | | into kinetic-declarativeui
| | | * | Cleanup.Michael Brasser2009-11-136-76/+19
| | | | |
| | | * | Enforce unique role names for XmlListModel.Michael Brasser2009-11-133-17/+32
| | | | |
| | * | | Add missing test file.Martin Jones2009-11-131-0/+81
| | | | |
| * | | | Make 'public' (testable)Warwick Allison2009-11-131-1/+1
| | | | |
| * | | | test elementAreaAtWarwick Allison2009-11-131-0/+16
| | |_|/ | |/| |
| * | | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-11-1343-2/+9975
| |\ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * \ \ Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Yann Bodson2009-11-13160-21216/+25695
| | |\ \ \ | | | |/ / | | | | | | | | | | into kinetic-declarativeui
| | | * | All items in list should have z: 1Martin Jones2009-11-131-1/+1
| | | | |
| | | * | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-11-13143-21215/+21759
| | | |\ \ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | | * \ Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Martin Jones2009-11-13143-21214/+21758
| | | | |\ \ | | | | | | | | | | | | | | | | | | | | | into kinetic-declarativeui
| | | | * | | Compile.Martin Jones2009-11-131-1/+1
| | | | | | |
| | | * | | | Test package and view handling of unrequested items.Martin Jones2009-11-1316-0/+3935
| | | |/ / /
| | * | | | GridView visual testYann Bodson2009-11-1325-0/+6038
| | |/ / /
| * | | | docWarwick Allison2009-11-1310-36/+105
| | | | |
| * | | | typoWarwick Allison2009-11-131-1/+1
| | |/ / | |/| |
* | | | Better gcov compile flagsAaron Kennedy2009-11-131-1/+1
| | | |
* | | | XMLHttpRequest testsAaron Kennedy2009-11-138-120/+303
| | | |
* | | | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-11-13144-21216/+21760
|\ \ \ \ | |/ / / | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-11-1366-97/+6959
| |\ \ \ | | |/ / | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Export symbols for private QmlValueType, QmlValueTypeFactory classesKai Koehne2009-11-121-2/+2
| | | | | | | | | | | | | | | | Used in Bauhaus.
| * | | Use local includes, not those in Qt. It matters when Declarative is a moduleWarwick Allison2009-11-132-1/+3
| | | | | | | | | | | | | | | | installed after Qt.
| * | | Do not use "QtDeclarative/XXX" style includes in declarative module code,Warwick Allison2009-11-1296-145/+145
| | | | | | | | | | | | | | | | as it breaks reinstalling the module against existing Qt.
| * | | Merge branch '4.6' of git://scm.dev.nokia.troll.no/qt/qt into ↵Warwick Allison2009-11-1246-21068/+21610
| |\ \ \ | | | | | | | | | | | | | | | kinetic-declarativeui
| | * | | Doc: fix typoVolker Hilsheimer2009-11-111-1/+1
| | | | | | | | | | | | | | | | | | | | Fixes: QTBUG-5167
| | * | | Doc: Link to the public bug tracker.Volker Hilsheimer2009-11-112-11/+24
| | | | |
| | * | | Changes file updatedaavit2009-11-111-0/+2
| | | | |
| | * | | doc: Fixed some qdoc errors, numXxx() to xxxCount(), etc.Martin Smith2009-11-112-3/+10
| | | | |
| | * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Benjamin Poulain2009-11-1143-20848/+21472
| | |\ \ \
| | | * | | Fixing warnings in QScopedPointer test caseJoão Abecasis2009-11-111-1/+2
| | | | | |
| | | * | | qdoc3: Allow the full signature for QML signals and methodsMartin Smith2009-11-114-25/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...in the \qmlmethod and \qmlsignal commands, and the corresponding "attached" ones. Previously, the type was not allowed, but it really should be there, which means the \qmlmethod and \qmlsignal commands should be updated throughout.
| | | * | | qdoc3: Output the full signature for QML signals and methodsMartin Smith2009-11-112-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | In the Method Documentation and Signal Documentation sections.
| | | * | | qdoc3: Fixed a linking problem for qml methods.Martin Smith2009-11-117-88/+152
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note the Invalid Syntax errors for some uses of \qmlmethod and \qmlsignal. A syntactically correct signature is now required as the argument.
| | | * | | Def files frozen for 4.6.0 RCShane Kearns2009-11-1120-361/+21660
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed-By: Espen Riskedal Task-Number: QTBUG-4748
| | | * | | Switch on DEF filesShane Kearns2009-11-111-10/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DEF files containing the frozen DLL exports are in use for Symbian OS builds, except developer builds (configured with -developer-build) The reason for this exception is that developer builds export additional private interfaces to allow autotests to inject or monitor the internal data of a class. These autotest exports are not part of the API or the binary interface, so they are excluded from DEF files. Task-number: QTBUG-4436 Reviewed-by: Jason Barron
| | | * | | Rewind def files to betaShane Kearns2009-11-1119-20979/+155
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed-By: Espen Riskedal Task-Number: QTBUG-4748