summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug in positioners where changes were not being watchedAlan Alpert2009-12-161-5/+15
| | | | Task-number: QT-2638
* Remove half-implemented optimizationAlan Alpert2009-12-151-9/+4
| | | | Probably fixes QT-2638
* Expand text benchmark.Michael Brasser2009-12-151-2/+0
|
* Little smarter bufferCacheMartin Jones2009-12-151-8/+27
|
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-12-142-2/+0
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * 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.
* | Decode images loaded via network in a separate thread.Martin Jones2009-12-143-21/+24
|/
* Use QApplication::startDragDistance() for dragging threshold.Martin Jones2009-12-113-15/+9
|
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-12-114-8/+58
|\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/util/qmlopenmetaobject.cpp
| * 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-104-36/+66
| |\ | | | | | | | | | into kinetic-declarativeui
| * | Add anchors.marginsAlan Alpert2009-12-103-2/+33
| | | | | | | | | | | | Task-number: QTBUG-6676
| * | Update centerIn when center offsets changeAlan Alpert2009-12-101-6/+24
| | | | | | | | | | | | | | | | | | Also adds functionality to update fill when margins change. Task-number: QTBUG-6631
* | | Dynamic metaobject sharing and caching.Martin Jones2009-12-111-64/+92
| |/ |/|
* | Fix models using Package.Martin Jones2009-12-101-2/+2
| |
* | Fix doc Qt.MiddleButton -> Qt.MidButtonMartin Jones2009-12-091-1/+1
| | | | | | | | Task-number: QTBUG-6617
* | Document Flickable properties.Martin Jones2009-12-091-14/+35
| | | | | | | | Task-number: QTBUG-6650
* | Fix view positioning when moving first visible item.Martin Jones2009-12-091-3/+1
| |
* | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-12-094-359/+116
|\ \ | |/ | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Allow anchoring baseline to parentAlan Alpert2009-12-091-2/+6
| | | | | | | | Task-number: QT-2606
| * Update FlowPositioner to the new BasePositioner implementationAlan Alpert2009-12-091-39/+4
| |
| * Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-12-098-101/+389
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Let anchors.centerIn honor horizontalCenterOffset and verticalCenterOffset.Michael Brasser2009-12-091-4/+4
| | |
| * | Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-12-086-5/+45
| |\ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * \ \ Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-12-077-30/+26
| |\ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | Rewrite PositionersAlan Alpert2009-12-073-314/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cleans up code, reduces memory footprint and increases performance. Largely by removing large chunks of functionality that we don't actually use. Also now that we are clearer on what the new positioner transitions are (how the item moves it's position when it is positioned by a positioner) a remove transition makes no sense and is discarded, and the auto tests have been updated as add transitions are slightly different.
* | | | | Avoid creating a new dynamic metaobject for each delegate.Martin Jones2009-12-091-18/+29
| |_|_|/ |/| | |
* | | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-12-093-4/+4
|\ \ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | Allow tests that use private headers to compile.Warwick Allison2009-12-093-4/+4
| | | | | | | | | | | | | | | | | | | | (while not using private/*_p.h, since that makes module require private/ copies)
* | | | | Fix flicking to item boundary (snap).Martin Jones2009-12-091-6/+7
|/ / / /
* | | | Add a Flow positioner.Martin Jones2009-12-082-2/+201
| | | |
* | | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-12-081-3/+0
|\ \ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * \ \ \ Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-12-081-48/+131
| |\ \ \ \ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | | It *did* make it into 4.6.0.Warwick Allison2009-12-081-3/+0
| | |_|_|/ | |/| | | | | | | | | | | | | See commit fab1ce65da8bacfce92b1df7656780e729d31b74.
* | | | | Fix flick correction with variable height items.Martin Jones2009-12-081-36/+44
| |/ / / |/| | |
* | | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-12-086-5/+45
|\ \ \ \ | |/ / / | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-12-081-0/+2
| |\ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | Fix leak.Michael Brasser2009-12-081-0/+2
| | | | |
| * | | | It's private header, so it's only a 4.6.1 dependency.Warwick Allison2009-12-081-1/+1
| |/ / /
| * | | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-12-081-0/+2
| |\ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | Fix leaks.Michael Brasser2009-12-081-0/+2
| | | | |
| * | | | Compile with 4.6.xWarwick Allison2009-12-081-0/+3
| | | | |
| * | | | Use QApplication::startDragDistance() instead of pressDragLengthWarwick Allison2009-12-082-5/+36
| |/ / / | | | | | | | | | | | | Make pressTime settable (especially useful to turn it off).
| * | | Fix leaks.Michael Brasser2009-12-071-0/+2
| | |/ | |/|
* | | Stagger creation and release of items in GridView.Martin Jones2009-12-081-48/+131
|/ / | | | | | | Avoid creating a full row in one frame.
* | Minor cleanup/optimization.Michael Brasser2009-12-072-7/+5
| |
* | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-12-077-79/+128
|\ \ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | small cleanupThierry Bastian2009-12-044-8/+8
| |/ | | | | | | | | | | make use of QVariant::userType over Qvariant::type make use of char for 1-string character QCoreApplication::translate is static
| * Remove debugMartin Jones2009-12-041-2/+0
| |
| * Fix item insertion/deletion before first visible item.Martin Jones2009-12-041-45/+104
| | | | | | | | Also avoid destroying items in the same frame as adding items.