supervertaler 1.9.166__py3-none-any.whl → 1.9.167__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- Supervertaler.py +1 -1
- modules/keyboard_shortcuts_widget.py +7 -0
- {supervertaler-1.9.166.dist-info → supervertaler-1.9.167.dist-info}/METADATA +8 -4
- {supervertaler-1.9.166.dist-info → supervertaler-1.9.167.dist-info}/RECORD +8 -8
- {supervertaler-1.9.166.dist-info → supervertaler-1.9.167.dist-info}/WHEEL +0 -0
- {supervertaler-1.9.166.dist-info → supervertaler-1.9.167.dist-info}/entry_points.txt +0 -0
- {supervertaler-1.9.166.dist-info → supervertaler-1.9.167.dist-info}/licenses/LICENSE +0 -0
- {supervertaler-1.9.166.dist-info → supervertaler-1.9.167.dist-info}/top_level.txt +0 -0
Supervertaler.py
CHANGED
|
@@ -301,6 +301,10 @@ class KeyboardShortcutsWidget(QWidget):
|
|
|
301
301
|
|
|
302
302
|
def load_shortcuts(self):
|
|
303
303
|
"""Load shortcuts into the table"""
|
|
304
|
+
# CRITICAL: Disable sorting during table modifications to prevent
|
|
305
|
+
# items from becoming disassociated from their rows (causes vanishing text bug)
|
|
306
|
+
self.table.setSortingEnabled(False)
|
|
307
|
+
|
|
304
308
|
self.table.setRowCount(0)
|
|
305
309
|
|
|
306
310
|
all_shortcuts = self.manager.get_all_shortcuts()
|
|
@@ -362,6 +366,9 @@ class KeyboardShortcutsWidget(QWidget):
|
|
|
362
366
|
self.table.setItem(row, 4, status_item)
|
|
363
367
|
|
|
364
368
|
row += 1
|
|
369
|
+
|
|
370
|
+
# Re-enable sorting after all modifications are complete
|
|
371
|
+
self.table.setSortingEnabled(True)
|
|
365
372
|
|
|
366
373
|
def _on_enabled_changed(self, state):
|
|
367
374
|
"""Handle checkbox state change for enabling/disabling shortcuts"""
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: supervertaler
|
|
3
|
-
Version: 1.9.
|
|
3
|
+
Version: 1.9.167
|
|
4
4
|
Summary: Professional AI-enhanced translation workbench with multi-LLM support, glossary system, TM, spellcheck, voice commands, and PyQt6 interface. Batteries included (core).
|
|
5
5
|
Home-page: https://supervertaler.com
|
|
6
6
|
Author: Michael Beijer
|
|
@@ -71,7 +71,7 @@ Dynamic: home-page
|
|
|
71
71
|
Dynamic: license-file
|
|
72
72
|
Dynamic: requires-python
|
|
73
73
|
|
|
74
|
-
# 🚀 Supervertaler v1.9.
|
|
74
|
+
# 🚀 Supervertaler v1.9.167
|
|
75
75
|
|
|
76
76
|
[](https://pypi.org/project/Supervertaler/)
|
|
77
77
|
[](https://www.python.org/downloads/)
|
|
@@ -79,9 +79,13 @@ Dynamic: requires-python
|
|
|
79
79
|
|
|
80
80
|
AI-enhanced CAT tool with multi-LLM support (GPT-4, Claude, Gemini, Ollama), innovative Superlookup concordance system offering access to multiple terminology sources (TMs, glossaries, web resources, etc.), and seamless CAT tool integration (memoQ, Trados, CafeTran, Phrase).
|
|
81
81
|
|
|
82
|
-
**Current Version:** v1.9.
|
|
82
|
+
**Current Version:** v1.9.167 (January 27, 2026)
|
|
83
83
|
|
|
84
|
-
### NEW in v1.9.
|
|
84
|
+
### NEW in v1.9.167 - 🐛 Keyboard Shortcuts Panel Fix
|
|
85
|
+
|
|
86
|
+
Fixed bug where UI text (Action, Shortcut, Status columns) would disappear after changing a shortcut. ([#125](https://github.com/michaelbeijer/Supervertaler/issues/125))
|
|
87
|
+
|
|
88
|
+
### Previously in v1.9.166 - 🐛 TM Write Checkbox Fix
|
|
85
89
|
|
|
86
90
|
Fixed critical bug where confirmed translations went to "project" TM instead of user-designated TM with Write enabled. ([#126](https://github.com/michaelbeijer/Supervertaler/issues/126))
|
|
87
91
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
Supervertaler.py,sha256=
|
|
1
|
+
Supervertaler.py,sha256=aha64tOrEuVJuveqpseMcne0X8CSnjZrx0DVWtg1AEk,2269768
|
|
2
2
|
modules/__init__.py,sha256=G58XleS-EJ2sX4Kehm-3N2m618_W2Es0Kg8CW_eBG7g,327
|
|
3
3
|
modules/ai_actions.py,sha256=i5MJcM-7Y6CAvKUwxmxrVHeoZAVtAP7aRDdWM5KLkO0,33877
|
|
4
4
|
modules/ai_attachment_manager.py,sha256=juZlrW3UPkIkcnj0SREgOQkQROLf0fcu3ShZcKXMxsI,11361
|
|
@@ -21,7 +21,7 @@ modules/find_replace.py,sha256=r9XU19hejjJhItrkzVtn-EKbe8z9Xq-wY77Gt61w468,6342
|
|
|
21
21
|
modules/find_replace_qt.py,sha256=z06yyjOCmpYBrCzZcCv68VK-2o6pjfFCPtbr9o95XH8,18758
|
|
22
22
|
modules/glossary_manager.py,sha256=JDxY9RAGcv-l6Nms4FH7CNDucZdY1TI4WTzyylAuj24,16437
|
|
23
23
|
modules/image_extractor.py,sha256=HI6QHnpkjO35GHzTXbzazYdjoHZPFD44WAa4JGa9bAw,8332
|
|
24
|
-
modules/keyboard_shortcuts_widget.py,sha256=
|
|
24
|
+
modules/keyboard_shortcuts_widget.py,sha256=wOw2Lxq4lqrJb_QebwYo-4LRkqy1GJ7JcP5DpusbgqU,23824
|
|
25
25
|
modules/llm_clients.py,sha256=sdlc6CMFhPbAM5OEJow7LFsHCY8HOnU1jLXHVh5cJ50,48831
|
|
26
26
|
modules/llm_leaderboard.py,sha256=MQ-RbjlE10-CdgVHwoVXzXlCuUfulZ839FaF6dKlt1M,29139
|
|
27
27
|
modules/llm_superbench_ui.py,sha256=lmzsL8lt0KzFw-z8De1zb49Emnv7f1dZv_DJmoQz0bQ,60212
|
|
@@ -77,9 +77,9 @@ modules/unified_prompt_manager_qt.py,sha256=fyF3_r0N8hnImT-CcWo1AuBOQ1Dn_ExeeUCk
|
|
|
77
77
|
modules/voice_commands.py,sha256=iBb-gjWxRMLhFH7-InSRjYJz1EIDBNA2Pog8V7TtJaY,38516
|
|
78
78
|
modules/voice_dictation.py,sha256=QmitXfkG-vRt5hIQATjphHdhXfqmwhzcQcbXB6aRzIg,16386
|
|
79
79
|
modules/voice_dictation_lite.py,sha256=jorY0BmWE-8VczbtGrWwt1zbnOctMoSlWOsQrcufBcc,9423
|
|
80
|
-
supervertaler-1.9.
|
|
81
|
-
supervertaler-1.9.
|
|
82
|
-
supervertaler-1.9.
|
|
83
|
-
supervertaler-1.9.
|
|
84
|
-
supervertaler-1.9.
|
|
85
|
-
supervertaler-1.9.
|
|
80
|
+
supervertaler-1.9.167.dist-info/licenses/LICENSE,sha256=m28u-4qL5nXIWnJ6xlQVw__H30rWFtRK3pCOais2OuY,1092
|
|
81
|
+
supervertaler-1.9.167.dist-info/METADATA,sha256=BTNq1XZ9mVkAOEgT4UPD82yoKFFbPPm5QER_XcXxh5s,46505
|
|
82
|
+
supervertaler-1.9.167.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
83
|
+
supervertaler-1.9.167.dist-info/entry_points.txt,sha256=NP4hiCvx-_30YYKqgr-jfJYQvHr1qTYBMfoVmKIXSM8,53
|
|
84
|
+
supervertaler-1.9.167.dist-info/top_level.txt,sha256=9tUHBYUSfaE4S2E4W3eavJsDyYymkwLfeWAHHAPT6Dk,22
|
|
85
|
+
supervertaler-1.9.167.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|