From d9aa870e5d509cc7309ab82dd102a937ab58613a Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Thu, 9 Feb 2017 04:36:04 -0500 Subject: Imported Upstream version 3.1.1+dfsg1 --- .../guiSQLiteStudio/dialogs/configdialog.ui | 90 ++++++++++++++-------- 1 file changed, 58 insertions(+), 32 deletions(-) (limited to 'SQLiteStudio3/guiSQLiteStudio/dialogs/configdialog.ui') diff --git a/SQLiteStudio3/guiSQLiteStudio/dialogs/configdialog.ui b/SQLiteStudio3/guiSQLiteStudio/dialogs/configdialog.ui index c69ad20..6bedd25 100644 --- a/SQLiteStudio3/guiSQLiteStudio/dialogs/configdialog.ui +++ b/SQLiteStudio3/guiSQLiteStudio/dialogs/configdialog.ui @@ -229,7 +229,7 @@ - 5 + 1 @@ -408,7 +408,7 @@ 0 0 564 - 504 + 580 @@ -418,10 +418,13 @@ Data browsing and editing - - + + + + <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> + - Number of data rows per page: + Limit initial data column width to (in pixels): @@ -444,16 +447,6 @@ - - - - <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> - - - Limit initial data column width to (in pixels): - - - @@ -473,7 +466,7 @@ - + <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> @@ -486,6 +479,39 @@ + + + + Number of data rows per page: + + + + + + + <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> + + + Keep NULL value when entering empty value + + + General.KeepNullWhenEmptyValue + + + + + + + <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> + + + Use DEFAULT value (if defined), when committing NULL value + + + General.UseDefaultValueForNull + + + @@ -766,7 +792,7 @@ - Don't show DDL preview dialog when commiting schema changes + Don't show DDL preview dialog when committing schema changes General.DontShowDdlPreview @@ -1001,8 +1027,8 @@ 0 0 - 596 - 487 + 447 + 307 @@ -1422,7 +1448,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:11pt; font-weight:400; font-style:normal;"> +</style></head><body style=" font-family:'Noto Sans'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;">Abcdefgh</span></p></body></html> @@ -1513,8 +1539,8 @@ p, li { white-space: pre-wrap; } 0 0 - 290 - 323 + 268 + 328 @@ -1635,8 +1661,8 @@ p, li { white-space: pre-wrap; } 0 0 - 352 - 806 + 331 + 829 @@ -1921,17 +1947,17 @@ p, li { white-space: pre-wrap; } - + - <p>Any data changes will be outlined with this color, until they're commited to the database.</p> + <p>Any data changes will be outlined with this color, until they're committed to the database.</p> - Uncommited data outline color + Uncommitted data outline color - + 50 @@ -1942,14 +1968,14 @@ p, li { white-space: pre-wrap; } - Colors.DataUncommited + Colors.DataUncommitted - <p>In case of error while commiting data changes, the problematic cell will be outlined with this color.</p> + <p>In case of error while committing data changes, the problematic cell will be outlined with this color.</p> Commit error outline color @@ -1968,7 +1994,7 @@ p, li { white-space: pre-wrap; } - Colors.DataUncommitedError + Colors.DataUncommittedError @@ -2238,7 +2264,7 @@ p, li { white-space: pre-wrap; } sqlEditorNumberFgButton sqlEditorBindParamFgButton sqlEditorValidObjectsButton - dataViewUncommitedButton + dataViewUncommittedButton dataViewErrorButton dataViewNullFgButton dataViewDeletedRowBgButton -- cgit v1.2.3