summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Symbian build fixesMartin Jones2009-10-163-1/+11
|
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Martin Jones2009-10-1619-123/+320
|\ | | | | | | into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-164-17/+108
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-10-163-17/+107
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * Improve FolderListModel a littleWarwick Allison2009-10-162-16/+106
| | | | | | | | | | | | | | | | | | | | File -> Url Support the useful filters
| | | * docWarwick Allison2009-10-161-1/+1
| | | |
| | * | Make sure we remove keepMouseGrab once the button is released.Martin Jones2009-10-161-0/+1
| | |/
| * | Add binding assignment warningsAaron Kennedy2009-10-1610-79/+156
| | |
| * | Correctly pass context to QmlObjectScriptClassAaron Kennedy2009-10-163-8/+19
| |/
| * Fix dynamic exampleAlan Alpert2009-10-151-0/+1
| | | | | | | | | | | | Had some accidental global vars Task-number: One of the QT-2270s
| * Simplified the bindings rewriter.Roberto Raggi2009-10-152-14/+15
| | | | | | | | | | The rewriter needs to know if an ExpressionStatement is part of a loop and an integer is definitely enough for that.
| * Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-10-1510-9/+51
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Add cursorDelegate test to QFxTextInput autotestsAlan Alpert2009-10-151-6/+8
| | | | | | | | | | | | | | | Also cleaned up the QFxTextEdit version, and fixed a bug the new test uncovered.
| * | Add cursorRect function to QFxTextInputAlan Alpert2009-10-152-0/+14
| | | | | | | | | | | | similar to the cursorRect in QFxTextEdit
* | | Fixes for Symbian.Martin Jones2009-10-1612-8/+52
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Martin Jones2009-10-1520-72/+435
|\ \ | | | | | | | | | into kinetic-declarativeui
| * | docWarwick Allison2009-10-151-2/+6
| | |
| * | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-153-3/+3
| |\ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * \ Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-10-155-51/+136
| | |\ \ | | | |/ | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmlinfo.cpp
| | * | Fix more compiler warnings.Martin Jones2009-10-154-4/+4
| | | |
| * | | Unicode namespace fix.Warwick Allison2009-10-151-1/+1
| | |/ | |/| | | | | | | (no bug reported)
| * | Don't rewrite expression statements in loops.Roberto Raggi2009-10-142-2/+92
| | |
| * | Make assigning to a QList and a QmlList consistentAaron Kennedy2009-10-141-1/+0
| | |
| * | ParentChange docsMichael Brasser2009-10-141-1/+10
| | |
| * | Minor fixes for qmlInfo.Michael Brasser2009-10-141-2/+2
| | |
| * | Preserve visual appearance in more cases for ParentChange.Michael Brasser2009-10-141-45/+32
| |/ | | | | | | Task-number: QT-747
| * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-147-14/+65
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Force QML files to be always UTF-8.Warwick Allison2009-10-142-0/+2
| | | | | | | | | | | | Ensure test works in all locales.
| * | Add list accessors for Item::children and Item::resourcesAaron Kennedy2009-10-141-10/+18
| | |
| * | Support read-only iteration of list propertiesAaron Kennedy2009-10-146-5/+245
| | | | | | | | | | | | Eventually this should be extended to support modifying list properties.
| * | Add QML_REWRITE_DUMP env flagAaron Kennedy2009-10-141-0/+16
| | |
| * | Add toArrayIndex methodAaron Kennedy2009-10-142-0/+8
| | |
* | | Some improvements to loaderMartin Jones2009-10-152-0/+12
| | |
* | | Use Q_GLOBAL_STATIC for global static.Martin Jones2009-10-151-2/+2
| | |
* | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Martin Jones2009-10-149-17/+155
|\ \ \ | | |/ | |/| | | | into kinetic-declarativeui
| * | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-145-3/+92
| |\ \ | | |/ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Add Component::onCompleted attached propertyAaron Kennedy2009-10-145-3/+92
| | |
| * | Workaround QUrl::toLocalFile not knowing about qrc:Warwick Allison2009-10-145-14/+63
| |/ | | | | | | QNetworkAccess does similar things.
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Martin Jones2009-10-1370-697/+1172
|\ \ | |/ | | | | | | | | | | into kinetic-declarativeui Conflicts: src/declarative/qml/qmlinfo.cpp
| * Stop crash (stop on error)Warwick Allison2009-10-131-0/+1
| |
| * Library importing requires a version. Fix and test.Warwick Allison2009-10-131-2/+10
| |
| * Don't pass a pointer to invalid memoryAaron Kennedy2009-10-131-2/+2
| |
| * i18nWarwick Allison2009-10-137-103/+106
| |
| * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-134-27/+272
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Make sure effects are still included.Michael Brasser2009-10-131-0/+2
| | |
| | * Readd basic Behavior documentation.Michael Brasser2009-10-121-4/+32
| | |
| | * Add basic QML docs for the effects.Michael Brasser2009-10-123-24/+239
| | |
| * | More i18nWarwick Allison2009-10-1318-200/+170
| | |
| * | Fix UTF8 vs. Latin1 conversionWarwick Allison2009-10-121-1/+1
| |/ | | | | | | I18n tests
| * Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-10-1230-114/+129
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui