aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-04-1766-1733/+3222
|\
| * Add QJson support to QV8EngineKent Hansen2012-04-166-0/+357
| * Stop stuffing the URL "<Unknown File>" in QML errorsThiago Macieira2012-04-123-7/+2
| * Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-11118-3619/+3217
| |\
| * \ Merge master into api_changesKent Hansen2012-03-2751-237/+982
| |\ \
| * \ \ Merge master into api_changesKent Hansen2012-03-23115-1063/+1957
| |\ \ \
| * | | | Adapt to QMetaMethod::typeName() behavioral change for "void"Kent Hansen2012-03-221-2/+3
| * | | | Provide imageType() from QQmlImageProviderBaseMatthew Vogt2012-03-214-21/+46
| * | | | Migrate gui dependencies from QtQml to QtQuick.Matthew Vogt2012-03-2026-1221/+2197
| * | | | Fix the build & docs after QQmlImageProvider was renamedKent Hansen2012-03-203-4/+4
| * | | | Remove include of QStringBuilder headerMatthew Vogt2012-03-201-2/+0
| * | | | Merge master into api_changesKent Hansen2012-03-19130-2613/+3496
| |\ \ \ \
| * | | | | Crash fix after QMetaType change.Jędrzej Nowacki2012-03-135-9/+22
| * | | | | Make QFastMetaBuilder generate revision 7 meta-objectsKent Hansen2012-03-136-240/+263
| * | | | | Adapt to Qt5 meta-object changesKent Hansen2012-03-1311-83/+61
| * | | | | Declare QQmlError and QQmlProperty as movable types.Andrew den Exter2012-03-132-0/+4
| * | | | | Merge branch 'master' of git://gitorious.org/qt/qtdeclarative into merge-masterMatthew Vogt2012-03-1329-167/+322
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of git://gitorious.org/qt/qtdeclarative into api_changesMatthew Vogt2012-03-1232-2246/+558
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-03-0759-803/+562
| |\ \ \ \ \ \ \
| * | | | | | | | Remove uses of QtGui symbols in QQmlEngine.Matthew Vogt2012-03-0711-119/+96
| * | | | | | | | Added QQuickItem::clipRect().Kim Motoyoshi Kalland2012-03-055-4/+18
| * | | | | | | | Allow function assignment to cause binding for non-var propsChris Adams2012-03-051-4/+25
| * | | | | | | | Improve support for var propertiesChris Adams2012-03-057-23/+131
* | | | | | | | | Set rootItem'ownership as CppOwnerShipCharles Yin2012-04-171-0/+1
* | | | | | | | | QV8DebugService: v8::AfterCompile EventsAurindam Jana2012-04-172-16/+10
* | | | | | | | | Don't crash when calculating the implicit width of truncated lines.Andrew den Exter2012-04-171-1/+2
* | | | | | | | | Use bit fieldsBea Lam2012-04-171-5/+5
* | | | | | | | | Vertical layout direction for ListView and GridViewBea Lam2012-04-176-269/+596
* | | | | | | | | Fine-tune animation's pause()/resume() behaviorsCharles Yin2012-04-171-6/+17
* | | | | | | | | Fix Text baselineOffset caclulations.Andrew den Exter2012-04-172-19/+46
* | | | | | | | | Debugger: Code cleanup for Inspect ToolSimjees Abraham2012-04-162-23/+16
* | | | | | | | | QPointer used instead of QWeakPointerSimjees Abraham2012-04-164-17/+16
* | | | | | | | | Fix exports for the new Particles library.Friedemann Kleint2012-04-163-3/+3
* | | | | | | | | QmlDebug: Fix qmake warning about declarative_debugKai Koehne2012-04-161-2/+2
* | | | | | | | | Be more explicit regarding the Locale object creation.Martin Jones2012-04-161-2/+2
* | | | | | | | | Add a new running property to QQuickTransitionCharles Yin2012-04-164-37/+80
* | | | | | | | | Add support for variant properties in V4Matthew Vogt2012-04-167-4/+193
* | | | | | | | | Extract Particles code to an independent libraryMatthew Vogt2012-04-1672-14/+126
* | | | | | | | | Don't use QWindow::visible() since it's deprecatedGirish Ramakrishnan2012-04-131-5/+5
* | | | | | | | | Debugger: Fix bug in Inspect ToolSimjees Abraham2012-04-135-47/+72
* | | | | | | | | Fix broken wakeup() in threaded renderloop.Gunnar Sletta2012-04-131-1/+1
* | | | | | | | | Don't ignore model changes when the ListView scroll position changes.Andrew den Exter2012-04-134-5/+18
* | | | | | | | | Export all symbols on QSGDefaultRenderer.Hannu Lyytinen2012-04-131-1/+1
* | | | | | | | | Make device specific projection matrix setter virtual.Hannu Lyytinen2012-04-131-1/+1
* | | | | | | | | QQuickTextEdit to trigger input method updates on selectAll()Pekka Vuorela2012-04-122-7/+8
* | | | | | | | | Doc: Fixing the Qt QML module page.Jerome Pasion2012-04-121-1/+1
* | | | | | | | | Silence warning with ICC about change of signal in integer conversionThiago Macieira2012-04-122-3/+3
* | | | | | | | | Add missing #include <stdlib.h>Thiago Macieira2012-04-122-0/+2
* | | | | | | | | Debugger: Fix bugs in inspection toolSimjees Abraham2012-04-123-13/+47
* | | | | | | | | Debugger: Inspect tool - changes made to highlight on selectionSimjees Abraham2012-04-111-0/+8
| |_|_|_|_|_|_|/ |/| | | | | | |