Commit Graph

118 Commits

Author SHA1 Message Date
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
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
Eike Ziller
236ea9efb9 Merge remote-tracking branch 'origin/3.0'
Conflicts:
	share/qtcreator/debugger/dumper.cpp
	share/qtcreator/debugger/dumper_p.h
	share/qtcreator/debugger/test/main.cpp
	src/plugins/debugger/gdb/classicgdbengine.cpp
	src/plugins/debugger/gdb/pythongdbengine.cpp
	src/plugins/debugger/lldblib/guest/lldbengineguest.cpp
	src/plugins/debugger/lldblib/guest/lldbengineguest.h
	src/plugins/debugger/lldblib/guest/main.cpp
	src/plugins/debugger/lldblib/ipcengineguest.cpp
	src/plugins/debugger/lldblib/ipcengineguest.h
	src/plugins/debugger/lldblib/ipcenginehost.cpp
	src/plugins/debugger/lldblib/ipcenginehost.h
	src/plugins/debugger/lldblib/lldbenginehost.cpp
	src/plugins/debugger/lldblib/lldboptionspage.cpp
	src/plugins/qbsprojectmanager/qbsstep.cpp
	src/plugins/qbsprojectmanager/qbsstep.h
	src/plugins/qmlprofiler/canvas/qdeclarativecanvas.cpp
	src/plugins/qmlprofiler/canvas/qdeclarativecanvas_p.h
	src/plugins/qmlprofiler/canvas/qdeclarativecontext2d.cpp
	src/plugins/qmlprofiler/canvas/qdeclarativecontext2d_p.h
	src/plugins/qmlprofiler/canvas/qmlprofilercanvas.cpp
	src/plugins/qnx/blackberrycheckdevmodestep.cpp
	src/plugins/qtsupport/debugginghelper.cpp

Change-Id: Ie9fd0a885fb6264a6a8a72daee071b75bcbd2e9d
2014-01-08 11:01:06 +01:00
Robert Loehning
746c5d8863 Incremented year in copyright info
Change-Id: Ib5423fdd064e4546f848c0b640b0ed0514c26d3a
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
2014-01-08 08:29:47 +01:00
Leena Miettinen
7eae946bd6 Doc: merging with Git fast-forward option
If fast-forwarding is possible, you can select whether to do
it or not.

Change-Id: Idd97793da496cbfbb600517bf278660687cc7520
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
2014-01-07 10:09:13 +01:00
Leena Miettinen
3ee9fb4d1c Doc: uncommitting revisions using Bazaar
Document the new Uncommit function and the options in
the Uncommit dialog.

Change-Id: I8f1ded2a395dfa606fe9e6df79a055c4d2cba77e
Reviewed-by: Hugues Delorme <delorme.hugues@fougsys.fr>
2013-12-12 09:38:57 +01:00
Leena Miettinen
c0704c2091 Doc: use cross-linking to Qt module documentation
Replace links to "\l{http://qt-project.org/doc/"
with links to topic titles. Remove links where QDoc
creates them automatically based on the .index files.
Add the .index files for the modules that are discussed
in the Qt Creator Manual.

Note: the links will only be generated if the Qt used to
build the docs contains the linked modules and documentation
(.index file) has been generated for them.

Change-Id: Ibe624bf3773e7c854c03ebba4db406be0b4a7b90
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
2013-11-26 11:51:46 +01:00
Leena Miettinen
cdeaec7961 Doc: update External Tools topic
Fix changed UI text. Describe the "Modifies current document"
check box. Update screenshot.

Change-Id: I269d7e07780ddbc42b1eae917022965dbbe113e6
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
2013-11-25 10:06:13 +01:00
Leena Miettinen
81d9790537 Doc: fix punctuation
the \note command adds the colon automatically.

Change-Id: Id40e24084f22fa36fcc14354dae0eb0cbc9518ee
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
2013-11-22 15:05:41 +01:00
Leena Miettinen
4bffceb337 Doc: fix the path to Show Tooltips option
Bookmarks can be saved to any available folder.

Change-Id: I037b05af76a6865f1f0637e85d6f989d694c2f18
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
2013-11-22 15:05:18 +01:00
Leena Miettinen
03042a29e2 Doc: -pluginpath CLI option
Change-Id: Ie579426a431364f85e9fe1ca8f42a6fbf5764721
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
2013-11-22 09:21:04 +01:00
Kai Koehne
fe1cf36e1f Remove support for debugging JS with Qt 4.7
Remove infrastructure to debug/inspect QML applications with Qt 4.7.

