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
path:
root
/
src
/
particles
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-18
Merge remote-tracking branch 'origin/5.5' into 5.6
Ulf Hermann
1
-1
/
+1
2015-07-15
Doc: replace Mac OS X with OS X
Nico Vertriest
1
-1
/
+1
2015-06-19
Port from Q_ENUMS to new macro Q_ENUM.
Friedemann Kleint
5
-7
/
+7
2015-06-08
Add 28 QList::reserve() calls
Sérgio Martins
2
-1
/
+4
2015-05-15
Fix build with QT_STRICT_ITERATORS
Sérgio Martins
1
-2
/
+2
2015-04-24
Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.h
Lars Knoll
1
-1
/
+1
2015-03-10
qt quick particles: Fix const correctness in old style casts
Thiago Macieira
1
-5
/
+5
2015-02-26
QtQuick: Micro-optimize iterator loops.
Friedemann Kleint
1
-2
/
+5
2015-02-19
Cleanup math function includes and usage
Allan Sandfeld Jensen
4
-20
/
+14
2015-02-12
QQuickParticleData: Reorganise fields to drop size from 208 to 200 bytes on x...
Robin Burchell
2
-5
/
+10
2015-02-12
Update copyright headers
Jani Heikkinen
61
-427
/
+427
2015-02-04
QQuickItemParticle: Only delete owned particles
Alan Alpert
2
-11
/
+54
2015-01-23
Cleanups
Lars Knoll
1
-15
/
+15
2015-01-21
Remove all the setVTable() calls that aren't required anymore
Lars Knoll
1
-1
/
+0
2015-01-17
QQuickParticleEmitter: Call particleCountChanged by hand on maximumEmittedCha...
Robin Burchell
1
-2
/
+1
2015-01-16
QQuickItemParticle: delete delegates once they are completed.
Robin Burchell
1
-1
/
+1
2015-01-08
Move extension mechanism over to use the v4 engine
Lars Knoll
1
-8
/
+7
2015-01-03
Use QV4::ScopedObject typedef instead of actual type
Oleg Shparber
1
-1
/
+1
2015-01-03
Use QV4::ScopedArrayObject typedef instead of actual type
Oleg Shparber
3
-3
/
+3
2014-12-20
Remove most of the places where getPointer() is used
Lars Knoll
1
-1
/
+1
2014-12-09
Merge remote-tracking branch 'origin/5.4' into dev
Simon Hausmann
28
-28
/
+28
2014-12-08
Fix \inqmlmodule usage: only use one parameter
Alejandro Exojo
28
-28
/
+28
2014-11-08
Move Object::Data into the Heap namespace
Lars Knoll
1
-1
/
+1
2014-11-04
Move the throw methods from ExecutionContext to ExecutionEngine
Lars Knoll
1
-11
/
+11
2014-10-29
Merge remote-tracking branch 'origin/5.4' into dev
Frederik Gladhorn
5
-18
/
+40
2014-10-27
Fix leaks in QQuickImageParticle
Jocelyn Turcotte
4
-18
/
+37
2014-10-21
QQuickCustomParticle: Check for current OpenGL Context before use
Andy Nichols
1
-0
/
+3
2014-10-20
QQuickParticleSystem: Use QVector instead of QList.
Robin Burchell
1
-2
/
+4
2014-10-20
QQuickParticleSystem: Micro-optimize m_emitters' handling of null pointers.
Robin Burchell
1
-4
/
+9
2014-10-20
QQuickParticleSystem: Optimize hash manipulation.
Robin Burchell
1
-2
/
+2
2014-09-11
Check for a current QOpenGLContext before use
Andy Nichols
1
-0
/
+3
2014-08-25
Update license headers and add new licenses
Jani Heikkinen
61
-1159
/
+671
2014-08-24
Add const & to arguments
Albert Astals Cid
8
-16
/
+16
2014-08-12
Doc: Remove duplicated words
Topi Reinio
1
-1
/
+1
2014-07-22
Cleanup: Get rid of __data members
Simon Hausmann
1
-4
/
+0
2014-07-22
Fix Managed::as<>() method
Lars Knoll
1
-1
/
+1
2014-07-22
Change the object allocation scheme
Simon Hausmann
1
-1
/
+1
2014-07-22
Start implement new Object creation pattern
Lars Knoll
1
-10
/
+7
2014-07-22
Convert ExecutionContext to new storage scheme
Lars Knoll
1
-15
/
+15
2014-07-22
Rename V4_OBJECT_NEW back to V4_OBJECT
Lars Knoll
1
-1
/
+1
2014-07-22
Convert QQuickParticleData to new data layout
Lars Knoll
1
-26
/
+31
2014-06-13
Merge remote-tracking branch 'origin/5.3' into dev
Simon Hausmann
1
-1
/
+7
2014-06-12
Fix EllipseShape for Affectors in QtQuick.Particle
Daniel Oberländer
1
-1
/
+7
2014-06-04
Merge remote-tracking branch 'origin/stable' into dev
Simon Hausmann
1
-0
/
+1
2014-05-30
Fix potential null pointer dereferencing
Frederik Gladhorn
1
-0
/
+1
2014-05-23
Avoid direct GL calls in Quick
Laszlo Agocs
1
-1
/
+1
2014-04-25
Follow QOpenGLContext API renaming
Laszlo Agocs
2
-8
/
+8
2014-04-04
Initialize variables in QQuickItemParticle
Gunnar Sletta
1
-1
/
+1
2014-03-18
Dynamic GL in Quick
Laszlo Agocs
2
-42
/
+43
2014-03-18
Doc: Document signals (not handlers) under \qmlsignal
Sze Howe Koh
4
-11
/
+16
[next]