Commit Graph

1768 Commits

Author SHA1 Message Date
Orgad Shaneh
2ce5b3bc0b Remove remaining PROVIDER references
Change-Id: I0bfcd7136ec0329cfe15983278c25f6b62415b68
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
2014-05-26 08:21:14 +02:00
Kai Koehne
61a9d40f96 Doc: Mention OpenGL issues in FAQ section
Change-Id: Ia185f15cfdb6106e2212a21ebe4c6b84c9da1fc6
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
2014-05-22 16:19:40 +02:00
Leena Miettinen
3d23a2dad2 Doc: use environment variables in paths
In the FAQ, so that users can copy-paste paths.

Task-number: QTCREATORBUG-12283
Change-Id: I4b0e7fda5c8877053d69b7b9b3f7f5f1c5093064
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
2014-05-22 13:35:48 +02:00
Eike Ziller
d46a73eacf Update "getting and building" page.
With Qt5 private headers are (or can be) installed, so no need to build
Qt yourself.

Change-Id: I58e2eecabbb6c767a583d867167ad17eeb7b6f2a
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
2014-05-16 16:42:48 +02:00
hjk
55c19c5042 Debugger: More flexibility for "ranged expressions"
The range boundary and stride can be integral expressions.
Also ( ) are valid delimiters now, making descriptions like
list.at(2.(4).100+2) acceptable.

Change-Id: Ief68c0a1b0b0d3813b2939d60e0806f5cd3ff0b0
Reviewed-by: Christian Stenger <christian.stenger@digia.com>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
2014-05-15 10:12:51 +02:00
Leena Miettinen
8ddf682885 Doc: update changed Valgrind menu item names
Update screen shot.

Change-Id: I255f4b8c620ad89239a20c0c211ed60961db1ade
Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
2014-05-13 09:38:20 +02:00
Leena Miettinen
18bd66c966 Doc: Valgrind is not really supported on OS X
According to Valgrind.org, support on OS X 10.8 and 10.9 is
experimental and mostly broken.

Change-Id: I58c4b93d0be45b800881ce55720f92d4b5eb75c8
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Reviewed-by: hjk <hjk121@nokiamail.com>
2014-05-06 12:00:52 +02:00
Leena Miettinen
d59d8b568d Doc: replace "Mac OS (X)" with "OS X"
Change-Id: I77f1cbbfc17d759d1587caf2a25a53498848e2ca
Reviewed-by: Jake Petroules <jake.petroules@petroules.com>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
2014-05-06 09:35:45 +02:00
Leena Miettinen
9b2b011406 Doc: support for Mac OS X 10.6 was dropped
Change-Id: Ic9f13c5303f6caa14ca5b3279a7f7509b9e12b73
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
2014-05-02 11:57:33 +02:00
Eike Ziller
0fb641c90e Merge remote-tracking branch 'origin/3.1'
Conflicts:
	qtcreator.pri
	qtcreator.qbs
	src/libs/qmljs/qmljsmodelmanagerinterface.cpp
	src/plugins/qmldesigner/designercore/instances/nodeinstanceserverproxy.cpp

Change-Id: Ie216b715d6f87a6d72d3b8fe3d4e777e561579f9
2014-05-02 10:00:20 +02:00
Leena Miettinen
ac6ea613e1 Doc: Inspect C++ Code Model function
Change-Id: I710cb8e1944378c214d2b81ec4d1c1d1990f7d43
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
2014-04-30 09:18:50 +02:00
Leena Miettinen
a9e4d6bf65 Doc: remove information about Necessitas SDK
Support for Necessitas is removed from master.

Change-Id: I06682c2673e933777a14f016aed2e7dcfd2fea67
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
2014-04-25 11:04:03 +02:00
Leena Miettinen
8bb50b1b1e Doc: update Accelbubble example
The app could not recover from receiving a NaN value from
the Accelerometer, so NaN values are ignored.

