aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/util
Commit message (Expand)AuthorAgeFilesLines
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-243-403/+0
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-302-2/+2
* Update obsolete contact address.Jason McDonald2012-01-232-2/+2
* Remove the use of QT_MODULE()Gunnar Sletta2012-01-201-1/+0
* Update copyright year in license headers.Jason McDonald2012-01-052-2/+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
* 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
* 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
* Rename Qt Quick-specific classes to QQuick*Kent Hansen2011-10-211-1/+1
* Tidy up some more declarative includesKent Hansen2011-10-1714-19/+7
* Clean up declarative includesKent Hansen2011-10-1746-169/+167
* Remove QMetaObjectBuilder from declarative.Friedemann Kleint2011-10-141-1/+1
* Allow view items to be preserved.Andrew den Exter2011-10-122-5/+9
* QInputPanel exposed as a property from QDeclarativeApplicationSami Kananoja2011-10-113-1/+10
* Fix layout issues with recently removed items.Andrew den Exter2011-10-111-12/+15
* Use QBasicAtomicInt load() and store() instead of implicit castingBradley T. Hughes2011-10-101-3/+3
* Remove redundant checks in qdeclarativestategroupKent Hansen2011-10-071-1/+1
* Add support for filtering VisualDataModels.Andrew den Exter2011-10-065-4/+1581
* Fix incorrect index when accumulating multiple removes.Andrew den Exter2011-10-041-5/+3
* Remove a few unneeded includesKent Hansen2011-09-301-7/+1
* Fix issue with interpolating more than one path segment backwards.Michael Brasser2011-09-301-1/+2
* Remove more QByteArray<->QString conversionsKent Hansen2011-09-295-14/+14
* Fix warning: QString(const char*) is deprecatedKent Hansen2011-09-291-1/+1
* Remove dead code in QDeclarativeSvgParserKent Hansen2011-09-291-19/+0