Commit Graph

1338 Commits

Author SHA1 Message Date
Leena Miettinen
dc8fcdf028 Doc: Fix To-Do Entries output pane name in docs
Change-Id: Id03b410653be4ae75f6a98ea7af045ac35575ce8
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
2016-07-25 14:48:45 +00:00
hjk
13fbcb2d3e Debugger: Bump LLDB requirement to 3.8 on Linux
There was an official release in June, and given that LLDB on Linux
is still fragile, requiring at least the latest officially released
version seems in order.

Change-Id: Iabbdc654071b28166c7f9ea550eaa7db304cb4a0
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2016-07-25 09:31:25 +00:00
Orgad Shaneh
1b34f2a4b8 Merge remote-tracking branch 'origin/4.1'
Change-Id: Ia90424d479936a898705c433e5810c77ae088b2c
2016-07-22 15:18:00 +03:00
Leena Miettinen
3ef66cd753 Doc: Replace "Dynamic Properties" with "Properties"
The label name was changed, but the doc was not fixed.

Change-Id: I585db2824837f1b076133306d3af5276bcdaae28
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
2016-07-20 14:00:26 +00:00
Ulf Hermann
11af2f487f QmlProfiler: Fix some misspellings of "Flame Graph"
Change-Id: I281b327eeb53d1159b165f72abee7ebe442a68ff
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
2016-07-19 09:55:29 +00:00
Nikolai Kosjar
9650adad14 Clang: Require at least LLVM 3.8.0
Change-Id: I2de3eef7bc06cba6298d64a9a042a01decc05384
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
2016-07-11 08:22:32 +00:00
Eike Ziller
0e923c2a75 Merge remote-tracking branch 'origin/4.1'
Change-Id: I5cdc704c827a6f5abf4dc39e2a131d53df328bd2
2016-06-22 11:29:12 +02:00
Eike Ziller
4f9016e03f Merge remote-tracking branch 'origin/4.0' into 4.1
Conflicts:
	qtcreator.pri
	qtcreator.qbs
	src/plugins/android/android.qbs
	src/plugins/android/androiddevice.cpp
	src/plugins/autotest/testcodeparser.cpp
	src/plugins/debugger/analyzer/analyzerstartparameters.h
	src/plugins/projectexplorer/devicesupport/desktopdevice.cpp
	src/plugins/projectexplorer/devicesupport/idevice.cpp
	src/plugins/projectexplorer/runconfiguration.h

Change-Id: I2474d06f2309fa71210a8401846bc2ef85bebf1d
2016-06-22 11:09:32 +02:00
Leena Miettinen
66c0bf54b7 Doc: Add docs for experimental Nim plugin
Change-Id: Ie866334c37b626a8e6eea0d58092134d3f545d4d
Reviewed-by: Filippo Cucchetto <filippocucchetto@gmail.com>
Reviewed-by: hjk <hjk@theqtcompany.com>
2016-06-22 07:31:13 +00:00
Leena Miettinen
083b1175c9 Doc: Link to released Qt Quick Controls 2 docs
Change-Id: I5ddb23ae1f78aae136869fd335030b530e1f266a
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
2016-06-20 08:16:12 +00:00
Albert Astals Cid
d701abcc24 Fix blockedForSync description
Having "to synchronize the QML state into the scene graph" makes it
seem as if it would be the counterpart of "sync" in the render
thread loop and it is not

Change-Id: Id8efc3bddf5ea5c15d93a63f195e16f0966bb4f8
Reviewed-by: Gunnar Sletta <gunnar@sletta.org>
2016-06-17 12:20:08 +00:00
Leena Miettinen
359127ec09 Doc: Update info about creating JSON wizards
Change-Id: Id45d3f9228ab35a57c0cc5a0d044bc510727c637
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
2016-06-17 09:33:37 +00:00
Tobias Hunger
6b9b8af01c CMake: Recommend cmake version 3.3.2 or later
Earlier versions work, but do not report a mapping between targets and
files. This will make all files end up in one ProjectPart and thus have
targets with custom flags/defines/include paths fail.

