You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/locale/fr/LC_MESSAGES/release_notes/release_1.00.po
+16-1Lines changed: 16 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ msgid ""
7
7
msgstr ""
8
8
"Project-Id-Version: DataLab \n"
9
9
"Report-Msgid-Bugs-To: \n"
10
-
"POT-Creation-Date: 2025-12-13 13:42+0100\n"
10
+
"POT-Creation-Date: 2025-12-13 14:17+0100\n"
11
11
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12
12
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
13
"Language: fr\n"
@@ -27,6 +27,21 @@ msgstr ""
27
27
msgid"🛠️ Bug Fixes since version 1.0.2"
28
28
msgstr"🛠️ Correctifs depuis la version 1.0.2"
29
29
30
+
msgid"**Signal view - XRangeSelection items persist after removing signals:**"
31
+
msgstr"**Vue des signaux - Les éléments XRangeSelection persistent après la suppression des signaux :**"
32
+
33
+
msgid"Fixed XRangeSelection and DataInfoLabel items (created by PlotPy's curve statistics tools) remaining visible on the plot after removing all signals"
34
+
msgstr"Correction des éléments XRangeSelection et DataInfoLabel (créés par les outils de statistiques de courbes de PlotPy) restant visibles sur le graphique après la suppression de tous les signaux"
35
+
36
+
msgid"When activating the XRangeSelection tool from the PlotPy toolbar and then removing the signal(s), these tool-created graphical objects were not cleaned up"
37
+
msgstr"Lors de l'activation de l'outil XRangeSelection depuis la barre d'outils PlotPy, puis de la suppression du ou des signaux, ces objets graphiques créés par l'outil n'étaient pas nettoyés"
38
+
39
+
msgid"The cleanup logic now correctly triggers when there are zero selected objects (after deleting the last one), not just when exactly one object is selected"
40
+
msgstr"La logique de nettoyage se déclenche désormais correctement lorsqu'il n'y a aucun objet sélectionné (après la suppression du dernier), et pas seulement lorsqu'un seul objet est sélectionné"
41
+
42
+
msgid"This closes [Issue #280](https://github.com/datalab-platform/datalab/issues/280) - XRangeSelection items persist after removing all signals"
43
+
msgstr"Ceci clôture [Issue #280](https://github.com/datalab-platform/datalab/issues/280) - Les éléments XRangeSelection persistent après la suppression de tous les signaux"
44
+
30
45
msgid"**Remote control - Crash when adding object via proxy:**"
31
46
msgstr"**Contrôle distant - Plantage lors de l'ajout d'un objet via le proxy :**"
Copy file name to clipboardExpand all lines: doc/release_notes/release_1.00.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,13 @@
4
4
5
5
### 🛠️ Bug Fixes since version 1.0.2 ###
6
6
7
+
**Signal view - XRangeSelection items persist after removing signals:**
8
+
9
+
* Fixed XRangeSelection and DataInfoLabel items (created by PlotPy's curve statistics tools) remaining visible on the plot after removing all signals
10
+
* When activating the XRangeSelection tool from the PlotPy toolbar and then removing the signal(s), these tool-created graphical objects were not cleaned up
11
+
* The cleanup logic now correctly triggers when there are zero selected objects (after deleting the last one), not just when exactly one object is selected
12
+
* This closes [Issue #280](https://github.com/datalab-platform/datalab/issues/280) - XRangeSelection items persist after removing all signals
13
+
7
14
**Remote control - Crash when adding object via proxy:**
8
15
9
16
* Fixed `AttributeError: 'NoneType' object has no attribute 'setText'` crash when adding objects via `RemoteProxy.add_object()` in macros
0 commit comments