summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of QmlFont and use the QFont value type instead.Michael Brasser2009-08-1411-18/+18
|
* react on mouse press rather than click (feels faster)mae2009-08-131-2/+2
|
* Fix flowview example VisualModel -> VisualDataModelMartin Jones2009-08-131-1/+1
|
* Fix angle.Michael Brasser2009-08-131-1/+1
|
* Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-08-1323-24/+32
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Rename layouts to positionersAlan Alpert2009-08-1321-22/+22
| |
| * Add delay parameter to the destroy function on QML objectsAlan Alpert2009-08-132-2/+10
| | | | | | | | | | | | Also updated dynamic example to have a fadeout effect on deletion. Also slipped in a toStr function, as it didn't work when I called it toString.
* | QGraphicsRotation3D has been merged into QGraphicsRotation.Michael Brasser2009-08-132-3/+4
| |
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into ↵Michael Brasser2009-08-131091-1199/+3969
|\ \ | |/ |/| | | | | | | | | | | | | | | | | kinetic-declarativeui Conflicts: configure configure.exe mkspecs/features/qt.prf src/corelib/global/qglobal.h src/corelib/kernel/qobject_p.h
| * Update obsolete email addresses.Jason McDonald2009-08-121-1/+1
| | | | | | | | Reviewed-by: Trust Me
| * Replace some mentions of Trolltech with more appropriate terms.Jason McDonald2009-08-129-23/+21
| | | | | | | | Reviewed-by: Trust Me
| * Update obsolete URL's in code and docs.Jason McDonald2009-08-123-3/+3
| | | | | | | | Reviewed-by: Trust Me
| * Update references to online documentation.Jason McDonald2009-08-129-18/+18
| | | | | | | | Reviewed-by: Trust Me
| * Eliminate last mentions of "Qt Software".Jason McDonald2009-08-123-3/+3
| | | | | | | | Reviewed-by: Trust Me
| * Update URL's to use new domain.Jason McDonald2009-08-126-16/+16
| | | | | | | | Reviewed-by: Trust Me
| * Update contact URL in license headers.Jason McDonald2009-08-121068-1068/+1068
| | | | | | | | Reviewed-by: Trust Me
| * Compile fix with namespaceshjk2009-08-101-0/+2
| |
| * Doc: Integrated the Rogue (state machine) example.Geir Vattekar2009-08-076-0/+465
| | | | | | | | Reviewed-by: Kent Hansen
| * implement name() function of custom property iteratorKent Hansen2009-08-061-1/+1
| |
| * make the calculator example use only standard JSKent Hansen2009-08-061-45/+62
| | | | | | | | __qt_sender__ is evil. Gah.
| * Fixed compilation of the gestures/imagewidget example.Denis Dzyubenko2009-08-063-12/+35
| | | | | | | | | | | | | | Also improved an example a bit to optionally support TapAndHold gesture with plain mouse events. Reviewed-by: trustme
| * Added example that uses WebKit to capture Web page frames.Andre Pedralho2009-08-064-0/+278
| | | | | | | | | | | | | | | | | | | | The framecapture is based on GraphicsDojo/WebCapture and shows how to use WebKit toolkit to capture a web page and save its internal frames in different image files using the new property QWebFrame::clipRenderToViewPort. Merge-request: 1103 Reviewed-by: Ariya Hidayat <ariya.hidayat@nokia.com>
| * Merge AudioServices into mainline.Justin McPherson2009-08-0517-0/+1772
| |
| * Merge branch '4.5'Bill King2009-08-052-2/+0
| |\ | | | | | | | | | | | | | | | Conflicts: src/gui/graphicsview/qgraphicsitem.cpp
| | * Fix obsolete license headersJason McDonald2009-08-043-8/+6
| | | | | | | | | | | | Reviewed-by: Trust Me
| * | Added the license header to the example.Denis Dzyubenko2009-08-042-0/+82
| | |
| * | Removed the QTapAndHoldGestureDenis Dzyubenko2009-08-045-8/+151
| | | | | | | | | | | | | | | | | | | | | | | | Moved the gesture implementation to the imageviewer example as it cannot be fully implemented in a crossplatform way - for example on Windows tap and hold is a system gesture that is transparent to the application. Reviewed-by: trustme
| * | Modify imagewidget example so it works with new APIRichard Moe Gustavsen2009-08-041-31/+15
| | |
| * | Merge branch '4.5'Thiago Macieira2009-08-031-1/+4
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/corelib/tools/qsharedpointer.cpp src/corelib/tools/qsharedpointer_impl.h src/gui/dialogs/qcolordialog.cpp src/gui/painting/qwindowsurface_raster.cpp src/network/access/qnetworkaccessmanager.cpp tests/auto/qsharedpointer/externaltests.cpp
| | * Musicplayer example crashes when trying to open unvalid fileRichard Moe Gustavsen2009-07-241-1/+4
| | | | | | | | | | | | | | | | | | | | | Reason: Example tries to get media from QList with an index out of bounds. Nothing to do with Phonon. Task-number: 253307
| * | remove constructors that are not usefulKent Hansen2009-08-031-2/+4
| | | | | | | | | | | | | | | | | | | | | The constructors that take a list of target states produce hard-to-read code, and they're rarely useful in practice since 99% of transitions take a single target state; so it's better to enforce that setTarget{State,States}() be used instead.
| * | Doc: Use new APIs in example and correct documentation regarding replacement.Volker Hilsheimer2009-07-311-2/+2
| | |
| * | Show open directory dialog for new gesture exampleRichard Moe Gustavsen2009-07-311-0/+3
| | | | | | | | | | | | RevBy: denis
* | | Fix due to fillMode PreserveAspect -> PreserveAspectFitMartin Jones2009-08-121-1/+1
| | |
* | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-08-125-19/+22
|\ \ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | Clearer name for two PreserveAspect modes.Warwick Allison2009-08-101-4/+4
| | | |
| * | | docsYann Bodson2009-08-101-0/+0
| | | |
| * | | Add a PreserveAspectFill mode (needs a better name)Yann Bodson2009-08-101-0/+3
| | | |
| * | | Add new class QFxBorderImage.Yann Bodson2009-08-093-17/+17
| | | | | | | | | | | | | | | | | | | | * Move scalegrid code into QFxBorderImage * Update examples
* | | | Change key handling to use a Keys attached property.Martin Jones2009-08-121-9/+8
|/ / / | | | | | | | | | | | | Replaces KeyAction, allowing focus to be set on the actual item that wants focus, rather than a separate handler item.
* | | Add support for CSS-like horizontalTileRule and verticalTileRule to ScaleGrid.Yann Bodson2009-08-067-0/+120
| | | | | | | | | | | | | | | | | | * Simplify and improve QFxImage code by using qDrawBorderPixmap * Add horizontalTileRule and verticalTileRule to .sci files * Add example in example/declarative/border-image
* | | Renaming: FontFamily -> FontLoaderYann Bodson2009-08-041-4/+4
| | |
* | | Example of smooth rect paintingYann Bodson2009-08-043-0/+110
| | |
* | | Renaming: FocusRealm -> FocusScopeYann Bodson2009-08-033-3/+3
| | |
* | | Rework VisualItemModel into VisualItemModel & VisualDataModelMartin Jones2009-08-031-0/+57
| | | | | | | | | | | | | | | | | | QFXVisualModel provides a base class for visual models. QFxVisualDataModel provides a visual model for Qt item view models. QFxVisualItemModel provides a model of QFxItems.
* | | Use new enum ints (should be ids!)Warwick Allison2009-07-311-2/+2
| | |
* | | update for fa75cbdd3e1ae7b7d10d582498ae7e1d535f82ecWarwick Allison2009-07-311-2/+2
| | |
* | | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-07-3131-62/+142
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/fx/qfximage.cpp
| * \ \ Merge branch 'kinetic-declarativeui' of ↵Yann Bodson2009-07-3129-62/+76
| |\ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * \ \ Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-07-3121-53/+55
| | |\ \ \ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui