From 1fdc150116cad39aae5c5da407c3312b47a59e3a Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Fri, 17 Dec 2021 07:06:30 -0500 Subject: New upstream version 3.3.3+dfsg1. --- .../guiSQLiteStudio/dialogs/configdialog.ui | 686 ++------------------- 1 file changed, 68 insertions(+), 618 deletions(-) (limited to 'SQLiteStudio3/guiSQLiteStudio/dialogs/configdialog.ui') diff --git a/SQLiteStudio3/guiSQLiteStudio/dialogs/configdialog.ui b/SQLiteStudio3/guiSQLiteStudio/dialogs/configdialog.ui index fe0b772..4452f63 100644 --- a/SQLiteStudio3/guiSQLiteStudio/dialogs/configdialog.ui +++ b/SQLiteStudio3/guiSQLiteStudio/dialogs/configdialog.ui @@ -148,18 +148,6 @@ :/icons/img/config_font.png:/icons/img/config_font.png - - - Colors - - - colorsPage - - - - :/icons/img/config_colors.png:/icons/img/config_colors.png - - @@ -229,7 +217,7 @@ - 3 + 1 @@ -407,8 +395,8 @@ 0 0 - 577 - 472 + 564 + 540 @@ -418,29 +406,6 @@ Data browsing and editing - - - - <p>Maximum number of configurations of Populate Table dialog stored in configuration. Value of 100 should be sufficient.</p> - - - Number of memorized table populating configurations - - - - - - - <p>Maximum number of configurations of Populate Table dialog stored in configuration. Value of 100 should be sufficient.</p> - - - 999999 - - - General.PopulateHistorySize - - - @@ -460,7 +425,7 @@ - + <p>When the data is read into grid view columns width is automatically adjusted. This value limits the initial width for the adjustment, but user can still resize the column manually over this limit.</p> @@ -479,7 +444,14 @@ - + + + + Number of data rows per page: + + + + <p>When the data is read into grid view columns width is automatically adjusted. This value limits the initial width for the adjustment, but user can still resize the column manually over this limit.</p> @@ -489,14 +461,43 @@ - - + + + + <html><head/><body><p>Enable this to always enforce DEFAULT value when committing a NULL value for a column that has DEFAULT value defined, even though the column is allowed to contain NULL values.</p><p>Disable this option to use DEFAULT value exclusively when NULL value is committed for column with NOT NULL constraint.</p></body></html> + - Number of data rows per page: + Use DEFAULT value (if defined), when committing NULL value + + + General.UseDefaultValueForNull - + + + + <p>Maximum number of configurations of Populate Table dialog stored in configuration. Value of 100 should be sufficient.</p> + + + 999999 + + + General.PopulateHistorySize + + + + + + + <p>Maximum number of configurations of Populate Table dialog stored in configuration. Value of 100 should be sufficient.</p> + + + Number of memorized table populating configurations + + + + <p>When this is enabled and user holds mouse pointer over a cell in any data view (query results, a table data, a view data) a tooltip will appear with details about the cell - it includes details like column data type, constraints, ROWID and others.</p> @@ -509,7 +510,7 @@ - + <p>When editing a cell which used to have NULL value and entering empty string as new value, then this option determinates whether the new value should remain NULL (have this option enabled), or should it be overwritten with empty string value (have this option disabled).</p> @@ -522,16 +523,16 @@ - - + + - <html><head/><body><p>Enable this to always enforce DEFAULT value when committing a NULL value for a column that has DEFAULT value defined, even though the column is allowed to contain NULL values.</p><p>Disable this option to use DEFAULT value exclusively when NULL value is committed for column with NOT NULL constraint.</p></body></html> + <html><head/><body><p>If query results contain dozens (or hundreds) of columns, it is more likely that it will exhaust free memory of your computer by loading several gigabytes of data at once. SQLiteStudio may try to limit number of results displayed on one page in such cases to protect your computer. If you know that you don't work with big values in database, you can disable this limit and you will always see as many rows as defined per page.</p></body></html> - Use DEFAULT value (if defined), when committing NULL value + Limit number of rows for in case of dozens of columns - General.UseDefaultValueForNull + General.LimitRowsForManyColumns @@ -934,6 +935,16 @@ + + + + Allow multiple instances of the application at the same time + + + General.AllowMultipleSessions + + + @@ -1021,12 +1032,12 @@ false - - 150 - 16 + + 150 + false @@ -1073,8 +1084,8 @@ 0 0 - 335 - 237 + 339 + 264 @@ -1585,8 +1596,8 @@ p, li { white-space: pre-wrap; } 0 0 - 196 - 263 + 206 + 298 @@ -1689,542 +1700,6 @@ p, li { white-space: pre-wrap; } - - - - - - QFrame::NoFrame - - - 0 - - - true - - - - - 0 - 0 - 247 - 701 - - - - - - - SQL editor colors - - - - - - Current line background - - - - - - - <p>SQL strings are enclosed with single quote characters.</p> - - - String foreground - - - - - - - - 50 - 16777215 - - - - - - - Colors.SqlEditorKeywordFg - - - - - - - - 50 - 16777215 - - - - - - - Colors.SqlEditorStringFg - - - - - - - - 50 - 16777215 - - - - - - - Colors.SqlEditorCommentFg - - - - - - - - 50 - 16777215 - - - - - - - Colors.SqlEditorForeground - - - - - - - - 50 - 16777215 - - - - - - - Colors.SqlEditorCurrentLineBg - - - - - - - - 50 - 16777215 - - - - - - - Colors.SqlEditorLineNumAreaBg - - - - - - - <p>Bind parameters are placeholders for values yet to be provided by the user. They have one of the forms:</p><ul><li>:param_name</li><li>$param_name</li><li>@param_name</li><li>?</li></ul> - - - Bind parameter foreground - - - - - - - - 50 - 16777215 - - - - - - - Colors.SqlEditorParenthesisBg - - - - - - - Highlighted parenthesis background - - - - - - - <p>BLOB values are binary values represented as hexadecimal numbers, like:</p><ul><li>X'12B4'</li><li>x'46A2F4'</li></ul> - - - BLOB value foreground - - - - - - - Regular foreground - - - - - - - Line numbers area background - - - - - - - - 50 - 16777215 - - - - - - - Colors.SqlEditorBlobFg - - - - - - - Keyword foreground - - - - - - - Number foreground - - - - - - - Comment foreground - - - - - - - - 50 - 16777215 - - - - - - - Colors.SqlEditorNumberFg - - - - - - - - 50 - 16777215 - - - - - - - Colors.SqlEditorBindParamFg - - - - - - - <p>Valid objects are name of tables, indexes, triggers, or views that exist in the SQLite database.</p> - - - Valid objects foreground - - - - - - - - 50 - 16777215 - - - - - - - Colors.SqlEditorValidObject - - - - - - - - - - Data view colors - - - - - - <p>Any data changes will be outlined with this color, until they're committed to the database.</p> - - - Uncommitted data outline color - - - - - - - - 50 - 16777215 - - - - - - - Colors.DataUncommitted - - - - - - - <p>In case of error while committing data changes, the problematic cell will be outlined with this color.</p> - - - Commit error outline color - - - - - - - - 50 - 16777215 - - - - - - - Colors.DataUncommittedError - - - - - - - NULL value foreground - - - - - - - - 50 - 16777215 - - - - - - - Colors.DataNullFg - - - - - - - Deleted row background - - - - - - - - 50 - 16777215 - - - - - - - Colors.DataDeletedBg - - - - - - - - - - Database list colors - - - - - - <p>Additional labels are those which tell you SQLite version, number of objects deeper in the tree, etc.</p> - - - Additional labels foreground - - - - - - - - 50 - 16777215 - - - - - - - Colors.DbTreeLabelsFg - - - - - - - - - - Status field colors - - - - - - Information message foreground - - - - - - - - 50 - 16777215 - - - - - - - Colors.StatusFieldInfoFg - - - - - - - Warning message foreground - - - - - - - - 50 - 16777215 - - - - - - - Colors.StatusFieldWarnFg - - - - - - - Error message foreground - - - - - - - - 50 - 16777215 - - - - - - - Colors.StatusFieldErrorFg - - - - - - - - - - Qt::Vertical - - - - 20 - 40 - - - - - - - - - - @@ -2255,11 +1730,6 @@ p, li { white-space: pre-wrap; } - - ColorButton - QPushButton -
common/colorbutton.h
-
FontEdit QWidget @@ -2298,26 +1768,6 @@ p, li { white-space: pre-wrap; } previewComboBox previewTextEdit fontsScrollArea - scrollArea - sqlEditorKeywordFgButton - sqlEditorStringFgButton - sqlEditorCommentFgButton - sqlEditorRegularFgButton - sqlEditorCurrLineBgButton - sqlEditorLineNumAreaBgButton - sqlEditorParBgButton - sqlEditorBlobFgButton - sqlEditorNumberFgButton - sqlEditorBindParamFgButton - sqlEditorValidObjectsButton - dataViewUncommittedButton - dataViewErrorButton - dataViewNullFgButton - dataViewDeletedRowBgButton - dbTreeLabelsButton - statusFieldInfoButton - statusFieldWarnButton - statusFieldErrorButton -- cgit v1.2.3