Skip to content

Commit a850258

Browse files
committed
Improve help scrfeens
1 parent 15a1118 commit a850258

12 files changed

+721
-144
lines changed

Sqliteman/sqliteman/doc/doc.qrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
<file>en/database.png</file>
1818
<file>en/database_rollback.png</file>
1919
<file>en/dataExport.png</file>
20-
<file>en/dataImport.png</file>
20+
<file>en/dataImportCSV.png</file>
21+
<file>en/dataImportXLS.png</file>
2122
<file>en/dataViewer-advanced.png</file>
2223
<file>en/dataViewer-editor.png</file>
2324
<file>en/dataViewer.png</file>

Sqliteman/sqliteman/doc/en/Attached.html

Lines changed: 224 additions & 90 deletions
Large diffs are not rendered by default.
Lines changed: 82 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,82 @@
1-
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Constraint Triggers</title><link rel="stylesheet" href="kde-default.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.67.2"><meta name="keywords" content="Sqliteman, SQL, Sqlite, development, database"><link rel="start" href="index.html" title="The Sqliteman Handbook"><link rel="up" href="FeaturesDialogs.html" title="Chapter 7. Features and Dialogs"><link rel="prev" href="CreateIndex.html" title="Create Index"><link rel="next" href="Attached.html" title="Attached Databases"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Constraint Triggers</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="CreateIndex.html">Prev</a> </td><th width="60%" align="center">Chapter 7. Features and Dialogs</th><td width="20%" align="right"> <a accesskey="n" href="Attached.html">Next</a></td></tr></table><hr></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="constraintTriggers"></a>Constraint Triggers</h2></div></div></div>
2-
<p>This dialog is currently not working. Use the
3-
<span class="guimenu">Context</span>-&gt;
4-
<span class="guimenuitem">
5-
Create Trigger...
6-
</span>menu option to create a trigger.</p>
7-
</div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="CreateIndex.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="FeaturesDialogs.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="Attached.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Create Index </td><td width="20%" align="center"><a accesskey="h" href="index.html">Contents</a></td><td width="40%" align="right" valign="top"> Attached Databases</td></tr></table></div></body></html>
1+
<html>
2+
<head>
3+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4+
<title>Constraint Triggers</title>
5+
<link rel="stylesheet" href="kde-default.css" type="text/css">
6+
<meta name="keywords" content="Sqliteman, SQL, Sqlite, development, database">
7+
<link rel="start" href="index.html" title="The Sqliteman Handbook">
8+
<link rel="up" href="FeaturesDialogs.html" title="Chapter 7. Features and Dialogs">
9+
<link rel="prev" href="CreateIndex.html" title="Create Index">
10+
<link rel="next" href="Attached.html" title="Attached Databases">
11+
</head>
12+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
13+
<div class="navheader">
14+
<table width="100%" summary="Navigation header">
15+
<tr>
16+
<td width="20%" align="left">
17+
</td>
18+
<th width="60%" align="center">
19+
Chapter 7. Features and Dialogs
20+
</th>
21+
<td width="20%" align="right">
22+
</td>
23+
</tr>
24+
<tr>
25+
<td width="20%" align="left">
26+
<a accesskey="p" href="CreateIndex.html">Prev</a>
27+
</td>
28+
<th width="60%" align="center">
29+
Constraint Triggers
30+
</th>
31+
<td width="20%" align="right">
32+
<a accesskey="n" href="Attached.html">Next</a>
33+
</td>
34+
</tr>
35+
</table>
36+
<hr>
37+
</div>
38+
<div class="sect1" lang="en">
39+
<div class="titlepage">
40+
<h2 class="title" style="clear: both">
41+
<a name="constraintTriggers"></a>
42+
Constraint Triggers
43+
</h2>
44+
</div>
45+
<p>
46+
This dialog is currently not working. Use the
47+
<span
48+
class="guimenu">Context</span>-&gt;<span
49+
class="guimenuitem">Create Trigger...
50+
</span>
51+
menu option to create a trigger.
52+
</p>
53+
</div>
54+
<div class="navfooter">
55+
<hr>
56+
<table width="100%" summary="Navigation footer">
57+
<tr>
58+
<td width="40%" align="left">
59+
<a accesskey="p" href="CreateIndex.html">Prev</a>
60+
</td>
61+
<td width="20%" align="center">
62+
<span class="fileref">ConstraintTriggers.html</span>
63+
</td>
64+
<td width="40%" align="right">
65+
<a accesskey="n" href="Attached.html">Next</a>
66+
</td>
67+
</tr>
68+
<tr>
69+
<td width="40%" align="left" valign="top">
70+
Create Index
71+
</td>
72+
<td width="20%" align="center">
73+
<a accesskey="h" href="index.html">Contents</a>
74+
</td>
75+
<td width="40%" align="right" valign="top">
76+
Attached Databases
77+
</td>
78+
</tr>
79+
</table>
80+
</div>
81+
</body>
82+
</html>

