summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* CrashAaron Kennedy2009-12-161-3/+4
|
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Aaron Kennedy2009-12-163-2/+13
|\ | | | | | | into kinetic-declarativeui
| * Use the component name as the base class name for dynamic meta objectsMichael Brasser2009-12-162-0/+11
| | | | | | | | | | | | when appropriate. This allows for much improved debug presentation. e.g. what used to be shown as "QmlGraphicsRectangle_QML_3" can now be show as "MyComponent".
| * Include more info for state debugging.Michael Brasser2009-12-161-2/+2
| |
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Aaron Kennedy2009-12-1627-99/+423
|\ \ | |/ | | | | into kinetic-declarativeui
| * Make QListModelInterface API more sensible for our use case.Martin Jones2009-12-168-3/+59
| |
| * Document ListView section changed.Martin Jones2009-12-161-0/+8
| |
| * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-12-163-2/+61
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Optimize <Type>.<EnumValue> type enum assignments.Michael Brasser2009-12-162-0/+56
| | | | | | | | | | | | Treat it as a literal assignment rather than a binding.
| | * Improve property alias exceptions.Michael Brasser2009-12-152-2/+5
| | | | | | | | | | | | | | | Make sure the proper location is given, and provide more specific error messages.
| * | Faster sections.Martin Jones2009-12-167-37/+161
| |/
| * removeGeometryListener should only remove one instance of that listener.Martin Jones2009-12-151-1/+1
| |
| * Watch item geometry changes without using signal/slot connections.Martin Jones2009-12-1510-55/+133
| |
| * Remove half-implemented optimizationAlan Alpert2009-12-151-9/+4
| | | | | | | | Probably fixes QT-2638
| * Print exceptions generated in SQL callback functions.Michael Brasser2009-12-151-1/+5
| |
* | Binding optimizer extensionsAaron Kennedy2009-12-1611-172/+408
| |
* | Binding optimizer extensionsAaron Kennedy2009-12-151-4/+51
|/
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Aaron Kennedy2009-12-154-10/+189
|\ | | | | | | into kinetic-declarativeui
| * Expand text benchmark.Michael Brasser2009-12-153-9/+41
| |
| * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-12-152-0/+128
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Add basic text benchmark.Michael Brasser2009-12-152-0/+128
| | |
| * | Little smarter bufferCacheMartin Jones2009-12-151-8/+27
| |/
* | Binding optimizer extensionsAaron Kennedy2009-12-151-40/+173
|/
* spring follows do not like to operate on "var" sourcesmae2009-12-141-1/+1
|
* Remove left over debugging outputAaron Kennedy2009-12-141-1/+0
|
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Aaron Kennedy2009-12-1411-291/+411
|\ | | | | | | into kinetic-declarativeui
| * Fix image and pixmapcache tests.Martin Jones2009-12-143-15/+23
| |
| * Don't rely on Qt3SupportMartin Jones2009-12-141-3/+2
| |
| * Compile.Martin Jones2009-12-142-2/+3
| |
| * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-12-1422-125/+1902
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Fix leak.Michael Brasser2009-12-141-0/+2
| | |
| | * Benchmark cleanup.Michael Brasser2009-12-143-108/+43
| | |
| * | Decode images loaded via network in a separate thread.Martin Jones2009-12-145-169/+344
| | |
* | | Binding optimizer extensionsAaron Kennedy2009-12-145-26/+161
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Aaron Kennedy2009-12-141-8/+7
|\ \ | | | | | | | | | into kinetic-declarativeui
| * | Build on msvc2003?Michael Brasser2009-12-141-8/+7
| | |
* | | QTBUG-6781 testcaseAaron Kennedy2009-12-142-0/+32
|/ /
* | Introduce experimental binding optimizerAaron Kennedy2009-12-1413-7/+1818
| | | | | | | | Enable with QML_EXPERIMENTAL=1
* | Don't explicitly set z-value for the highlight.Michael Brasser2009-12-142-2/+0
|/ | | | This allows the highlight to be placed either above or below the items.
* Use QApplication::startDragDistance() for dragging threshold.Martin Jones2009-12-113-15/+9
|
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-12-11102-936/+2494
|\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/util/qmlopenmetaobject.cpp
| * Throw error when attempting to write to a non-existant property via script.Michael Brasser2009-12-116-5/+35
| |
| * Throw error when attempting to write to a read-only property via script.Michael Brasser2009-12-114-7/+16
| |
| * Generate error when attempting to write to a read-only object property.Michael Brasser2009-12-105-0/+22
| |
| * Expose cursorRect for TextInputAlan Alpert2009-12-101-0/+1
| | | | | | | | Needed to implement a LineEdit widget.
| * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Alan Alpert2009-12-1090-1004/+2488
| |\ | | | | | | | | | into kinetic-declarativeui
| | * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Michael Brasser2009-12-103-3/+5
| | |\ | | | | | | | | | | | | into kinetic-declarativeui
| | | * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-12-101-1/+3
| | | |\ | | | | | | | | | | | | | | | 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-12-101-1/+1
| | | | |\ | | | | | | | | | | | | | | | | | | into kinetic-declarativeui
| | | | * | Disable shared dynamic metaobjects for now.Martin Jones2009-12-101-1/+3
| | | | | |