Commit Graph

340 Commits

Author SHA1 Message Date
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
Leena Miettinen
84e21c766a Doc: fix changed file name in Kits options
Add information about the LLDB Engine option.

Change-Id: I11fc961a8fbee29feeba526ec6c55b02199b6952
Reviewed-by: hjk <hjk121@nokiamail.com>
2013-06-06 12:06:34 +02:00
Leena Miettinen
ff464d7b4b Doc: new Python class wizard
Updated the screen shot.

Change-Id: Ie65927bb872b37b6be78160810f97b215525c14f
Reviewed-by: Sergey Shambir <sergey.shambir.auto@gmail.com>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
2013-06-04 15:42:14 +02:00
Leena Miettinen
bf5136d4a1 Doc: new options in the editor toolbar.
Moving to line and column and showing the file encoding.

Change-Id: Ifd9727b3f1812da4b165eb9224cc7d042ae840d2
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
2013-06-04 13:34:23 +02:00
Leena Miettinen
ba2d0fc929 Doc: hiding detailed progress information
Add an image that shows the current location of the
progress bar and the button.

Change-Id: I2292721e6215d056a6eedab3ed5dd9485ec0776f
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
2013-05-31 14:11:02 +02:00
Leena Miettinen
8ae4602a5f Doc: update Android deployment options
Change-Id: Ie3102b4abaa496e4a08cc728effcae6362a845f4
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
2013-05-29 16:00:59 +02:00
Leena Miettinen
c93c699a5e Doc: selecting run environment in run settings
Change-Id: I02f2bc70733e03b9b340c37019fef5d6a7af6872
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
2013-05-27 16:23:48 +02:00
Tobias Hunger
c3b6721a60 PNG: Fix warning about sRGB information
libpng 1.6 prints a line warning about this whenever loading any
of these files.

Remove color mangement related sections as well as time information
from the PNG files using:

pngcrush -rem gAMA -rem cHRM -rem iCCP -rem sRGB -rem time -force -ow FileName

PNGcrush is losslessly recompressing the files, too.

Change-Id: I483dfb98414c4914840bd5ee9318153a599747b1
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
2013-05-27 16:12:01 +02:00
Leena Miettinen
df882155b5 Doc: snapping to anchors in the Qt Quick Designer
Add documentation for the new button and update
the screen shots. Fix changed field names.

Change-Id: I291f63b4c87090012a3f4bf2cbbc4172e3b58aa5
Reviewed-by: Marco Bubke <marco.bubke@digia.com>
2013-05-23 16:54:01 +02:00
Oswald Buddenhagen
6fb94a7b10 Merge branch '2.7'
Conflicts:
	doc/src/qtquick/qtquick-components.qdoc
	doc/src/qtquick/qtquick-designer.qdoc
	qtcreator.pri
	qtcreator.qbs
	src/plugins/cppeditor/cppinsertdecldef.cpp
	src/plugins/qnx/qnxruncontrolfactory.cpp

Change-Id: I0a37a07c42719bc0d9ef5b3ac4641d01a63c0d88
2013-05-15 10:21:47 +02:00
Lorenz Haas
d288e3999b CppEditor: Quick fix "Insert (Pure) Virtual Methods"
This quick fix inserts (pure) virtual functions of base classes to the
current class. For selecting the functions which should be inserted and
for choosing the insertion mode (only declarations or with definitions
inside, outside or in the implementation file) a dialog is shown.

Task-number: QTCREATORBUG-2210
Task-number: QTCREATORBUG-2692
Task-number: QTCREATORBUG-3908
Task-number: QTCREATORBUG-5868
Task-number: QTCREATORBUG-7982
Change-Id: I8e94905afcae4778986f4c3925a494e0c6b3b8ee
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
2013-05-14 09:14:25 +02:00
Leena Miettinen
3c1b5213b5 Doc: Qt Quick Controls in Qt Creator
Describe the Qt Quick 2 UI with Controls wizard and
using controls in Qt Creator.

Change-Id: I95ba128c8dde7e0e117f649f2ff974f2c6ee624c
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
2013-05-10 09:53:08 +02:00
Leena Miettinen
e2b00f5cec Doc: edit text about deploying to Android
The default options for Qt 4 and Qt 5 are different.

Add background information about Android packages and
move information about specifying package settings from
the run settings topic to here.

