summaryrefslogtreecommitdiffstats
path: root/demos
Commit message (Collapse)AuthorAgeFilesLines
* MouseRegion API changes following review.Martin Jones2009-08-181-1/+1
|
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into ↵Martin Jones2009-08-171-2/+4
|\ | | | | | | kinetic-declarativeui
| * Fix compiler warningPrasanth Ullattil2009-08-131-2/+4
| | | | | | | | | | | | We need to remove Zm200 from compiler flags before adding Zm1200 Reviewed-by: Marius Storm-Olsen
* | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-08-141-1/+1
|\ \ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | New Qt URL.Warwick Allison2009-08-141-1/+1
| | |
* | | Get rid of QmlFont and use the QFont value type instead.Michael Brasser2009-08-147-9/+9
|/ /
* | Fix to QFxWebView to show cursor in focused text input. Correction textedit ↵Tapani Mikola2009-08-142-22/+7
| | | | | | | | and lineedit so that they emit focuschanged signals. Clean ups to webbrowser.qml.
* | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-08-13239-588/+606
|\ \ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Missed a Rotation3D -> Rotation.Michael Brasser2009-08-131-1/+1
| | |
| * | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-08-134-9/+9
| |\ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Missed converting demos when renaming layout->positionerAlan Alpert2009-08-133-7/+7
| | | |
| * | | QGraphicsRotation3D has been merged into QGraphicsRotation.Michael Brasser2009-08-133-5/+5
| | | |
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into ↵Michael Brasser2009-08-13233-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 classThierry Bastian2009-08-123-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 McDonald2009-08-127-307/+303
| | | | | | | | | | | | | | | | Reviewed-by: Trust Me
| | * | Update obsolete URL's in code and docs.Jason McDonald2009-08-121-1/+1
| | | | | | | | | | | | | | | | Reviewed-by: Trust Me
| | * | Update references to online documentation.Jason McDonald2009-08-121-2/+2
| | | | | | | | | | | | | | | | Reviewed-by: Trust Me
| | * | Update URL's to use new domain.Jason McDonald2009-08-123-3/+3
| | | | | | | | | | | | | | | | Reviewed-by: Trust Me
| | * | Update contact URL in license headers.Jason McDonald2009-08-12230-230/+230
| | | | | | | | | | | | | | | | Reviewed-by: Trust Me
| | * | Introducing icon theme supportJens Bache-Wiig2009-08-101-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 Vattekar2009-08-071-0/+1
| | | | | | | | | | | | | | | | Reviewed-by: Kent Hansen
| | * | Merge AudioServices into mainline.Justin McPherson2009-08-051-0/+5
| | | |
| | * | Fix compilation and warningAlexis Menard2009-08-032-3/+5
| | | | | | | | | | | | | | | | Reviewed-by: TrustMe
* | | | Give a default size.Warwick Allison2009-08-131-0/+3
| | | |
* | | | KeyActions change to use Keys....Tapani Mikola2009-08-131-3/+4
| | | |
* | | | Small cleanup to webbrowser.qml not to use url as property id. Using ↵Tapani Mikola2009-08-131-9/+8
| | | | | | | | | | | | | | | | urlString instead. In addition title back to show the page title.
* | | | Border Image fis to webbrowser.qmlTapani Mikola2009-08-131-4/+5
| | | |
* | | | BorderImage fix.Tapani Mikola2009-08-131-2/+2
| | | |
* | | | Added selectAll call to the url FieldText when starting edit.Tapani Mikola2009-08-131-0/+1
| | | |
* | | | Made the url input text field to work with the FieldText component copied ↵Tapani Mikola2009-08-135-24/+201
| |_|/ |/| | | | | | | | and slightly modified from contacts demo.
* | | Fix demo KeyActions -> KeysMartin Jones2009-08-131-2/+2
|/ /
* | As WebView now has attached properties, it can't be used as an idAaron Kennedy2009-08-101-27/+27
| |
* | Add new class QFxBorderImage.Yann Bodson2009-08-091-2/+2
| | | | | | | | | | * Move scalegrid code into QFxBorderImage * Update examples
* | Make Flickr smooth again.Yann Bodson2009-08-072-5/+5
| |
* | Renaming: FocusRealm -> FocusScopeYann Bodson2009-08-031-2/+2
| |
* | Fix Flickr rotationYann Bodson2009-08-031-5/+6
| |
* | Improve calculator demo and add missing text property to QmlPalette.Yann Bodson2009-08-037-55/+25
| |
* | Use new enum ints (should be ids!)Warwick Allison2009-07-313-6/+6
| |
* | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-07-3116-39/+36
|\ \ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Rename Rect.pen to Rect.borderMichael Brasser2009-07-319-11/+11
| | |
| * | Rename centeredIn to centerIn.Michael Brasser2009-07-318-9/+9
| | |
| * | Introduce Loader item.Michael Brasser2009-07-301-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 Bodson2009-07-292-10/+7
| |\ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Make SameGame ScalableAlan Alpert2009-07-292-10/+7
| | | | | | | | | | | | | | | | | | | | Resize your window and hit new game This may invalidate high scores.
| * | | KeyActions::return -> KeyActions::keyReturnYann Bodson2009-07-292-2/+2
| |/ /
* | | Merge branch 'master' of ../qt into kinetic-declarativeuiAaron Kennedy2009-07-302-2/+4
|\ \ \ | |/ / |/| / | |/ | | Conflicts: src/gui/widgets/qlinecontrol_p.h
| * Add XML schema example to qtdemoPeter Hartmann2009-07-291-0/+1
| | | | | | | | Reviewed-by: Frans Englich
| * Fix compilation errors in examples and demos on VxWorks and QNX.Robert Griebl2009-07-291-2/+3
| | | | | | | | Reviewed-by: Harald Fernengel
* | simplify the code.Lars Knoll2009-07-291-4/+3
| |
* | fix all examples after change to QGraphicsTransform::origin.Lars Knoll2009-07-293-3/+3
| |