Change-Id: Ia33d800f7fe080e07dcf327c26b3772e994793bf
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
2014-04-24 14:02:06 +02:00
Leena Miettinen
95ddc795a5 Doc: Load QML Stack function
Change-Id: I80a376527d5c147e18f5afa6701b810354066df0
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
2014-04-24 11:14:10 +02:00
Leena Miettinen
e6fcde78cd Doc: add rules for UI text
Use double quotes if you need quotes.
Use QDir::toNativeSeparators() for file and directory names that you
pass to \c{tr().arg().
Do not use markup that spans the whole string.

Change-Id: I364f5b12d2d9c68c104bf8ff6a12d9e4fbab4514
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
2014-04-17 13:07:24 +02:00
Eike Ziller
8c1c106a4f Merge remote-tracking branch 'origin/3.1' 2014-04-14 16:53:23 +02:00
Leena Miettinen
7d6c823b86 Doc: update the Qt Quick app tutorial
The wizard in 3.1 uses a Window QML type instead of a Rectangle,
which means that states must be placed within a statusGroup.
The example can no longer be built from Qt Quick 1 elements.
Replaced \snippet commands with \quotefromfile commands.

Change-Id: Ia2cec2b8b638913a2b9b2e27b36e6f2f1ffc4a49
Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
Reviewed-by: Marco Bubke <marco.bubke@digia.com>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
2014-04-11 12:52:49 +02:00
Leena Miettinen
eb83338223 Doc: QML Dumper is built automatically
Update screen shot.

Change-Id: I770a83c282bc8a46efa011efb73f32cdbf46398c
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
2014-04-10 14:54:30 +02:00
Leena Miettinen
c0234c7aa1 Doc: update Qt Quick version imported by new project wizard
The Qt Quick Application wizard now offers the latest versions
of Qt Quick Controls (1.1) and Qt Quick (2.2).

Change-Id: Ief8c2c83632ad77dfdaaec2361ed7913538a0f9c
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
2014-04-10 14:52:09 +02:00
Leena Miettinen
6257b4aeeb Doc: add link to Publishing to Google Play in Qt docs
Change-Id: I5a8be96da231a8f7ced19aa6010ae08a55fcc601
Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
2014-04-10 14:39:37 +02:00
Leena Miettinen
ffec753e8f Doc: add QCC compiler
Change-Id: Ia6e6ffcc0067abe7bb02f37782ae513d82ccd4e3
Reviewed-by: David Kaspar <dkaspar@blackberry.com>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
2014-04-09 15:57:28 +02:00
Eike Ziller
b687658663 Merge remote-tracking branch 'origin/3.1'
Conflicts:
	qtcreator.pri
	qtcreator.qbs
	src/plugins/cpptools/cppcompletion_test.cpp

Change-Id: Ic5e75b3ef164de664a1449ffa8579beaf5b02521
2014-04-08 11:18:40 +02:00
Leena Miettinen
042c176a00 Doc: change filename and page name to match title
The Android app tutorial is now a more generic mobile app tutorial, so
it was moved to qtquick folder and renamed as creator-mobile-app-tutorial.qdoc.
The page name (HTML) was also changed accordingly.

Change-Id: I749f45a611b32204e5551884238f79d3d3b639fa
Reviewed-by: Sergio Ahumada <sahumada@blackberry.com>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
(cherry picked from commit 3e0ffdcba4)
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
2014-04-07 16:54:52 +02:00
Leena Miettinen
59b6031735 Doc: update QML Profiler information
The JavaScript events are integrated into the Timeline and Events
views for apps that use the V4 engine and are built with Qt 5.3.
Updated the Events view screenshot and removed the JavaScript
view screenshot.

Change-Id: Id7e74d91343ff049df580d487e729fdb20c57b0e
Reviewed-by: Ulf Hermann <ulf.hermann@digia.com>
2014-04-07 14:28:46 +02:00
Nikolai Kosjar
1b26e8a21b Doc: Fix typo
Change-Id: I32afc1f8da54e5875edbc0a5cfc62dbbdbec4bcf
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
2014-04-03 14:40:46 +02:00
Leena Miettinen
3e0ffdcba4 Doc: change filename and page name to match title
The Android app tutorial is now a more generic mobile app tutorial, so
it was moved to qtquick folder and renamed as creator-mobile-app-tutorial.qdoc.
The page name (HTML) was also changed accordingly.

Change-Id: I749f45a611b32204e5551884238f79d3d3b639fa
Reviewed-by: Sergio Ahumada <sahumada@blackberry.com>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
2014-04-03 11:07:47 +02:00
Leena Miettinen
f0fc3af0a8 Doc: Delete obsolete doc examples
The tutorials that were based on the Addressbook and Battery Status examples
have been removed from the manual.

Change-Id: I3eb55e40d652205d66ebe9e901736d1971809186
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
2014-04-01 14:26:03 +02:00
Leena Miettinen
b7336d18f0 Doc: Remove obsolete images
Change-Id: I4d026e4b6d7ce73f3e10860cc29e7c4090a5287f
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
2014-04-01 14:25:45 +02:00
Leena Miettinen
2301025c1d Doc: update the Android tutorial to also cover iOS
Rename as "Creating a Mobile Application".
Add the steps necessary for deploying to iOS devices.
Fix the link in the Tutorials tab in the Welcome mode.

Change-Id: Ie72bf087c789d8d1299b9b5ac19ad732da534012
Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
2014-04-01 14:01:36 +02:00
El Mehdi Fekari
b9813b5c58 Doc: Update creator-deployment-bb10.qdoc
Change-Id: I96ca087e3174d9631a24cd6f752547c75c0dc024
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Reviewed-by: David Kaspar <dkaspar@blackberry.com>
2014-03-31 14:21:36 +02:00
Eike Ziller
b0f5fbc866 Doc: Update first plugin example.
Change-Id: I90405eaba68efa0f6861a54a7283dc062a3d1408
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
2014-03-31 13:58:48 +02:00
El Mehdi Fekari
0afa004c0b Doc: Update creator-developing-bb10 page
Change-Id: I1c2366ad0c9dc7cf8e38df9b23a0f3c969273e85
Reviewed-by: David Kaspar <dkaspar@blackberry.com>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
2014-03-27 18:05:49 +01:00
Leena Miettinen
95507d325e Doc: refreshing provisioning profiles in iOS
If deployment to iOS devices fails, refreshing provisioning profiles might help.

Change-Id: Ic5d57c44fb73684edfbf92f897e0e439bf2e0208
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
2014-03-26 14:29:45 +01:00
Leena Miettinen
9d5330807f Doc: new buttons for downloading Android SDK and NDK
Change-Id: Ifa3b3e2268cf34185f794997a35b6f0eedcccc6b
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
2014-03-25 16:04:06 +01:00
Leena Miettinen
1e6577d940 Doc: fix styling issues
Add missing \endlist and remove a \li to keep related information in the same list item.

Change-Id: I91f1d2d7915b915b67e4e038244e912789f37b24
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
2014-03-25 15:41:38 +01:00
Leena Miettinen
34a643ac9e Doc: remove addressbook-sdk.qdoc from help dependencies
The file has been removed.

Change-Id: I8102eecb2a71a02166c670e4de4ebf48479ceff4
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
2014-03-25 15:41:18 +01:00
Leena Miettinen
a7d3340685 Doc: remove the Address Book Tutorial
The screenshots and instructions are partly outdated and the
tutorial has not been built as part of the Manual since 2.x.

Change-Id: I311f80d1d449ab82ebc65207686faeb0739f9d5e
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Reviewed-by: hjk <hjk121@nokiamail.com>
Reviewed-by: David Schulz <david.schulz@digia.com>
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
2014-03-25 15:07:14 +01:00
Christian Stenger
a9b53d5085 Help: Fix typo
Change-Id: If603d812276ee501085e58e290907688af5f5a6c
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
2014-03-25 12:46:27 +01:00
El Mehdi Fekari
5d5e98f0db Doc: Remove unrelated Qnx details
The creator-deployment-qnx contains details about deploying
BlackBerry projects using the BAR file descriptor, which doesn't
apply for all pure Qnx plarforms.

Change-Id: Iecfc2626b0de4ed016ef937b410e439c3bdc740a
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
2014-03-25 11:09:31 +01:00
Christian Kandeler
dd20f5e44c Doc: Fix syntax error in coding-style.qdoc.
Change-Id: Ibee52badb902061c36e18b44e9ed71a34ee7a72e
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
2014-03-21 15:46:10 +01:00
El Mehdi Fekari
cc4a4deda4 Qnx: Update the deployment steps for BlackBerry 10
Change-Id: I7e6d4d295ec994255cb91bfd43d268809e39bcf0
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
2014-03-21 10:59:50 +01:00
Topi Reinio
627e2b4807 Doc: Use the page title for linking to index.html
Because the Qt Creator documentation depends on Qt reference
docs for linking, qdoc will generate a collision page for
index.html as it exists in both.

This change prevents linking to the collision page in the
navigation links by using the page title as the link target
instead of the file name.

Task-number: QTCREATORBUG-11035
Change-Id: I5638e09b60543dc2068b0e4a269f8f72d4655b48
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
2014-03-17 14:53:01 +01:00
Leena Miettinen
0962c0b03f Doc: remove Qt Simulator macro
The Qt Simulator is no longer mentioned in the docs.

Change-Id: I8730e45c75f2e69dadc053ebfa205aa7b6eef5fd
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
2014-03-14 16:14:05 +01:00
Leena Miettinen
7b088afbe9 Doc: don't use the term SDK in connection with Qt
Replace with "Qt distributions" or "installers" or rewrite
in some other way.

Remove references to installing Qt 4 SDK, because it is
no longer available for downloading.

Change-Id: I291f82702e21d953f2efbb0e634d6454b4bc17b9
Reviewed-by: hjk <hjk121@nokiamail.com>
2014-03-14 16:12:10 +01:00
Leena Miettinen
d8858e6c26 Doc: Nokia Qt SDK is no longer available
Leaving the note for anyone who has Madde installed,
but is thinking of moving into Qt Creator 3.x.

Change-Id: I49d3326cee6594559631ba70718a05572dc2ea7b
Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
2014-03-12 13:15:16 +01:00
Leena Miettinen
645a3db28f Doc: remove note about Symbian support
Nokia has discontinued support for Qt development for Symbian
devices. The Nokia Qt SDK 1.x.x is no longer available for
download at Nokia sites.

Change-Id: Iec7e316729c6ffe2e698070f4833330e5a2d95da
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
2014-03-11 17:05:33 +01:00
Leena Miettinen
19b52fb509 Doc: using experimental WinRT plugin
Change-Id: I669048c839dc7d78984923b21f6bfba69d551a43
Reviewed-by: Andrew Knight <andrew.knight@digia.com>
Reviewed-by: Oliver Wolff <oliver.wolff@digia.com>
2014-03-11 11:10:03 +01:00
Leena Miettinen
f3d8f0916a Doc: Updated documentation for Beautifier
Change-Id: I3e32e93e41e3835f62884afab17f98fde95ce32c
Reviewed-by: Lorenz Haas <lykurg@gmail.com>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
2014-03-10 09:56:51 +01:00
Leena Miettinen
9bf9f165ba Doc: add docs for the Beautifier plugin
Change-Id: I0af00a27ff8b070669578a1c5158882b2e610e24
Reviewed-by: hjk <hjk121@nokiamail.com>
2014-03-05 15:32:20 +01:00
Sergio Ahumada
c375436847 Fix some typos
Change-Id: I3be73c2a4d256a0d28e863fd2517a4d7442b34d8
Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
2014-03-05 09:39:42 +01:00