Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get rid of QmlFont and use the QFont value type instead. | Michael Brasser | 2009-08-14 | 7 | -9/+9 |
| | |||||
* | Fix to QFxWebView to show cursor in focused text input. Correction textedit ↵ | Tapani Mikola | 2009-08-14 | 2 | -22/+7 |
| | | | | and lineedit so that they emit focuschanged signals. Clean ups to webbrowser.qml. | ||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-08-13 | 239 | -588/+606 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Missed a Rotation3D -> Rotation. | Michael Brasser | 2009-08-13 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-08-13 | 4 | -9/+9 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | Missed converting demos when renaming layout->positioner | Alan Alpert | 2009-08-13 | 3 | -7/+7 |
| | | | |||||
| * | | QGraphicsRotation3D has been merged into QGraphicsRotation. | Michael Brasser | 2009-08-13 | 3 | -5/+5 |
| | | | |||||
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into ↵ | Michael Brasser | 2009-08-13 | 233 | -575/+593 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | kinetic-declarativeui Conflicts: configure configure.exe mkspecs/features/qt.prf src/corelib/global/qglobal.h src/corelib/kernel/qobject_p.h | ||||
| | * | | QGraphicsRotation and QGraphicsRotation3D are now merged into 1 class | Thierry Bastian | 2009-08-12 | 3 | -6/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | You can now also set the axis following hte Qt::Axis enum Note: I'm not 100% sure about the maths in QGraphicsRotation::applyTo Feel free to fix it. Reviewed-by: ogoffart | ||||
| | * | | Replace some mentions of Trolltech with more appropriate terms. | Jason McDonald | 2009-08-12 | 7 | -307/+303 |
| | | | | | | | | | | | | | | | | Reviewed-by: Trust Me | ||||
| | * | | Update obsolete URL's in code and docs. | Jason McDonald | 2009-08-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Reviewed-by: Trust Me | ||||
| | * | | Update references to online documentation. | Jason McDonald | 2009-08-12 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Reviewed-by: Trust Me | ||||
| | * | | Update URL's to use new domain. | Jason McDonald | 2009-08-12 | 3 | -3/+3 |
| | | | | | | | | | | | | | | | | Reviewed-by: Trust Me | ||||
| | * | | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 230 | -230/+230 |
| | | | | | | | | | | | | | | | | Reviewed-by: Trust Me | ||||
| | * | | Introducing icon theme support | Jens Bache-Wiig | 2009-08-10 | 1 | -25/+40 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added some static functions to QIcon to support desktop themes based on the freedesktop spec. It is not intended to replace KIcon and the intention is to use it when available to share icon cache between applications. Applications currently using icon themes are Assistant, Designer and the textedit demo. Reviewed-by: ogoffart | ||||
| | * | | Doc: Integrated the Rogue (state machine) example. | Geir Vattekar | 2009-08-07 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Reviewed-by: Kent Hansen | ||||
| | * | | Merge AudioServices into mainline. | Justin McPherson | 2009-08-05 | 1 | -0/+5 |
| | | | | |||||
| | * | | Fix compilation and warning | Alexis Menard | 2009-08-03 | 2 | -3/+5 |
| | | | | | | | | | | | | | | | | Reviewed-by: TrustMe | ||||
* | | | | Give a default size. | Warwick Allison | 2009-08-13 | 1 | -0/+3 |
| | | | | |||||
* | | | | KeyActions change to use Keys.... | Tapani Mikola | 2009-08-13 | 1 | -3/+4 |
| | | | | |||||
* | | | | Small cleanup to webbrowser.qml not to use url as property id. Using ↵ | Tapani Mikola | 2009-08-13 | 1 | -9/+8 |
| | | | | | | | | | | | | | | | | urlString instead. In addition title back to show the page title. | ||||
* | | | | Border Image fis to webbrowser.qml | Tapani Mikola | 2009-08-13 | 1 | -4/+5 |
| | | | | |||||
* | | | | BorderImage fix. | Tapani Mikola | 2009-08-13 | 1 | -2/+2 |
| | | | | |||||
* | | | | Added selectAll call to the url FieldText when starting edit. | Tapani Mikola | 2009-08-13 | 1 | -0/+1 |
| | | | | |||||
* | | | | Made the url input text field to work with the FieldText component copied ↵ | Tapani Mikola | 2009-08-13 | 5 | -24/+201 |
| |_|/ |/| | | | | | | | | and slightly modified from contacts demo. | ||||
* | | | Fix demo KeyActions -> Keys | Martin Jones | 2009-08-13 | 1 | -2/+2 |
|/ / | |||||
* | | As WebView now has attached properties, it can't be used as an id | Aaron Kennedy | 2009-08-10 | 1 | -27/+27 |
| | | |||||
* | | Add new class QFxBorderImage. | Yann Bodson | 2009-08-09 | 1 | -2/+2 |
| | | | | | | | | | | * Move scalegrid code into QFxBorderImage * Update examples | ||||
* | | Make Flickr smooth again. | Yann Bodson | 2009-08-07 | 2 | -5/+5 |
| | | |||||
* | | Renaming: FocusRealm -> FocusScope | Yann Bodson | 2009-08-03 | 1 | -2/+2 |
| | | |||||
* | | Fix Flickr rotation | Yann Bodson | 2009-08-03 | 1 | -5/+6 |
| | | |||||
* | | Improve calculator demo and add missing text property to QmlPalette. | Yann Bodson | 2009-08-03 | 7 | -55/+25 |
| | | |||||
* | | Use new enum ints (should be ids!) | Warwick Allison | 2009-07-31 | 3 | -6/+6 |
| | | |||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-07-31 | 16 | -39/+36 |
|\ \ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | Rename Rect.pen to Rect.border | Michael Brasser | 2009-07-31 | 9 | -11/+11 |
| | | | |||||
| * | | Rename centeredIn to centerIn. | Michael Brasser | 2009-07-31 | 8 | -9/+9 |
| | | | |||||
| * | | Introduce Loader item. | Michael Brasser | 2009-07-30 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | The Loader item takes the qml/qmlItem functionality from Item and moves it to a specialized subclass. | ||||
| * | | Merge branch 'kinetic-declarativeui' of ↵ | Yann Bodson | 2009-07-29 | 2 | -10/+7 |
| |\ \ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | | Make SameGame Scalable | Alan Alpert | 2009-07-29 | 2 | -10/+7 |
| | | | | | | | | | | | | | | | | | | | | Resize your window and hit new game This may invalidate high scores. | ||||
| * | | | KeyActions::return -> KeyActions::keyReturn | Yann Bodson | 2009-07-29 | 2 | -2/+2 |
| |/ / | |||||
* | | | Merge branch 'master' of ../qt into kinetic-declarativeui | Aaron Kennedy | 2009-07-30 | 2 | -2/+4 |
|\ \ \ | |/ / |/| / | |/ | | | Conflicts: src/gui/widgets/qlinecontrol_p.h | ||||
| * | Add XML schema example to qtdemo | Peter Hartmann | 2009-07-29 | 1 | -0/+1 |
| | | | | | | | | Reviewed-by: Frans Englich | ||||
| * | Fix compilation errors in examples and demos on VxWorks and QNX. | Robert Griebl | 2009-07-29 | 1 | -2/+3 |
| | | | | | | | | Reviewed-by: Harald Fernengel | ||||
* | | simplify the code. | Lars Knoll | 2009-07-29 | 1 | -4/+3 |
| | | |||||
* | | fix all examples after change to QGraphicsTransform::origin. | Lars Knoll | 2009-07-29 | 3 | -3/+3 |
| | | |||||
* | | fixes in examples and demos | Lars Knoll | 2009-07-29 | 3 | -3/+8 |
| | | | | | | | | | | Fixed all examples and demos to work after the changes to Flipable and Rotation3D. | ||||
* | | fix calculator example | Lars Knoll | 2009-07-29 | 1 | -10/+10 |
| | | |||||
* | | Merge branch 'master' of ../qt into kinetic-declarativeui | Aaron Kennedy | 2009-07-29 | 73 | -2/+6560 |
|\ \ | |/ | | | | | | | | | | | | | | | | | Conflicts: configure.exe src/gui/graphicsview/qgraphicsitem.cpp src/gui/graphicsview/qgraphicsitem.h src/gui/graphicsview/qgraphicsitem_p.h src/gui/graphicsview/qgraphicsscene.cpp src/gui/widgets/qlineedit.cpp | ||||
| * | Implement new transformation handling for graphics items. | Lars Knoll | 2009-07-29 | 3 | -4/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The idea of having separate rotationX/Y/Z, shearX/Y, etc. methods in QGraphicsItem turned out to be not giving us the flexibility we need and wanted. The new code now implements a different scheme, where we keep simple rotate (around z-axis), scale and transformOriginPoint methods, but remove the other ones. Instead we now have an additional list of QGraphicsTransform object. QGraphicsTransform is an abstract class that inherits QObject. Several specializations are provided and can be used to transform (and through property bindings animate) the item. Reviewed-By: Andreas | ||||
| * | Move sub-attaq from examples to demos because sub-attaq is a bit | Alexis Menard | 2009-07-28 | 73 | -2/+6549 |
| | | | | | | | | too "advanced". |