index
:
qt/qt.git
4.5
4.6
4.6-digia
4.7
4.7-digia
4.8
4.8-bb10
4.8.0-symbian
4.8.1-symbian
history/qtquick2
history/qtquick2-v8
Qt 4.x. This repository is obsolete.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
examples
/
declarative
/
tutorials
/
samegame
/
samegame4
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright headers
Akseli Salovaara
2015-03-31
4
-16
/
+16
*
Updated year in copyright header
Kai Koehne
2014-03-26
4
-4
/
+4
*
Update copyright year in Digia's license headers
Sergio Ahumada
2013-01-13
4
-4
/
+4
*
Change copyrights from Nokia to Digia
Iikka Eklund
2012-09-29
4
-24
/
+24
*
Update contact information in license headers.
Sergio Ahumada
2012-08-01
4
-8
/
+8
*
Update year in Nokia copyright messages.
Jason McDonald
2012-01-11
4
-4
/
+4
*
Fix permission (no execute bit).
Frederik Gladhorn
2011-11-22
4
-0
/
+0
*
Update copyright year to 2011.
Jason McDonald
2011-01-11
4
-4
/
+4
*
Fix samegame tutorial js
Alan Alpert
2010-10-14
1
-1
/
+1
*
Replace all occurances of "Qt 4.7" with "QtQuick 1.0"
Aaron Kennedy
2010-09-29
4
-4
/
+4
*
Doc: Fixed text in license headers.
David Boddie
2010-09-13
4
-4
/
+4
*
Fix the same bug that was in the demo samegame, in the tutorial version
Alan Alpert
2010-09-03
1
-2
/
+2
*
Follow -> Behavior
mae
2010-07-08
2
-8
/
+10
*
Improve input panel handling in declarative demos and examples
Joona Petrell
2010-06-03
1
-2
/
+10
*
Add license headers for .qml files.
Jason McDonald
2010-05-21
4
-0
/
+160
*
Rename Component::errorsString() -> errorString() (and also for
Bea Lam
2010-05-20
1
-2
/
+2
*
Merge branch '4.7' of
[email protected]
:qt/qt-qml into 4.7
Alan Alpert
2010-05-06
4
-50
/
+79
|
\
|
*
Doc improvements, simplify example code
Bea Lam
2010-05-05
4
-50
/
+79
*
|
Make component.createObject require a parent argument
Alan Alpert
2010-05-06
1
-2
/
+1
|
/
*
Remove Component's isReady, isLoading, isError and isNull properties.
Bea Lam
2010-04-29
1
-4
/
+4
*
Link to example files from tutorial pages
Bea Lam
2010-04-23
1
-0
/
+16
*
Replace usage of print() with console.log().
Michael Brasser
2010-04-23
1
-4
/
+4
*
Make the dynamic creation functions on the Qt object
Alan Alpert
2010-04-21
1
-1
/
+1
*
Indentation and whitespace fixes in qml's samegame tutorial
Leonardo Sobral Cunha
2010-04-19
4
-8
/
+8
*
Make demo code more consistent with example code in terms of variable
Bea Lam
2010-04-13
1
-1
/
+1
*
Fix score from previous change
Bea Lam
2010-04-13
1
-1
/
+1
*
Fix example code style
Bea Lam
2010-04-13
4
-51
/
+90
*
Example code style improvements
Bea Lam
2010-04-09
2
-103
/
+94
*
More tutorial improvments
Bea Lam
2010-04-09
3
-67
/
+60
*
Fix call to saveHighScores() and restore game timer.
Bea Lam
2010-04-08
3
-6
/
+4
*
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7
Bea Lam
2010-04-08
5
-18
/
+9
|
\
|
*
Fix samegame4 tutorial code
Leonardo Sobral Cunha
2010-04-08
2
-12
/
+3
|
*
Renamed 'source' property from SpringFollow to 'to'
Leonardo Sobral Cunha
2010-04-08
1
-2
/
+2
|
*
Replace "import Qt 4.6" with "import Qt 4.7"
Michael Brasser
2010-04-08
4
-4
/
+4
*
|
Improve example code - rename variables, remove redundant ids.
Bea Lam
2010-04-08
4
-70
/
+70
|
/
*
Doc improvements, fixes
Bea Lam
2010-04-01
4
-9
/
+10
*
Move particles in their own plugin (Qt.labs.particles)
Yann Bodson
2010-03-11
1
-0
/
+1
*
Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml
Aaron Kennedy
2010-03-02
11
-7
/
+7
|
\
|
*
Make SameGame tutorials share images
Alan Alpert
2010-03-01
11
-7
/
+7
*
|
Make "on" syntax mandatory for value sources and interceptors
Aaron Kennedy
2010-03-02
2
-4
/
+4
|
/
*
Rename MouseRegion -> MouseArea
Martin Jones
2010-02-22
3
-3
/
+3
*
Get rid of the matchProperties/properties distinction, as it
Michael Brasser
2010-02-18
1
-1
/
+1
*
Disallow ids that start with uppercase letters and update docs and
Bea Lam
2010-02-03
2
-6
/
+6
*
Remove samegame README (mentioned images have been replaced)
Kai Koehne
2010-01-22
1
-10
/
+0
*
Copy updated images from demos/samegame to samegame tutorial
Kai Koehne
2010-01-22
5
-0
/
+0
*
Fix use of XmlHttpRequest in examples
Alan Alpert
2009-11-27
1
-0
/
+1
*
Update examples for new SQL API.
Warwick Allison
2009-11-18
1
-22
/
+10
*
Update SameGame tutorial to discuss offline storage
Alan Alpert
2009-11-11
1
-1
/
+3
*
Rename targets -> matchTargets and properties -> matchProperties.
Michael Brasser
2009-11-06
1
-1
/
+1
*
fix javascript errors in samegame tutorials
Yann Bodson
2009-11-06
2
-49
/
+94
[next]