Change-Id: I277e9884e009475a29017f502bbe1d069317460f
Reviewed-by: hjk <hjk121@nokiamail.com>
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
2013-11-04 16:32:33 +01:00
Leena Miettinen
df8633478c Doc: attempt to explain what sessions are
We constantly get feedback that clearly shows that
users do not understand how sessions work.
Updated screenshots.

Change-Id: Ifcf3b08ca2f27e14085a5d84adaeacddc59588d8
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
2013-11-04 13:14:08 +01:00
Leena Miettinen
d58e93bb12 Doc: new Git commands.
Update screenshots.

Change-Id: I02fad85ba02bb8303e94202bc3e030d3767740cd
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
2013-11-01 11:53:45 +01:00
Leena Miettinen
f1750ba4f7 Doc: new filters in the Issues output pane
The Debug Information, Debugger Runtime, and Deployment
filters were added.

Change-Id: Ifc22e1dfb1d1a9b0b72e371bfa7963c646d3ff2f
Reviewed-by: hjk <hjk121@nokiamail.com>
2013-10-22 14:02:47 +02:00
Leena Miettinen
5771274195 Doc: feedback button has been removed from Welcome mode
Remove text accordingly.

Change-Id: Ief3a36ecd7f83dee7c40c4b45da15c5ad185e550
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
2013-10-14 20:19:49 +02:00
Nikolai Kosjar
b8dbac0b9c Rename "[Mm]ethod(s)" to "[Ff]unction(s)"
Only methods as programming functions are affected. Besides renaming
some actions like "Switch Between Function Declaration/Definition" this
mostly touches (api) code comments.

This is a follow-up patch to commit 872bfb7.

Change-Id: Icb65e8d73b59a022f8885b14df497169543a3b92
Reviewed-by: hjk <hjk121@nokiamail.com>
2013-10-10 15:56:12 +02:00
Nikolai Kosjar
e0e5882f9f TextEditor: Clarify "Using keyboard shortcut (Alt)" in the settings.
In Tools > Options > Text Editor > Behavior > "Mouse and Keyboard"
the position of the checkbox "Using keyboard shortcut (Alt)" had an
unclear relation to the mouse settings above. Users assumed those two
were linked.

Now the checkbox is moved above the mouse settings and it is not
indentend any more. Further, both settings labels were slightly changed
to clarify that.

Task-number: QTCREATORBUG-10178
Change-Id: I01c01850213f1f34ed34ebd0d87e25243229b2d4
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
2013-10-09 15:03:04 +02:00
Przemyslaw Gorszkowski
a3eaed4c51 CppEditor: introduce include hierarchy
Based on type hierarchy.

Added to context menu ('Open Include Hierarchy')
Shortcut(Ctrl+Shift+I)

'Include Hierarchy' contains:
FileName for which 'Include Hierarchy' is done
Includes(which files are included by current file - tree hierarchy)
Included by(which files include current file - tree hierarchy)

It is possible to open/goto each file by clicking on specific item.
Additionally for 'Included by' files it goes to the line where is include
directive for current file.

Change-Id: I549b1ed64e4c9f6955f60d00efb12950a3259f81
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
2013-10-01 13:12:04 +02:00
Leena Miettinen
c469964ca5 Doc: remove obsolete \if defined commands
The doc sources are no longer used for single-sourcing.

Change-Id: I934c88c19646d84b4de3c5787234148f947c4489
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
2013-06-19 16:21:42 +02:00
Leena Miettinen
6312936c32 Doc: reflect changes in the Gerrit dialogs
Update field labels and screenshots.

Change-Id: I8285a2d4f4ef663296993a1fa23088ebba6f6052
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
2013-06-18 16:54:30 +02:00
Leena Miettinen
70c751f2c2 Doc: fix table in the VCS topic
By removing an extra \li command.

Change-Id: I1a5c97123757a3bc3c767b43be2ab99b9e12e212
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
2013-06-18 14:13:17 +02:00
Leena Miettinen
3a5d3cf763 Doc: filtering BlackBerry 10 messages in Issues pane
Errors and warnings from the BAR descriptor editor are
listed in the Issues pane.

Change-Id: I8ef7c330c00bb6d1c5888f6a06d96b450bc80c02
Reviewed-by: Mehdi Fekari <mfekari@blackberry.com>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
2013-06-13 12:11:51 +02:00
Leena Miettinen
0b6d8a1da5 Doc: new Git commands
Actions on Commits, Fixup Last Commit, Interactive Rebase,
Rename branch, Push to remote repository, and Push to Gerrit

