summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets
Commit message (Collapse)AuthorAgeFilesLines
* Change to commercial license headers in preparation for release.Jason McDonald2010-09-0725-325/+325
| | | | Reviewed-by: Trust Me
* Improve docs on QML Animation page and associated elementsBea Lam2010-08-0810-183/+520
| | | | | Task-number: QTBUG-12666 (cherry picked from commit a9aaaf30b6c542b5c9e3c1e1681088ab26a530c0)
* Removed duplicate case for const variable snippet.Jerome Pasion2010-08-081-5/+0
| | | | | | Reviewer: David Boddie Task number: QTBUG-10411 (cherry picked from commit 1f32f4013ab9178e8434bff847013a84491fe516)
* Add missing snippet fileBea Lam2010-08-061-0/+60
| | | | | Task-number: QTBUG-12628 (cherry picked from commit c3bddbe29918951bd0d4220f62443add2a1fe938)
* State doc fixes, improvementsBea Lam2010-08-033-35/+76
| | | | | Task-number: QTBUG-12570 (cherry picked from commit 3daee8e915f9845fb104e57c7f35fdb2f7251df5)
* Add snippets directory as it was missed in initial merge.Toby Tomkins2010-08-0210-6/+441
| | | | Task-number: QTBUG-12498
* Update QML Documents exampleBea Lam2010-08-021-0/+66
| | | | | Task-number: QTBUG-12526 (cherry picked from commit eef2e72976f3f8d10a34c9dfb3f60f40616f4df9)
* Component docsBea Lam2010-07-291-0/+60
| | | | | Task-number: QTBUG-12447 (cherry picked from commit dd871bf6208821ab9852680a338133accbfdedd7)
* Fixes for Dynamic Object Management docs. Also adds links toBea Lam2010-07-293-22/+69
| | | | | | | this page from other documentation. Task-number: QTBUG-12446 (cherry picked from commit ceeb0fc0327c99de55d4dd6114908ec389dc58eb)
* PathView doc clarification.Martin Jones2010-07-291-6/+6
| | | | (cherry picked from commit 931222b7d665e101ada070afb51b82f9bb85db6d)
* Allow MouseArea dragging to filter mouse events from descendantsMartin Jones2010-07-261-0/+72
| | | | | | | | | This allows dragging a MouseArea that contains a clickable MouseArea, for example. Task-number: QTBUG-12323 Reviewed-by: Michael Brasser (cherry picked from commit 5dd0dfcd7a079065f99c6149c15b58e69f302729)
* improvements to docs and examplesBea Lam2010-07-261-6/+7
| | | | (cherry picked from commit 07ebc9161263c04dc072b9fc2a922b9665cbe7be)
* fixes for dynamic object creation docsBea Lam2010-07-263-33/+37
| | | | (cherry picked from commit c95889b7896dc5418841ef72326d99296943e616)
* Removed the need to specify -arch symbian when compiling on Linux.axis2010-07-221-2/+2
| | | | | | Task: QTBUG-11385 RevBy: Jason Barron (cherry picked from commit d9e75d77ac3da86c32d280895beac2936d8869ca)
* Follow -> Behaviormae2010-07-192-6/+10
| | | | | Replace the usages of Follows with Behaviors, update docs. (cherry picked from commit b22a5e13003ff9f23b075284a1a1e0a6b0e46250)
* fixes, improvements for various docs and example codeBea Lam2010-07-189-18/+530
| | | | (cherry picked from commit 1ea53e6055a7c4e9677a5003725785ad503bb242)
* Fixed install docs for Qt for Symbian on Linux.axis2010-07-161-1/+1
| | | | (cherry picked from commit 920980c77269325cc94efd2ff10347bd2745736d)
* Support for "deploy" make target in SymbianMiikka Heikkinen2010-07-021-2/+1
| | | | | | | | Executing "make deploy" will recreate project sis file and deploy it into a device. Task-number: QTBUG-5155 Reviewed-by: axis
* docs - quote code with snippets, other improvementsBea Lam2010-07-011-1/+1
|
* Doc: Relicensed the documentation under the GNU FDL version 1.3.David Boddie2010-06-211-0/+479
| | | | | Reviewed-by: Trust Me Requested-by: Legal
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7David Boddie2010-06-1617-61/+1044
|\
| * Doc improvements, including snippet fixes, linking to examples, makingBea Lam2010-06-114-102/+78
| | | | | | | | docs more consistent
| * Make snippet compile and pass license test, and add missing snippet fileBea Lam2010-06-111-0/+97
| |
| * Remove accidentaly added characters.Martin Jones2010-06-101-1/+1
| |
| * Doc improvements: move some example code to snippets, add screenshots,Bea Lam2010-06-0912-5/+676
| | | | | | | | other minor doc fixes
| * Move some example code into snippets/ and add other doc fixesBea Lam2010-06-095-2/+241
| |
* | Doc: Updated example license to three clause BSD license.David Boddie2010-06-10833-23177/+22345
|/ | | | | | | See change 8f47373e3795d7ec50387d5f1a771a59567bdaea for context. Reviewed-by: Trust Me Requested-by: Legal
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-06-031-4/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: (30 commits) Revert "Split Symbian bearer plugin into three platform specfic plugins" Don't poll non-polling engines when configurations are in use. Doc: updating images Fix a corner case where a gesture sometimes doesn't start. write PO files without duplicated message ids my changes Fix failing bypassShaping autotest on the Mac OS X More Pixmap cache key optimizations QNAM: Improve child deletion order QSslCertificate: support large serial numbers Split Symbian bearer plugin into three platform specfic plugins Doc: adding offline docs to assistant and Qt Creator. Improving small docs and adding highlighting Some optimizations for QImage::load() fix setRawData() Fix QML crashes on the N900 doc: Added DITA XML generator Fix build failure on Symbian 3.1. Add the Qt::TextBypassShaping flag. QTextEngine: skip an unnecessary call to GetDeviceCaps on Windows. Add my 4.7.0 changes ...
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-06-011-4/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: doc: Added DITA XML generator Fix build failure on Symbian 3.1. Add the Qt::TextBypassShaping flag. QTextEngine: skip an unnecessary call to GetDeviceCaps on Windows. Add my 4.7.0 changes qdoc: Added DITA XML generator doc: Fixed confusing ownership issue. update Russian translations for Qt tools update Russian translation for Qt libraries QXmlSchema documentation correction doc: Changed last breadcrumb to not be a link. doc: Fixed reference to setSize(), which is in QRectF. QNetworkCookie: do not accept cookies with non-alNum domain QtDeclarative: Remove trailing commas in enums Doc: MonotonicClock is obviously monotonic
| | * QXmlSchema documentation correctionPeter Hartmann2010-05-311-4/+1
| | | | | | | | | | | | | | | | | | use a QByteArray to load the schema, not a QIODevice. Reviewed-by: David Boddie
* | | Doc fixes and improvements - fix some example code, link toBea Lam2010-06-029-227/+158
|/ / | | | | | | examples from class docs and improve assorted docs
* | License.Warwick Allison2010-06-011-0/+41
| | | | | | | | Pass headers test
* | Fix docYann Bodson2010-06-011-1/+1
| |
* | Various doc fixes and improvementsBea Lam2010-05-311-0/+52
| |
* | Document issues with rectangle border width of 1 where clipping is usedBea Lam2010-05-311-0/+19
|/
* Add more examples of XPath expressions to XmlRole.Bea Lam2010-05-262-0/+95
| | | | Task-number: QTBUG-10852
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-05-261-0/+2
|\
| * Fix Gradient doc snippet.Yann Bodson2010-05-261-0/+2
| |
* | Fix TextEdit clipping when not wrapped. Rename most-useful-wrap-mode to "Wrap".Warwick Allison2010-05-261-3/+5
|/
* Example of a simple TextEditor look-and-feel.Warwick Allison2010-05-251-0/+71
| | | | Task-number: QTBUG-10940
* Added autotest for Component.createObject() without Qt.createComponent()Alan Alpert2010-05-242-0/+4
| | | | | | Also augmented the docs for both functions a little. Task-number: QTBUG-10926
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-05-2134-0/+1394
|\ | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: Fix FolderListModel parentFolder property's file drive handling Add license headers for .qml files. Also show file/line numbers on XML query errors. Print warnings for xml query syntax errors Clean up Add XmlListModel::get()
| * Add license headers for .qml files.Jason McDonald2010-05-2134-0/+1394
| | | | | | | | | | | | | | Examples get the BSD license, while all other .qml files get the LGPL/tech-preview license. Reviewed-by: Trust Me
* | Fixes QGraphicsItem::scroll issuesBjørn Erik Nilsen2010-05-211-0/+6
|/ | | | | | | | | | | | | | | | | | | | The biggest and most important issue was that QGraphicsItem::scroll always accelerated the scroll without taking overlapping items or opacity into account, which caused drawing artifacts. We can only do accelerated scrolling if the item is opaque and not overlapped by other items. There's no (sane) way to detect whether an item is opaque or not (similar to Qt::WA_OpaquePaintEvent), which means we cannot support accelerated scrolling unless the item is cached into a pixmap (QGraphicsItem::setCacheMode). The second issue was that QStyleOptionGraphicsItem::exposedRect always contained the whole boundinRect() after an accelerated scroll (even with the QGraphicsItem::ItemUsesExtendedStyleOption flag enabled). Auto test included. Task-number: QTBUG-8378, QTBUG-7703 Reviewed-by: yoann
* Rename Component::errorsString() -> errorString() (and also forBea Lam2010-05-201-2/+2
| | | | QDeclarativeComponent)
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-05-193-1/+81
|\ | | | | | | | | | | Conflicts: doc/src/snippets/declarative/listview/highlight.qml doc/src/snippets/declarative/listview/listview.qml
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-05-193-3/+3
| |\ | | | | | | | | | | | | | | | Conflicts: src/imports/folderlistmodel/qdeclarativefolderlistmodel.cpp src/imports/folderlistmodel/qdeclarativefolderlistmodel.h
| | * Renaming "Qml Launcher" back to "QML Viewer"Kai Koehne2010-05-183-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | Change the official name of the qml executable back to "Qt QML Viewer" - the original name before it got renamed to "QML Runtime" and then "QML Launcher". Also, the new Mac OS X bundle name is "QMLViewer" (without a space to ease command line use).
| * | docWarwick Allison2010-05-191-0/+17
| |/
* | Doc improvementsBea Lam2010-05-193-96/+86
|/