Sqliteman/sqliteman/doc/en/CreateIndex.html

Lines changed: 36 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,17 @@
1313
<div class="navheader">
1414
<table width="100%" summary="Navigation header">
1515
<tr>
16-
<th colspan="3" align="center">Create Index</th>
17-
</tr><tr>
1816
<td width="20%" align="left">
19-
<a accesskey="p" href="CreateView.html">Prev</a>
2017
</td>
2118
<th width="60%" align="center">Chapter 7. Features and Dialogs</th>
19+
<td width="20%" align="right">
20+
</td>
21+
</tr>
22+
<tr>
23+
<td width="20%" align="left">
24+
<a accesskey="p" href="CreateView.html">Prev</a>
25+
</td>
26+
<th width="60%" align="center">Crete Index</th>
2227
<td width="20%" align="right">
2328
<a accesskey="n" href="ConstraintTriggers.html">Next</a>
2429
</td>
@@ -86,9 +91,6 @@ <h2 class="title" style="clear: both">
8691
</div></div>
8792
<dd><p>
8893
This tab allows you to add a WHERE clause to make a partial index.
89-
"Match any of the following terms" is preselected because current
90-
versions of <span class="application">sqlite</span> cannot make
91-
use of AND-connected terms unless all tests are "IS NOT NULL".
9294
</p></dd>
9395
<p></p>
9496
<dt><span class="term">Case Sensitive</span></dt>
@@ -137,4 +139,31 @@ <h2 class="title" style="clear: both">
137139
You can close the dialog without creating any views
138140
or after creating one or several views.</p>
139141
</dd>
140-
<div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="CreateView.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="FeaturesDialogs.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ConstraintTriggers.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Create View </td><td width="20%" align="center"><a accesskey="h" href="index.html">Contents</a></td><td width="40%" align="right" valign="top"> Constraint Triggers</td></tr></table></div></body></html>
142+
<div class="navfooter">
143+
<hr>
144+
<table width="100%" summary="Navigation footer">
145+
<tr>
146+
<td width="40%" align="left">
147+
<a accesskey="p" href="CreateView.html">Prev</a>
148+
</td>
149+
<td width="20%" align="center">
150+
<span class="fileref">CreateIndex.html</span>
151+
</td>
152+
<td width="40%" align="right">
153+
<a accesskey="n" href="ConstraintTriggers.html">Next</a>
154+
</td>
155+
</tr>
156+
<tr>
157+
<td width="40%" align="left" valign="top">
158+
Create View
159+
</td>
160+
<td width="20%" align="center">
161+
<a accesskey="h" href="index.html">Contents</a>
162+
</td>
163+
<td width="40%" align="right" valign="top">
164+
Constraint Triggers
165+
</td>
166+
</tr>
167+
</table>
168+
</div>
169+
</body></html>

Sqliteman/sqliteman/doc/en/CreateView.html