Change-Id: I8ee0fac124e19233e85d17e1e37f060183149675
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
2013-05-06 16:51:37 +02:00
Leena Miettinen
b97af0ad87 Doc: edit Android dev instructions for Qt 5.1
Separate the instructions for configuring Qt Creator
for Necessitas and Qt 5.1 to make the process clearer.
Add missing information.

Change-Id: Iac8fb1d9bcdec57783905fae2e9fea1b222d28bb
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
2013-05-06 09:47:21 +02:00
Leena Miettinen
79f6e4dda7 Doc: the script console is now an output pane
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>
2013-03-13 13:53:54 +01:00
Leena Miettinen
420fa3bc93 Doc: update screenshot of help search pane
Shows the new Qt 5 doc style.

Change-Id: Ia9308e110d2587f429cd271e35ef078fbeab9396
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
2013-03-07 15:55:27 +01:00
Rafael Roquetto
4351f1c3b1 BlackBerry key signing documentation
Change-Id: I88dd8ecb73bafa2b41d7b9051d6c95c37411fa82
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Reviewed-by: Laszlo Papp <lpapp@kde.org>
2013-03-07 14:20:55 +01:00
Leena Miettinen
bb331b548f Doc: update project wizard screenshots
Change-Id: I83ccb5aad44b9294e760f758147c1559ab52b21f
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
2013-03-05 14:38:49 +01:00
Leena Miettinen
4e3c409d16 Doc: changes to Android plugin
Change-Id: Ib20faa1df93e1407635a247b93b6c667bff4b256
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
2013-03-05 14:19:26 +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
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
88fe1ce5b7 Doc: new ways of managing breakpoint
Describe breakpoint settings in more detail.

Change-Id: I03a9f888fa29c3539f2ed6658f915da5c4c3adc9
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
2013-02-22 15:14:30 +01:00
Leena Miettinen
b4734c9e7a Doc: experimental Qbs support
Change-Id: Id82e6fdc67a4794921f1a87def7ea0dae619c336
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
2013-02-20 13:54:28 +01:00
Leena Miettinen
e953743d90 Doc: changing and copying kits in Build & Run settings
Describe the new menu items for kits.
Remove image of an obsolete button.

Change-Id: I51703a96280d69a47c50116f0f41858b4fcccc4e
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
2013-02-18 09:23:18 +01:00
Leena Miettinen
6b1c306b13 Doc: adding custom compilers
Change-Id: I96827283dc1318ef74452026d2306b6f32ca72b5
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
2013-02-15 10:56:06 +01:00
Leena Miettinen
34edc737c7 Doc: deployment settings for generic Linux devices
Change-Id: Id26adb0ea37e258680dd61f9d0b50b8f9c90ef45
Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
2013-01-24 10:52:36 +01:00
Leena Miettinen
c977562bca Doc: remove references to Qt Quick example
Do not use the Clocks example in the tutorial for building
and running, because it is not delivered with Qt 5.

Change-Id: Id3a81cf0ef01d05de1e287ac1e12cc07bdacbaf1
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
2012-12-17 15:06:15 +01:00
Leena Miettinen
dcbc4d8255 Doc: update Valgrind menu names
Update screenshots.

Change-Id: Idf90ebcf06b4ee6a8b817ae47fad83fd9c2ae28c
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
2012-10-15 15:58:56 +02:00
Leena Miettinen
3e25be3521 Doc: update screenshot of the kit selector
Change-Id: I7b5eae9daaa63f03029d3317558cfb9e6d1880ff
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
2012-10-10 17:02:59 +02:00
Leena Miettinen
3f2e43748c Doc: remove detail from the instructions for creating projects
The wizards guide the users through the tasks. The terminology keeps
changing, so it is difficult to keep up with the screenshots.

Remove obsolete screenshot.