Change-Id: I434f836944d9fa86fad73f0256b330aad9532ed0
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Reviewed-by: Petar Perisin <petar.perisin@gmail.com>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
2013-06-11 09:07:43 +02:00
Leena Miettinen
3ed5fc2b8f Doc: the side-by-side diff editor
Change-Id: Ia984077086dd1f6c44be08176ab846f54be05cca
Reviewed-by: Jarek Kobus <jaroslaw.kobus@digia.com>
2013-06-07 09:43:31 +02:00
hjk
34261e03cb Doc: Update examples on how to start debugging from the command line
Task-number: QTCREATORBUG-9484

Change-Id: Ic5da00c48eb185dc3cd842812e7c36cfefbb6776
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
2013-06-06 14:58:32 +02:00
Leena Miettinen
1d5eb6812a Doc: the -block CLI command
Change-Id: I955ebdd5896750fd0c598e9d59cf2ace5c28a591
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
2013-06-05 10:20:59 +02:00
Leena Miettinen
9fa03fb3d5 Doc: applying style sheets to Qt Creator
Task-number: QTCREATORBUG-9238

Change-Id: Ibbb81dc61f5f2938aee81d85129cdaad48c112df
Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
2013-06-04 17:19:14 +02:00
Tobias Hunger
69a9dc3f1c SVN: Document minimum required Subversion version
Change-Id: Ia689f7686b1efe30e839aa03a5a3f9c5cd801915
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
2013-06-03 10:15:17 +02:00
Leena Miettinen
68a573b62e Doc: do not link to external pages over https
Replaced "https" with "http" (where redirecting works)
as a workaround for a bug that causes Qt Creator to crash
when trying to open external links using https.

Task-number: QTCREATORBUG-9397
Change-Id: If331eaffd2296a79f6e6f1ee7becd725d2aadb1d
Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com>
2013-05-31 16:01:49 +02:00
Leena Miettinen
9647ce6932 Doc: hiding the mode selector
Change-Id: I1002916cc0281396ad1a7ca6481a69eeb9b58622
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
2013-05-31 12:28:19 +02:00
Eike Ziller
38b61177f6 Merge remote-tracking branch 'origin/2.7'
Conflicts:
	share/qtcreator/qml/qmlpuppet/qml2puppet/instances/objectnodeinstance.cpp
	share/qtcreator/qml/qmlpuppet/qml2puppet/instances/objectnodeinstance.h
	tests/auto/treeviewfind/treeviewfind.pro

Change-Id: I1ec788373656c947b50d72df6c26c91312469692
2013-04-23 11:13:25 +02:00
Leena Miettinen
48687fd8a1 Doc: fix changed field labels
Change-Id: I2a9fa92f80c51c088d855f5fec57aecacbb4bea2
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
2013-04-23 09:47:09 +02:00
Leena Miettinen
cf2b3f2e61 Doc: pointers to configuration options
Add short descriptions of configuration options that we get a lot
of questions about, to make it easier for users to find the information
in the Manual.

Change-Id: I9e5dca80dc99fbf9d241aba9d392ac11d784c5a7
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Reviewed-by: Sze Howe Koh <szehowe.koh@gmail.com>
2013-04-19 16:03:03 +02:00
Eike Ziller
65654e4a50 Merge remote-tracking branch 'origin/2.7'
Conflicts:
	src/plugins/android/androidrunner.cpp
	src/plugins/clearcase/clearcasesync.cpp
	src/plugins/fakevim/fakevimhandler.cpp
	tests/auto/ioutils/ioutils.pro

Change-Id: I31587b8a4dd6aacc1e76803159da51a972878370
2013-04-08 13:26:37 +02:00
Leena Miettinen
b8acad5365 Doc: VCS information is visible in the Projects pane
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>
2013-04-05 17:18:50 +02:00
Leena Miettinen
dd4bd99c89 Doc: replace "element" with "QML type" or "item"
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>
2013-03-13 14:32:47 +01:00
Leena Miettinen
e3587e8f0d Doc: switch fixed links from Qt 4.8 to 5.0
Will look into changing automatically created links in
another patch.

Change-Id: I29b61c5301402c40d9e711762a6b57479088152b
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
2013-03-13 11:08:27 +01:00
Leena Miettinen
2e6f4d9b82 Doc: items in Issues page context menu
Remove and Show in Editor items were not
documented.

