summaryrefslogtreecommitdiffstats
path: root/doc/src/examples
Commit message (Collapse)AuthorAgeFilesLines
* Add image example.Bea Lam2010-06-071-0/+9
|
* Doc: Fixed a typoGeir Vattekar2010-06-011-1/+1
| | | | Task-number: QTBUG-10951
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into ↵Qt Continuous Integration System2010-05-311-4/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2: (21 commits) Doc: Fixed an off-by-one error in an example. Fix QT_NO_TEXTHTMLPARSER Fix QT_NO_DOM Fix QT_NO_TEXTSTREAM compilation errors. Fix QT_NO_VALIDATOR compilation. Doc: Removed a misleading sentence about a class constructor. Doc: correcting docs in QDrag::exec Doc: Adding note about QDrag::exec() Revert behavior of QTextLayout::boundingRect() when line width is set Fix unreasonably large width of QTextLayout::boundingRect() Doc: replacing old image Fix compilation with stricts compilers. Fix QT_NO_DIRMODEL build error in QtDeclarative. Revert "Added native key support to QSharedMemory API." Revert "Improved documentation for QSharedMemory's key/setKey functions." Fix a simple mistake in QXmlStreamReader::atEnd() docs. Improved documentation for QSharedMemory's key/setKey functions. Added native key support to QSharedMemory API. Make test work with shadow builds again. Doc: Corrected the documentation about the compression threshold. ...
| * Doc: Removed a misleading sentence about a class constructor.David Boddie2010-05-311-4/+2
| | | | | | | | | | Reviewed-by: Trust Me Task-number: QTBUG-10479
* | Split graphicsLayouts example into qgraphicslinearlayout andBea Lam2010-05-311-8/+18
| | | | | | | | qgraphicsgridlayout and clean up
* | Rename example layoutItem -> layoutitem and improve docsBea Lam2010-05-311-4/+4
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-05-255-16/+16
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: (50 commits) Dont crash when assigning the same input context twice. Fixed a typo in variable name in qlocale data generator. Fix for Norwegian and Korean languages on symbian. Remove unused function in QDBusConnectionPrivate Doc: Fixing bugs in HTML generator Updating 4.7.0 change log. Doc: Correcting style to class lists qdoc: Improved class index page. Added MSVC 2010 project files to .gitignore Fix architecture detection on GNU/Hurd. Revert "tst_bic: make it possible to test for cross-compilation" fix typo in documentation Improve Bearer Management related documentation in QNetworkAccessManager Compile with QT_NO_ACTION. Unbreak compilation outside Mac QDBusAbstractInterface: don't set lastError outside the object's own thread tst_bic: make it possible to test for cross-compilation Remove Q_PACKED from QChar and QLocale::Data. QDebug operator for QFlags Removing unneeded qDebug statement. ...
| * doc: Fixed many broken links.Martin Smith2010-05-203-9/+9
| |
| * doc: Fixed many broken links.Martin Smith2010-05-202-7/+7
| |
* | Integrate some QML examples and demos into qtdemoAlan Alpert2010-05-248-16/+96
|/ | | | | | | | | | | | | Includes minor changes and additions to the existing doc and examples, so that they follow Qt conventions better. Note that while blurring the background was part of the plan for the embedded QML viewer I could not get it to perform well enough. In the future, when blur is fast enough (or someone else can get it to perform better than I) -use-blur should become the default, and -no-blur the option. Task-number: QTBUG-10582
* Fixes for docs, example codeBea Lam2010-05-201-46/+144
|
* Create overview page for examples for Extending QML in C++Bea Lam2010-05-202-2/+327
| | | | Task-number: QT-3365 QT-3366
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-05-191-0/+144
|\ | | | | | | | | | | 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-192-18/+62
| |\ | | | | | | | | | | | | | | | Conflicts: src/imports/folderlistmodel/qdeclarativefolderlistmodel.cpp src/imports/folderlistmodel/qdeclarativefolderlistmodel.h
| * | docWarwick Allison2010-05-191-0/+2
| | |
| * | docWarwick Allison2010-05-191-0/+142
| | |
* | | Remove image example (covered in class docs)Bea Lam2010-05-191-7/+0
| |/ |/|
* | Rename some examples: proxyviewer -> networkaccessmanagerfactory,Bea Lam2010-05-181-12/+12
| | | | | | | | proxywidgets -> qwidgets, dynamic -> dynamicscene, velocity -> corkboards
* | DocumentationYann Bodson2010-05-182-6/+50
|/
* Restructure the examples. They are now organized into variousBea Lam2010-05-161-83/+101
| | | | | | subdirectories to make it easier to locate examples for certain features (e.g. animation) and to distinguish between different types of examples (e.g. very basic examples vs complex demo-like examples).
* Set the pictures for the examples of multitouchx29a2010-05-122-2/+2
| | | | | | | | Changed filenames in multitouch examples to follow the format of existing examples. Added a picture for the fingerpaint example using a selfbuilt table and the qTUIO library. Merge-request: 608 Reviewed-by: Benjamin Poulain <benjamin.poulain@nokia.com>
* Documentation for the Pad Navigator Example.Andreas Aardal Hanssen2010-05-121-3/+549
| | | | This also does a few touch-ups on the source code.
* Fix typos in Elastic Nodes example documentation.Andreas Aardal Hanssen2010-05-101-59/+65
| | | | Among other things, use \c instead of \e (courier instead of italic).
* Documentation for the Elastic Nodes example.Andreas Aardal Hanssen2010-04-291-1/+390
| | | | Checked for qdoc errors.
* Documentation for the Drag and Drop Robot example.Andreas Aardal Hanssen2010-04-291-3/+331
| | | | | | Checked that it doesn't introduce qdoc errors. Discussed with David and Martin; recommendation was to commit first and fix any errors via review in later commits.
* Add doc pages for qml examples.Yann Bodson2010-04-232-49/+260
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-04-227-0/+343
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (135 commits) Do not treat images in qml examples differently. Replace Flickable overshoot property with boundsBehavior Autotests and doc Give error on attempt to import types from too-early version number. Remove (undocumented) QML bindings for effects. De-straighten them lines. Doc: fix QStringList model doc (really). Doc: fix QStringList model docs Change return type to match value(). Add duration and easing properties to AnchorAnimation. Autotest Remove dead code Compile on Windows (export decl fix). Fix versioning of Qt Declarative's in-built types Fixed declarative/parserstress autotest. Fix parsing of regular expression literals. Fill out QGraphicsLayout bindings Update test files to new syntax Compile without Qt3 support. Ensure workerscript.qml works (autotested). ...
| * Add declarative demos to doc.Yann Bodson2010-04-205-0/+245
| |
| * Create doc pages for QML focus and minehunt examples.Yann Bodson2010-04-202-0/+98
| | | | | | | | Link to declarative examples from Qt's examples page.
* | fix typosOswald Buddenhagen2010-04-201-1/+1
|/
* Use the new memory cost reporting API in QtScript Custom Class exampleKent Hansen2010-03-251-0/+13
| | | | Also describe its purpose in the example doc.
* Bearer management documentation.Aaron McCarthy2010-03-242-0/+246
| | | | Add overview and examples from Qt Mobility.
* Minimal fix to get the svgalib example to compilePaul Olav Tvete2010-03-091-3/+0
| | | | | | | | | Confirmed to work in 16 and 32 bit modes. Patch made by David Boddie. Testing and README by me. Task-number: QTBUG-7403 Reviewed-by: David Boddie
* Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-s60axis2010-02-261-3/+2
|\ | | | | | | | | | | Conflicts: qmake/generators/symbian/initprojectdeploy_symbian.cpp qmake/generators/symbian/symmake_abld.h
| * doc: Removed bad grammar.Martin Smith2010-02-231-3/+2
| | | | | | | | Task: QTBUG-8033
* | doc: Fixed some qdoc errors.Martin Smith2010-02-161-1/+1
| |
* | Fix copyright year.Jason McDonald2010-02-161-1/+1
| | | | | | | | Reviewed-by: Trust Me
* | Merge remote branch 'origin/4.6' into qt-master-from-4.6Thiago Macieira2010-02-131-1/+1
|\ \ | |/ | | | | | | Conflicts: qmake/generators/symbian/symmake.cpp
| * doc: Fixed several typos.Martin Smith2010-02-121-1/+1
| | | | | | | | Task: QTBUG-7997
* | doc: Fixed some qdoc warnings.Martin Smith2010-02-051-23/+0
| |
* | Merge remote branch 'qt/4.6' into qt-master-from-4.6Qt Continuous Integration System2010-02-011-0/+3
|\ \ | |/ | | | | | | | | | | | | | | | | Conflicts: src/gui/kernel/qeventdispatcher_mac.mm src/gui/kernel/qt_cocoa_helpers_mac.mm src/gui/widgets/qmenu_mac.mm tests/auto/qgraphicswidget/tst_qgraphicswidget.cpp tools/assistant/tools/assistant/centralwidget.cpp tools/linguist/lupdate/main.cpp
| * Doc: Added a warning about the Accelerated Graphics Driver example.David Boddie2010-01-221-0/+3
| | | | | | | | | | Task-number: QTBUG-7403 Reviewed-by: Trust Me
* | Merge branch '4.6'Thiago Macieira2010-01-1812-0/+589
|\ \ | |/
| * Doc: Added placeholder pages for new examples and updated the overviews.David Boddie2010-01-1512-0/+589
| | | | | | | | Reviewed-by: Trust Me
* | Merge branch '4.6'Thiago Macieira2010-01-13229-232/+232
|\ \ | |/ | | | | | | | | | | | | | | | | | | Conflicts: bin/syncqt doc/src/deployment/deployment.qdoc src/corelib/io/qfsfileengine_win.cpp src/corelib/xml/qxmlstream.cpp src/opengl/gl2paintengineex/qpaintengineex_opengl2_p.h tools/assistant/tools/assistant/centralwidget.cpp tools/linguist/lupdate/main.cpp
| * Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2010-01-13229-229/+229
| |\ | | | | | | | | | | | | Conflicts: tests/auto/linguist/lupdate/testlupdate.cpp
| | * Update copyright year to 2010Jason McDonald2010-01-06229-229/+229
| | | | | | | | | | | | Reviewed-by: Trust Me
| * | Doc typos fixedJarek Kobus2010-01-081-3/+3
| |/ | | | | | | Reviewed-by: David Boddie <dboddie@trolltech.com>
* | Rename files in completer example since QDirModel is not used.Alexis Menard2010-01-081-15/+15
| | | | | | | | | | | | Doc updated for the example. Reviewed-by:TrustMe
* | Merge branch '4.6'Thiago Macieira2009-12-261-1/+9
|\ \ | |/ | | | | | | | | | | Conflicts: examples/webkit/fancybrowser/main.cpp src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp tools/assistant/tools/assistant/bookmarkmanager.cpp