Commit Graph

4240 Commits

Author SHA1 Message Date
Leena Miettinen
dd2dfa1177 Doc - Update the image to use Qt colors and a different style
Reviewed-by: Carsten Owerfeldt
2010-07-07 10:38:48 +02:00
Leena Miettinen
5d7f1bd0a5 Doc - Add info about layouts to the example
Reviewed-by: Niels Weber
2010-07-07 10:38:47 +02:00
con
6503099bec Merge remote branch 'origin/2.0'
Conflicts:
	doc/qtcreator.qdoc
	src/plugins/bineditor/bineditorplugin.cpp
2010-07-05 13:54:07 +02:00
Leena Miettinen
4111d8a01d Doc - Edit the introduction.
Reviewed-by: Carsten Owerfeldt
2010-07-02 17:17:02 +02:00
Leena Miettinen
6e91d9ea11 Doc - Removed if defines 2010-07-02 17:17:01 +02:00
Leena Miettinen
0c99b5c776 Doc - Remove most instructions for using Qt Quick visual editor.
Reviewed-by: Kai Koehne
2010-07-02 17:17:01 +02:00
Leena Miettinen
73209d1056 Doc - Implement fix to the TOC structure in Documentation by David Boddie. 2010-07-02 17:17:00 +02:00
Leena Miettinen
89f366f45e Doc - Add an image of Qt Creator and rewrite the introduction accordingly. Move text to other sections. 2010-07-02 17:16:59 +02:00
con
ede2a7c975 Merge remote branch 'origin/2.0'
Conflicts:
	doc/qtcreator.qdoc
	share/qtcreator/gdbmacros/dumper.py
	src/libs/qmljs/qmljs-lib.pri
	src/plugins/debugger/breakhandler.cpp
	src/plugins/projectexplorer/projectexplorer.h
	src/plugins/qt4projectmanager/qt-maemo/maemopackagecreationstep.cpp
	src/plugins/qt4projectmanager/qt-maemo/maemopackagecreationstep.h
2010-06-30 14:25:09 +02:00
Leena Miettinen
f8023741a1 Doc - Update Qt Quick Designer instructions and screen shots. 2010-06-28 17:25:30 +02:00
Leena Miettinen
5bda801be1 Doc - Fix typo in Qt application example 2010-06-28 17:25:29 +02:00
Leena Miettinen
24a0590883 Doc - Fix if defines for Qt Quick designer. 2010-06-28 17:25:28 +02:00
Leena Miettinen
77fef85115 Doc - Rename Quick Tour and update to start from the Welcome page. 2010-06-28 17:25:28 +02:00
Leena Miettinen
07a6cc39a7 Doc - Change doc version to 2.1 2010-06-28 17:25:27 +02:00
Leena Miettinen
91763a9e4e Doc - Change the document structure 2010-06-28 17:25:26 +02:00
Leena Miettinen
08d5fbf15d Doc - Show note for v2.1
Reviewed-by: Friedemann Kleint
2010-06-28 17:25:25 +02:00
con
af44136e22 Merge remote branch 'origin/2.0'
Conflicts:
	doc/qtcreator.qdoc
	src/plugins/help/helpplugin.cpp
	src/plugins/projectexplorer/projectexplorer.cpp
	src/plugins/projectexplorer/projectexplorer.h
	src/plugins/qt4projectmanager/qt-maemo/maemopackagecontents.cpp
	src/plugins/qt4projectmanager/qt-maemo/maemopackagecontents.h
	src/plugins/qt4projectmanager/qt-maemo/maemopackagecreationstep.cpp
	src/plugins/qt4projectmanager/qt-maemo/maemopackagecreationwidget.cpp
	src/plugins/qt4projectmanager/qt-maemo/maemoruncontrol.cpp
	src/tools/qml/qmldump/main.cpp
2010-06-24 11:40:22 +02:00
Leena Miettinen
d2944d2250 Doc - Add qtquick to defines to display Qt Quick information. 2010-06-24 09:56:05 +02:00
Leena Miettinen
1ca1da262b Doc - Fixed qdoc tag issues. 2010-06-23 16:12:48 +02:00
Daniel Molkentin
88d8bf8797 Ammendment to last commit, fix alignment of images in lists for good. 2010-06-22 11:09:03 +02:00
Daniel Molkentin
29333c18fc Fix more glitches in the online version of the docs
- sprites_combined was too old (pull from Qt)
- page.png asset was not copied and used
- style.css was improved
  - don't show bullets for numbered lists
  - vertically center <img>s in ul or ol environment
  - don't specify widths for the module name

Reviewed-By: Leena Miettinen
2010-06-22 11:02:20 +02:00
con
ad71e95d81 Fix broken table. 2010-06-21 17:32:15 +02:00
con
08c8ce32e9 Move the plugin examples to subdir of pluginhowto. 2010-06-21 17:32:15 +02:00
Abhishek Patil
abcb9358c2 Qt Creator Plugin HOWTO documentation first and second cut
Signed-off-by: Abhishek Patil <abhishek.patil@vcreatelogic.com>

Merge-request: 145
Reviewed-by: con <qtc-committer@nokia.com>
2010-06-21 17:32:15 +02:00
con
458a25efa9 Merge remote branch 'origin/2.0'
Conflicts:
	doc/qt-html-templates.qdocconf
	src/plugins/qmldesigner/components/stateseditor/stateseditorview.cpp
	src/plugins/qmljseditor/qmljscodecompletion.cpp
2010-06-18 16:54:37 +02:00
Leena Miettinen
a47ec389cc Doc - Add known issues in 2.0.0.
Reviewed-by: kh
2010-06-17 17:20:38 +02:00
Leena Miettinen
d9a690fe5f Doc - Edit information about troubleshooting connections to Maemo devices. 2010-06-17 17:20:37 +02:00
Leena Miettinen
c10d997209 Doc - Add altenative configurations for connections between Qt Creator and Maemo devices. 2010-06-17 11:30:59 +02:00
Leena Miettinen
e6e069a6f9 Doc - Add information about Remote Compiler. Add information about building for Symbian Emulator.
Reviewed-by: Tobias Hunger
2010-06-16 11:41:59 +02:00
Daniel Molkentin
c7db4a09c8 Sync doc style with Qt, introduce online version (make docs_online)
The spacing errors come from Qt, and should be fixed there.

Reviewed-By: Oswald Buddenhagen
2010-06-15 15:02:57 +02:00
con
2e10016210 Version update to match the planned version naming. 2010-06-11 16:41:11 +02:00
con
9250d0007d Version update to match the planned version naming. 2010-06-11 16:37:10 +02:00
con
30fae3eab1 Merge remote branch 'origin/2.0'
Conflicts:
	doc/qtcreator.qdoc
	src/plugins/projectexplorer/taskwindow.h
	src/plugins/qmldesigner/designercore/model/modelmerger.cpp
	src/plugins/qmljseditor/qmljshoverhandler.h
	src/plugins/qt4projectmanager/Qt4ProjectManager.pluginspec
	src/plugins/qt4projectmanager/qt-maemo/maemopackagecreationwidget.cpp
	src/plugins/subversion/subversionplugin.cpp
2010-06-11 16:30:39 +02:00
Leena Miettinen
16223cb83c Doc - Removed fixed or obsolete issues and added a new issue for v2.0.0.
Reviewed-by: con
Reviewed-by: Friedemann Kleint
Reviewed-by: dt
2010-06-11 14:23:10 +02:00
Leena Miettinen
47165a9119 Doc - Fixed punctuation. 2010-06-10 14:31:12 +02:00
Leena Miettinen
2461c3dc65 Doc - Add information about testing with user data on the Nokia N900.
Reviewed-by: Christian Kamm
2010-06-10 14:31:11 +02:00
Leena Miettinen
dc6303c050 Doc - Update screen shots and related text. 2010-06-10 14:31:10 +02:00
Leena Miettinen
0608882080 Doc - Replace S60 with Symbian. 2010-06-10 14:31:09 +02:00
Leena Miettinen
383d9ab9e7 Doc - Add workaround for installing files on Symbian devices. 2010-06-10 14:31:09 +02:00
Leena Miettinen
8e0d6a0d94 Doc - Add information about installing Qt Mobility API libraries on Nokia N900.
Reviewed-by: Niels Weber
Reviewed-by: Tim Jenssen
2010-06-10 14:31:08 +02:00
con
7f733b1545 Merge remote branch 'origin/2.0'
Conflicts:
	README
	doc/qt-html-templates.qdocconf
	doc/qtcreator.qdoc
	doc/qtcreator.qdocconf
	src/app/Info.plist
	src/plugins/bineditor/BinEditor.pluginspec
	src/plugins/bookmarks/Bookmarks.pluginspec
	src/plugins/cmakeprojectmanager/CMakeProjectManager.pluginspec
	src/plugins/coreplugin/Core.pluginspec
	src/plugins/coreplugin/coreconstants.h
	src/plugins/cpaster/CodePaster.pluginspec
	src/plugins/cppeditor/CppEditor.pluginspec
	src/plugins/cpptools/CppTools.pluginspec
	src/plugins/cvs/CVS.pluginspec
	src/plugins/debugger/Debugger.pluginspec
	src/plugins/designer/Designer.pluginspec
	src/plugins/fakevim/FakeVim.pluginspec
	src/plugins/find/Find.pluginspec
	src/plugins/genericprojectmanager/GenericProjectManager.pluginspec
	src/plugins/git/ScmGit.pluginspec
	src/plugins/helloworld/HelloWorld.pluginspec
	src/plugins/help/Help.pluginspec
	src/plugins/locator/Locator.pluginspec
	src/plugins/mercurial/Mercurial.pluginspec
	src/plugins/perforce/Perforce.pluginspec
	src/plugins/projectexplorer/ProjectExplorer.pluginspec
	src/plugins/qmldesigner/QmlDesigner.pluginspec
	src/plugins/qmlinspector/QmlInspector.pluginspec
	src/plugins/qmljseditor/QmlJSEditor.pluginspec
	src/plugins/qmlprojectmanager/QmlProjectManager.pluginspec
	src/plugins/qt4projectmanager/Qt4ProjectManager.pluginspec
	src/plugins/regexp/RegExp.pluginspec
	src/plugins/resourceeditor/ResourceEditor.pluginspec
	src/plugins/snippets/Snippets.pluginspec
	src/plugins/subversion/Subversion.pluginspec
	src/plugins/texteditor/TextEditor.pluginspec
	src/plugins/vcsbase/VCSBase.pluginspec
	src/plugins/welcome/Welcome.pluginspec
2010-06-08 10:39:45 +02:00
con
d326c16747 Version bump. 2010-06-07 13:45:49 +02:00
hjk
b1e63fff98 doc: adjust after changes to the debugging helpers 2010-06-07 13:18:28 +02:00
hjk
84bba817c9 doc: adjust description of python dumper classes to reality 2010-06-07 12:27:35 +02:00
Robert Loehning
205fd3cf5e Doc - Avoid warnings in doc.
Reviewed-by: Leena Miettinen
2010-06-04 16:55:47 +02:00
Leena Miettinen
bf6939314a Doc - Update screen shots. 2010-06-04 15:13:39 +02:00
Leena Miettinen
86d6fca776 Doc - Update information about managing sessions and screenshots.
Reviewed-by: dt
2010-06-04 15:13:38 +02:00
Leena Miettinen
08ded66396 Doc - Add note about finding out the Symbian platform version on a device for TRK installation.
Reviewed-by: Tim Jenssen
2010-06-04 15:13:37 +02:00
Leena Miettinen
ca1aab8be3 Doc - Add link to platform notes.
Reviewed-by: olli
Reviewed-by: Niels Weber
2010-06-04 15:13:36 +02:00
Leena Miettinen
ca3f443a75 Doc - Update CMake screenshots and edit related text. 2010-06-04 15:13:35 +02:00