Lines changed: 38 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<html><head>
22
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
3-
<title>View related dialogs</title>
3+
<title>Create View</title>
44
<link rel="stylesheet" href="kde-default.css" type="text/css">
55
<meta name="generator" content="DocBook XSL Stylesheets V1.67.2">
66
<meta name="keywords" content="Sqliteman, SQL, Sqlite, development, database">
@@ -12,11 +12,16 @@
1212
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
1313
<div class="navheader">
1414
<table width="100%" summary="Navigation header">
15-
<tr><th colspan="3" align="center">Create View</th></tr>
1615
<tr><td width="20%" align="left">
17-
<a accesskey="p" href="PopulateTable.html">Prev</a>
1816
</td>
1917
<th width="60%" align="center">Chapter 7. Features and Dialogs</th>
18+
<td width="20%" align="right">
19+
</td>
20+
</tr>
21+
<tr><td width="20%" align="left">
22+
<a accesskey="p" href="PopulateTable.html">Prev</a>
23+
</td>
24+
<th width="60%" align="center">Create View</th>
2025
<td width="20%" align="right">
2126
<a accesskey="n" href="CreateIndex.html">Next</a>
2227
</td>
@@ -48,7 +53,10 @@ <h2 class="title" style="clear: both">
4853
<div class="variablelist">
4954
<dl><dt><span class="term">Database</span></dt>
5055
<dd>
51-
<p>A combo box with databases attached. Select one and the table will be created in this schema.</p>
56+
<p>
57+
A combo box with databases attached.
58+
Select one and the view will be created in this schema.
59+
</p>
5260
</dd>
5361
<dt><span class="term">View Name</span></dt>
5462
<dd><p>Name of new view. It must be nonempty.</p></dd>
@@ -83,6 +91,31 @@ <h2 class="title" style="clear: both">
8391
</dd>
8492
</dl>
8593
</div>
86-
<div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="PopulateTable.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="FeaturesDialogs.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="CreateIndex.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Populate Table </td><td width="20%" align="center"><a accesskey="h" href="index.html">Contents</a></td><td width="40%" align="right" valign="top"> Create Index</td></tr></table>
94+
<div class="navfooter">
95+
<hr>
96+
<table width="100%" summary="Navigation footer">
97+
<tr>
98+
<td width="40%" align="left">
99+
<a accesskey="p" href="PopulateTable.html">Prev</a>
100+
</td>
101+
<td width="20%" align="center">
102+
<span class="fileref">CreateView.html</span>
103+
</td>
104+
<td width="40%" align="right">
105+
<a accesskey="n" href="CreateIndex.html">Next</a>
106+
</td>
107+
</tr>
108+
<tr>
109+
<td width="40%" align="left" valign="top">
110+
Populate Table
111+
</td>
112+
<td width="20%" align="center">
113+
<a accesskey="h" href="index.html">Contents</a>
114+
</td>
115+
<td width="40%" align="right" valign="top">
116+
Create Index
117+
</td>
118+
</tr>
119+
</table>
87120
</div>
88121
</body></html>

Sqliteman/sqliteman/doc/en/ImportTable.html

Lines changed: 44 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -55,34 +55,61 @@ <h2 class="title" style="clear: both">
5555
</dt>
5656
<dd>
5757
<p>
58-
Choose one of available databases.
59-
"Main" is the default.
60-
All attached databases are available.
58+
If this function was invoked from the context menu
59+
of a table, this field is prefilled with the schema
60+
containing that table and is not modifiable.
61+
If this function was invoked from the Database
62+
menu, this field is prefilled with "Main",
63+
but any attached database can be chosen instead.
64+
</p>
65+
</dd>
66+
<dt>
67+
<span class="term">Table to Import Into</span>
68+
</dt>
69+
<dd>
70+
<p>
71+
If this function was invoked from the context menu
72+
of a table, this field is prefilled with that table
73+
and is not modifiable.
74+
If this function was invoked from the Database
75+
menu, this field is prefilled with the first
76+
database in the selected schema, but any table
77+
in the schema can be chosen instead.
78+
</p><p>
79+
The table should have the correct number of columns
80+
for the data to be imported, otherwise errors will
81+
occur, although the errors can be ignored.
6182
</p>
6283
</dd>
6384
<dt>
6485
<span class="term">File to Import</span>
6586
</dt>
6687
<dd>
6788
<p>
68-
A file from filesystem.
89+
Here you can set the file from which to import data.
90+
The search button to the right will bring up a file
91+
chooser dialog.
92+
6993
</p>
7094
</dd>
7195
<dt>
72-
<span class="term">Table to Import Into</span>
96+
<span class="term">Skip Header Lines</span>
7397
</dt>
7498
<dd>
75-
<p>
76-
Select the table for import.
77-
Only tables from the chosen database are shown.
78-
</p>
99+
<p>
100+
If this box is checked, header lines at the beginning
101+
of the imported file will be ignored and the box
102+
at the right is enabled to allow you to set the number
103+
of lines to be ignored.
104+
105+
</p>
79106
</dd>
80107
<dt>
81108
<span class="term">CSV-like</span>
82109
<p></p>
83110
<div class="screenshot">
84111
<div class="mediaobject">
85-
<img src="dataImport.png"
112+
<img src="dataImportCSV.png"
86113
alt="Import Table Data dialog">
87114
</div>
88115
</div>
@@ -109,6 +136,13 @@ <h2 class="title" style="clear: both">
109136
</dd>
110137
<dt>
111138
<span class="term">MS Excel XML</span>
139+
<p></p>
140+
<div class="screenshot">
141+
<div class="mediaobject">
142+
<img src="dataImportXLS.png"
143+
alt="Import Table Data dialog">
144+
</div>
145+
</div>
112146
</dt>
113147
<dd>
114148
<p>

0 commit comments

Comments
 (0)