Skip to content

Commit

Permalink
GH #340 completed.
Browse files Browse the repository at this point in the history
  • Loading branch information
textbrowser committed Dec 3, 2023
1 parent a496cbe commit 54f85b3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Documentation/Release-Notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
<li>Qt 6.5.3 LTS on Android.</li>
<li>Qt 6.5.3 LTS on Windows</li>
<li>Qt 6.6.0 on MacOS via Homebrew.</li>
<li>Query history. Please see Tools. <b>GitHub ticket #340.</b></li>
<li>Query history. Please see Tools. Query strings may be incomplete
and are therefore not executable. <b>GitHub ticket #340.</b></li>
<li>Set Alternate Identifier and URL to the 003 field after a
Z39.50 Unimarc query if Alternate Identifier is empty.
<b>GitHub discussion #339.</b></li>
Expand Down
10 changes: 10 additions & 0 deletions UI/biblioteq_query_history.ui
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@
<item>
<widget class="QFrame" name="frame">
<layout class="QVBoxLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Query strings may be incomplete and are therefore not executable.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QTableWidget" name="table">
<property name="focusPolicy">
Expand Down

0 comments on commit 54f85b3

Please sign in to comment.