Change-Id: Iec7f2ae6ebc76f715e790de5dbb2e8dbc064b631
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
2013-03-05 15:34:31 +01:00
Leena Miettinen
f57795aaf2 Doc: remove image of Filter Files icon
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>
2013-03-05 14:37:22 +01:00
Leena Miettinen
210e54bfde Doc: QML/JS console is now an output pane
The console is available in all modes.

Change-Id: Iae6d656b255f2836a96b71bcbc9a6e2bbdffbcfc
Reviewed-by: Aurindam Jana <aurindam.jana@digia.com>
2013-03-05 10:09:58 +01:00
Leena Miettinen
891ab472a4 Doc: new task list functions
Change-Id: I560ffbdc68be688fd132239a08ce357c2be9c9a4
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
2013-03-04 15:09:42 +01:00
Leena Miettinen
cf92623aa6 Doc: new Git functions
Rewrite doc to reflect the new structure of the Git
menu.

Change-Id: I9d4638379416ea33ce0b1399265e8b08ed7fe6e5
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
2013-02-28 15:40:55 +01:00
Leena Miettinen
0c0319ea8c Doc: get rid of short tables in VCS topic
Replace tables with less than 2 rows with text paragraphs.

Change-Id: I0a51f800dba5d137a7bb0d5c3b8842dece28cffa
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
2013-02-28 09:20:32 +01:00
Daniel Teske
8d2f406092 Document -load option
Change-Id: I122fb60a986070daedb8ee709836f13d0619a8e4
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
2013-02-21 13:33:37 +01:00
Leena Miettinen
3e4fc1b309 Doc: ClearCase is no longer experimental in 2.7
Left 2.6 there, as ClearCase was already available
there.

Change-Id: I11a9df6ad40e3ec0f1b5118cd6ac4402df5697fd
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
2013-02-20 15:25:18 +01:00
Leena Miettinen
c6bf98c0d6 Doc: Git version 1.7.2, or later, is required
Change-Id: I1b8e72ac84ad4bd6e6db9c92df087c466d4e23bf
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
2013-02-20 14:17:19 +01:00
Leena Miettinen
c9e9b8d144 Doc: showing hidden files in File System view in sidebar
Change-Id: Ib2dcfc7b64feee3139d964b72d53648de6408762
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
2013-02-07 14:35:12 +01:00
Leena Miettinen
419c6de735 Doc: replace deprecated QDoc commands
The \i and \o commands were replaced with \li and
\bold was replaced with \b in QDoc for Qt 5.

The \input command was replaced with \include in the docs.

Change-Id: I257d1bebb8ebc739ca20e0d29fcf0406ecb14534
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
2013-02-06 09:44:18 +01:00
Oswald Buddenhagen
1fda2111d4 Merge remote-tracking branch 'origin/2.6'
Conflicts:
	src/plugins/autotoolsprojectmanager/AutotoolsProjectManager.pluginspec.in
	src/plugins/debugger/qtmessageloghandler.cpp
	src/plugins/debugger/qtmessagelogwindow.cpp
	src/plugins/madde/maemodeployconfigurationwidget.cpp
	src/plugins/qmldesigner/components/integration/designdocumentcontroller.cpp
	src/plugins/qmldesigner/designercore/include/widgetqueryview.h
	src/plugins/qmldesigner/designercore/metainfo/metainfoparser.cpp
	src/plugins/qmldesigner/designercore/model/modelnodecontextmenu.cpp
	src/plugins/qmldesigner/designercore/model/modelnodecontextmenu.h
	src/plugins/qmlprojectmanager/qmlprojectapplicationwizard.cpp
	src/plugins/qnx/bardescriptormagicmatcher.h
	src/plugins/qt4projectmanager/profilekeywords.cpp
	src/plugins/remotelinux/deployablefilesperprofile.cpp
	src/plugins/remotelinux/deployablefilesperprofile.h
	src/plugins/remotelinux/deploymentinfo.cpp
	src/plugins/remotelinux/deploymentsettingsassistant.cpp
	src/plugins/remotelinux/profilesupdatedialog.cpp
	tests/auto/icheckbuild/ichecklib.cpp
	tests/auto/icheckbuild/parsemanager.cpp
	tests/auto/icheckbuild/parsemanager.h

Change-Id: Ie465a578446a089e1c502d1cb1096e84ca058104
2013-01-31 16:25:33 +01:00