summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/2.7'Eike Ziller2013-04-196-38/+33
|\
| * Doc: make instructions for adding kits easier to findLeena Miettinen2013-04-186-38/+33
| | | | | | | | | | | | | | | | | | | | | | | | As the Qt version and compiler are now specified in a kit, and not in build settings any more, the instructions for adding kits, Qt versions, and compilers should be moved up one level, directly under "Configuring Projects". I also added some instructions and links to them in the text. These topics could also go into "Building and Running", but I feel they now fit quite well here. Change-Id: Icdf436a97e824e44a5997f39a105996c5bef05dc Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
* | Merge remote-tracking branch 'origin/2.7'Eike Ziller2013-04-184-4/+51
|\ \ | |/ | | | | | | | | | | Conflicts: src/plugins/pythoneditor/tools/lexical/pythonformattoken.h Change-Id: I7b921cd975aa755166a80d219ed5e8b69888aeb0
| * Doc: add troubleshooting information to tutorialLeena Miettinen2013-04-171-1/+10
| | | | | | | | | | | | | | | | | | | | Add links to information about adding Qt versions and compilers and configuring kits to the "Building and Running an Example" tutorial. Change-Id: I57892ae6ca58ccccfda6512b2b3b9f5bce17b4da Reviewed-by: Sze Howe Koh <szehowe.koh@gmail.com> Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
| * Doc: default encoding set to UTF-8 in text editorLeena Miettinen2013-04-161-3/+18
| | | | | | | | | | | | | | UTF-8 is required by Qt 5. Change-Id: I7750b337296c8edf997d2610cca126530f737c37 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
| * Doc: Android API level supported by Qt 5Leena Miettinen2013-04-151-0/+4
| | | | | | | | | | Change-Id: I3822a47f98a9f2f31eda81c939b900ca5467bc51 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
| * Doc: mapping source paths for debuggerLeena Miettinen2013-04-121-0/+19
| | | | | | | | | | | | | | | | Task-number: QTCREATORBUG-8656 Change-Id: Icebbd69b56aa6b47ce872957dddfcaf01868b039 Reviewed-by: hjk <hjk121@nokiamail.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
* | Custom wizard: Add setting for PathChooser's expectedKind.Martin T. H. Sandsmark2013-04-171-1/+19
| | | | | | | | | | | | Change-Id: Iff8955d0db20c5c00f8a1745ab1f4310482254cb Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by: Daniel Teske <daniel.teske@digia.com>
* | CppEditor: Add refactoring operation to move definition of a functionLorenz Haas2013-04-151-0/+27
| | | | | | | | | | | | | | | | | | | | | | With this new operation it is possible to move a function definition from a cpp file to the header file or vice versa. One can also move a function definition outside the class body. Task-number: QTCREATORBUG-516 Task-number: QTCREATORBUG-5364 Change-Id: Id3daefe79284bd9086282369c9d251e003951c11 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
* | Fix documentation of the acceptRichText attribute in custom wizard.Friedemann Kleint2013-04-121-4/+3
| | | | | | | | | | Change-Id: Id37e8e0444124f8863c67d584a46937d7ad0af53 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
* | Custom wizard: Introduce acceptRichText-property for QTextEdit.Friedemann Kleint2013-04-121-0/+5
| | | | | | | | | | | | | | | | Defaults to false (as opposed to QTextEdit's default) to suppress formatting when pasting code from bugtrackers, etc. Change-Id: Ib3dddd1424e56edef48bc63fb13d6c22e18a815c Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* | Merge remote-tracking branch 'origin/2.7'Eike Ziller2013-04-111-15/+135
|\ \ | |/ | | | | | | | | | | | | Conflicts: src/plugins/cpptools/cppchecksymbols.h src/plugins/qmldesigner/components/formeditor/resizecontroller.cpp Change-Id: I887ba071fa637ad44e39bcae581738fa078a6612
| * Doc: fix typo: widget.xml > wizard.xmlLeena Miettinen2013-04-111-1/+1
| | | | | | | | | | | | | | Task-number: QTCREATORBUG-7909 Change-Id: Ib04c10559e7945efc8fc8ddb320bd1300620fd33 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
| * Doc: XML attributes of the fieldcontrol elementLeena Miettinen2013-04-091-14/+134
| | | | | | | | | | Change-Id: I6ef3a730f659b7275d993d5d685d757b5adbcd93 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
* | Merge remote-tracking branch 'origin/2.7'Eike Ziller2013-04-087-40/+41
|\ \ | |/ | | | | | | | | | | | | | | | | Conflicts: src/plugins/android/androidrunner.cpp src/plugins/clearcase/clearcasesync.cpp src/plugins/fakevim/fakevimhandler.cpp tests/auto/ioutils/ioutils.pro Change-Id: I31587b8a4dd6aacc1e76803159da51a972878370
| * Doc: VCS information is visible in the Projects paneLeena Miettinen2013-04-051-0/+3
| | | | | | | | | | | | | | | | | | | | If available, the name of the branch from which the project was opened is displayed in brackets after the project name in the Projects view in the sidebar the Edit mode. Change-Id: Iffec0c8b1a822605f3bbd9d94a1d84aba0cda2e2 Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
| * Doc: fix misleading information about indentationLeena Miettinen2013-04-056-40/+38
| | | | | | | | | | | | | | | | Intentation is set separately for text files that contain C++ or QML code and other text files. Change-Id: I5106d794ad516f745b07b0ebbb94bd4a652060d8 Reviewed-by: David Schulz <david.schulz@digia.com>
* | Hide internal API when generating API documentation.Eike Ziller2013-04-031-4/+3
| | | | | | | | | | | | | | Knowledge why internal API was explicitly enabled is lost. Change-Id: Ie35b31f624be413405bf2f28cf97822aa687bb3d Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
* | Add documentation for variable chooser.Eike Ziller2013-04-021-0/+0
| | | | | | | | | | Change-Id: I26da0ec0d092ba83a30a4db156d8e5237ab8f001 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
* | Add document about plugin manager/object pool.Eike Ziller2013-04-022-0/+122
| | | | | | | | | | | | Change-Id: I60d3a60f2a6933f9b1fe1501bab4dca95dda4d8c Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* | Merge remote-tracking branch 'origin/2.7'Eike Ziller2013-03-261-16/+13
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: qtcreator.pri qtcreator.qbs share/qtcreator/qml/qmlpuppet/interfaces/interfaces.pri share/qtcreator/qml/qmlpuppet/qml2puppet/instances/nodeinstancesignalspy.cpp share/qtcreator/qml/qmlpuppet/qml2puppet/instances/objectnodeinstance.h share/qtcreator/qml/qmlpuppet/qmlpuppet/instances/objectnodeinstance.h src/plugins/debugger/debuggerplugin.cpp src/plugins/qmldesigner/components/componentcore/modelnodecontextmenu_helper.cpp src/plugins/qmldesigner/components/debugview/debugview.cpp src/plugins/qmldesigner/components/formeditor/abstractcustomtool.cpp src/plugins/qmldesigner/components/formeditor/abstractcustomtool.h src/plugins/qmldesigner/components/formeditor/formeditorview.cpp src/plugins/qmldesigner/components/integration/stackedutilitypanelcontroller.h src/plugins/qmldesigner/components/itemlibrary/itemlibraryview.cpp src/plugins/qmldesigner/components/navigator/navigatorview.cpp src/plugins/qmldesigner/components/propertyeditor/propertyeditor.cpp src/plugins/qmldesigner/components/stateseditor/stateseditorview.cpp src/plugins/qmldesigner/designercore/include/abstractview.h src/plugins/qmldesigner/designercore/include/qmldesignercorelib_global.h src/plugins/qmldesigner/designercore/include/rewriterview.h src/plugins/qmldesigner/designercore/metainfo/metainforeader.cpp src/plugins/qmldesigner/designercore/metainfo/subcomponentmanager.cpp src/plugins/qmldesigner/designercore/model/abstractview.cpp src/plugins/qmldesigner/designmodewidget.cpp Change-Id: I9d8126e88397c02a87b5e4ab4da44e2bc7089134
| * Update documentation on enabling the Qbs project manager.Eike Ziller2013-03-211-16/+13
| | | | | | | | | | Change-Id: Ide78109917d04464b5beb51d05599bd92182a343 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
* | Merge remote-tracking branch 'origin/2.7'Eike Ziller2013-03-183-7/+7
|\ \ | |/ | | | | | | | | | | Conflicts: doc/src/debugger/qtquick-debugger-example.qdoc Change-Id: If9a6ac2db76773c50aae26c5156e6aa2603329b3
| * Doc: the script console is now an output paneLeena Miettinen2013-03-133-6/+6
| | | | | | | | | | | | | | | | Fix some remaining occurences and screenshots. Change-Id: Ibb8d874996fe767aca180b2964559313efa8157e Reviewed-by: Eike Ziller <eike.ziller@digia.com> Reviewed-by: Aurindam Jana <aurindam.jana@digia.com>
* | Doc: replace "element" with "QML type" or "item"Leena Miettinen2013-03-1316-207/+202
| | | | | | | | | | | | | | | | | | | | | | Try to make terminology more consistent, by using "QML type" when describing the types, "item" when describing instances of QML types, and "component" when describing objects built by using QML types. Change-Id: Ie03f3a7e6f483471e344ae1f35bec0742173b27c Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
* | Doc: switch fixed links from Qt 4.8 to 5.0Leena Miettinen2013-03-1322-82/+82
|/ | | | | | | | Will look into changing automatically created links in another patch. Change-Id: I29b61c5301402c40d9e711762a6b57479088152b Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
* Add notes about deployment to generic linux devicesDaniel Molkentin2013-03-111-0/+16
| | | | | Change-Id: I00608da5000e9bb2274aae8b27dee2235d7852b8 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
* Doc: Removing tracking code from template.Jerome Pasion2013-03-081-14/+1
| | | | | | | Task-number: QTCREATORBUG-8627 Change-Id: I7d98c15789618a16ebca024cf0a88cc9f19c378a Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
* Doc: Add Definition now works for all functionsLeena Miettinen2013-03-071-1/+1
| | | | | Change-Id: Ic207120b5a4109fa8a9a521be6cb0bbbcebc8f9b Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* Doc: update screenshot of help search paneLeena Miettinen2013-03-071-0/+0
| | | | | | | Shows the new Qt 5 doc style. Change-Id: Ia9308e110d2587f429cd271e35ef078fbeab9396 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
* BlackBerry key signing documentationRafael Roquetto2013-03-076-0/+95
| | | | | | Change-Id: I88dd8ecb73bafa2b41d7b9051d6c95c37411fa82 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by: Laszlo Papp <lpapp@kde.org>
* Doc: fix links to snippetsLeena Miettinen2013-03-071-3/+3
| | | | | Change-Id: If49af3120714320e850c4c60fa2fe7739850574b Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
* Doc: add BlackBerry 10 to supported target platformsLeena Miettinen2013-03-061-4/+9
| | | | | | Change-Id: Ie41f64e10c783baf643e1f97386db1757d0d6dd3 Reviewed-by: Mehdi Fekari <mfekari@rim.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
* Doc: use prepositions more consistently: "deploy to"Leena Miettinen2013-03-068-13/+13
| | | | | Change-Id: Icf84c96b7cb300ab7d208b6b4f13276ba0b3d143 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
* Doc: update the tutorial app to Qt Quick 2Leena Miettinen2013-03-068-51/+18
| | | | | Change-Id: I9fafe7471567ed9cffae9e86a6c7e15069b683cb Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
* Doc: new Qt Quick 2 project wizardsLeena Miettinen2013-03-061-8/+9
| | | | | Change-Id: I454ba63b045928d4dcc0ebd4690a2c28cd437056 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
* Doc: kits can be added for BlackBerry 10Leena Miettinen2013-03-051-0/+2
| | | | | | Change-Id: I765b3f1b58cfd17e8dfec9d43e04aebf3e403492 Reviewed-by: Mehdi Fekari <mfekari@rim.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
* Doc: items in Issues page context menuLeena Miettinen2013-03-051-2/+6
| | | | | | | | Remove and Show in Editor items were not documented. Change-Id: Iec7f2ae6ebc76f715e790de5dbb2e8dbc064b631 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
* Doc: update project wizard screenshotsLeena Miettinen2013-03-055-0/+0
| | | | | Change-Id: I83ccb5aad44b9294e760f758147c1559ab52b21f Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
* Doc: fix link to previous page in Getting StartedLeena Miettinen2013-03-051-1/+1
| | | | | | | | The link should point to the front page, not the glossary. Fixnavi somehow messes this up. Change-Id: Ide1bf5b784874d847a9812d9705518dee6845111 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
* Doc: remove image of Filter Files iconLeena Miettinen2013-03-051-3/+1
| | | | | | | | | The icon and text pointed to the same function, somewhat confusingly, and the image already appears on this page. Change-Id: I15c317280f6689c854d541684cf0e835cc30de7b Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
* Doc: changes to Android pluginLeena Miettinen2013-03-055-40/+36
| | | | | | Change-Id: Ib20faa1df93e1407635a247b93b6c667bff4b256 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com> Reviewed-by: Daniel Teske <daniel.teske@digia.com>
* Doc: QML/JS console is now an output paneLeena Miettinen2013-03-053-8/+17
| | | | | | | The console is available in all modes. Change-Id: Iae6d656b255f2836a96b71bcbc9a6e2bbdffbcfc Reviewed-by: Aurindam Jana <aurindam.jana@digia.com>
* Doc: new task list functionsLeena Miettinen2013-03-041-18/+21
| | | | | Change-Id: I560ffbdc68be688fd132239a08ce357c2be9c9a4 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
* Doc: fix link to Qt Quick 1 app tutorial in TOCLeena Miettinen2013-03-011-1/+1
| | | | | Change-Id: I3b309706c15e586e47ba0573b170ad15060b6d12 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
* Qnx: add basic BB10 help pagesEl Mehdi Fekari2013-03-019-5/+120
| | | | | Change-Id: I5d2f16a6aa7824e47ec72ae7bd3f4fadfbc7518a Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
* adapt fixnavi to \o => \li changeOswald Buddenhagen2013-02-281-1/+1
| | | | | Change-Id: Idccff2aba0f1b2c645dd8806367bb8ed991f62be Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
* Doc: update info about building the docsLeena Miettinen2013-02-281-16/+14
| | | | | Change-Id: I80de9d6b13e286f9eb95efc69b5b4b5256541f2f Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
* Doc: taking screen shotsLeena Miettinen2013-02-281-2/+53
| | | | | Change-Id: I8b0be0e822efcd538e5642bdf33b06016294748d Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
* Doc: new Git functionsLeena Miettinen2013-02-283-100/+123
| | | | | | | | Rewrite doc to reflect the new structure of the Git menu. Change-Id: I9d4638379416ea33ce0b1399265e8b08ed7fe6e5 Reviewed-by: Orgad Shaneh <orgads@gmail.com>