Change-Id: Ie1fb9f616de120be1f88528db42b0a2152787606
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2016-06-17 08:39:13 +00:00
Lorenz Haas
3af36134d1 Beautifier: Make all tools MIME restrict-able
The newly introduced auto save option is restricted to user definable
MIME types. The underlaying tool's restriction, however, is only if the
current editor is a cpp editor. This patch makes the tools also MIME
types restrict-able. In addition the auto save functionality is now only
applicable if the file matches the auto save MIME types as well as the
MIME types of the chosen tool.

Change-Id: Ic430b4a07341647e6c8e95d2b802a17db1637a36
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2016-06-01 07:41:37 +00:00
Eike Ziller
0c5bae640b Merge remote-tracking branch 'origin/4.0'
Change-Id: I80bc3371c6d7cf9f2d46cbcf8e79e4761213d8aa
2016-05-27 12:01:36 +02:00
Leena Miettinen
32ff202a79 Doc: Describe Qt Quick Controls 2 Application wizard
Update screenshots.

Change-Id: I6069e08113cae83142d249e3f331586acce63ca9
Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
2016-05-26 09:56:50 +00:00
Victor Heng
a4e96636e3 Doc: Fix indentation in JSON wizard 'Label' example
Change-Id: I306fa9a6e973260a65947cd5d78aed1e48ad1030
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
2016-05-22 21:35:43 +00:00
Lorenz Haas
e195c87299 Beautifier: Add option to automatically format files on save
Change-Id: I72fb3f4b728df7ef3e449c1202df9cbb0279dde4
Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
2016-05-15 16:16:03 +00:00
Eike Ziller
9e66ce48e4 Merge remote-tracking branch 'origin/4.0'
Conflicts:
	src/plugins/autotest/testcodeparser.cpp
	src/tools/clangbackend/ipcsource/clangbackendclangipc-source.pri
	tests/unit/unittest/unittest.pro

Change-Id: I9db4fbea6ea7c9fdd0d8e1703735af20c92e754b
2016-05-09 16:37:41 +02:00
Jochen Becher
d0369fe4d2 ModelEditor: Improve documentation.
Change-Id: I3c91ad77b6142bcca858dbeae3b36dc640f0f537
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2016-05-06 13:55:27 +00:00
Leena Miettinen
4021a2a902 Doc: Use icons from source in the manual
This removes the need to take screenshots of icons.

- Add icon source directories for the .qdocconf file
- Remove screenshots of icons from doc\images (except completion
  icons)
- Copy images that do not have unique names from src or libs
  to \docs\images
- Create images that use overlays and update them in docs\images
- Fix paths and filenames in \inlineimage commands
- Fix text where one screenshot was replaced by two icons

Change-Id: Ib98206890bd15a843566de8d709e45487c70dfbd
Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
2016-05-03 14:26:35 +00:00
Nikolai Kosjar
006d40c514 Doc: State supported projects/toolchains for the Clang Static Analyzer
Change-Id: I4f511ff15fcf298b5d9351c7e61c11d6e5491493
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
2016-05-03 13:55:33 +00:00
Eike Ziller
0f94aa3f4d Merge remote-tracking branch 'origin/4.0'
Conflicts:
	src/plugins/debugger/debuggerruncontrol.cpp
	src/plugins/projectexplorer/projectwizardpage.cpp
	src/plugins/projectexplorer/xcodebuildparser.h
	src/plugins/qmldesigner/qmldesignerplugin.cpp
	src/tools/clangbackend/ipcsource/translationunits.cpp

Change-Id: Ibf0857cf8dbf95fc9ac13d5c2112b3f4a2ca7de6
2016-05-03 11:49:01 +02:00
Leena Miettinen
d303222c8a Doc: Update Help topic
- "General Settings" > "General"
- "Always Show Help in External Window" > "Always Show in
  External Window"
