index
:
platform/upstream/qtdeclarative
accepted/tizen/generic
accepted/tizen/ivi
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_ivi_release
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
master
sandbox/pcoval/tizen
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_ivi_release
upstream
Domain: UI Framework / Qt;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-21
Don't try to link to SQLite plugin when building samegame statically.
Mitch Curtis
1
-1
/
+1
2015-08-20
Remove unused pointer to the context wrapper
Lars Knoll
2
-12
/
+0
2015-08-20
Cleanup qmlcontextwrapper usage in XHR
Lars Knoll
4
-116
/
+50
2015-08-20
Move the qmlSingletonWrapper method out of the contextwrapper
Lars Knoll
5
-25
/
+23
2015-08-20
Move the registerQmlDependencies method into QQmlPropertyCapture
Lars Knoll
5
-50
/
+51
2015-08-20
Use the QmlContext as the scope for QQmlV4Function calls
Lars Knoll
4
-24
/
+14
2015-08-20
Fix rendering to QQuickWindow::renderTarget.
Gunnar Sletta
1
-3
/
+6
2015-08-20
Add possibility to mirror ShaderEffectSource generated textures
Miikka Heikkinen
11
-2
/
+375
2015-08-19
QQuickImageBase: Use QUrl::path() instead of QUrl::toString().
Robin Burchell
1
-1
/
+1
2015-08-19
Doc: fix verb redundancy
Samuel Gaist
1
-1
/
+1
2015-08-19
qml: Don't build OpenGL support if OpenGL is not available in Qt.
Kai Koehne
1
-5
/
+5
2015-08-19
Cleanup code in the VMEMO
Lars Knoll
3
-45
/
+44
2015-08-19
Hold a pointer to the QV4::ExecutionEngine in the property cache
Lars Knoll
7
-23
/
+30
2015-08-19
Switch to the non compat metacall overload
Lars Knoll
4
-9
/
+14
2015-08-19
Clean up data format for V4 debug connection
Ulf Hermann
3
-56
/
+71
2015-08-19
V4 debugger: Fix expression evaluation
Ulf Hermann
6
-25
/
+48
2015-08-19
V4 Debugger: Avoid special refs when looking up normal ones
Ulf Hermann
1
-1
/
+1
2015-08-19
Improve QQuickImageResponse::textureFactory documentation
Albert Astals Cid
1
-2
/
+5
2015-08-19
Fix memory leak when QQuickPixmapReply::Event is delete before being used
Albert Astals Cid
1
-0
/
+7
2015-08-19
Fix memory leak when using async image providers
Albert Astals Cid
1
-0
/
+1
2015-08-19
Fix performance of ListModel::get()
Simon Hausmann
7
-63
/
+213
2015-08-18
Fix test case
Lars Knoll
1
-2
/
+3
2015-08-18
Get rid of special handling of var properties
Lars Knoll
5
-90
/
+43
2015-08-18
Properly initialize the memberdata to undefined
Lars Knoll
1
-1
/
+4
2015-08-18
Use the proper static ValueTypeProvider as intended
Frank Meerkoetter
1
-1
/
+1
2015-08-18
Remove special case for var properties
Frank Meerkoetter
2
-9
/
+7
2015-08-18
Allocate a JS wrapper if there are any properties
Frank Meerkoetter
1
-2
/
+2
2015-08-18
Use QV4::MemberData for property storage
Frank Meerkoetter
2
-194
/
+129
2015-08-18
Update copyright notice.
Frank Meerkoetter
3
-0
/
+3
2015-08-18
Remove QQmlVMEVariant specific workaround
Frank Meerkoetter
1
-9
/
+1
2015-08-18
Remove unused code
Frank Meerkoetter
1
-25
/
+2
2015-08-18
Mark methods as overrides
Frank Meerkoetter
1
-11
/
+11
2015-08-18
Also remove the QQmlValueTypeProvider::destroyValueType interface
Frank Meerkoetter
3
-57
/
+0
2015-08-18
Remove the QQmlVMEVariant implementation
Frank Meerkoetter
1
-363
/
+0
2015-08-18
Remove the QQmlVMEVariant array member
Frank Meerkoetter
2
-5
/
+1
2015-08-18
Adapt the ValueTypeProvider interface and port its types
Frank Meerkoetter
4
-122
/
+90
2015-08-18
Port QVariant away from QQmlVMEVariant
Frank Meerkoetter
1
-6
/
+23
2015-08-18
Port QObject* away from QQmlVMEVariant
Frank Meerkoetter
2
-20
/
+54
2015-08-18
Remove QQmlValueTypeProvider::copyValueType
Frank Meerkoetter
3
-60
/
+0
2015-08-18
Port list properties away from QQmlVmeVariant
Frank Meerkoetter
1
-2
/
+2
2015-08-18
Port QDate/QDateTime/QRectF away from QQmlVmeVariant
Frank Meerkoetter
2
-9
/
+96
2015-08-18
Port QUrl/QSizeF away from QQmlVmeVariant
Frank Meerkoetter
2
-6
/
+65
2015-08-18
Store all properties in one Javascript array
Frank Meerkoetter
2
-61
/
+28
2015-08-18
Store int/bool/double/string and sizef as QV4::Value in a Javascript array
Frank Meerkoetter
2
-16
/
+189
2015-08-18
Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6
Simon Hausmann
112
-465
/
+1713
2015-08-18
QmlDevTools: Define QML export macros as empty.
Friedemann Kleint
1
-15
/
+2
2015-08-18
Merge remote-tracking branch 'origin/5.5' into 5.6
Ulf Hermann
112
-465
/
+1713
2015-08-17
Merge dev into 5.6
Oswald Buddenhagen
47
-427
/
+418
2015-08-17
Fix casing in Models and Views documentation.
Mitch Curtis
1
-1
/
+1
2015-08-17
qml: Don't build OpenGL support if OpenGL is not available in Qt.
Robin Burchell
1
-3
/
+3
[prev]
[next]