aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/util
Commit message (Expand)AuthorAgeFilesLines
...
* Improve memory usage of Connections and signal handlers.Michael Brasser2012-05-181-2/+2
* Remove unnecessary exportsMatthew Vogt2012-05-1811-16/+16
* QtQuick: Fix string related warnings, single character strings.Friedemann Kleint2012-05-143-24/+24
* Permit signals to be emitted in a different threadAaron Kennedy2012-05-111-1/+1
* Allow image providers to force their loading to be asynchronousTor Arne Vestbø2012-05-113-7/+25
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-101-1/+1
* Fix potential crash and leak in Binding.Michael Brasser2012-05-091-1/+1
* ScriptAction without scriptName shouldn't match a StateChangeScriptMichael Brasser2012-05-091-9/+11
* Emit runningChanged() signal after running count updatedCharles Yin2012-05-091-3/+3
* Doc: Moving Qt Quick docs for new doc structureGeir Vattekar2012-05-0911-37/+37
* Initial bundle supportAaron Kennedy2012-05-042-4/+5
* Change uses of {to,from}Ascii to {to,from}Latin1Thiago Macieira2012-05-041-2/+2
* More robust tracking of signal handler expression ownership.Michael Brasser2012-05-012-40/+10
* Ensure external value types are initialized before writeMatthew Vogt2012-04-301-0/+27
* api: remove references to inputPanel.Girish Ramakrishnan2012-04-263-14/+0
* Doc: Changed the title for QtQuick articlesJerome Pasion2012-04-232-11/+11
* Reduce memory usage of QQuickPath for simple paths.Andrew den Exter2012-04-231-11/+24
* Support and use parameters in QQmlNotifierEndpoint.Michael Brasser2012-04-231-1/+11
* Fix warnings about non-virtual destructorsTobias Hunger2012-04-201-1/+1
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-04-1711-54/+2012
|\
| * Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-112-44/+85
| |\
| * \ Merge master into api_changesKent Hansen2012-03-272-1/+6
| |\ \
| * \ \ Merge master into api_changesKent Hansen2012-03-232-0/+4
| |\ \ \
| * | | | Provide imageType() from QQmlImageProviderBaseMatthew Vogt2012-03-212-20/+0
| * | | | Migrate gui dependencies from QtQml to QtQuick.Matthew Vogt2012-03-207-33/+1537
| * | | | Merge master into api_changesKent Hansen2012-03-1911-204/+203
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' of git://gitorious.org/qt/qtdeclarative into merge-masterMatthew Vogt2012-03-132-0/+9
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-03-074-73/+65
| |\ \ \ \ \ \
| * | | | | | | Remove uses of QtGui symbols in QQmlEngine.Matthew Vogt2012-03-075-21/+473
* | | | | | | | Fine-tune animation's pause()/resume() behaviorsCharles Yin2012-04-171-6/+17
* | | | | | | | Add a new running property to QQuickTransitionCharles Yin2012-04-162-35/+80
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Use scope, not owner to look up enums in QQmlBoundSignal.Michael Brasser2012-04-031-1/+0
* | | | | | | Use minimal javascript expression for bound signalsChris Adams2012-03-292-43/+85
| |_|_|_|_|/ |/| | | | |
* | | | | | Remove QObject parenting from QQmlAbstractBoundSignal.Michael Brasser2012-03-261-0/+1
| |_|_|_|/ |/| | | |
* | | | | Fix crash issue for path animation and path interpulatorCharles Yin2012-03-232-0/+4
| |_|_|/ |/| | |
* | | | Remove binding dependency on QQmlExpressionAaron Kennedy2012-03-151-6/+5
* | | | Remove use of redundante nullPixmap image referenceGunnar Sletta2012-03-141-3/+1
* | | | More refactoring on animation controllerCharles Yin2012-03-131-0/+2
* | | | Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-137-192/+192
| |_|/ |/| |
* | | Declare change set and compositor structs as movable primative types.Andrew den Exter2012-03-132-0/+9
| |/ |/|
* | Do not store an explicit QImage in the declarative pixmap cache.Gunnar Sletta2012-03-052-73/+47
|/
* Merge master <-> api_changesMatthew Vogt2012-03-054-20/+41
|\
| * Fix crash in QDeclarativePixmapStore global static dtorChris Adams2012-02-281-4/+6
| * Fix font size calculation in headings in StyledText.Yann Bodson2012-02-232-15/+34
* | Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-2460-3107/+3108
|/
* Flicking a pathview with large delegate spacing is inconsistentMartin Jones2012-02-211-6/+25
* fix typo error in documentationCharles Yin2012-02-211-1/+1
* Renames QAnimation2ChangeListener to QAnimationJobChangeListenerCharles Yin2012-02-213-3/+3
* Reduce memory by not calling QUrl::toString() multiple timesAaron Kennedy2012-02-201-1/+1
* Use an enum rather than a string to represent state event types.Michael Brasser2012-02-207-17/+13