summaryrefslogtreecommitdiffstats
path: root/doc/src/declarative/focus.qdoc
Commit message (Collapse)AuthorAgeFilesLines
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-14/+14
| | | | | | | | Change copyrights and license headers from Nokia to Digia Change-Id: I280c0a575987d1770e354b4948f1d4d767d711ea Reviewed-by: Simo Fält <simo.falt@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
| | | | | | | | | | | | | - Replace Nokia contact email address with Qt Project website. - Remove "All rights reserved" line from license headers. As in the past, to avoid rewriting various autotests that contain line-number information, an extra blank line has been inserted at the end of the license text to ensure that this commit does not change the total number of lines in the license header. Change-Id: Ie7ba62011752fcb149b99b26317c54f2a0cfa931 Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
| | | | | | | | | Simple search and replace. This commit doesn't touch 3rd-party files, nor translations (where the change is not so simple and will be handled in a separate commit). Change-Id: I4e48513b8078a44a8cd272326685b25338890148 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* 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
* Shuffled navigation and modified next/previous links.Jerome Pasion2011-02-151-1/+1
| | | | Task-number: QTBUG-16071
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7Jerome Pasion2011-01-171-1/+1
|\ | | | | | | | | | | | | Conflicts: doc/src/declarative/elements.qdoc doc/src/declarative/extending.qdoc src/declarative/qml/qdeclarativecomponent.cpp
| * Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
| | | | | | | | Reviewed-by: Trust Me
* | Re-organized the Qt Quick page. Changed titles and links.Jerome Pasion2010-12-201-1/+4
| | | | | | | | Task-number: QTBUG-16071
* | Added \ingroup for the overview pages and \group page.Jerome Pasion2010-12-131-0/+2
|/
* Fixed the QML Focus document. Fixed snippets, images, and formatting.Jerome Pasion2010-12-061-219/+120
| | | | Reviewed-by: David Boddie
* Merge branch '4.7-upstream' into 4.7-docA-Team2010-10-051-12/+2
|\
| * Doc: typographical and spelling errors.Yann Bodson2010-10-011-2/+2
| |
| * Doc: remove unfinished and confusing mention to focus panels.Yann Bodson2010-10-011-10/+0
| |
* | Doc: Fixed the in-repository licenses for the documentation.David Boddie2010-10-041-5/+5
|/ | | | | | In the repository, we should always use the No Commercial license alongside the GNU Free Documentation License for documentation files.
* Add missing \l doc commandsBea Lam2010-07-291-1/+1
|
* QML focus API updates.Michael Brasser2010-07-211-4/+4
| | | | | | | | | The wantsFocus property has been renamed to activeFocus, to better reflect its value. Reading and writing the focus property is also now consistent -- this property represents focus within a scope. Other small changes were made to keep things consistent with the new naming. Reviewed-by: Aaron Kennedy
* Fix docs to link to the new QML Viewer page instead of the Runtime pageBea Lam2010-07-021-1/+1
| | | | | where applicable, and remove or rename references to 'qml' tool. Also improve QML Viewer docs.
* Docs - add more links to relevant examplesBea Lam2010-06-301-0/+4
| | | | Task-number: QTBUG-11754
* Doc: Relicensed the documentation under the GNU FDL version 1.3.David Boddie2010-06-211-25/+11
| | | | | Reviewed-by: Trust Me Requested-by: Legal
* Doc improvementsBea Lam2010-05-191-1/+6
|
* Add focus docs snippetsBea Lam2010-05-171-22/+1
|
* Remove references to qmlviewer in docs.Bea Lam2010-03-291-1/+1
|
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-2/+2
| | | | QDeclarativeXXX.
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml into ↵Qt Continuous Integration System2010-02-221-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/qt-qml: Replace QmlList* and QList* support with a single QmlListProperty type Rename MouseRegion -> MouseArea Update QmlChanges with animation API changes. Document the default velocity of EaseFollow Remove use of unexprted private classes. Fix compile error on Solaris Increase durations when testing Behaviors. Add cached path rounded rect painting benchmark. Remove use of direct event posting. Use QTest::keyClick() for keys.
| * Rename MouseRegion -> MouseAreaMartin Jones2010-02-221-1/+1
| |
* | Doc: these files are NOT part of the test suite of the Qt toolkitThiago Macieira2010-02-201-1/+1
|/
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-181-18/+18
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: mkspecs/linux-g++-x11egl/qplatformdefs.h src/declarative/qml/qmldom.h src/declarative/util/qmlview.cpp src/declarative/util/qmlview.h tools/qdoc3/cppcodemarker.cpp tools/qmldebugger/standalone/canvasframerate.cpp tools/qmldebugger/standalone/engine.cpp tools/qmldebugger/standalone/expressionquerywidget.cpp tools/qmldebugger/standalone/expressionquerywidget.h tools/qmldebugger/standalone/objectpropertiesview.cpp tools/qmldebugger/standalone/objectpropertiesview.h tools/qmldebugger/standalone/objecttree.cpp tools/qmldebugger/standalone/qmldebugger.cpp tools/qmldebugger/standalone/watchtable.cpp tools/qmldebugger/standalone/watchtable.h
| * Fix broken license headers.Jason McDonald2010-02-161-18/+18
| | | | | | | | Reviewed-by: Trust Me
* | Fix minor doc typoAlan Alpert2010-02-171-1/+1
|/
* Small doc fixes.Martin Jones2009-11-251-2/+2
|
* Doc improvmentsBea Lam2009-11-251-0/+2
|
* Documentation fix.Bill King2009-11-171-6/+7
| | | | Reviewed-by: Martin Jones
* Test Keys and KeyNavigation attached props. Fix Keys on<Key>PressedMartin Jones2009-11-061-0/+2
|
* Remove references to KeyActions in focus docs.Martin Jones2009-10-201-28/+60
|
* Merge branch 'kinetic-declarativeui' of ↵Bea Lam2009-10-091-20/+61
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * doc cleanupYann Bodson2009-10-081-0/+41
| |
| * doc cleanupYann Bodson2009-10-081-1/+1
| |
| * doc cleanupYann Bodson2009-10-071-19/+19
| |
* | Remove redundant QFxItem::activeFocusChanged(); is not used anywhere,Bea Lam2009-10-071-3/+3
|/ | | | presumedly replaced by QFxItem::focusChanged().
* Renaming: QFxView -> QmlViewYann Bodson2009-09-221-1/+1
|
* doc fixesYann Bodson2009-08-261-35/+35
|
* Renaming Rect -> RectangleYann Bodson2009-08-191-9/+9
|
* Renaming: FocusRealm -> FocusScopeYann Bodson2009-08-031-19/+19
|
* Docs.Martin Jones2009-05-061-2/+2
|
* Documentation.Martin Jones2009-05-061-81/+95
|
* Rename duiviewer to qmlviewer.Michael Brasser2009-04-301-1/+1
|
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-221-0/+248