summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fixed indentation in the dashboard exampleDenis Dzyubenko2010-08-163-64/+64
| * | Added license headers to the dashboard exampleDenis Dzyubenko2010-08-163-0/+120
| |/
| * Rewrite the entire state handling. Have a nicer victory message.Frederik Gladhorn2010-08-133-94/+161
* | simplified isHorizontalSwipe function and fixed an edge case in there.Zeno Albisser2010-08-161-4/+3
|/
* Remove cpp skeleton, remove old main qml file.Frederik Gladhorn2010-08-1315-1108/+0
* Merge branch 'master' of gitorious.org:stuff/qml-dashboardFrederik Gladhorn2010-08-121-45/+16
|\
| * Make placement of cards a little less 'weird'.Thomas Zander2010-08-112-47/+18
* | Remove old images.Frederik Gladhorn2010-08-1220-0/+0
* | Use nicer pictures, clean up creation logic and use pictures twice.Frederik Gladhorn2010-08-1211-97/+52
* | Automatically start a game when starting the application.Frederik Gladhorn2010-08-122-15/+4
|/
* Actually randomize the pieces.Frederik Gladhorn2010-08-102-9/+22
* Recognize when the game is over.Frederik Gladhorn2010-08-103-9/+25
* One step closer to a real memory game.Frederik Gladhorn2010-08-105-53/+186
* Merge branch 'master' of git://gitorious.org/stuff/qml-dashboardThomas Zander2010-08-068-32/+118
|\
| * update to on<gesture state> syntaxJeremy Katz2010-08-063-6/+3
| * Merge branch 'master' of gitorious.org:stuff/qml-dashboardFrederik Gladhorn2010-08-067-2/+294
| |\
| * | Add Flickable and changes in gesture recognizers.Frederik Gladhorn2010-08-065-29/+115
* | | Fix EOFThomas Zander2010-08-061-18/+18
* | | Follow changes in gesture area to now have onUpdated etc.Thomas Zander2010-08-065-92/+55
| |/ |/|
* | move horizontal pan from signal to gesture mechanismJeremy Katz2010-08-052-33/+29
* | default value for reparentWidgetJeremy Katz2010-08-031-1/+1
* | streamline calculating minimum and maximum scroll valuesJeremy Katz2010-08-032-26/+16
* | parameterize passthrough of unwanted pan gesture eventsJeremy Katz2010-08-032-5/+8
* | pass the gesture to the dashboard pan signal handler, instead of gesture.delta.xJeremy Katz2010-08-032-3/+3
* | parameterize "fullscreen" widgetJeremy Katz2010-08-033-2/+12
* | make widget opaque when fullscreenJeremy Katz2010-08-031-2/+1
* | full "screen" <-> partial screen with tap and holdJeremy Katz2010-08-033-198/+182
* | QML project for multilayer dashboardJeremy Katz2010-08-021-0/+18
* | initial commitJeremy Katz2010-08-023-0/+198
* | Added a simple flick example with silly flick animationDenis Dzyubenko2010-07-302-0/+94
* | Renamed QSwipeGesture->SwipeGesture.Denis Dzyubenko2010-07-231-2/+2
|/
* Merge branch 'master' of gitorious.org:stuff/qml-dashboardFrederik Gladhorn2010-07-221-1/+14
|\
| * Improved Pan handling in stroke-list exampleDenis Dzyubenko2010-07-221-1/+14
* | use flipableFrederik Gladhorn2010-07-211-62/+45
* | Merge branch 'master' of git://gitorious.org/stuff/qml-dashboardFrederik Gladhorn2010-07-212-16/+39
|\|
| * Improved panning in stroke-list example by moving the gesture area outside ofDenis Dzyubenko2010-07-201-7/+6
| * Made stroke-list example pannableDenis Dzyubenko2010-07-201-16/+23
| * Fixed Tap/Swipe interaction in the exampleDenis Dzyubenko2010-07-201-0/+4
| * Improved swipe gesture handlingDenis Dzyubenko2010-07-201-0/+13
* | add animal pieces example for gesturesFrederik Gladhorn2010-07-2140-0/+1250
|/
* Fixed a typo in the button.qmlDenis Dzyubenko2010-07-201-1/+1
* Fixed line endings in the stroke-list projectDenis Dzyubenko2010-07-202-175/+179
* Added stroke-list exampleDenis Dzyubenko2010-07-193-0/+193
* Removed qmlviewer source code.Denis Dzyubenko2010-07-1937-5588/+2
* Modified TapGesture recognizer as agreed.Denis Dzyubenko2010-07-161-29/+9
* Added initial implementation of the Tap gestureDenis Dzyubenko2010-07-165-0/+195
* Removed non-functional "states" property from GestureArea handlersDenis Dzyubenko2010-07-162-38/+0
* enable TapAndHold mouse gestureJeremy Katz2010-07-152-0/+17
* Fixed qml docs to follow the new gesturearea syntaxDenis Dzyubenko2010-07-131-21/+16
* Added defaultproperty to GestureAreaDenis Dzyubenko2010-07-132-12/+11