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-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
2015-08-17
Support QSGGeometry::lineWidth also in the batched code path.
Gunnar Sletta
2
-18
/
+26
2015-08-16
Avoid firing up the JS parser/JIT/interpreter when instantiating objects
Simon Hausmann
4
-50
/
+51
2015-08-16
Change TestEvent key default event routing behavior
Filippo Cucchetto
3
-6
/
+23
2015-08-14
Smaller cleanups
Lars Knoll
3
-3
/
+20
2015-08-14
Remove Q_ALWAYS_INLINE definition, as it is now in qglobal.h
Erik Verbruggen
1
-10
/
+0
2015-08-13
qml: Avoid heap allocations due to QString::fromLatin1()
Sérgio Martins
11
-31
/
+31
2015-08-13
Add the GPLv3 license text
Thiago Macieira
2
-0
/
+688
2015-08-13
Avoid rebuiding batches during a material animation
Jocelyn Turcotte
1
-4
/
+6
2015-08-13
Allow specification of loadable debug services via command line
Ulf Hermann
10
-127
/
+181
2015-08-13
Parse debug server arguments in ctor
Ulf Hermann
1
-153
/
+91
2015-08-12
Canvas: add a testcase for QSGSimpleTextureNode crash.
Mitch Curtis
1
-0
/
+22
2015-08-12
Access the id objects through a specialized runtime method
Lars Knoll
19
-93
/
+69
2015-08-11
Do not sort the vector of chunks
Frank Meerkoetter
1
-1
/
+0
2015-08-11
Fix crash in QQuickCanvasItem::updatePaintNode()
Tobias Koenig
1
-1
/
+5
2015-08-11
Fix incorrectly formatted code in QQmlEngine documentation.
Mitch Curtis
1
-1
/
+1
2015-08-10
Move DataCollector into debugger plugin
Ulf Hermann
11
-688
/
+768
2015-08-10
Move V4 debugger agent into the debugger plugin
Ulf Hermann
8
-333
/
+395
2015-08-10
Change data collection for debugging to use QV4::Value.
Ulf Hermann
5
-529
/
+536
2015-08-10
Font matching by font stylename
Allan Sandfeld Jensen
7
-0
/
+51
2015-08-10
destruct qobject wrappers before sweeping the GC heap
Lars Knoll
5
-79
/
+40
2015-08-10
Encapsulate and protect all accesses to the vtable of Heap objects
Lars Knoll
21
-49
/
+62
2015-08-10
Access context properties through the qml context
Lars Knoll
16
-61
/
+109
2015-08-10
Use the QmlContext to access properties of the scope object
Lars Knoll
19
-59
/
+210
2015-08-10
Fix a crash when m_file is 0
Lars Knoll
1
-1
/
+2
2015-08-10
Add ability to retrieve and use the QmlContext from our generated code
Lars Knoll
18
-10
/
+66
2015-08-09
Don't call the test method assert
Lars Knoll
1
-2
/
+2
2015-08-09
Prospective build fix for autotest on mac os x
Lars Knoll
1
-0
/
+4
2015-08-07
Make QQmlExtensionPlugin documentation clearer.
Mitch Curtis
1
-6
/
+13
2015-08-06
V4: add int32 codepath to Runtime::div.
Erik Verbruggen
1
-0
/
+9
2015-08-04
Doc: Fix QtQuick::EnterKey QML type documentation
Topi Reinio
1
-21
/
+32
2015-08-04
Move QQmlConfigurableDebugService into qmltooling/shared
Ulf Hermann
6
-5
/
+6
2015-08-04
Move debugger-specific services into a common plugin
Ulf Hermann
16
-73
/
+175
2015-08-04
Move profiler and engine control services into a plugin
Ulf Hermann
17
-153
/
+366
2015-08-04
Clean up QQmlDebugConnector's addService() and removeService()
Ulf Hermann
3
-22
/
+22
2015-08-04
Don't ask QQmlDebugService for name() when we already know it
Ulf Hermann
1
-10
/
+12
2015-08-04
Hide QQmlInspectorServiceImpl in .cpp file
Ulf Hermann
3
-29
/
+29
2015-08-04
Remove extra layer of indirection from inspector service
Ulf Hermann
6
-272
/
+16
2015-08-04
Pass QQmlDebugService to AbstractViewInspector
Ulf Hermann
9
-14
/
+14
2015-08-04
Move inspector service and QtQuick2 inspector into a common plugin
Ulf Hermann
21
-103
/
+63
2015-08-04
Add a factory for QQmlDebugService and use it to load plugins
Ulf Hermann
3
-0
/
+74
2015-08-04
Remove pimpl from debug server connections
Ulf Hermann
7
-180
/
+132
2015-08-04
Use QQmlDebugPluginManager for loading connection plugins
Ulf Hermann
10
-77
/
+58
2015-08-04
Deduplicate debug server connection code.
Ulf Hermann
10
-152
/
+92
2015-08-04
Remove QT_NO_QML_DEBUGGER ifdefs from QQmlDebugServer
Ulf Hermann
1
-15
/
+2
2015-08-04
Move QQmlDebugServer into a plugin
Ulf Hermann
16
-33
/
+143
2015-08-04
Simplify QQmlDebugServer::enableFromArguments
Ulf Hermann
3
-47
/
+58
[next]