summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/whatsnew.qdoc
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '4.8' of scm.dev.nokia.troll.no:qt/qtDavid Boddie2011-06-171-13/+1
|\ | | | | | | | | | | | | Conflicts: doc/src/declarative/righttoleft.qdoc examples/draganddrop/fridgemagnets/main.cpp examples/script/context2d/main.cpp
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-05-271-13/+1
| |\ | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: Remove unnecessary QtQuick 1.1 effectiveLayoutDirection, effectiveHorizontalAlignment and anchors.mirror properties
| | * Remove unnecessary QtQuick 1.1 effectiveLayoutDirection, ↵Joona Petrell2011-05-271-13/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | effectiveHorizontalAlignment and anchors.mirror properties * these properties are seldomly used * they confuse developers that do not care about right-to-left user interfaces * LayoutMirroring.enabled property can be used instead to determine if mirroring is enabled * if needed, you can easily determine the effective layout directions and alignments with a little bit of JavaScript: function effectiveLayoutDirection() { if (LayoutMirroring.enabled) return (listView.layoutDirection == Qt.LeftToRight) ? Qt.RightToLeft : Qt.LeftToRight; else return listView.layoutDirection; } Task-number: QTBUG-11042 Reviewed-by: Martin Jones
| * | Update licenseheader text in source filesJyri Tahtela2011-05-131-10/+10
| |/ | | | | | | | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* | Merge branch '4.8' of scm.dev.nokia.troll.no:qt/qtDavid Boddie2011-05-241-10/+10
|\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: src/gui/text/qrawfont.cpp src/gui/text/qtextlayout.cpp src/gui/util/qscroller.cpp src/gui/widgets/qlineedit.cpp
| * | Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-10/+10
| |/ | | | | | | | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* | Doc: Various fixes to documentation, some based on changes in master.David Boddie2011-05-111-17/+21
|/
* fixes/improvements for new QML right-to-left docsBea Lam2011-03-211-1/+1
| | | | Clarify some of the docs and fix some broken doc links.
* Doc fix - QtQuick 1.1 schedulingBea Lam2011-03-181-1/+1
| | | | Change-Id: If19934bf378e5fbc6cb1dce1df2164905e97f0ed
* Update QML "What's New" docs.Martin Jones2011-03-111-5/+37
| | | | Change-Id: I80d2247cd05ef71907bbf690e8e68a8860a65d4c
* fix/improve docs for new QtQuick 1.1 attributesBea Lam2011-02-281-29/+32
| | | | | | | | | Ensure attributes added in QtQuick 1.1 are marked with the '\since QtQuick 1.1' tag. Also add links to items listed in the QtQuick 1.1 section in whatsnew.qdoc. Task-number: QTBUG-17771 Change-Id: Ic8fb3c8d3c99a1469c1767779efaafd27ef460e1
* update What's New for QtQuick 1.1 and AnimatedImage docsBea Lam2011-02-021-4/+14
|
* Add list of new properties/methods in QtQuick 1.1Martin Jones2011-01-241-1/+97
|
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| | | | Reviewed-by: Trust Me
* Fix license text.Jason McDonald2010-11-171-5/+5
| | | | Reviewed-by: Trust Me
* Document "import QtQuick 1.0" changeAaron Kennedy2010-09-291-0/+55
Task-number: QTBUG-13799