summaryrefslogtreecommitdiffstats
path: root/doc/src/examples
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6David Boddie2009-12-042-16/+16
| |\
| * | Doc: Added links to missing examples and placeholder documentation.David Boddie2009-12-041-1/+9
| | | | | | | | | | | | Reviewed-by: Trust Me
* | | Merge branch '4.6'Thiago Macieira2009-12-022-16/+16
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/corelib/global/qglobal.h src/gui/dialogs/qfiledialog_win.cpp src/plugins/qpluginbase.pri src/qbase.pri tests/auto/selftests/expected_cmptest.txt tests/auto/selftests/expected_crashes_3.txt tests/auto/selftests/expected_longstring.txt tests/auto/selftests/expected_maxwarnings.txt tests/auto/selftests/expected_skip.txt tools/assistant/tools/assistant/doc/assistant.qdocconf tools/qdoc3/test/assistant.qdocconf tools/qdoc3/test/designer.qdocconf tools/qdoc3/test/linguist.qdocconf tools/qdoc3/test/qmake.qdocconf tools/qdoc3/test/qt-build-docs.qdocconf tools/qdoc3/test/qt.qdocconf
| * | rename .qs files to .jsKent Hansen2009-11-261-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | QtScript _is_ JavaScript, there's no need to use a custom extension. Most of the other examples were already using .js, but there were two files that still had the .qs extension. Agreed with Simon. Reviewed-by: TrustMe
| * | Use a pixmap instead of an image in the tablet exampleBenjamin Poulain2009-11-251-13/+13
| |/ | | | | | | | | | | | | | | The transformations QImage->QPixmap are killing the performance of the tablet example. This is noticeable because of the number of events sent by the tablet (painting MUST be fast in tabletEvent()). Reviewed-by: David Boddie
* | Merge branch '4.6'Thiago Macieira2009-11-2511-0/+659
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/src/modules.qdoc examples/assistant/simpletextviewer/findfiledialog.cpp examples/webkit/fancybrowser/mainwindow.cpp src/gui/widgets/qtabbar.cpp src/gui/widgets/qtabbar_p.h tests/auto/qpixmap/tst_qpixmap.cpp tools/assistant/compat/helpdialog.cpp tools/assistant/compat/tabbedbrowser.cpp translations/translations.pri
| * Doc: Work in progress example placeholders.David Boddie2009-11-258-0/+388
| | | | | | | | Reviewed-by: Trust Me
| * fancybrowser example: make sure that images are rotated for loaded pagesJocelyn Turcotte2009-11-181-0/+4
| | | | | | | | | | | | See QTBUG-5532. Reviewed-by: Jedrzej Nowacki
| * Doc: Added missing example documentation.David Boddie2009-11-132-0/+267
| | | | | | | | Reviewed-by: Trust Me
* | Assistant: Add minimal documentation for as-yet-undocumented example.ck2009-11-171-0/+47
|/ | | | | Task-number: QT-2455 Reviewed-by: David Boddie