summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'kinetic-declarativeui' of ↵Martin Smith2009-05-1126-1106/+1390
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Erik Verbruggen2009-05-115-873/+853
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Fixed the conflicts introduced by UiArrayLiteralRoberto Raggi2009-05-115-873/+853
| | |
| * | Added positioning information to the dom as position+length.Erik Verbruggen2009-05-114-0/+91
| |/ | | | | | | Reviewed-by: Roberto Raggi
| * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-05-111-5/+16
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * localfile optimization for Script elementsWarwick Allison2009-05-111-5/+16
| | |
| * | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-05-1110-158/+301
| |\ \ | | |/ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: tests/auto/declarative/qmlbindengine/tst_qmlbindengine.cpp
| | * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-05-1127-364/+749
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * Add support for removing anchors.Michael Brasser2009-05-113-141/+237
| | | | | | | | | | | | | | | | | | | | This makes it possible to remove an anchor that was previously set. Trying to set a new anchor after one was removed isn't working yet.
| | * | Fix double-click AND flicking.Warwick Allison2009-05-112-1/+4
| | | | | | | | | | | | | | | | Re-do of dae02071a9e985b3ea847f08af6849ff2daad3c3
| | * | Fix MouseRegion.enabledWarwick Allison2009-05-111-11/+22
| | | | | | | | | | | | | | | | | | | | All Qt events are accepted by default. Must be specifically ignored. Normally, this is done by calling base class in the "ignore" case.
| | * | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-05-117-61/+54
| | |\ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * \ \ Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-05-1015-53/+545
| | |\ \ \ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * \ \ \ Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-05-08121-3401/+3375
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | | | Remove non-working scale-to-width code.Warwick Allison2009-05-081-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This does not belong here. Zooming can be done by parent. Also, it doesn't work. (was previously also removed from QFxWebView)
| | * | | | | highlight color propertyWarwick Allison2009-05-083-0/+35
| | | | | | |
| * | | | | | Reevaluate expressions when context properties changeAaron Kennedy2009-05-116-70/+129
| | |_|_|_|/ | |/| | | |
* | | | | | qdoc: Fixed some qdoc errors.Martin Smith2009-05-113-13/+20
|/ / / / /
* | | | | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-05-1112-236/+321
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * \ \ \ \ Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-05-1111-73/+160
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * \ \ \ \ Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-05-112-0/+2
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * \ \ \ \ Merge branch 'kinetic-declarativeui' of ↵Yann Bodson2009-05-111-0/+1
| | | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * | | | | | CompileYann Bodson2009-05-111-0/+1
| | | | | | | | |
| | * | | | | | | d-pointerize QmlOpenMetaObjectMartin Jones2009-05-114-61/+78
| | | | | | | | |
| | * | | | | | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-05-1117-39/+239
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | | | | | Lower case role names are needed.Martin Jones2009-05-111-6/+7
| | | | | | | | |
| * | | | | | | | Remove debug.Michael Brasser2009-05-111-2/+0
| | | | | | | | |
| * | | | | | | | Apply a states binding changes even if there is no transition.Michael Brasser2009-05-112-6/+12
| | | | | | | | |
| * | | | | | | | Detect binding loops.Michael Brasser2009-05-112-88/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't crash when a looping binding has been established. Instead, print a warning and stop looping.
| * | | | | | | | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-05-1114-56/+166
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | | | | | | Add simple loop detection to anchoring system.Michael Brasser2009-05-112-73/+125
| | | | | | | | | |
* | | | | | | | | | Fix crashAaron Kennedy2009-05-111-0/+3
| |_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Component {} would crash the compiler.
* | | | | | | | | Update repaint region when removing itemsAaron Kennedy2009-05-111-0/+1
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | Clean up QmlContext's and QmlExpression's when a context gets deletedAaron Kennedy2009-05-114-3/+49
| | | | | | | |
* | | | | | | | When a QmlContext is destroyed, associated objects must be disassociatedAaron Kennedy2009-05-115-4/+25
| |/ / / / / / |/| | | | | |
* | | | | | | Handle QmlParserStatus's and QmlBindableValeus being deleted during ↵Aaron Kennedy2009-05-1111-31/+164
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | component creation
* | | | | | CompileAaron Kennedy2009-05-111-2/+2
| |/ / / / |/| | | |
* | | | | Get QListModelInterface back in line with itemviews_ng.Martin Jones2009-05-102-23/+0
|/ / / /
* | | | Change QList_int typedef back to QList<int> - broke signal connection.Martin Jones2009-05-102-22/+9
| | | |
* | | | Make sure we correctly remove the PathView attached property object.Martin Jones2009-05-102-1/+7
| | | | | | | | | | | | | | | | If we don't, we get some nasty random crashes.
* | | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-05-1015-53/+545
|\ \ \ \ | | |_|/ | |/| | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | Merge branch 'kinetic-declarativeui' of ↵Roberto Raggi2009-05-082-1/+2
| |\ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | qdoc: Fixed default parameter.Martin Smith2009-05-081-1/+1
| | | | |
| | * | | Merge branch 'kinetic-declarativeui' of ↵Martin Smith2009-05-086-14/+54
| | |\ \ \ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | | qdoc: Fixed missing end of comment.Martin Smith2009-05-081-0/+1
| | | | | |
| * | | | | Fixed possible crash when processing Ui object definitions.Roberto Raggi2009-05-081-3/+6
| | |/ / / | |/| | |
| * | | | Expose import statements in QmlDomDocumentKai Koehne2009-05-086-14/+54
| |/ / / | | | | | | | | | | | | | | | | Reviewed-by: erikv Reviewed-by: Roberto Raggi
| * | | qdoc: Added qlistmodelinterface.cpp to correct some qdoc warnings.Martin Smith2009-05-083-33/+134
| | | |
| * | | Add canvas image captureAaron Kennedy2009-05-082-9/+90
| | | |
| * | | Add canvas debugger moduleAaron Kennedy2009-05-086-3/+269
| | |/ | |/|