Change-Id: If33af5be43fc8ca0611a419ee03ffdbb3b6ccdb1
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
2012-10-10 16:32:56 +02:00
Leena Miettinen
a6ae3368eb Doc: Use debug version of frameworks (DYLD_IMAGE_SUFFIX=_debug) option
Change-Id: I08dfb388a97953bf827d4b9f4355608278e3ea24
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
2012-10-10 16:31:36 +02:00
Leena Miettinen
101085a488 Doc: adding system packages
Change-Id: I66a91303d7ad683e83aae57fd8d3465ec8506ae3
Reviewed-by: Jarek Kobus <jaroslaw.kobus@digia.com>
2012-10-08 15:07:06 +02:00
Leena Miettinen
e78d564242 Doc: update screenshot of Configure Projects tab
Change-Id: Ifc77d2c35e833def2372315aece4bb47b682df13
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
2012-10-08 14:21:26 +02:00
Leena Miettinen
cb01d1cc22 Doc: updated screenshots because of term changes in the new project wizard
Change-Id: I145f2849db8b1a488b4af51f0f136cfa6ac12b67
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
2012-10-04 15:33:23 +02:00
Leena Miettinen
52eed97eaf Doc: remove Qt Simulator from the build and run example tutorial
Change-Id: Iadb961ec0c74529f0afe278e5e46473e22c05979
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
2012-10-04 11:16:02 +02:00
Leena Miettinen
aeca8714b5 Doc: the Qt Quick 2 application wizard
Change-Id: I586a669995ca173648783bed2f1e6ea675aacda3
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
2012-09-28 16:07:25 +02:00
Leena Miettinen
2207a9a987 Doc: QML Inspector was integrated in Locals and Expressions view
Some functionality was removed. Update text and screenshots accordingly.

Change-Id: Iec9057ac17ddb1c3a27244c74038553f5ab46605
Reviewed-by: Aurindam Jana <aurindam.jana@digia.com>
2012-09-27 15:21:56 +02:00
Leena Miettinen
b0270f1fde Doc: new Compile Output pane functionality and button
Change-Id: I0b4f68526b024a8e6c940672d9322822f2f98f76
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
2012-09-17 16:32:06 +02:00
Leena Miettinen
c44074805f Doc: playing and pausing movies in image viewer
Change-Id: Iad73768cdb8c0a57a1b8bccd3b9fb3afe1bcbb90
Reviewed-by: Konstantin Tokarev <annulen@yandex.ru>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
2012-09-17 15:35:38 +02:00
Leena Miettinen
47f077a757 Doc: debugger commands in the Application Output dialog
Update screenshot.

Change-Id: I129c73d2281d0a773abbea7ecb38756b1081deba
Reviewed-by: hjk <qthjk@ovi.com>
2012-09-17 10:02:25 +02:00
Leena Miettinen
8d48798419 Doc: update screenshot
Change-Id: I1ef3e519e7816d9995158c5f6baa127b265c6d77
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
2012-09-14 14:43:16 +02:00
Leena Miettinen
eda3e211c4 Doc: updated changed fieldnames
Updated screenshot.

Change-Id: I79dab92e7350def539989c62528a13fd9b9eef8f
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
2012-09-14 14:41:28 +02:00
Leena Miettinen
f044873fb1 Doc: changes in debugger management for kits
Change-Id: I3bfd3b0794281a4776437f9498bf4a7251f30c20
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Reviewed-by: hjk <qthjk@ovi.com>
2012-09-12 15:28:25 +02:00
Leena Miettinen
5aef98bb66 Doc: changes in the Debugger field in the Kits tab
Update screenshot.

Change-Id: I980ad1396854ea4e59b26ccbc780de86469276fb
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Reviewed-by: hjk <qthjk@ovi.com>
2012-09-11 17:06:15 +02:00
Leena Miettinen
fdd4a81542 Doc: update info about Linux-based devices
Add info about the kits. Fix changed field names.

Change-Id: Ic8d10e17d3cef4082c0a151d15bfe8da14e7ad66
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
2012-09-07 13:45:33 +02:00
Eike Ziller
328d205b62 Device type + tool chain + other settings -> Kit
We called that "Target" before

Change-Id: Ie0d673c643947c26ac2706907f6250fc1739388a
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
2012-09-04 15:24:06 +02:00
Leena Miettinen
92113a8bb5 Doc: Tool Chain tab was renamed as Compiler tab
Fields were also renamed accordingly.

Change-Id: I2f2658cdca2293c10c73d967fe66d520cb6de4d0
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
2012-08-31 13:42:43 +02:00
Leena Miettinen
cec8bcba5b Doc: Qt version field has been removed from run settings
Change-Id: I812fc0b7de8d94c3706c36a63ab0c988b0ce815d
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
2012-08-22 16:20:50 +02:00
Leena Miettinen
01e9be006b Doc: update image of remove target icon
Change-Id: I0b6c1f5a150579d0e33dd9e2e0db5db919345fdc
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
2012-08-22 13:59:11 +02:00