Tooltip and "What's This" text for 'Execute SQL' improved. README updated.

Document the behaviour of the 'Execute SQL' button so users can discover
the feature for executing the statements in the selection.

See related issue #1336

"SQL sentences" to "SQL statements", as that is the standard term.

Add plot feature to list of features in README file and DB4S abbreviation
This commit is contained in:
mgrojo
2018-03-09 22:12:53 +01:00
parent b51cf69cbf
commit 2c9cf75419
2 changed files with 7 additions and 6 deletions

View File

@@ -10,7 +10,7 @@
## What it is
DB Browser for SQLite is a high quality, visual, open source tool to
_DB Browser for SQLite_ (DB4S) is a high quality, visual, open source tool to
create, design, and edit database files compatible with SQLite.
It is for users and developers wanting to create databases, search, and edit
@@ -29,6 +29,7 @@ Controls and wizards are available for users to:
* Import and export databases from/to SQL dump files
* Issue SQL queries and inspect the results
* Examine a log of all SQL commands issued by the application
* Plot simple graphs based on table or query data
## What it is not

View File

@@ -65,7 +65,7 @@
</property>
<property name="whatsThis">
<string>This is the structure of the opened database.
You can drag SQL sentences from an object row and drop them into other applications or into another instance of 'DB Browser for SQLite'.
You can drag SQL statements from an object row and drop them into other applications or into another instance of 'DB Browser for SQLite'.
</string>
</property>
<property name="dragEnabled">
@@ -1138,8 +1138,8 @@ You can drag SQL sentences from an object row and drop them into other applicati
<widget class="QTreeView" name="treeSchemaDock">
<property name="whatsThis">
<string>This is the structure of the opened database.
You can drag multiple object names from the Name column and drop them into the SQL editor .
You can drag SQL sentences from the Schema column and drop them into the SQL editor or into other applications.
You can drag multiple object names from the Name column and drop them into the SQL editor.
You can drag SQL statements from the Schema column and drop them into the SQL editor or into other applications.
</string>
</property>
<property name="dragEnabled">
@@ -1594,10 +1594,10 @@ You can drag SQL sentences from the Schema column and drop them into the SQL edi
<string>&amp;Execute SQL</string>
</property>
<property name="toolTip">
<string>Execute SQL [F5, Ctrl+Return, Ctrl+R]</string>
<string>Execute all/selected SQL [F5, Ctrl+Return, Ctrl+R]</string>
</property>
<property name="whatsThis">
<string>This button executes all the SQL statements of the current editor tab</string>
<string>This button executes the currently selected SQL statements. If no text is selected, all SQL statements are executed.</string>
</property>
</action>
<action name="actionSqlOpenFile">