Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get rid of QmlFont and use the QFont value type instead. | Michael Brasser | 2009-08-14 | 11 | -18/+18 |
| | |||||
* | react on mouse press rather than click (feels faster) | mae | 2009-08-13 | 1 | -2/+2 |
| | |||||
* | Fix flowview example VisualModel -> VisualDataModel | Martin Jones | 2009-08-13 | 1 | -1/+1 |
| | |||||
* | Fix angle. | Michael Brasser | 2009-08-13 | 1 | -1/+1 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-08-13 | 23 | -24/+32 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Rename layouts to positioners | Alan Alpert | 2009-08-13 | 21 | -22/+22 |
| | | |||||
| * | Add delay parameter to the destroy function on QML objects | Alan Alpert | 2009-08-13 | 2 | -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 Brasser | 2009-08-13 | 2 | -3/+4 |
| | | |||||
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into ↵ | Michael Brasser | 2009-08-13 | 1091 | -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 McDonald | 2009-08-12 | 1 | -1/+1 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
| * | Replace some mentions of Trolltech with more appropriate terms. | Jason McDonald | 2009-08-12 | 9 | -23/+21 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
| * | Update obsolete URL's in code and docs. | Jason McDonald | 2009-08-12 | 3 | -3/+3 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
| * | Update references to online documentation. | Jason McDonald | 2009-08-12 | 9 | -18/+18 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
| * | Eliminate last mentions of "Qt Software". | Jason McDonald | 2009-08-12 | 3 | -3/+3 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
| * | Update URL's to use new domain. | Jason McDonald | 2009-08-12 | 6 | -16/+16 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
| * | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 1068 | -1068/+1068 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
| * | Compile fix with namespaces | hjk | 2009-08-10 | 1 | -0/+2 |
| | | |||||
| * | Doc: Integrated the Rogue (state machine) example. | Geir Vattekar | 2009-08-07 | 6 | -0/+465 |
| | | | | | | | | Reviewed-by: Kent Hansen | ||||
| * | implement name() function of custom property iterator | Kent Hansen | 2009-08-06 | 1 | -1/+1 |
| | | |||||
| * | make the calculator example use only standard JS | Kent Hansen | 2009-08-06 | 1 | -45/+62 |
| | | | | | | | | __qt_sender__ is evil. Gah. | ||||
| * | Fixed compilation of the gestures/imagewidget example. | Denis Dzyubenko | 2009-08-06 | 3 | -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 Pedralho | 2009-08-06 | 4 | -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 McPherson | 2009-08-05 | 17 | -0/+1772 |
| | | |||||
| * | Merge branch '4.5' | Bill King | 2009-08-05 | 2 | -2/+0 |
| |\ | | | | | | | | | | | | | | | | Conflicts: src/gui/graphicsview/qgraphicsitem.cpp | ||||
| | * | Fix obsolete license headers | Jason McDonald | 2009-08-04 | 3 | -8/+6 |
| | | | | | | | | | | | | Reviewed-by: Trust Me | ||||
| * | | Added the license header to the example. | Denis Dzyubenko | 2009-08-04 | 2 | -0/+82 |
| | | | |||||
| * | | Removed the QTapAndHoldGesture | Denis Dzyubenko | 2009-08-04 | 5 | -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 API | Richard Moe Gustavsen | 2009-08-04 | 1 | -31/+15 |
| | | | |||||
| * | | Merge branch '4.5' | Thiago Macieira | 2009-08-03 | 1 | -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 file | Richard Moe Gustavsen | 2009-07-24 | 1 | -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 useful | Kent Hansen | 2009-08-03 | 1 | -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 Hilsheimer | 2009-07-31 | 1 | -2/+2 |
| | | | |||||
| * | | Show open directory dialog for new gesture example | Richard Moe Gustavsen | 2009-07-31 | 1 | -0/+3 |
| | | | | | | | | | | | | RevBy: denis | ||||
* | | | Fix due to fillMode PreserveAspect -> PreserveAspectFit | Martin Jones | 2009-08-12 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-08-12 | 5 | -19/+22 |
|\ \ \ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | | Clearer name for two PreserveAspect modes. | Warwick Allison | 2009-08-10 | 1 | -4/+4 |
| | | | | |||||
| * | | | docs | Yann Bodson | 2009-08-10 | 1 | -0/+0 |
| | | | | |||||
| * | | | Add a PreserveAspectFill mode (needs a better name) | Yann Bodson | 2009-08-10 | 1 | -0/+3 |
| | | | | |||||
| * | | | Add new class QFxBorderImage. | Yann Bodson | 2009-08-09 | 3 | -17/+17 |
| | | | | | | | | | | | | | | | | | | | | * Move scalegrid code into QFxBorderImage * Update examples | ||||
* | | | | Change key handling to use a Keys attached property. | Martin Jones | 2009-08-12 | 1 | -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 Bodson | 2009-08-06 | 7 | -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 -> FontLoader | Yann Bodson | 2009-08-04 | 1 | -4/+4 |
| | | | |||||
* | | | Example of smooth rect painting | Yann Bodson | 2009-08-04 | 3 | -0/+110 |
| | | | |||||
* | | | Renaming: FocusRealm -> FocusScope | Yann Bodson | 2009-08-03 | 3 | -3/+3 |
| | | | |||||
* | | | Rework VisualItemModel into VisualItemModel & VisualDataModel | Martin Jones | 2009-08-03 | 1 | -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 Allison | 2009-07-31 | 1 | -2/+2 |
| | | | |||||
* | | | update for fa75cbdd3e1ae7b7d10d582498ae7e1d535f82ec | Warwick Allison | 2009-07-31 | 1 | -2/+2 |
| | | | |||||
* | | | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-07-31 | 31 | -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 Bodson | 2009-07-31 | 29 | -62/+76 |
| |\ \ \ | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * \ \ | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-07-31 | 21 | -53/+55 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui |