summaryrefslogtreecommitdiffstats
path: root/doc/tdevelop/survey-manual.docbook
blob: 0bd59c8d45f2e6c9c5750a19a51ec3641b9d46a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
<chapter id="survey-manual">
<title>What This Manual Contains</title>

<para>
This user manual is intended to describe the contents and use of the &tdevelop; &kdevrelease; Integrated Development Environment (IDE) from a user's point of view. It is not a programming manual, nor does it describe the development process in detail. Its only aim is to guide you in the handling of the IDE.
</para>
<para>
Here you will find information on the following topics:
</para>
<variablelist>
<varlistentry>
<term><link linkend="getting-started">Getting Started with &tdevelop; &mdash; a Guided Tour</link> </term>
<listitem>
<para>Gives you a quick start on the use of this &IDE;, introducing the basic steps of how to work on a project.</para></listitem>
</varlistentry>

<varlistentry>
<term><link linkend="tdevelop-survey">Overview of the Features of
 &tdevelop;</link></term>
<listitem>
<para>Extends the guided tour in the previous chapter, giving an overall
view of what is built-in within &tdevelop; and gets you acquainted with the
look and feel of this &IDE;.</para>
</listitem>
</varlistentry>

<varlistentry>
<term><link linkend="setup">Configuring &tdevelop;</link></term>
<listitem>
<para>Shows how you can tailor the &IDE; to suit your needs.</para>
</listitem>
</varlistentry>

<varlistentry>
<term><link linkend="applicationwizard">Getting started: the
&appwizard;</link></term>
<listitem>
<para>Describes the basics of how to set up a new project in &tdevelop;
using the built-in &appwizard;.</para>
</listitem>
</varlistentry>

<varlistentry>
<term><link linkend="editing">Editing tools</link></term>
<listitem>
<para>All you need to write your source files: using the editor, searching
for text both locally and project-wide, up to integrating new files and
classes into the project.</para>
</listitem>
</varlistentry>

<varlistentry>
<term><link linkend="file-browsers">The File Browsers</link></term>
<listitem>
<para>Demonstrates various tools to look at the structure of your project
and how to access the files you want to work with.</para>
</listitem>
</varlistentry>

<varlistentry>
<term><link linkend="class-browsers">The Class Browsers</link></term>
<listitem>
<para>Describes one of the most powerful tools of &tdevelop; which lets you
navigate through class dependencies and allows you to easily create and
access the classes and methods you need.
</para>
</listitem>
</varlistentry>

<varlistentry>
<term><link linkend="documentation">Documentation</link></term>
<listitem>
<para>Shows how to access the rich built-in documentation &tdevelop;
provides and tells you how to create documentation of your project, concise
and powerful &API; documentation providing you an overall view of all your
project sources as well as docbook-based user documentation.</para>
</listitem>
</varlistentry>

<varlistentry>
<term><link linkend="project-management">Building and Project
 Management</link></term>
<listitem>
<para>Deals with the creation and management of your project; describing the
basics of autoconf and automake as well as how to set up custom make files
and how to use compiler or make options to tailor your application to suit
your needs.</para>
</listitem>
</varlistentry>

<varlistentry>
<term><link linkend="adv-build-management">Advanced Build
 Management</link></term>
<listitem>
<para>Looks at ways to keep multiple build configurations, to cross-compile
for diverse platforms, or to make an embedded system using the
<application>Qt/embedded</application> library.</para>
</listitem>
</varlistentry>

<varlistentry>
<term><link linkend="debugger">The Debugger Interface</link></term>
<listitem>
<para>Describes how to use the integrated <application>gdb</application>
debugger interface so you can hunt down bugs without leaving
&tdevelop;.</para>
</listitem>
</varlistentry>

<!-- ### Currently disabled. Probably too specialized programming stuff. Check later again.
  <listitem><para>
  <link linkend="python">Python</link> &mdash; an overview of how to create Python-based applications in &tdevelop;.
  </para></listitem>
  <listitem><para>
  <link linkend="php">PHP</link> &mdash;  an overview of how to create PHP-based HTML applications in &tdevelop;.
  </para></listitem>//-->

<varlistentry>
<term><link linkend="cvs">Using CVS</link></term>
<listitem>
<para>Tells you how you can maintain your project using the CVS versioning
system; a must, especially if many developers work on the same
project.</para>
</listitem>
</varlistentry>
</variablelist>

<!--
  <listitem><para>
  <link linkend="tdevelop-scripting">Scripting &tdevelop;</link> &mdash; describes how to add scripts to automate &tdevelop;.
  </para></listitem>


  <listitem><para>
  Some commonly used information has been put into the <emphasis>appendix</emphasis>. Amongst others this consists of:
-->
<para>
Some commonly used information has been put into the <emphasis>appendix</emphasis>. Amongst others this consists of:
</para>

<variablelist>
<varlistentry>
<term><link linkend="tdevelop-install">Installing &tdevelop;</link></term>
<listitem>
<para>Tells you where to obtain &tdevelop; and how to get it up and
running.</para>
</listitem>
</varlistentry>
</variablelist>

<variablelist>
<varlistentry>
<term><link linkend="nutshell">In a Nutshell &mdash; Tips and
Tricks</link></term>
<listitem>
<para>A quick reference to commonly used commands and actions. And a short
guide to solve common problems when working with
&tdevelop;.</para>
</listitem>
</varlistentry>

<varlistentry>
<term><link linkend="unixdev">Development on &UNIX;</link></term>
<listitem>
<para>A historical overview of &UNIX; program development, the main tools
necessary and why you need an &IDE;.</para>
</listitem>
</varlistentry>

<!--    
    <listitem><para>
    <link linkend="app-menus">Menus and Toolbars Overview</link> &mdash; provides you with a short overall view of the menu and toolbar selections available.
    </para></listitem>

    <listitem><para>
      <link linkend="app-shortcuts">Shortcut Keys</link> &mdash; the keys you can use to work with &tdevelop; without resorting to the mouse.
    </para></listitem>
-->

<varlistentry>
<term><link linkend="app-files">Configuration Files Used by
 &tdevelop;</link></term>
<listitem><para>Lists the files &tdevelop; uses to save its internal
 information. This is particularly useful in case something went wrong with
 your setup.</para>
</listitem>
</varlistentry>

<varlistentry><term>
<link linkend="plugin-tools">Plugin Tools</link>
</term><listitem><para>Lists the pluggable tools you can use to taylor the capabilities of
&tdevelop; to your needs.
</para></listitem></varlistentry>

<!--  
  <listitem><para>
  <link linkend="plugin-tools">Plugin tools</link> &mdash; provides you with an overview of the parts which make up &tdevelop; and how you can tailor it to suit your needs by only loading the parts that are necessary, both IDE and project-wide.
  </para></listitem>
-->
<varlistentry><term>    
<link linkend="app-uimodes-examples">KDevelop User Interface Mode Examples </link>
</term><listitem><para>Shows user interface modes.
</para></listitem></varlistentry>
  
<varlistentry><term>
<link linkend="app-misc-info">Further Information </link> </term><listitem><para>
Getting Information, reporting Bugs etc.
</para></listitem></varlistentry>
  
<varlistentry><term>
<link linkend="app-changelog">Changelog </link>
</term><listitem><para>Shows the history of this documentation.
</para></listitem></varlistentry>
  
<varlistentry><term>
<link linkend="app-bibliography">Bibliography </link> 
</term><listitem><para>Bibliography 
</para></listitem></varlistentry>

</variablelist>  
    <!--
    <listitem><para>
    <link linkend="documentation-index">Index </link> &mdash; 
    </para></listitem>
-->  

  
</chapter>