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: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,14 @@ See DataLab [roadmap page](https://datalab-platform.com/en/contributing/roadmap.
53
53
* ROI bounding boxes are now properly clipped to image boundaries, and fully out-of-bounds ROIs return NaN statistics values
54
54
* This fix is implemented in Sigima library (see [Issue #1](https://github.com/DataLab-Platform/Sigima/issues/1) - `ValueError` when computing statistics on ROI extending beyond image boundaries)
55
55
56
+
**Object property panel tab selection:**
57
+
58
+
* Fixed tab selection behavior in object properties panel to be more predictable and user-friendly
59
+
* Properties tab is now always shown by default when switching between objects, providing consistent navigation
60
+
* Creation, Processing, and Analysis tabs now appear automatically only once after their respective triggering events (object creation, 1-to-1 processing, or analysis computation), then revert to Properties tab for subsequent selections
61
+
* This eliminates the confusing behavior where the tab would arbitrarily persist or change based on previous selections
This major release represents a significant milestone for DataLab with numerous enhancements across all areas. The changes are organized by category for easier navigation.
Copy file name to clipboardExpand all lines: doc/locale/fr/LC_MESSAGES/changelog.po
+19-1Lines changed: 19 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-11-30 12:33+0100\n"
10
+
"POT-Creation-Date: 2025-11-30 15:30+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"
@@ -123,6 +123,24 @@ msgstr "Les boîtes englobantes des ROI sont désormais correctement limitées a
123
123
msgid"This fix is implemented in Sigima library (see [Issue #1](https://github.com/DataLab-Platform/Sigima/issues/1) - `ValueError` when computing statistics on ROI extending beyond image boundaries)"
124
124
msgstr"Cette correction est implémentée dans la bibliothèque Sigima (voir [Issue #1](https://github.com/DataLab-Platform/Sigima/issues/1) - `ValueError` lors du calcul des statistiques sur ROI s'étendant au-delà des limites de l'image)"
125
125
126
+
msgid"**Object property panel tab selection:**"
127
+
msgstr"**Sélection des onglets du panneau des propriétés des objets :**"
128
+
129
+
msgid"Fixed tab selection behavior in object properties panel to be more predictable and user-friendly"
130
+
msgstr"Correction du comportement de sélection des onglets dans le panneau des propriétés des objets pour le rendre plus prévisible et convivial"
131
+
132
+
msgid"Properties tab is now always shown by default when switching between objects, providing consistent navigation"
133
+
msgstr"L'onglet Propriétés est désormais toujours affiché par défaut lors du changement d'objet, offrant une navigation cohérente"
134
+
135
+
msgid"Creation, Processing, and Analysis tabs now appear automatically only once after their respective triggering events (object creation, 1-to-1 processing, or analysis computation), then revert to Properties tab for subsequent selections"
136
+
msgstr"Les onglets Création, Traitement et Analyse apparaissent désormais automatiquement une seule fois après leurs événements déclencheurs respectifs (création d'objet, traitement 1-vers-1 ou calcul d'analyse), puis reviennent à l'onglet Propriétés pour les sélections ultérieures"
137
+
138
+
msgid"This eliminates the confusing behavior where the tab would arbitrarily persist or change based on previous selections"
139
+
msgstr"Cela élimine le comportement déroutant où l'onglet persistait ou changeait arbitrairement en fonction des sélections précédentes"
msgstr"Ceci clôture [Issue #271](https://github.com/datalab-platform/datalab/issues/271) - Amélioration du comportement de sélection des onglets du panneau des propriétés des objets"
0 commit comments