]> cloud.milkyroute.net Git - dolphin.git/blob - doc/index.docbook
Merge branch 'Applications/15.08'
[dolphin.git] / doc / index.docbook
1 <?xml version="1.0" ?>
2 <!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" "dtd/kdedbx45.dtd" [
3 <!ENTITY dolphin "<application>Dolphin</application>">
4 <!ENTITY kappname "&dolphin;">
5 <!ENTITY % addindex "IGNORE">
6 <!ENTITY % English "INCLUDE"><!-- change language only here -->
7 ]>
8
9 <book id="dolphin" lang="&language;">
10
11 <bookinfo>
12 <title>The &dolphin; Handbook</title>
13
14 <authorgroup>
15 <author>
16 <firstname>Peter</firstname>
17 <othername></othername>
18 <surname>Penz</surname>
19 <affiliation>
20 <address><email>peter.penz@gmx.at</email></address>
21 </affiliation>
22 </author>
23 <author>
24 <firstname>Orville</firstname>
25 <surname>Bennett</surname>
26 <affiliation>
27 <address>&Orville.Bennett.mail;</address>
28 </affiliation>
29 </author>
30 <author>
31 <firstname>Michael</firstname>
32 <surname>Austin</surname>
33 <affiliation>
34 <address><email>tuxedup@users.sourceforge.net</email></address>
35 </affiliation>
36 </author>
37 <author>
38 <firstname>David</firstname>
39 <surname>Edmundson</surname>
40 <affiliation>
41 <address><email>kde@davidedmundson.co.uk</email></address>
42 </affiliation>
43 </author>
44 <author>
45 <firstname>Alan</firstname>
46 <surname>Blanchflower</surname>
47 </author>
48 <author>
49 <firstname>Frank</firstname>
50 <surname>Reininghaus</surname>
51 <affiliation>
52 <address><email>frank78ac@googlemail.com</email></address>
53 </affiliation>
54 </author>
55
56 <!-- TRANS:ROLES_OF_TRANSLATORS -->
57 </authorgroup>
58
59 <copyright>
60 <year>2006</year>
61 <holder>Peter Penz</holder>
62 </copyright>
63 <copyright>
64 <year>2006</year>
65 <holder>&Orville.Bennett;</holder>
66 <holder>Michael Austin</holder>
67 </copyright>
68 <copyright>
69 <year>2009</year>
70 <holder>Frank Reininghaus</holder>
71 </copyright>
72
73 <legalnotice>&FDLNotice;</legalnotice>
74
75 <date>2015-08-02</date>
76 <releaseinfo>Applications 15.08</releaseinfo>
77
78 <abstract>
79 <para>
80 &dolphin; is the default file manager for &kde;, designed with usability as a primary focus.
81 </para>
82 </abstract>
83
84 <keywordset>
85 <keyword>KDE</keyword>
86 <keyword>Dolphin</keyword>
87 <keyword>Filemanager</keyword>
88 <keyword>file</keyword>
89 <keyword>management</keyword>
90 </keywordset>
91
92 </bookinfo>
93
94 <chapter id="introduction">
95 <title>Introduction</title>
96
97 <para>
98 &dolphin; is &kde;'s default file manager. It aims to improve usability at the
99 user interface level. &dolphin; focuses only on being a file manager whereas
100 &konqueror;, which was &kde;'s default file manager in &kde; 3 and can still be
101 used for file management, is a universal viewer for many file types.
102 </para>
103
104 <para>
105 This design approach allows the developers to concentrate on optimizing the user
106 interface for the specific task of file management.
107 </para>
108
109 <para>
110 Please report any problems or feature requests to the &dolphin; author via the
111 bug report dialog. This is accessible either from the <guibutton>Control</guibutton>
112 button at the right of the toolbar in the default mode without
113 menubar; or from <menuchoice><guimenu>Help</guimenu><guimenuitem>Report Bug...</guimenuitem></menuchoice>
114 menu of the application, if the menubar is shown.
115 </para>
116
117 </chapter>
118
119 <chapter id="using-dolphin">
120 <title>Using &dolphin;</title>
121
122 <sect1 id="dolphin-user-interface">
123 <title>&dolphin; User Interface</title>
124
125 <para>
126 The screenshot below shows &dolphin;'s default user interface:
127 </para>
128
129 <screenshot>
130 <screeninfo>Screenshot of &dolphin;'s default user interface</screeninfo>
131 <mediaobject>
132 <imageobject>
133 <imagedata fileref="default-ui.png" format="PNG"/>
134 </imageobject>
135 <textobject>
136 <phrase>&dolphin;'s default user interface.</phrase>
137 </textobject>
138 <caption><para>&dolphin;'s default user interface.</para></caption>
139 </mediaobject>
140 </screenshot>
141
142 <para>
143 The elements of the default user interface are:
144
145 <itemizedlist>
146
147 <listitem><para>
148 The toolbar, which can be used for quick access to frequently used actions. The
149 toolbar can be customized by clicking it with the &RMB; and choosing
150 <menuchoice><guimenuitem>Configure Toolbars...</guimenuitem></menuchoice>
151 from the context menu, with <guimenuitem>Configure Toolbars...</guimenuitem>
152 from the <guibutton>Control</guibutton> button at the
153 right of the toolbar or via <menuchoice><guimenu>Settings</guimenu>
154 <guimenuitem>Configure Toolbars...</guimenuitem></menuchoice>
155 from the main menu.
156 </para>
157 <screenshot>
158 <screeninfo>Screenshot of &dolphin;'s toolbar</screeninfo>
159 <mediaobject>
160 <imageobject>
161 <imagedata fileref="toolbar.png" format="PNG"/>
162 </imageobject>
163 <textobject>
164 <phrase>The default toolbar.</phrase>
165 </textobject>
166 <caption>
167 <para>
168 Toolbar items where the icon is sufficient for knowing the command do not have text
169 alongside the icons. This can be changed by a &RMB; click and selecting the item text
170 below <guilabel>Show Text</guilabel>. The <guibutton>Control</guibutton>
171 button at the right side of the toolbar is only displayed if the menubar is hidden.
172 </para>
173 </caption>
174 </mediaobject>
175 </screenshot>
176 </listitem>
177
178 <listitem><para>
179 The location bar, which always displays the path to the current folder. It can
180 be switched between two different modes, see the
181 <link linkend="location-bar">section on the location bar</link> for details.
182 </para></listitem>
183
184 <listitem><para>
185 The <link linkend="dolphin-view">view</link>, which shows all files
186 and folders in the current folder.
187 </para></listitem>
188
189 <listitem><para>
190 The <link linkend="places-panel"><guilabel>Places</guilabel> panel</link>, which
191 provides quick access to bookmarked locations and disks or other media.
192 </para>
193 <para>If desktop search and file indexing are enabled in the <guilabel>Desktop Search</guilabel>
194 module in the &systemsettings; the panel provides <guilabel>Recently Saved</guilabel>
195 items and allows you to search for <guilabel>Documents</guilabel>, <guilabel>Images</guilabel>,
196 <guilabel>Audio Files</guilabel> and <guilabel>Video</guilabel>.
197 </para></listitem>
198
199 <listitem><para>
200 The status bar. It displays the name, size and type of the file which is
201 currently hovered over with the mouse, or the number and size of the files which are
202 selected. At the right, there is a zoom slider that allows you to adjust the size
203 of the icons in the view.
204 </para></listitem>
205
206 <listitem><para>
207 The menubar (hidden by default), which provides access to all commands and configuration options.
208 See the <link linkend="commands-menubar">Command Reference</link> for a list of
209 all menu commands. The menubar can be toggled with
210 <guimenuitem>Show Menubar</guimenuitem> (<keycombo action="simul">&Ctrl;<keycap>M</keycap></keycombo>)
211 from the <guimenu>Settings</guimenu> menu or the <guibutton>Control</guibutton> button.
212 </para>
213 <para>If the menubar is hidden, all its actions are available from the
214 <guibutton>Control</guibutton> button.
215 </para></listitem>
216
217 <listitem><para>
218 The additional <guilabel>Information</guilabel>, <guilabel>Folders</guilabel>
219 and <guilabel>Terminal</guilabel> panels are hidden
220 by default, for more information see <link linkend="panels"><guilabel>Panels</guilabel>.</link>
221 </para></listitem>
222
223 </itemizedlist>
224
225 </para>
226
227 </sect1>
228
229 <sect1 id="dolphin-view">
230 <title>The &dolphin; View</title>
231
232 <sect2 id="dolphin-view-using">
233 <title>Using the View</title>
234
235 <para>
236 The view displays all files and folders in the current folder. These items
237 can be accessed or manipulated in different ways:
238 </para>
239 <itemizedlist>
240
241 <listitem><para>
242 A file or folder can be opened by clicking it with the &LMB; (or
243 double-clicking, if <guilabel>Double-click to open files and folders</guilabel>
244 is enabled in the <link linkend="preferences-dialog-navigation"><quote>Navigation</quote>
245 section of the settings</link>).
246 </para></listitem>
247
248 <listitem><para>
249 Clicking any item or the white area around the items with the &RMB; opens a
250 context menu which provides access to many frequently used actions for the item
251 or the current folder, respectively.
252 </para></listitem>
253
254 <listitem><para>
255 If the &LMB; is pressed on an item, but not immediately released, the item can
256 be dragged and dropped in another folder in the current view or in another
257 &dolphin; view (in another &dolphin; window or in the same window if the
258 view is split, see below) to move or copy it or to create a symbolic link.
259 Items can even be dropped in another application to open them in that application.
260 </para></listitem>
261
262 </itemizedlist>
263 <para>
264 &dolphin; remembers the history of visited folders. To navigate backward or
265 forward in the history, the corresponding buttons in the toolbar can be used:
266 </para>
267
268 <screenshot>
269 <screeninfo>Screenshot of &dolphin;'s toolbar</screeninfo>
270 <mediaobject>
271 <imageobject>
272 <imagedata fileref="toolbar-navigation.png" format="PNG"/>
273 </imageobject>
274 <textobject>
275 <phrase>The Back and Forward buttons in the toolbar.</phrase>
276 </textobject>
277 <caption>
278 <para>
279 The <guibutton>Back</guibutton> and <guibutton>Forward</guibutton> buttons in
280 the toolbar can be used to navigate in the history.
281 </para>
282 </caption>
283 </mediaobject>
284 </screenshot>
285
286 </sect2>
287
288 <sect2 id="dolphin-view-appearance">
289 <title>&dolphin; View Appearance</title>
290
291 <para>
292 The toolbar contains buttons to control the appearance of the view:
293 </para>
294
295 <screenshot>
296 <screeninfo>Screenshot of &dolphin;'s toolbar</screeninfo>
297 <mediaobject>
298 <imageobject>
299 <imagedata fileref="toolbar-view-appearance.png" format="PNG"/>
300 </imageobject>
301 <textobject>
302 <phrase>The buttons in the toolbar which control the appearance of the view.</phrase>
303 </textobject>
304 <caption><para>
305 The buttons in the toolbar which control the appearance of the view.
306 </para></caption>
307 </mediaobject>
308 </screenshot>
309
310 <para>
311 All the settings discussed below and other options concerning, &eg; the
312 sorting of the files in the current folder, can also be modified in the
313 <guimenu>View</guimenu> menu and in the
314 <link linkend="view-properties-dialog">View Properties dialog</link>. By
315 default, these settings are remembered for each folder separately. This
316 behavior can be changed in the
317 <link linkend="preferences-dialog-general"><quote>General</quote></link> section of the settings.
318 </para>
319
320 <sect3 id="dolphin-view-modes">
321 <title>View Modes</title>
322
323 <para>
324 The first three buttons in the above screenshot switch between &dolphin;'s
325 view modes.
326 <!-- begin copy to konqueror filemanager.docbook -->
327 <itemizedlist>
328
329 <listitem><para>
330 In the <guibutton>Icons</guibutton> view, which is the default, files will be
331 represented by an icon that visualizes the file type, and a folder icon will be
332 shown for subfolders. The names of folders and files, and the items enabled in
333 <menuchoice><guimenu>View</guimenu><guisubmenu>Additional Information</guisubmenu></menuchoice>,
334 are displayed below the icons.
335 </para></listitem>
336
337 <listitem><para>
338 The <guilabel>Compact</guilabel> view shows the folder contents as icons with
339 the name beside it and the items enabled in
340 <menuchoice><guimenu>View</guimenu><guisubmenu>Additional Information</guisubmenu></menuchoice>
341 below the name. The items are grouped in columns similar to the <guilabel>Short View</guilabel>
342 in the &kde; file dialog.
343 </para></listitem>
344
345 <listitem><para>
346 In the <guibutton>Details</guibutton> view, the folder contents are displayed
347 as a detailed list which contains the name, size and last modification time of
348 each item. Additional columns can be added by clicking a column header with the
349 &RMB;.
350 </para>
351 <para>In the context menu of the header line you can choose between custom or automatic
352 column width. Automatic width adjusts the width of all columns once to display the longest
353 item in the column completely, except for the <guilabel>Name</guilabel> column where
354 the extension is replaced by <quote>...</quote>
355 </para>
356 <para>The order of columns can be changed by drag and drop of column headers, except for
357 the <guilabel>Name</guilabel> header, which is always the first column in this view.
358 </para>
359 <para>
360 The details view allows you to view the current directory
361 in a tree-like fashion if <link linkend="preferences-dialog-viewmodes-details">
362 <guilabel>Expandable folders</guilabel></link> are enabled:
363 Each subfolder of the current folder can be
364 <quote>expanded</quote> or <quote>collapsed</quote> by clicking on the <guiicon>&gt;</guiicon>
365 or <guiicon>v</guiicon> icon next to it.</para></listitem>
366 </itemizedlist>
367 </para>
368
369 <screenshot>
370 <screeninfo>Grouped View</screeninfo>
371 <mediaobject>
372 <imageobject>
373 <imagedata fileref="grouping-view.png" format="PNG"/>
374 </imageobject>
375 <textobject>
376 <phrase>Grouped View</phrase>
377 </textobject>
378 <caption><para>All view modes support grouping by the sort type selected
379 in <menuchoice><guimenu>View</guimenu><guisubmenu>Sort by</guisubmenu></menuchoice></para></caption>
380 </mediaobject>
381 </screenshot>
382 <!-- end copy to konqueror filemanager.docbook -->
383
384 </sect3>
385
386 <sect3 id="dolphin-view-information">
387 <title>Information in the View</title>
388 <para>
389 In all view modes &kappname; shows at least an icon and a name for each item.
390 Using <guisubmenu>Additional Information</guisubmenu> in the <guimenu>View</guimenu>
391 menu or the context menu of the header in <guilabel>Details</guilabel> mode, you can select
392 more information for each item to be shown:
393 </para>
394
395 <para>
396 <guimenuitem>Size</guimenuitem>, <guimenuitem>Date</guimenuitem>,
397 <guimenuitem>Type</guimenuitem>, <guimenuitem>Rating</guimenuitem>,
398 <guimenuitem>Tags</guimenuitem> or <guimenuitem>Comment</guimenuitem>.
399 </para>
400
401 <para>Depending on the file type, additionally, sorting criteria can be selected:
402 <simplelist>
403 <member><guimenuitem>Document</guimenuitem>: Number of words and lines</member>
404 <member><guimenuitem>Image</guimenuitem>: Size and orientation</member>
405 <member><guimenuitem>Audio</guimenuitem>: Artist, album, duration and track</member>
406 </simplelist>
407 </para>
408
409 <para>The <guisubmenu>Other</guisubmenu> submenu allows you to select
410 <guimenuitem>Path</guimenuitem>, <guimenuitem>Link Destination</guimenuitem>,
411 <guimenuitem>Copied From</guimenuitem>,
412 <guimenuitem>Permissions</guimenuitem>, <guimenuitem>Owner</guimenuitem> or
413 <guimenuitem>User Group</guimenuitem>.
414 </para>
415
416 </sect3>
417
418 <sect3 id="preview">
419 <title>Preview</title>
420
421 <para>
422 If <guibutton>Preview</guibutton> is enabled, the icons are based on the actual
423 file or folder contents; &eg; for images a scaled down preview of the image is
424 shown.
425 </para>
426
427 </sect3>
428
429 <sect3 id="split-view">
430 <title>Split</title>
431
432 <para>
433 If <guibutton>Split</guibutton> is clicked, two views are shown which can
434 display the contents of different folders. This can be convenient for moving or
435 copying files.
436 </para>
437
438 </sect3>
439
440 </sect2>
441 <!-- begin copy to konqueror filemanager.docbook -->
442 <sect2 id="selection">
443 <title>Selecting Items in the View</title>
444
445 <para>
446 There are several ways to select items in the view. Once a group of items
447 is selected, all actions, such as
448 <menuchoice><guimenuitem>Cut</guimenuitem></menuchoice>,
449 <menuchoice><guimenuitem>Copy</guimenuitem></menuchoice>,
450 <menuchoice><guimenuitem>Move to Trash</guimenuitem></menuchoice>,
451 and drag and drop operations, affect all selected items.
452 </para>
453
454 <sect3 id="selection-mouse">
455 <title>Selecting Items Using the Mouse</title>
456
457 <itemizedlist>
458
459 <listitem><para>
460 You can press the &LMB; somewhere in the view and draw a rectangle around
461 a group of items before releasing the button. This will select all items in the
462 rectangle and clear the previous selection. If the &Shift; key is pressed during
463 the selection process, the previous selection is kept.
464 </para></listitem>
465
466 <listitem><para>
467 If the &Ctrl; key is pressed while an item is clicked with the &LMB;, the
468 selection state of this item is toggled. If the &Ctrl; key is pressed while a
469 rectangle is drawn around a group of items as described above, the selection
470 state of all items in the rectangle will be toggled.
471 </para></listitem>
472
473 <listitem><para>
474 If the &Shift; key is pressed while an item is clicked with the &LMB;, all items
475 between the previous current item and the clicked item will be selected.
476 </para></listitem>
477
478 <listitem><para>
479 If <guilabel>Show selection marker</guilabel> is enabled in the
480 <link linkend="preferences-dialog-general-behavior"><quote>Behavior</quote>
481 tab of the <guilabel>General</guilabel> section of the settings</link>, a small
482 <guiicon>+</guiicon> or <guiicon>-</guiicon> button appears in the top
483 left corner of the item which is currently hovered over with the mouse. Clicking
484 this sign selects or deselects the item, respectively.
485 </para></listitem>
486
487 </itemizedlist>
488
489 </sect3>
490
491 <sect3 id="selection-keyboard">
492 <title>Selecting Items Using the Keyboard</title>
493
494 <itemizedlist>
495
496 <listitem><para>
497 If an arrow key, <keycap>Page Up</keycap>, <keycap>Page Down</keycap>,
498 <keycap>Home</keycap>, or <keycap>End</keycap> is pressed, the new current item
499 is selected, and the previous selection is cleared.
500 </para></listitem>
501
502 <listitem><para>
503 If the &Ctrl; key is held while one of the above keys is pressed, the selection
504 remains unchanged.
505 </para></listitem>
506
507 <listitem><para>
508 If the &Shift; key is held while one of the above keys is pressed, all items
509 between the previous current item and the new current item will be selected.
510 </para></listitem>
511
512 <listitem><para>
513 If <keycombo action="simul">&Ctrl;<keysym>Space</keysym></keycombo> is pressed,
514 the selection state of the current item is toggled.
515 </para></listitem>
516
517 <listitem><para>
518 <keycombo action="simul">&Ctrl;<keycap>A</keycap></keycombo> selects all items
519 in the view.
520 </para></listitem>
521
522 <listitem><para>
523 <keycombo action="simul">&Ctrl;&Shift;<keycap>A</keycap></keycombo> toggles the
524 selection state of all items in the view.
525 </para></listitem>
526
527 <listitem><para>
528 Select a file or folder by typing the first few letters of its name and the
529 first matching item is selected.
530 To clear the selection and cancel the keyboard search press &Esc; or wait longer than
531 the timeout of 1 second.
532 </para></listitem>
533 </itemizedlist>
534 <!-- END copy to konqueror filemanager.docbook -->
535 </sect3>
536
537 </sect2>
538
539 </sect1>
540
541 <!--FIXME replace with links to KDE Fundamentals when location bar in file dialog
542 has all features from dolphin ?-->
543
544 <sect1 id="location-bar">
545 <title>Location Bar</title>
546
547 <para>
548 The location bar, which can be found above &dolphin;'s view, displays
549 the path to the current folder. The location bar has two modes.
550 </para>
551
552 <sect2 id="location-bar-bread-crumb">
553 <title>Bread Crumb Mode</title>
554
555 <para>
556 In the <quote>bread crumb</quote> mode, which is the default, each folder name in
557 the path to the current folder is a button which can be clicked to quickly open
558 that folder. Moreover, clicking the <quote>&gt;</quote> sign to the right of a
559 folder opens a menu which allows you to quickly open a subfolder of that folder.
560 </para>
561
562 <screenshot>
563 <screeninfo>Screenshot of the location bar in bread crumb mode</screeninfo>
564 <mediaobject>
565 <imageobject>
566 <imagedata fileref="locationbar-breadcrumb.png" format="PNG"/>
567 </imageobject>
568 <textobject>
569 <phrase>Location bar in bread crumb mode.</phrase>
570 </textobject>
571 <caption><para>Location bar in bread crumb mode.</para></caption>
572 </mediaobject>
573 </screenshot>
574
575 </sect2>
576
577 <sect2 id="location-bar-editable">
578 <title>Editable Mode</title>
579
580 <para>
581 When in bread crumb mode, clicking in the gray area to the right of the path
582 with the &LMB; switches the location bar to <quote>editable</quote> mode,
583 in which the path can be edited using the keyboard. To switch back to bread
584 crumb mode, click the check mark at the right of the location bar with the &LMB;.
585 </para>
586
587 <screenshot>
588 <screeninfo>Screenshot of the location bar in editable mode</screeninfo>
589 <mediaobject>
590 <imageobject>
591 <imagedata fileref="locationbar-editable.png" format="PNG"/>
592 </imageobject>
593 <textobject>
594 <phrase>Location bar in editable mode.</phrase>
595 </textobject>
596 <caption><para>Location bar in editable mode.</para></caption>
597 </mediaobject>
598 </screenshot>
599
600 <sect3 id="location-bar-editable-kioslaves">
601 <title>Using Kioslaves</title>
602
603 <para>If the location bar is empty in editable mode, a drop down box appears in
604 front of the bar listing all available kioslaves on your system. Kioslaves are
605 programs built into &kde; which add support for many different protocols to
606 &dolphin; and other &kde; applications.</para>
607
608 <para>For example with the <quote>fish</quote> kioslave &dolphin; can be
609 used to manage files and folders on a remote host that is accessible
610 via <acronym>SSH</acronym>. To do this you would type <userinput>fish://username@remotehost</userinput>
611 into the location bar. Similar remote file management can be done on
612 remote hosts accessible via the &FTP;, NFS, SFTP, SMB (CIFS) or webdav protocols.</para>
613
614 <para>It is also possible to use the kioslaves drop down list to access
615 &systemsettings;, fonts, trash, other programs and devices attached to your computer.
616 See the drop down list for the full list of capabilities available from kioslaves on your system.
617 </para>
618 <screenshot>
619 <screeninfo>Screenshot of the list of kioslaves</screeninfo>
620 <mediaobject>
621 <imageobject>
622 <imagedata fileref="locationbar-kioslaves-menu.png" format="PNG"/>
623 </imageobject>
624 <textobject>
625 <phrase>Location bar showing list of available kioslaves.</phrase>
626 </textobject>
627 <caption><para>List of available kioslaves.</para></caption>
628 </mediaobject>
629 </screenshot>
630
631 </sect3>
632 </sect2>
633
634 <sect2 id="location-place-context">
635 <title>Places and Context</title>
636 <!--FIXME this is now in file dialog in 4.11-->
637 <para>
638 If the <guilabel>Places</guilabel> panel is hidden; in both modes an additional icon
639 in front of the path is displayed. This icon can be clicked with the &LMB; to open a
640 menu which offers quick access to <quote>places</quote> and storage media. See the
641 <link linkend="places-panel">section about the Places Panel</link> for details.
642 </para>
643
644 <screenshot>
645 <screeninfo>Location bar with Places icon</screeninfo>
646 <mediaobject>
647 <imageobject>
648 <imagedata fileref="locationbar-places-icon.png" format="PNG"/>
649 </imageobject>
650 <textobject>
651 <phrase>Location bar with Places icon</phrase>
652 </textobject>
653 </mediaobject>
654 </screenshot>
655
656 <para>The context menu of the location bar offers actions to switch between the modes and
657 to copy and paste the path using the clipboard. Check the last option in this context menu to
658 display either the full path starting with the root folder of the file system or to display
659 the path starting with the current places entry.
660 </para>
661
662 <screenshot>
663 <screeninfo>Location bar context menu</screeninfo>
664 <mediaobject>
665 <imageobject>
666 <imagedata fileref="locationbar-context-menu.png" format="PNG"/>
667 </imageobject>
668 <textobject>
669 <phrase>Location bar context menu</phrase>
670 </textobject>
671 </mediaobject>
672 </screenshot>
673
674 </sect2>
675
676 </sect1>
677
678 <sect1 id="panels">
679 <title>Panels</title>
680
681 <para>
682 &dolphin; allows a number of panels to be placed next to the view. These can
683 be enabled in <menuchoice><guimenu>View</guimenu><guisubmenu>Panels</guisubmenu></menuchoice>.
684 By unlocking the panels and clicking and dragging a panel title, the panel can be moved
685 to a different position, even outside the window.
686 </para>
687
688 <sect2 id="places-panel">
689 <title>Places</title>
690 <!--FIXME difference between places panel in dolphin + kde filedialog + konqueror:
691 context menu Icon Size? No different entries ?-->
692 <!--Four groups: Places = Folders, Devices, with Baloo Recently Saved and Search For -->
693 <para>
694 The <guilabel>Places</guilabel> panel is located at the left of the window by
695 default. The <guilabel>Places</guilabel> panel shows any locations you have
696 bookmarked. It also shows any disk or media attached to the computer, recently accessed items
697 and allows you to search for certain type of files. The order of these entries can be changed by drag and drop.
698 </para>
699
700 <para>
701 The easiest way to add a folder to the <guilabel>Places</guilabel> panel is to
702 drag it and drop it in the panel. Moreover, you can click inside the panel with
703 the &RMB; and choose <menuchoice><guimenuitem>Add Entry...</guimenuitem></menuchoice>
704 from the context menu. The first procedure creates a system wide bookmark, the second
705 procedure can be used to add the current path of the location bar or any desired folder or device.
706 A dialog opens where label, location and icon can be edited and the usage of this entry
707 can be restricted to &dolphin;.
708 </para>
709
710 <para>A &RMB; click opens the context menu to edit, add, hide or remove entries
711 and change the icon size to one of the predefined values or lock/unlock the panels.
712 </para>
713 <para>The context menu has an action to open the entry in a new tab.
714 Devices can be unmounted using the context menu.
715 </para>
716 </sect2>
717
718 <sect2 id="information-panel">
719 <title>Information</title>
720
721 <para>
722 The <guilabel>Information</guilabel> panel shows extended information about the
723 selected items(s) or about the current folder or the file which is currently hovered
724 over with the mouse, including size, type, and date of last modification. It also
725 features a large preview of the selected item and allows you to assign a rating,
726 tags, and comments to it.
727 </para>
728
729 </sect2>
730
731 <sect2 id="folders-panel">
732 <title>Folders</title>
733
734 <para>
735 The <guilabel>Folders</guilabel> panel shows a tree view structure of the file
736 system. It only shows folders. Clicking a folder with the &LMB; opens this folder
737 in the &dolphin; view.
738
739 </para>
740
741 </sect2>
742
743 <sect2 id="terminal-panel">
744 <title>Terminal</title>
745
746 <para>
747 This panel contains a terminal. The terminal will open at the folder currently
748 shown in the &dolphin; view. Changing the folder in the active &dolphin;
749 view will update the working folder of the terminal. Changing the directory in
750 the terminal will update the working folder in the &dolphin; view. The
751 terminal only works with local media.
752 </para>
753
754 </sect2>
755
756 </sect1>
757
758 <sect1 id="quick-tips">
759 <title>Quick Tips</title>
760
761 <para>
762 The following are a number of tips to save time when using &dolphin;.
763 </para>
764
765 <sect2 id="quick-bookmarking">
766 <title>Quick Bookmarking</title>
767
768 <para>
769 To quickly create a bookmark in the <guilabel>Places</guilabel> panel for the
770 current folder, &RMB; click in the work space and click
771 <menuchoice><guimenuitem>Add to Places</guimenuitem></menuchoice> in the context menu.
772 </para>
773
774 </sect2>
775
776 <sect2 id="finding-searching-in-file">
777 <title>Finding Files and Searching in Files</title>
778 <!-- FIXME search in hidden files + folders View -> Show Hidden Files has to be enabled ? -->
779 <para>
780 &dolphin; is capable of searching for files and for content in files. If <keycombo action="simul">
781 &Ctrl;<keycap>F</keycap></keycombo> is pressed or <menuchoice> <guimenu>Edit</guimenu>
782 <guimenuitem>Find...</guimenuitem> </menuchoice> is used, the <guilabel>Find</guilabel>
783 bar will open already set up to search for files within the current folder and any sub-folders.
784 Start to type into the find input box and the search starts immediately.
785 <screenshot>
786 <screeninfo>Search files and for content in files</screeninfo>
787 <mediaobject>
788 <imageobject>
789 <imagedata fileref="nepomuk-search.png" format="PNG"/>
790 </imageobject>
791 <textobject>
792 <phrase>Search files and for content in files</phrase>
793 </textobject>
794 <caption><para>&dolphin; searching files and for content in files.</para></caption>
795 </mediaobject>
796 </screenshot>
797 </para>
798 <para>The search is case insensitive, and does not require surrounding wildcards
799 (<userinput>*foo*</userinput> and <userinput>foo</userinput> are equivalent),
800 but you can use wildcards inside the search term. <userinput>*</userinput> will match
801 zero or more characters, <userinput>?</userinput> only one single character.</para>
802 <para>This feature can be used with running Baloo services; without these services
803 a KIOSlave is launched to provide the search results.</para>
804 <para>The option from <guilabel>Everywhere</guilabel> with activated Baloo
805 services searches in all indexed folders, without Baloo this option
806 starts the search from the user's <replaceable>Home</replaceable> folder.</para>
807
808 <screenshot>
809 <screeninfo>Search with More Options</screeninfo>
810 <mediaobject>
811 <imageobject>
812 <imagedata fileref="nepomuk-search-more-options.png" format="PNG"/>
813 </imageobject>
814 <textobject>
815 <phrase>Search with More Options</phrase>
816 </textobject>
817 <caption><para>&dolphin; searching with More Options.</para></caption>
818 </mediaobject>
819 </screenshot>
820
821 <para>
822 Use the <guilabel>More Options</guilabel> button to extend the <guilabel>Find</guilabel>
823 bar. This provides a very comfortable way for
824 the user to shrink the number of search results.</para>
825 <para>To start a search select one or more file types (<guilabel>Documents</guilabel>,
826 <guilabel>Audio</guilabel>, <guilabel>Video</guilabel>, <guilabel>Images</guilabel>),
827 a time period and rating<!--FIXME readd when again implemented: and tag, if you have defined any.--></para>
828
829 <para>Alternatively you can use these options in the <guilabel>Places</guilabel> panel
830 together with the <guilabel>Filter</guilabel> bar to find files using Baloo or limit
831 the search to files matching the filter expression.</para>
832
833 </sect2>
834
835 <sect2 id="mounting-storage-media">
836 <title>Mounting Storage Media</title>
837
838 <para>
839 A quick way to mount Storage Media is to click on the device in the
840 <guilabel>Places</guilabel> panel. This will mount and open the device in &dolphin;.
841 </para>
842
843 </sect2>
844
845 <sect2 id="undo-actions">
846 <title>Undo Actions</title>
847
848 <para>
849 &dolphin; is capable of undoing changes you have made to files. For example if
850 you moved a file to the Trash, &dolphin; can undo this and move it back to its
851 original location. To undo an action, press <keycombo action="simul">&Ctrl;<keycap>Z</keycap></keycombo>
852 or select <menuchoice> <guimenu>Edit</guimenu> <guimenuitem>Undo: (action name)</guimenuitem> </menuchoice>
853 in the menu, &eg; <guimenuitem>Undo: Rename</guimenuitem>.
854 </para>
855
856 </sect2>
857
858 <sect2 id="batch-rename">
859 <title>Renaming A Batch Of Files</title>
860 <para>
861 &dolphin; is capable of renaming a number of files at the same time. Each file
862 will have the file name specified, including a number, &eg;, Image1.jpg,
863 Image2.jpg, Image3.jpg. This can be useful, &eg;, for pictures taken with a digital camera.
864 </para>
865
866 <para>
867 If you wish to rename a batch of files, first select the files to be renamed.
868 This can be done by pressing the &LMB; and drawing a rectangle around the files
869 to be renamed before releasing it, or by holding &Ctrl; and clicking each file
870 to be renamed (see <link linkend="selection">Selecting Items in the View</link>
871 for more details on item selection). Then open the batch-rename dialog by pressing
872 <keycap>F2</keycap> or via the File menu:
873 <menuchoice> <guimenu>File</guimenu> <guimenuitem>Rename...</guimenuitem> </menuchoice>
874 </para>
875
876 <para>
877 Then enter the name you wish to give the files. The # character must be present
878 within the name. The files will then be renamed, where the <userinput>#</userinput>
879 character is replaced by a different consecutive number for each file.
880 </para>
881
882 <para>If all file extensions in your selection are different, the name of all files
883 can be changed without using a <userinput>#</userinput> placeholder while preserving
884 the file extensions. This is &eg; useful to rename a video file and all associated
885 subtitle files, which have the same filename, but different extensions.
886 </para>
887 </sect2>
888
889 <sect2 id="compare-files">
890 <title>Comparing A Selection Of Files or Folders</title>
891
892 <para>
893 If the &kompare; application is installed, you can use it to see the differences
894 between two files or folders.
895 </para>
896
897 <para>
898 First select the two files or folders to be compared. Then launch the &kompare; application
899 via the Tools menu: <menuchoice> <guimenu>Tools</guimenu> <guimenuitem>Compare Files</guimenuitem> </menuchoice>.
900 &kompare; will then open showing the differences between the files or folders.
901 </para>
902
903 </sect2>
904
905 <sect2 id="filter-files">
906 <title>Filtering Files</title>
907
908 <para>
909 &dolphin; is capable of filtering files, &ie; showing only those items in the
910 view whose name contains a given text. For example, if you wish to show
911 only the <acronym>MP3</acronym> files within a folder, you could filter for <quote>.mp3</quote>.
912 This would then filter out all files whose name does not contain <quote>.mp3</quote>.
913 </para>
914
915 <para>
916 To filter files, first enable the filter bar, either by pressing <keycombo action="simul">&Ctrl;<keycap>I</keycap></keycombo>
917 or via the menu: <menuchoice> <guimenu>Tools</guimenu> <guimenuitem>Show Filter Bar</guimenuitem> </menuchoice>.
918 You can then enter the text to be filtered for in the filter bar. The filter bar can
919 be disabled either by pressing &Esc;, or with a &LMB; click on the
920 <guiicon>Hide Filter Bar</guiicon> icon.
921 </para>
922
923 </sect2>
924
925 </sect1>
926
927 </chapter>
928
929 <chapter id="configuring-dolphin">
930 <title>Configuring &dolphin;</title>
931
932 <para>
933 &dolphin; distinguishes two different kinds of settings:
934
935 <itemizedlist>
936
937 <listitem><para>
938 Settings which affect the general behavior of &dolphin;. These can be configured
939 using the <link linkend="preferences-dialog">Preferences Dialog</link>.
940 </para></listitem>
941
942 <listitem><para>
943 Settings which determine how the contents of a folder are displayed in &dolphin;.
944 These settings are called <link linkend="view-properties">View Properties</link>
945 and can be controlled with toolbar buttons, via the <guimenu>View</guimenu> menu,
946 and with the <link linkend="view-properties-dialog">View Properties Dialog</link>.
947 In the default configuration, the view properties are remembered for each folder,
948 but &dolphin; can also be configured to use common view properties for all folders
949 in the <link linkend="preferences-dialog-general-behavior"><quote>General</quote>
950 section of the settings</link>.
951 </para></listitem>
952
953 </itemizedlist>
954
955 </para>
956
957 <sect1 id="preferences-dialog">
958 <title>The &dolphin; Preferences Dialog</title>
959 <para>
960 The Preferences Dialog is opened via <menuchoice><guimenu>Settings</guimenu>
961 <guimenuitem>Configure &dolphin;...</guimenuitem></menuchoice> in the menu in
962 &dolphin;'s main window. The settings are divided into several groups which can
963 be accessed by clicking the corresponding icon on the left of the dialog.
964 </para>
965
966 <para>All settings except for the <guilabel>Startup</guilabel> page and the <guilabel>Status Bar</guilabel>
967 tab on the <guilabel>General</guilabel> page are shared with &konqueror; in filemanager mode.
968 </para>
969
970 <sect2 id="preferences-dialog-startup">
971 <title>Startup</title>
972
973 <para>
974 This group contains settings which control the appearance of &dolphin; on startup.
975
976 <screenshot>
977 <screeninfo>Screenshot of the Startup settings in &dolphin;'s preferences dialog</screeninfo>
978 <mediaobject>
979 <imageobject>
980 <imagedata fileref="preferences-startup.png" format="PNG"/>
981 </imageobject>
982 <textobject>
983 <phrase>Startup Settings.</phrase>
984 </textobject>
985 <caption><para>Startup Settings in &dolphin;'s Preferences Dialog.</para></caption>
986 </mediaobject>
987 </screenshot>
988
989 <itemizedlist>
990
991 <listitem><para>
992 The <guilabel>Home Folder</guilabel> is the folder which is opened on startup. The
993 location of the folder can be entered directly or chosen in a dialog which can
994 be opened by clicking the button showing a <quote>folder</quote> icon. Moreover,
995 the current location or the default location (which is the user's home folder)
996 can be used as the Home Folder by clicking the corresponding button.
997 </para></listitem>
998
999 <listitem><para>
1000 <guilabel>Split View Mode</guilabel> controls if the
1001 <link linkend="dolphin-view">&dolphin; view</link> is split on startup
1002 or not.
1003 </para></listitem>
1004
1005 <listitem><para>
1006 <guilabel>Editable location bar</guilabel> controls if the location bar is in
1007 editable mode on startup. The bread crumb mode of the location bar is used
1008 otherwise. See the <link linkend="location-bar">section about the location bar</link>
1009 for details about the two modes.
1010 </para></listitem>
1011
1012 <listitem><para>
1013 If <guilabel>Show full path inside location bar</guilabel> is enabled, the full
1014 path of the current location is shown in the bread crumb mode of the location bar.
1015 Otherwise, a shortened version of the path is shown if it begins with the path of
1016 one of the places in the <guilabel>Places</guilabel> panel.
1017 </para></listitem>
1018
1019 <listitem><para>
1020 <guilabel>Show filter bar</guilabel> controls if the filter bar is shown on
1021 startup or not. See the <link linkend="filter-files">section on the filter bar</link>
1022 for details.
1023 </para></listitem>
1024
1025 </itemizedlist>
1026
1027 </para>
1028
1029 </sect2>
1030
1031 <sect2 id="preferences-dialog-viewmodes">
1032 <title>View Modes</title>
1033
1034 <para>
1035 This group contains settings which control the behavior of &dolphin;'s view
1036 modes. The three view modes (Icons, Compact, and Details) are accessible via the
1037 tab bar at the top.
1038
1039 <screenshot>
1040 <screeninfo>Screenshot of the Icons View settings in &dolphin;'s preferences dialog</screeninfo>
1041 <mediaobject>
1042 <imageobject>
1043 <imagedata fileref="preferences-viewmodes-icons.png" format="PNG"/>
1044 </imageobject>
1045 <textobject>
1046 <phrase>View Modes Settings.</phrase>
1047 </textobject>
1048 <caption><para>View Modes Settings in &dolphin;'s Preferences Dialog.</para></caption>
1049 </mediaobject>
1050 </screenshot>
1051
1052 </para>
1053
1054 <sect3 id="preferences-dialog-viewmodes-common">
1055 <title>Common settings for all view modes</title>
1056
1057 <para>
1058 All three view modes have some common settings:
1059 </para>
1060 <itemizedlist>
1061
1062 <listitem><para>
1063 Sliders which control the size of the icons. The <guilabel>Default</guilabel> or
1064 <guilabel>Preview</guilabel> sizes are used if previews are disabled or enabled,
1065 respectively. Note that the icon size can be changed easily with the zoom slider
1066 in the status bar if the corresponding option is enabled in the
1067 <link linkend="preferences-dialog-general-statusbar"><quote>General</quote>
1068 section of the settings</link>.
1069 </para></listitem>
1070
1071 <listitem><para>
1072 A setting for the font used in the view mode: either the system font or a
1073 custom font can be chosen.
1074 </para></listitem>
1075
1076 </itemizedlist>
1077 <para>
1078 The other settings in the <guilabel>Text</guilabel> section which apply to only
1079 one of the view modes are discussed below.
1080 </para>
1081
1082 </sect3>
1083
1084 <sect3 id="preferences-dialog-viewmodes-icons">
1085 <title>Icons</title>
1086 <para>
1087 <itemizedlist>
1088 <listitem><para>
1089 <guilabel>Width</guilabel> controls the minimum width that is reserved for
1090 the text of a file item.
1091 </para></listitem>
1092 <listitem><para>
1093 <guilabel>Maximum lines</guilabel> means maximum number of text lines below the icon.
1094 </para></listitem>
1095 </itemizedlist>
1096 </para>
1097 </sect3>
1098
1099 <sect3 id="preferences-dialog-viewmodes-compact">
1100 <title>Compact</title>
1101 <para>
1102 <itemizedlist>
1103 <listitem><para>
1104 <guilabel>Maximum width</guilabel> controls the maximum width that is reserved for
1105 the text of a file item.
1106 </para></listitem>
1107 </itemizedlist>
1108 </para>
1109 </sect3>
1110
1111 <sect3 id="preferences-dialog-viewmodes-details">
1112 <title>Details</title>
1113 <para>
1114 <itemizedlist>
1115 <listitem><para>
1116 <guilabel>Expandable folders</guilabel> determines whether any folders that have subfolders
1117 are displayed in a tree view, where the sub items can be expanded by &LMB; clicking the
1118 <guiicon>&gt;</guiicon> icon and collapsed by clicking the <guiicon>v</guiicon> icon.
1119 </para></listitem>
1120 </itemizedlist>
1121 </para>
1122 </sect3>
1123
1124 </sect2>
1125
1126 <sect2 id="preferences-dialog-navigation">
1127 <title>Navigation</title>
1128
1129 <para>
1130 This group contains settings which control how navigation in the folder
1131 structure and in archives works.
1132
1133 <screenshot>
1134 <screeninfo>Screenshot of the Navigation settings in &dolphin;'s preferences dialog</screeninfo>
1135 <mediaobject>
1136 <imageobject>
1137 <imagedata fileref="preferences-navigation.png" format="PNG"/>
1138 </imageobject>
1139 <textobject>
1140 <phrase>Navigation Settings.</phrase>
1141 </textobject>
1142 <caption><para>Navigation Settings in &dolphin;'s Preferences Dialog.</para></caption>
1143 </mediaobject>
1144 </screenshot>
1145
1146 <itemizedlist>
1147
1148 <listitem><para>
1149 &dolphin; can be configured to open items with a single mouse click
1150 (<guilabel>Single-click to open files and folders</guilabel>) or a double mouse
1151 click (<guilabel>Double-click to open files and folders</guilabel>). In the
1152 latter case, a single mouse click will select the file or folder.
1153 </para>
1154 <note>
1155 <para>This is a system wide setting and can be changed in the &systemsettings; in the
1156 <menuchoice><guimenu>Input Devices</guimenu> <guimenuitem>Mouse</guimenuitem></menuchoice>
1157 module as well.</para>
1158 </note>
1159 </listitem>
1160
1161 <listitem><para>
1162 Archives will be opened inside &dolphin;, and not in an external application, if
1163 <guilabel>Open Archives as folder</guilabel> is enabled.
1164 </para></listitem>
1165
1166 <listitem><para>
1167 If <guilabel>Open folders during drag operations</guilabel> is enabled, dragging
1168 an item with the mouse and hovering over a folder with it for a short time will open
1169 that folder. This allows you to move or copy items quickly to folders which are
1170 several levels deeper in the folder hierarchy.
1171 </para></listitem>
1172
1173 </itemizedlist>
1174
1175 </para>
1176
1177 </sect2>
1178
1179 <sect2 id="preferences-dialog-services">
1180 <title>Services</title>
1181
1182 <para>
1183 This group offers a selection of services that can be shown in the
1184 <guisubmenu>Actions</guisubmenu> submenu of &dolphin;'s context menu which
1185 appears when clicking a file or folder with the &RMB;.
1186 </para>
1187
1188 <screenshot>
1189 <screeninfo>Screenshot of the Services settings in &dolphin;'s preferences dialog</screeninfo>
1190 <mediaobject>
1191 <imageobject>
1192 <imagedata fileref="preferences-services.png" format="PNG"/>
1193 </imageobject>
1194 <textobject>
1195 <phrase>Services Settings.</phrase>
1196 </textobject>
1197 <caption><para>Services Settings in &dolphin;'s Preferences Dialog.</para></caption>
1198 </mediaobject>
1199 </screenshot>
1200
1201 <para>
1202 Using the <guibutton>Download New Services</guibutton> you can fetch additional
1203 services for the context menu.
1204 </para>
1205 <para>
1206 If you have installed &dolphin;'s plugins for <guilabel>Bazaar</guilabel>,
1207 <guilabel>Mercurial</guilabel>, <guilabel>Git</guilabel> or
1208 <guilabel>Subversion</guilabel> from the kdesdk module these services are shown in the list.
1209 If these plugins are enabled and you enter a folder which is under version control,
1210 the version state (locally changed, up to date &etc;) is indicated by icons
1211 and you have additional entries in the
1212 context menu like commit, update, add, remove &etc;
1213 </para>
1214 <para>
1215 In the service list you can also choose if the <guimenuitem>Delete</guimenuitem>,
1216 <guimenuitem>Copy To</guimenuitem>, and <guimenuitem>Move To</guimenuitem>
1217 commands are shown in the context menu.
1218 </para>
1219 <para>
1220 &dolphin; has to be restarted to activate the changes for some of these settings.
1221 <!--FIXME wrong for Copy To + Move To + Delete, what about the other items?-->
1222 </para>
1223
1224 </sect2>
1225
1226 <sect2 id="preferences-dialog-trash">
1227 <title>Trash</title>
1228
1229 <para>
1230 This group contains settings which control the behavior of the trash.
1231
1232 <screenshot>
1233 <screeninfo>Screenshot of the Trash settings in &dolphin;'s preferences dialog</screeninfo>
1234 <mediaobject>
1235 <imageobject>
1236 <imagedata fileref="preferences-trash.png" format="PNG"/>
1237 </imageobject>
1238 <textobject>
1239 <phrase>Trash Settings.</phrase>
1240 </textobject>
1241 <caption><para>Trash Settings in &dolphin;'s Preferences Dialog.</para></caption>
1242 </mediaobject>
1243 </screenshot>
1244
1245 <itemizedlist>
1246
1247 <listitem><para>
1248 Files which are older than a configurable number of days can be deleted automatically.
1249 </para></listitem>
1250
1251 <listitem><para>
1252 The size of the trash can be limited to a configurable percentage of the disk
1253 size. If this limit is reached, a warning can be issued, or the oldest or
1254 largest files can be deleted automatically.
1255 </para></listitem>
1256
1257 </itemizedlist>
1258
1259 </para>
1260
1261 </sect2>
1262
1263 <sect2 id="preferences-dialog-general">
1264 <title>General</title>
1265
1266 <para>
1267 This group contains settings which control the general behavior of &dolphin;.
1268 The group is divided further into four subgroups which can be accessed using the
1269 tab bar at the top.
1270
1271 <screenshot>
1272 <screeninfo>Screenshot of the General settings in &dolphin;'s preferences dialog</screeninfo>
1273 <mediaobject>
1274 <imageobject>
1275 <imagedata fileref="preferences-general-behavior.png" format="PNG"/>
1276 </imageobject>
1277 <textobject>
1278 <phrase>General Settings.</phrase>
1279 </textobject>
1280 <caption><para>General Settings in &dolphin;'s Preferences Dialog.</para></caption>
1281 </mediaobject>
1282 </screenshot>
1283
1284 </para>
1285
1286 <sect3 id="preferences-dialog-general-behavior">
1287 <title>Behavior Tab</title>
1288
1289 <para>
1290
1291 <itemizedlist>
1292
1293 <listitem><para>
1294 In the <guilabel>View</guilabel> section, you can configure whether the
1295 <link linkend="view-properties"> view properties</link> are stored for each
1296 folder or if common view properties are to be used for all folders.
1297 </para></listitem>
1298 <listitem><para>
1299 When hovering over a file or folder with the mouse, a small window with relevant
1300 information is shown if <guilabel>Show tooltips</guilabel> is enabled.
1301 </para></listitem>
1302
1303 <listitem><para>
1304 <guilabel>Show selection marker</guilabel> shows a small <guibutton>+</guibutton>
1305 or <guibutton>-</guibutton> button above an item's icon if the item is hovered over
1306 with the mouse. These can be used to select or deselect the item.
1307 </para></listitem>
1308
1309 <listitem><para>
1310 <guilabel>Natural sorting of items</guilabel> controls how items are sorted in
1311 the view. If this option is enabled, the sort order of three example files
1312 will be
1313 <orderedlist>
1314 <listitem><para>File1,</para></listitem>
1315 <listitem><para>File2,</para></listitem>
1316 <listitem><para>File10.</para></listitem>
1317 </orderedlist>
1318 If this option is disabled, the normal alphabetical sorting will be used, which
1319 leads to the sort order
1320 <orderedlist>
1321 <listitem><para>File1,</para></listitem>
1322 <listitem><para>File10,</para></listitem>
1323 <listitem><para>File2.</para></listitem>
1324 </orderedlist>
1325 </para></listitem>
1326
1327 <listitem><para>
1328 Enable <guilabel>Rename inline</guilabel> to use this mode if only one item is currently selected.
1329 If this option is disabled or several items are selected, a dialog will be displayed for renaming.
1330 </para></listitem>
1331
1332 </itemizedlist>
1333
1334 </para>
1335
1336 </sect3>
1337
1338 <sect3 id="preferences-dialog-general-previews">
1339 <title>Previews Tab</title>
1340
1341 <para>
1342 In this tab, you can configure for which file types previews are shown.
1343 Moreover, the maximum size of remote files for which previews are generated can be chosen.
1344 </para>
1345 <para>
1346 If previews are enabled for folders, previews of some files in the folder will
1347 be shown inside a folder's icon.
1348 </para>
1349 </sect3>
1350
1351 <sect3 id="preferences-dialog-general-confirmations">
1352 <title>Confirmations Tab</title>
1353 <para>
1354 In the ask for confirmation section, you can enable warning dialogs that
1355 are shown before potentially harmful actions .
1356 </para>
1357 <warning><para>The confirmation settings for <guilabel>Moving files or folders to trash</guilabel> and
1358 <guilabel>Deleting files or folders</guilabel> affect file operations in &dolphin;, &konqueror;,
1359 <application>Gwenview</application> and all &kde; applications using the default &kde; file dialog,
1360 whereas <guilabel>Closing Dolphin windows
1361 with multiple tabs</guilabel> is a &dolphin; <!--and &konqueror;--> specific setting.</para></warning>
1362 </sect3>
1363
1364 <sect3 id="preferences-dialog-general-statusbar">
1365 <title>Status Bar Tab</title>
1366
1367 <para>
1368 In this tab, some additional items can be enabled for the status bar, provided
1369 the status bar is wide enough:
1370
1371 <itemizedlist>
1372
1373 <listitem><para>
1374 A <guilabel>zoom slider</guilabel> which can be used to change the icon size quickly.
1375 </para></listitem>
1376
1377 <listitem><para>
1378 A bar that shows how much space is free on the current drive.
1379 </para></listitem>
1380
1381 </itemizedlist>
1382
1383 </para>
1384 <note><para>
1385 Since &dolphin; 4.9 the <guimenuitem>Delete</guimenuitem>,
1386 <guimenuitem>Copy To</guimenuitem>, and <guimenuitem>Move To</guimenuitem>
1387 commands of the context menu have to be enabled on the Services page.
1388 </para></note>
1389
1390 </sect3>
1391
1392 </sect2>
1393
1394 </sect1>
1395 <!-- begin copy to konqueror filemanager.docbook -->
1396 <sect1 id="view-properties">
1397 <title>Folder View Properties</title>
1398
1399 <para>
1400 The following settings control how the contents of a folder are displayed in the
1401 &kappname; view, and are stored on a per-folder basis by default:
1402 </para>
1403 <itemizedlist>
1404
1405 <listitem><para>
1406 The view mode (Icons, Compact, Details)
1407 </para></listitem>
1408
1409 <listitem><para>
1410 The sorting of items, which is determined by the sort order (ascending,
1411 descending) and the attribute (such as name, size,...) that the items are
1412 sorted by
1413 </para></listitem>
1414
1415 <listitem><para>
1416 Sorting of folders and files &ndash; are folders shown first or not?
1417 </para></listitem>
1418
1419 <listitem><para>
1420 Previews &ndash; are they shown instead of icons (based on the settings made in
1421 <link linkend="preferences-dialog-general-previews"><guilabel>Previews</guilabel>
1422 tab of &kappname;'s General settings</link>) or not?
1423 </para></listitem>
1424
1425 <listitem><para>
1426 Are items shown in groups in the views?
1427 </para></listitem>
1428
1429 <listitem><para>
1430 Are hidden files shown?
1431 </para></listitem>
1432
1433 <listitem><para>
1434 What additional information (besides the name) is shown in the Icons or Details view?
1435 </para></listitem>
1436
1437 </itemizedlist>
1438 <para>
1439 The view properties can be configured in the
1440 <menuchoice><guimenu>View</guimenu></menuchoice> menu, some (such as the view
1441 mode) can also be changed using toolbar buttons.
1442 </para>
1443
1444 <sect2 id="view-properties-dialog">
1445 <title>The View Properties Dialog</title>
1446
1447 <para>
1448
1449 <screenshot>
1450 <screeninfo>Screenshot of the View Properties dialog</screeninfo>
1451 <mediaobject>
1452 <imageobject>
1453 <imagedata fileref="viewproperties-dialog.png" format="PNG"/>
1454 </imageobject>
1455 <textobject>
1456 <phrase>The View Properties dialog.</phrase>
1457 </textobject>
1458 <caption><para>The View Properties Dialog.</para></caption>
1459 </mediaobject>
1460 </screenshot>
1461
1462 The <guilabel>View Properties</guilabel> dialog can be used to quickly modify
1463 several view properties at once. This is done for the current folder, for the
1464 current folder including all subfolders, or even for all folders, depending on
1465 the choice made in the <guilabel>Apply View Properties To</guilabel> section.
1466 </para>
1467
1468 <para>
1469 If <guilabel>Use these view properties as default</guilabel> is enabled, the chosen view
1470 properties will also be used for all folders which do not have customized view
1471 properties yet.
1472 </para>
1473
1474 </sect2>
1475
1476 </sect1>
1477 <!-- end copy to konqueror filemanager.docbook -->
1478 </chapter>
1479
1480 <chapter id="command-reference">
1481 <title>Command Reference</title>
1482 <para>By default the menubar is not shown. All actions described here either can
1483 be accessed with toolbar buttons or with items in the menu of the
1484 <guibutton>Control</guibutton> toolbar button.</para>
1485
1486 <sect1 id="commands-menubar">
1487 <title>The Menubar in &dolphin;'s Main Window</title>
1488
1489 <sect2>
1490 <title>The File Menu</title>
1491 <para>
1492 <variablelist>
1493
1494 <varlistentry>
1495 <term><menuchoice>
1496 <guimenu>File</guimenu>
1497 <guisubmenu>Create New</guisubmenu>
1498 </menuchoice></term>
1499 <listitem><para><action>Creates a new object (such as a folder or a text file) in the current
1500 folder.</action></para>
1501 <para>You will find an explanation of all available objects in &konqueror;'s handbook in the chapter
1502 <ulink url="help:/konqueror/making.html">Create New</ulink>.</para>
1503 </listitem>
1504 </varlistentry>
1505
1506 <varlistentry>
1507 <term><menuchoice>
1508 <shortcut>
1509 <keycombo action="simul">&Ctrl;<keycap>N</keycap></keycombo>
1510 </shortcut>
1511 <guimenu>File</guimenu>
1512 <guimenuitem>New Window</guimenuitem>
1513 </menuchoice></term>
1514 <listitem><para><action>Opens a new &dolphin; window.</action></para></listitem>
1515 </varlistentry>
1516
1517 <varlistentry>
1518 <term><menuchoice>
1519 <shortcut>
1520 <keycombo action="simul">&Ctrl;<keycap>T</keycap></keycombo>
1521 </shortcut>
1522 <guimenu>File</guimenu>
1523 <guimenuitem>New Tab</guimenuitem>
1524 </menuchoice></term>
1525 <listitem><para><action>Opens a new tab.</action></para></listitem>
1526 </varlistentry>
1527
1528 <varlistentry>
1529 <term><menuchoice>
1530 <shortcut>
1531 <keycombo action="simul">&Ctrl;<keycap>W</keycap></keycombo>
1532 </shortcut>
1533 <guimenu>File</guimenu>
1534 <guimenuitem>Close Tab</guimenuitem>
1535 </menuchoice></term>
1536 <listitem><para><action>Closes the current tab.</action></para></listitem>
1537 </varlistentry>
1538
1539 <varlistentry>
1540 <term><menuchoice>
1541 <shortcut>
1542 <keycombo action="simul"><keycap>F2</keycap></keycombo>
1543 </shortcut>
1544 <guimenu>File</guimenu>
1545 <guimenuitem>Rename</guimenuitem>
1546 </menuchoice></term>
1547 <listitem><para><action>Renames one currently selected item inline.
1548 Opens the <link linkend="batch-rename">batch rename dialog</link> if several
1549 items are selected.</action></para></listitem>
1550 </varlistentry>
1551
1552 <varlistentry>
1553 <term><menuchoice>
1554 <shortcut>
1555 <keycombo action="simul"><keycap>Del</keycap></keycombo>
1556 </shortcut>
1557 <guimenu>File</guimenu>
1558 <guimenuitem>Move to Trash</guimenuitem>
1559 </menuchoice></term>
1560 <listitem><para><action>Moves the currently selected item(s) to the
1561 trash.</action></para></listitem>
1562 </varlistentry>
1563
1564 <varlistentry>
1565 <term><menuchoice>
1566 <shortcut>
1567 <keycombo action="simul">&Shift;<keycap>Del</keycap></keycombo>
1568 </shortcut>
1569 <guimenu>File</guimenu>
1570 <guimenuitem>Delete</guimenuitem>
1571 </menuchoice></term>
1572 <listitem><para><action>Permanently deletes the currently selected item(s). The items are not moved
1573 to the trash and cannot be restored.</action></para></listitem>
1574 </varlistentry>
1575
1576 <varlistentry>
1577 <term><menuchoice>
1578 <shortcut>
1579 <keycombo action="simul">&Alt;<keycap>Return</keycap></keycombo>
1580 </shortcut>
1581 <guimenu>File</guimenu>
1582 <guimenuitem>Properties</guimenuitem>
1583 </menuchoice></term>
1584 <listitem><para><action>Shows the properties dialog for the currently selected
1585 item(s).</action></para></listitem>
1586 </varlistentry>
1587
1588 <varlistentry>
1589 <term><menuchoice>
1590 <shortcut>
1591 <keycombo action="simul">&Ctrl;<keycap>Q</keycap></keycombo>
1592 </shortcut>
1593 <guimenu>File</guimenu>
1594 <guimenuitem>Quit</guimenuitem>
1595 </menuchoice></term>
1596 <listitem><para><action>Exits &dolphin;.</action></para></listitem>
1597 </varlistentry>
1598 </variablelist>
1599
1600 </para>
1601 </sect2>
1602
1603 <sect2>
1604 <title>The Edit Menu</title>
1605 <para>
1606
1607 <variablelist>
1608 <varlistentry>
1609 <term><menuchoice>
1610 <shortcut>
1611 <keycombo action="simul">&Ctrl;<keycap>Z</keycap></keycombo>
1612 </shortcut>
1613 <guimenu>Edit</guimenu>
1614 <guimenuitem>Undo</guimenuitem>
1615 </menuchoice></term>
1616 <listitem><para><action>Undoes the last action performed by &dolphin;.</action></para></listitem>
1617 </varlistentry>
1618
1619 <varlistentry>
1620 <term><menuchoice>
1621 <shortcut>
1622 <keycombo action="simul">&Ctrl;<keycap>X</keycap></keycombo>
1623 </shortcut>
1624 <guimenu>Edit</guimenu>
1625 <guimenuitem>Cut</guimenuitem>
1626 </menuchoice></term>
1627 <listitem><para><action>Cuts the currently selected item(s).</action></para></listitem>
1628 </varlistentry>
1629
1630 <varlistentry>
1631 <term><menuchoice>
1632 <shortcut>
1633 <keycombo action="simul">&Ctrl;<keycap>C</keycap></keycombo>
1634 </shortcut>
1635 <guimenu>Edit</guimenu>
1636 <guimenuitem>Copy</guimenuitem>
1637 </menuchoice></term>
1638 <listitem><para><action>Copies the currently selected item(s).</action></para></listitem>
1639 </varlistentry>
1640
1641 <varlistentry>
1642 <term><menuchoice>
1643 <shortcut>
1644 <keycombo action="simul">&Ctrl;<keycap>V</keycap></keycombo>
1645 </shortcut>
1646 <guimenu>Edit</guimenu>
1647 <guimenuitem>Paste Clipboard Contents...</guimenuitem>
1648 </menuchoice></term>
1649 <listitem><para><action>Pastes the currently copied/cut items to the current
1650 folder. If the clipboard does not contain files or folders, the clipboard
1651 contents (such as text or image data) will be pasted into a new file.
1652 The name of this file has to be entered in a dialog.
1653 </action></para></listitem>
1654 </varlistentry>
1655
1656 <varlistentry>
1657 <term><menuchoice>
1658 <shortcut>
1659 <keycombo action="simul">&Ctrl;<keycap>F</keycap></keycombo>
1660 </shortcut>
1661 <guimenu>Edit</guimenu>
1662 <guimenuitem>Find...</guimenuitem>
1663 </menuchoice></term>
1664 <listitem><para><action>Opens the find bar. Enter a search term into the edit box and select to search for filename
1665 or in contents of files starting from the current folder or everywhere.</action></para></listitem>
1666 </varlistentry>
1667
1668 <varlistentry>
1669 <term><menuchoice>
1670 <shortcut>
1671 <keycombo action="simul">&Ctrl;<keycap>A</keycap></keycombo>
1672 </shortcut>
1673 <guimenu>Edit</guimenu>
1674 <guimenuitem>Select All</guimenuitem>
1675 </menuchoice></term>
1676 <listitem><para><action>Selects all files and folders in the current
1677 folder.</action></para></listitem>
1678 </varlistentry>
1679
1680 <varlistentry>
1681 <term><menuchoice>
1682 <shortcut>
1683 <keycombo action="simul">&Ctrl;&Shift;<keycap>A</keycap></keycombo>
1684 </shortcut>
1685 <guimenu>Edit</guimenu>
1686 <guimenuitem>Invert Selection</guimenuitem>
1687 </menuchoice></term>
1688 <listitem><para><action>
1689 Selects all unselected items and deselects all selected items in the current folder.
1690 </action></para></listitem>
1691 </varlistentry>
1692 </variablelist>
1693 </para>
1694 </sect2>
1695
1696 <sect2>
1697 <title>The View Menu</title>
1698 <para>
1699
1700 <variablelist>
1701 <varlistentry>
1702 <term><menuchoice>
1703 <shortcut>
1704 <keycombo action="simul">&Ctrl;<keycap>+</keycap></keycombo>
1705 </shortcut>
1706 <guimenu>View</guimenu>
1707 <guimenuitem>Zoom In</guimenuitem>
1708 </menuchoice></term>
1709 <listitem><para><action>Increases the size of icons in the view.</action></para></listitem>
1710 </varlistentry>
1711
1712 <varlistentry>
1713 <term><menuchoice>
1714 <shortcut>
1715 <keycombo action="simul">&Ctrl;<keycap>-</keycap></keycombo>
1716 </shortcut>
1717 <guimenu>View</guimenu>
1718 <guimenuitem>Zoom Out</guimenuitem>
1719 </menuchoice></term>
1720 <listitem><para><action>Decreases the size of icons in the view.</action></para></listitem>
1721 </varlistentry>
1722
1723 <varlistentry>
1724 <term><menuchoice>
1725 <guimenu>View</guimenu>
1726 <guisubmenu>View Mode</guisubmenu>
1727 </menuchoice></term>
1728 <listitem><para><action>Changes the view mode to <guimenuitem>Icons</guimenuitem>
1729 (<keycombo action="simul">&Ctrl;<keycap>1</keycap></keycombo>), <guimenuitem>Compact</guimenuitem>
1730 (<keycombo action="simul">&Ctrl;<keycap>2</keycap></keycombo>) or <guimenuitem>Details</guimenuitem>
1731 (<keycombo action="simul">&Ctrl;<keycap>3</keycap></keycombo>).</action></para></listitem>
1732 </varlistentry>
1733
1734 <varlistentry>
1735 <term><menuchoice>
1736 <guimenu>View</guimenu>
1737 <guisubmenu>Sort By</guisubmenu>
1738 </menuchoice></term>
1739 <listitem><para><action>Changes whether items are sorted</action> by <guimenuitem>Name</guimenuitem>
1740 or other criteria described in <link linkend="dolphin-view-information">Information in the View</link>.</para>
1741 <para><guimenuitem>Descending</guimenuitem> reverses the sort order.
1742 <guimenuitem>Folders First</guimenuitem> sorts folders before files.
1743 </para></listitem>
1744 </varlistentry>
1745
1746 <varlistentry>
1747 <term><menuchoice>
1748 <guimenu>View</guimenu>
1749 <guisubmenu>Additional Information</guisubmenu>
1750 </menuchoice></term>
1751 <listitem><para><action>Displays additional information</action>
1752 described in <link linkend="dolphin-view-information">Information in the View</link>.
1753 </para></listitem>
1754 </varlistentry>
1755
1756 <varlistentry>
1757 <term><menuchoice>
1758 <guimenu>View</guimenu>
1759 <guimenuitem>Preview</guimenuitem>
1760 </menuchoice></term>
1761 <listitem><para><action>Displays a symbolic preview of the file contents </action> in the different
1762 view modes.</para></listitem>
1763 </varlistentry>
1764
1765 <varlistentry>
1766 <term><menuchoice>
1767 <guimenu>View</guimenu>
1768 <guimenuitem>Show in Groups</guimenuitem>
1769 </menuchoice></term>
1770 <listitem><para><action>Displays</action> the content of the
1771 current folder grouped by the option selected in <guimenuitem>Sort By</guimenuitem>.
1772 </para></listitem>
1773 </varlistentry>
1774
1775 <varlistentry>
1776 <term><menuchoice>
1777 <shortcut>
1778 <keycombo action="simul">&Alt;<keycap>.</keycap></keycombo>
1779 </shortcut>
1780 <guimenu>View</guimenu>
1781 <guimenuitem>Show Hidden Files</guimenuitem>
1782 </menuchoice></term>
1783 <listitem><para><action>Shows all the hidden files and sub-folders within the current
1784 folder.</action></para></listitem>
1785 </varlistentry>
1786
1787 <varlistentry>
1788 <term><menuchoice>
1789 <shortcut>
1790 <keycombo action="simul"><keycap>F3</keycap></keycombo>
1791 </shortcut>
1792 <guimenu>View</guimenu>
1793 <guimenuitem>Split</guimenuitem>
1794 </menuchoice></term>
1795 <listitem><para><action>Enables and disables the split view mode.</action></para></listitem>
1796 </varlistentry>
1797
1798 <varlistentry>
1799 <term><menuchoice>
1800 <shortcut>
1801 <keycombo action="simul"><keycap>F5</keycap></keycombo>
1802 </shortcut>
1803 <guimenu>View</guimenu>
1804 <guimenuitem>Reload</guimenuitem>
1805 </menuchoice></term>
1806 <listitem><para><action>Reloads the current folder.</action></para></listitem>
1807 </varlistentry>
1808
1809 <varlistentry>
1810 <term><menuchoice>
1811 <guimenu>View</guimenu>
1812 <guimenuitem>Stop</guimenuitem>
1813 </menuchoice></term>
1814 <listitem><para><action>Stops loading/reading the contents of the current
1815 folder.</action></para></listitem>
1816 </varlistentry>
1817
1818 <varlistentry>
1819 <term><menuchoice>
1820 <guimenu>View</guimenu>
1821 <guisubmenu>Panels</guisubmenu>
1822 </menuchoice></term>
1823 <listitem><para><action>Enables and disables</action> the different <link linkend="panels">panels</link>:
1824 <guimenuitem>Places</guimenuitem> (<keycap>F9</keycap>), <guimenuitem>Information</guimenuitem>
1825 (<keycap>F11</keycap>), <guimenuitem>Folders</guimenuitem> (<keycap>F7</keycap>),
1826 <guimenuitem>Terminal</guimenuitem> (<keycap>F4</keycap>).
1827 With <guimenuitem>Lock Panels</guimenuitem> the panel header with caption and two buttons is
1828 hidden to save space and the panels are immutable, with <guimenuitem>Unlock Panels</guimenuitem>
1829 the header is visible and the panel can be moved to the right or left or even
1830 outside the main window.
1831 <!-- FIXME Places header always visible ?-->
1832 </para></listitem>
1833 </varlistentry>
1834
1835 <varlistentry>
1836 <term><menuchoice>
1837 <shortcut>
1838 <keycap>F6</keycap>
1839 </shortcut>
1840 <guimenu>View</guimenu>
1841 <guisubmenu>Location Bar</guisubmenu>
1842 <guimenuitem>Editable Location</guimenuitem>
1843 </menuchoice></term>
1844 <listitem><para><action>Changes the location bar between the two modes; the
1845 <link linkend="location-bar-bread-crumb">bread crumb mode</link> and the
1846 <link linkend="location-bar-editable">editable mode</link>.
1847 </action></para></listitem>
1848 </varlistentry>
1849
1850 <varlistentry>
1851 <term><menuchoice>
1852 <shortcut>
1853 <keycombo action="simul">&Ctrl;<keycap>L</keycap></keycombo>
1854 </shortcut>
1855 <guimenu>View</guimenu>
1856 <guisubmenu>Location Bar</guisubmenu>
1857 <guimenuitem>Replace Location</guimenuitem>
1858 </menuchoice></term>
1859 <listitem><para><action>Switches the location bar to <link linkend="location-bar-editable">editable mode</link>,
1860 if necessary, and selects the location such that it can be replaced quickly.
1861 </action></para></listitem>
1862 </varlistentry>
1863
1864 <varlistentry>
1865 <term><menuchoice>
1866 <guimenu>View</guimenu>
1867 <guimenuitem>Adjust View Properties...</guimenuitem>
1868 </menuchoice></term>
1869 <listitem><para><action>Opens the <link linkend="view-properties-dialog">View Properties
1870 Dialog</link>.</action></para></listitem>
1871 </varlistentry>
1872 </variablelist>
1873
1874 </para>
1875 </sect2>
1876
1877 <sect2>
1878 <title>The Go Menu</title>
1879 <para>
1880
1881 <variablelist>
1882 <varlistentry>
1883 <term><menuchoice>
1884 <shortcut>
1885 <keycombo action="simul">&Alt;<keycap>Up</keycap></keycombo>
1886 </shortcut>
1887 <guimenu>Go</guimenu>
1888 <guimenuitem>Up</guimenuitem>
1889 </menuchoice></term>
1890 <listitem><para><action>Changes to the folder above the current folder.</action></para></listitem>
1891 </varlistentry>
1892
1893 <varlistentry>
1894 <term><menuchoice>
1895 <shortcut>
1896 <keycombo action="simul">&Alt;<keycap>Left</keycap></keycombo>
1897 </shortcut>
1898 <guimenu>Go</guimenu>
1899 <guimenuitem>Back</guimenuitem>
1900 </menuchoice></term>
1901 <listitem><para><action>Changes to the previously viewed folder.</action></para></listitem>
1902 </varlistentry>
1903
1904 <varlistentry>
1905 <term><menuchoice>
1906 <shortcut>
1907 <keycombo action="simul">&Alt;<keycap>Right</keycap></keycombo>
1908 </shortcut>
1909 <guimenu>Go</guimenu>
1910 <guimenuitem>Forward</guimenuitem>
1911 </menuchoice></term>
1912 <listitem><para><action>Undoes</action> a <quote>Go Back</quote> action.</para></listitem>
1913 </varlistentry>
1914
1915 <varlistentry>
1916 <term><menuchoice>
1917 <shortcut>
1918 <keycombo action="simul">&Alt;<keycap>Home</keycap></keycombo>
1919 </shortcut>
1920 <guimenu>Go</guimenu>
1921 <guimenuitem>Home</guimenuitem>
1922 </menuchoice></term>
1923 <listitem><para><action>Changes to the users home folder, &eg;
1924 /home/Peter/.</action></para></listitem>
1925 </varlistentry>
1926
1927 <varlistentry>
1928 <term><menuchoice>
1929 <guimenu>Go</guimenu>
1930 <guisubmenu>Recently Closed Tabs</guisubmenu>
1931 </menuchoice></term>
1932 <listitem><para><action>Shows a list of recently closed tabs which can
1933 be reopened.</action></para></listitem>
1934 </varlistentry>
1935 </variablelist>
1936 </para>
1937 </sect2>
1938
1939 <sect2>
1940 <title>The Tools Menu</title>
1941 <para>
1942
1943 <variablelist>
1944 <varlistentry>
1945 <term><menuchoice>
1946 <shortcut>
1947 <keycombo action="simul">&Ctrl;<keycap>I</keycap></keycombo>
1948 </shortcut>
1949 <guimenu>Tools</guimenu>
1950 <guimenuitem>Show Filter Bar</guimenuitem>
1951 </menuchoice></term>
1952 <listitem><para><action>Enables and disables the <link linkend="filter-files">filter bar</link>.</action></para></listitem>
1953 </varlistentry>
1954
1955 <varlistentry>
1956 <term><menuchoice>
1957 <shortcut>
1958 <keycombo action="simul">&Shift;<keycap>F4</keycap></keycombo>
1959 </shortcut>
1960 <guimenu>Tools</guimenu>
1961 <guimenuitem>Open Terminal</guimenuitem>
1962 </menuchoice></term>
1963 <listitem><para><action>Opens &konsole; within the current folder.</action></para></listitem>
1964 </varlistentry>
1965
1966 <varlistentry>
1967 <term><menuchoice>
1968 <guimenu>Tools</guimenu>
1969 <guimenuitem>Compare Files</guimenuitem>
1970 </menuchoice></term>
1971 <listitem><para><action>Compare the currently selected files or folders with
1972 &kompare;. This action is only enabled if two files or folders are selected.</action></para></listitem>
1973 </varlistentry>
1974
1975 <varlistentry>
1976 <term><menuchoice>
1977 <guimenu>Tools</guimenu>
1978 <guisubmenu>Select Remote Charset</guisubmenu>
1979 </menuchoice></term>
1980 <listitem><para><action>Allows you to choose the charset used by a remote
1981 connection manually.</action></para></listitem>
1982 </varlistentry>
1983 </variablelist>
1984 </para>
1985 </sect2>
1986
1987 <sect2>
1988 <title>The Settings and Help Menu</title>
1989 <para>
1990 &dolphin; has the common &kde; <guimenu>Settings</guimenu> and <guimenu>Help</guimenu>
1991 menu items, for more information read the sections about the <ulink url="help:/fundamentals/ui.html#menus-settings"
1992 >Settings Menu</ulink> and <ulink url="help:/fundamentals/ui.html#menus-help">Help Menu</ulink>
1993 of the &kde; Fundamentals.
1994 </para>
1995 </sect2>
1996
1997 </sect1>
1998 </chapter>
1999
2000 <chapter id="misc-questions">
2001 <title>Miscellaneous Questions</title>
2002
2003 <qandaset id="misclist">
2004 <qandaentry>
2005 <question>
2006 <para>Has &dolphin; replaced &konqueror;?</para>
2007 </question>
2008 <answer>
2009 <para>
2010 &dolphin; is not intended to be a competitor to &konqueror;: &konqueror; acts as
2011 a universal viewer being able to show &HTML; pages, text documents, folders and a
2012 lot more, whereas &dolphin; focuses on being only a file manager. This approach
2013 allows the optimization of the user interface for the task of file management.
2014 </para>
2015 </answer>
2016 </qandaentry>
2017
2018 <qandaentry>
2019 <question>
2020 <para>How can I get involved with the development of &dolphin;?</para>
2021 </question>
2022 <answer>
2023 <para>
2024 The easiest way to get involved with &dolphin; is to subscribe to the developer
2025 mailing list <ulink url="https://mail.kde.org/mailman/listinfo/kfm-devel">kfm-devel</ulink>
2026 and drop an email to the developer mailing list. Email what you can do, how much time
2027 you can devote &etc;, the developers will let you know what you can do in the
2028 project. If you wish to contribute to the documentation please email the
2029 <ulink url="mailto:kde-doc-english@kde.org">&kde; Documentation Team</ulink> list.
2030 </para>
2031 </answer>
2032 </qandaentry>
2033
2034 <qandaentry>
2035 <question>
2036 <para>How can I submit bug reports?</para>
2037 </question>
2038 <answer>
2039 <para>
2040 The official channel for submitting bug reports is via the &kde; bug tracking
2041 system. The &kde; bug tracker can be found at
2042 <ulink url="http://bugs.kde.org">http://bugs.kde.org</ulink>.
2043 </para>
2044 </answer>
2045 </qandaentry>
2046
2047 <qandaentry>
2048 <question>
2049 <para>How can I submit feature requests?</para>
2050 </question>
2051 <answer>
2052 <para>
2053 The official channel for submitting feature requests is via the &kde; bug
2054 tracking system. The &kde; bug tracker can be found at
2055 <ulink url="http://bugs.kde.org">http://bugs.kde.org</ulink>.
2056 </para>
2057
2058 </answer>
2059
2060 </qandaentry>
2061 </qandaset>
2062 </chapter>
2063
2064 <chapter id="credits">
2065
2066 <title>Credits and License</title>
2067
2068 <para>
2069 &dolphin;
2070 </para>
2071 <para>
2072 Program copyright 2006&ndash;2014 Peter Penz <email>peter.penz@gmx.at</email>,
2073 Frank Reininghaus <email>frank78ac@googlemail.com</email> and Emmanuel Pescosta
2074 <email>emmanuelpescosta099@gmail.com</email> </para>
2075 <para>
2076 Contributors:
2077 <itemizedlist>
2078 <listitem><para>Cvetoslav Ludmiloff <email>ludmiloff@gmail.com</email></para></listitem>
2079 <listitem><para>Stefan Monov <email>logixoul@gmail.com</email></para></listitem>
2080 <listitem><para>Michael Austin <email>tuxedup@users.sourceforge.net</email></para></listitem>
2081 <listitem><para>&Orville.Bennett; &Orville.Bennett.mail;</para></listitem>
2082 </itemizedlist>
2083 </para>
2084
2085 <para>
2086 Documentation copyright 2005 Peter Penz <email>peter.penz@gmx.at</email>
2087 </para>
2088 <para>
2089 Documentation copyright 2006 &Orville.Bennett; &Orville.Bennett.mail;
2090 </para>
2091 <para>
2092 Documentation copyright 2006 Michael Austin <email>tuxedup@users.sourceforge.net</email>
2093 </para>
2094 <para>
2095 Documentation copyright 2009 Frank Reininghaus <email>frank78ac@googlemail.com</email>
2096 </para>
2097
2098 <!-- TRANS:CREDIT_FOR_TRANSLATORS -->
2099
2100 &underFDL; <!-- FDL: do not remove -->
2101 &underGPL; <!-- GPL License -->
2102
2103 </chapter>
2104
2105 <appendix id="installation">
2106 <title>How to get &dolphin;</title>
2107
2108 &install.intro.documentation;
2109
2110 <para>For instructions on acquiring &kde; please see <ulink
2111 url="http://www.kde.org">http://www.kde.org</ulink> or read the chapter
2112 <ulink url="help:/fundamentals/install.html">Installing &kde;</ulink>
2113 in the &kde; Fundamentals.</para>
2114
2115 <para>For further information about &dolphin; you might want to visit
2116 <ulink url="http://userbase.kde.org/Dolphin">http://userbase.kde.org/Dolphin</ulink>.</para>
2117
2118 </appendix>
2119
2120 &documentation.index;
2121 </book>
2122
2123 <!--
2124 Local Variables:
2125 mode: sgml
2126 sgml-minimize-attributes:nil
2127 sgml-general-insert-case:lower
2128 sgml-indent-step:0
2129 sgml-indent-data:nil
2130 End:
2131
2132 vim:tabstop=2:shiftwidth=2:expandtab
2133 -->