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
+18-2Lines changed: 18 additions & 2 deletions
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-16 12:43+0100\n"
10
+
"POT-Creation-Date: 2025-12-16 14:35+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"**Separate plot windows - Incorrect aspect ratio for non-uniform coordinates:**"
31
+
msgstr"**Fenêtres de tracé séparées - Rapport d'aspect incorrect pour les coordonnées non uniformes :**"
32
+
33
+
msgid"Fixed separate plot windows (e.g., \"View in a new window\", ROI editors, profile dialogs) not using the same aspect ratio configuration as the integrated plot handler"
34
+
msgstr"Correction des fenêtres de tracé séparées (par ex. « Voir dans une nouvelle fenêtre », éditeurs de ROI, dialogues de profil) qui n'utilisaient pas la même configuration de rapport d'aspect que le gestionnaire de tracé intégré"
35
+
36
+
msgid"When displaying images with non-uniform coordinates, the main plot correctly unlocks the aspect ratio for proper display, but separate windows were not inheriting this setting"
37
+
msgstr"Lors de l'affichage d'images avec des coordonnées non uniformes, le tracé principal déverrouille correctement le rapport d'aspect pour un affichage approprié, mais les fenêtres séparées n'héritaient pas de ce paramètre"
38
+
39
+
msgid"All image dialogs now properly inherit the aspect ratio settings, ensuring consistent display behavior across all plot windows"
40
+
msgstr"Toutes les boîtes de dialogue d'image héritent désormais correctement des paramètres de rapport d'aspect, assurant un comportement d'affichage cohérent sur toutes les fenêtres de tracé"
41
+
42
+
msgid"This closes [Issue #287](https://github.com/DataLab-Platform/DataLab/issues/287) - Separate plot windows don't use same aspect ratio configuration as integrated plot"
43
+
msgstr"Ceci clôture [Issue #287](https://github.com/datalab-platform/datalab/issues/287) - Separate plot windows don't use same aspect ratio configuration as integrated plot"
44
+
30
45
msgid"**Remove all results - AttributeError when ROI was removed:**"
31
46
msgstr"**Supprimer tous les résultats - AttributeError lorsque la ROI a été supprimée :**"
32
47
@@ -48,7 +63,8 @@ msgstr "Tentative de suppression de tous les résultats via « Analyse > Supprim
48
63
msgid"The fix adds a proper None check before accessing the ROI's title"
49
64
msgstr"Le correctif ajoute une vérification de valeur None appropriée avant d'accéder au titre de la ROI"
50
65
51
-
msgid"This closes [Issue #286](https://github.com/DataLab-Platform/DataLab/issues/286) - 'Remove all results' fails with AttributeError when ROI was removed"
66
+
#,fuzzy
67
+
msgid"This closes [Issue #286](https://github.com/DataLab-Platform/DataLab/issues/286) - \"Remove all results\" fails with AttributeError when ROI was removed"
52
68
msgstr"Ceci clôture [Issue #286](https://github.com/datalab-platform/datalab/issues/286) - 'Remove all results' fails with AttributeError when ROI was removed"
53
69
54
70
msgid"**Analysis auto-recompute - Stale parameters after deleting results:**"
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
+
**Separate plot windows - Incorrect aspect ratio for non-uniform coordinates:**
8
+
9
+
* Fixed separate plot windows (e.g., "View in a new window", ROI editors, profile dialogs) not using the same aspect ratio configuration as the integrated plot handler
10
+
* When displaying images with non-uniform coordinates, the main plot correctly unlocks the aspect ratio for proper display, but separate windows were not inheriting this setting
11
+
* All image dialogs now properly inherit the aspect ratio settings, ensuring consistent display behavior across all plot windows
12
+
* This closes [Issue #287](https://github.com/DataLab-Platform/DataLab/issues/287) - Separate plot windows don't use same aspect ratio configuration as integrated plot
13
+
7
14
**Remove all results - AttributeError when ROI was removed:**
8
15
9
16
* Fixed "Remove all results" action failing with `AttributeError: 'NoneType' object has no attribute 'get_single_roi_title'` when results contain ROI information but the ROI was subsequently removed from the object
0 commit comments