aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/util
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into animation-refactorwip/animation-refactorMichael Brasser2012-01-252-3/+2
|\
| * Update obsolete contact address.Jason McDonald2012-01-232-2/+2
| * Remove the use of QT_MODULE()Gunnar Sletta2012-01-201-1/+0
* | Merge branch 'master' into animation-refactorMichael Brasser2012-01-162-2/+2
|\|
| * Update copyright year in license headers.Jason McDonald2012-01-052-2/+2
* | Fix build errors after moving qtquick2 to seperate pluginCharles Yin2011-12-062-290/+0
* | Merge branch 'master' into animation-refactorCharles Yin2011-12-0557-20269/+2
|\|
| * Say hello to QtQuick moduleKent Hansen2011-12-0257-19966/+2
| * Remove QSGContext and QSGTexture from QDeclarativePixmapDataGunnar Sletta2011-12-022-208/+96
| * Don't use idle priority for background threads.Martin Jones2011-12-021-1/+1
* | Merge branch 'master' into wip5Charles Yin2011-12-0227-5320/+174
|\|
| * Move QDeclarativePropertyValueInterceptor into a private headerAaron Kennedy2011-12-011-1/+1
| * Release pixmap cache data to avoid leaking memoryChris Adams2011-12-012-30/+84
| * Move XmlListModel to seperate pluginCharles Yin2011-12-014-1397/+1
| * Properly protect access to pixmap reader thread with mutexChris Adams2011-11-291-12/+41
| * Rewrite Connections signal handlers at compile time.Michael Brasser2011-11-281-5/+13
| * Fix searchs for insert positions in QDeclarativeListCompositor.Andrew den Exter2011-11-251-3/+3
| * Fix style issuesKent Hansen2011-11-241-1/+1
| * Move QDeclarativeListModel and friends from util/ to qml/Kent Hansen2011-11-2414-3659/+2
| * Move QDeclarativeApplication from util/ to qml/Kent Hansen2011-11-244-210/+0
| * Use the AST for binding rewriting when possible.Michael Brasser2011-11-231-2/+1
| * Increase the limit of the QDeclarativePixmapCache to something sensibleGunnar Sletta2011-11-231-6/+1
| * Silence compiler warnings about unused variables (MSVC)Kai Koehne2011-11-211-0/+2
| * Fix Qt Declarative namespace compilation.Toby Tomkins2011-11-212-2/+6
| * Add optional count parameter to ListModel.removeGlenn Watson2011-11-165-17/+27
| * Remove events from the revert list.Michael Brasser2011-11-162-3/+19
* | Optimization.Michael Brasser2011-11-161-1/+4
* | Fix failed animation testCharles Yin2011-11-141-1/+0
* | Merge branch 'master' into animation-refactorCharles Yin2011-11-1412-1338/+1666
|\|
| * Support JS objects in ListModel via QVariantMapGlenn Watson2011-11-112-27/+132
| * QStringLiteral does not build on arm gcc 4.5.2 in this conditionJohannes Zellner2011-11-101-1/+1
| * Improvements to listmodel implementation and tests.Glenn Watson2011-11-094-71/+80
| * Behavior on a value type should not cancel previous assignment.Michael Brasser2011-11-091-4/+2
| * Fix crash on exit when overriding signal handlers in states.Michael Brasser2011-11-091-2/+3
| * Documentation fixesDamian Jansen2011-11-072-3/+3
| * Fix invalid remove cache indexes caused by consecutive ranges.Andrew den Exter2011-11-041-8/+36
| * Fix incorrect cache indexes when consecutive list items are removed.Andrew den Exter2011-11-022-39/+6
| * QDeclarativeStyledText::parse on empty tag causes assert in QStringYann Bodson2011-11-011-0/+4
| * Pass the right line information to signal handlers in Connection elementKai Koehne2011-10-311-1/+6
| * Optimize listmodel and allow nested elements from worker script.Glenn Watson2011-10-265-1274/+1485
* | Fix multiple animation instances issuesCharles Yin2011-11-116-198/+317
* | Implement AnimationController itemCharles Yin2011-11-086-5/+320
* | Fix memory leaks in the new animation frameworkCharles Yin2011-10-264-15/+28
* | Better behavior for fromSourcedMichael Brasser2011-10-252-9/+5
* | Bug fix.Michael Brasser2011-10-251-1/+1
* | Merge branch 'master' into animation-refactorMichael Brasser2011-10-251-1/+1
|\|
| * Rename Qt Quick-specific classes to QQuick*Kent Hansen2011-10-211-1/+1
* | Always check the animation instance before calling its methodsCharles Yin2011-10-211-7/+8
* | Merge branch 'master' into animation-refactorCharles Yin2011-10-2155-239/+1801
|\|
| * Tidy up some more declarative includesKent Hansen2011-10-1714-19/+7