- "Filtered by" field label is gone (now a selection list)
- Update screenshots

Change-Id: I2eac1351c6a63a596e30ef15770ace2790b8bf28
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
2016-05-03 08:01:11 +00:00
Leena Miettinen
925347ea4b Doc: Update Qbs info
- Describe Version Info tab
- Update instructions for creating Qbs projects
- Remove description of Clean all artifacts check box
- Describe Store profiles in Qt Creator settings directory
  check box
- Update screenshots

Change-Id: Ie0f237e1036c8be1a9bb5151001e8d52e38b6cec
Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
2016-05-02 15:12:16 +00:00
Leena Miettinen
3e8b7409d6 Doc: Update info about Valgrind tools
The tools are now run in the Debug mode.
Update screenshots.

Change-Id: Icfcc8ccf77c3a87d3e123eb8664359160513beff
Reviewed-by: hjk <hjk@theqtcompany.com>
2016-05-02 06:55:17 +00:00
Leena Miettinen
73127a12f2 Doc: "Process data only when process ends" check box
Update screenshot.

Change-Id: I94a9afb9522ebbaad549a8f5f1aaf8adb1247902
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
2016-04-29 14:10:22 +00:00
Ulf Hermann
8e058ee338 Doc: The perf profiler can now unwind JavaScript
... with certain quirks.

Change-Id: I3192853caf978a50cbf05adc039b5704a955f05c
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2016-04-29 07:51:06 +00:00
Leena Miettinen
384d66613d Doc: Update info about Qt Quick debugging
Update, add, and remove screenshots.

Change-Id: Id5e77b1ebba4306f28e2d6d20e6ed5ffac0d2e52
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
2016-04-28 15:03:02 +00:00
Eike Ziller
4a826ada04 Merge remote-tracking branch 'origin/4.0'
Conflicts:
	qtcreator.pri
	qtcreator.qbs

Change-Id: I0cbc9d335073e3234f472aa43f462eef9a9178aa
2016-04-22 15:13:58 +02:00
Tobias Hunger
b06b80dc9b Update documentation about required cmake version
Technically this is still the same version: CMake decided to go from
2.8.x to 3.0.

Change-Id: Ia8b18dd40a87ebc7ba3169d738069d29e36ec25f
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2016-04-22 11:59:02 +00:00
Christian Kandeler
582c46d34f Clarify the meaning of the Environment field in the Kits widget.
Variables added there get inserted into the build environment.

Task-number: QTCREATORBUG-15005
Change-Id: I9fcb507c915fb8fb5fd178a7b772955fc6330b98
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2016-04-22 09:34:27 +00:00
Leena Miettinen
bfba953b41 Doc: Symbol Server prompt was removed
Change-Id: Ib9a84e25fe3c7aa171a8e7a2f0b3759974d23e71
Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
2016-04-22 08:31:22 +00:00
Leena Miettinen
8611fec716 Doc: Debugger tabs are now separate views
Update debugger screenshots.

Change-Id: Icc7d9ac0c74d137547c022ffec0792c33a2c9e63
Reviewed-by: hjk <hjk@theqtcompany.com>
2016-04-21 12:20:01 +00:00
Leena Miettinen
acde4f1cdb Doc: Update info about setting CDB paths on Windows
- The path settings have been moved to a new tab
- Describe using Source Server for fetching source files
- Add screenshot.

Change-Id: I3884fbb3e0175b64956bc9cb71213d92709e130d
Task-number: QTCREATORBUG-15709
Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
Reviewed-by: hjk <hjk@theqtcompany.com>
2016-04-21 12:10:33 +00:00
hjk
644ed0d464 Doc: Add an 'also' to the note on debugger handling of optimized builds
Change-Id: I3fd0b25097101ac41c1801992282eef959a5b0da
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
2016-04-20 13:22:46 +00:00
Eike Ziller
ee8bf341c6 Merge remote-tracking branch 'origin/4.0'
Conflicts:
	src/plugins/projectexplorer/session.cpp
	src/plugins/qmlprofiler/qmlprofilerclientmanager.cpp

Change-Id: I6946139f5e5fa3a9cdbb322fd50be248e2c0133f
2016-04-20 14:58:48 +02:00
Leena Miettinen
de7e36383f Doc: update the Transitions example
...to use the new Qt logo

Change-Id: I111d070c2ae40b71e650d78bd15d360328b474e3
Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
2016-04-20 11:23:48 +00:00
Ulf Hermann
d0de0eb0f7 Doc: Add clarification on when the select tool is usable
Task-number: QTCREATORBUG-15349
Change-Id: I24650e1b8a5a66c1aee2a552d04559b99562f830
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
2016-04-18 13:09:56 +00:00
Leena Miettinen
802543c09d Doc: Blogs and Qt Account can be accessed from Welcome mode
Change-Id: I5571d2428e8f7b86e8092e94d11847bd90a8ed2f
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
2016-04-18 10:27:16 +00:00
Leena Miettinen
d37aaeb69a Doc: Describe general build and run options
Update screenshot.

Change-Id: Icdab88b6eba9d1bb421271a66b3485ddfb80fe0c
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
2016-04-18 10:27:04 +00:00
Leena Miettinen
a2170bd690 Doc: Explain Model Editor > Export Diagram command
Update screenshots.

Change-Id: I794c424837e22392541138142410fc7a07c68af1
Reviewed-by: Jochen Becher <jochen_becher@gmx.de>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
2016-04-18 07:28:19 +00:00
Leena Miettinen
2b0e6dd7bb Doc: Update screenshots related to finding
Change-Id: I647858522af44d5f2bc22ffd735dedb4df07a73c
Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
2016-04-18 07:27:53 +00:00
Leena Miettinen
c94deb07bd Doc: Fix field name in QNX deployment topic
Files to install for subproject > Files to deploy

Change-Id: Iefba158ee0237ba638aceb5f73a7d61b038d59e3
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
2016-04-15 13:47:06 +00:00
Leena Miettinen
7e56c2e09a Doc: explain what a default kit does
Update screenshot.

Change-Id: I385d9cfef1c2e9746df63d7b482f560fd7d0d954
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
2016-04-13 09:54:37 +00:00
Leena Miettinen
6915c0b2ed Doc: Add build library search path check box
Update screenshot.

Change-Id: I292c7761846c056fb8040cca2424dd01f967bc83
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
2016-04-13 09:54:19 +00:00
Leena Miettinen
4aee14e48a Doc: Use tab names as links in "Configuring Projects"
For consistency and accuracy. Update screenshot.

Change-Id: I23c00956abb9635bbf514f23aa08975ce93ba604
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
2016-04-12 14:35:09 +00:00
Leena Miettinen
5c67b798da Doc: Debug port no longer specified in Run Settings
Update screenshot.

Change-Id: I10ad908a118b67584f30aac741a3d0ddc3b85c0a
Reviewed-by: hjk <hjk@theqtcompany.com>
2016-04-12 13:57:06 +00:00
Leena Miettinen
491c6deb45 Doc: Update screenshots for generic Linux device settings
Remove the screenshot for QNX devices, because it is now
the same as the one for the Linux device settings directly
above it (which was updated).

Change-Id: Ib34185b82e01157caeec22473c52ffca8c8c116b
Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
2016-04-12 13:56:17 +00:00
Leena Miettinen
fa37d7c4e8 Doc: update Qt Version options
Debugging helpers are no longer specified for the Qt version.
Update screenshot and remove obsolete screenshot.

Change-Id: I6ca82bacaeb22e42140a7f6c71f1df85881e9406
Reviewed-by: hjk <hjk@theqtcompany.com>
2016-04-12 13:51:56 +00:00