From 12f18ff4614225093f753b16cfd278880eca0387 Mon Sep 17 00:00:00 2001 From: Alexander Gavriliuk Date: Tue, 15 Aug 2023 16:46:35 +0200 Subject: SL-20146 Statistic bar collapsed/expanded accordions not saving --- indra/newview/app_settings/settings.xml | 46 +++++++--- .../newview/skins/default/xui/en/floater_stats.xml | 98 ++++++++++++---------- 2 files changed, 86 insertions(+), 58 deletions(-) (limited to 'indra/newview') diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index c700302221..23e97ebad1 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -7485,10 +7485,21 @@ Value 1 + OpenDebugStatBasic + + Comment + Expand Basic performance stats display + Persist + 1 + Type + Boolean + Value + 1 + OpenDebugStatAdvanced Comment - Expand advanced performance stats display + Expand Advanced performance stats display Persist 1 Type @@ -7496,10 +7507,10 @@ Value 0 - OpenDebugStatBasic + OpenDebugStatRender Comment - Expand basic performance stats display + Expand Render performance stats display Persist 1 Type @@ -7507,10 +7518,21 @@ Value 1 - OpenDebugStatNet + OpenDebugStatTexture + + Comment + Expand Texture performance stats display + Persist + 1 + Type + Boolean + Value + 0 + + OpenDebugStatMemory Comment - Expand network stats display + Expand Memory Usage stats display Persist 1 Type @@ -7518,10 +7540,10 @@ Value 1 - OpenDebugStatRender + OpenDebugStatNet Comment - Expand render stats display + Expand Network performance stats display Persist 1 Type @@ -7532,7 +7554,7 @@ OpenDebugStatSim Comment - Expand simulator performance stats display + Expand Simulator performance stats display Persist 1 Type @@ -7540,10 +7562,10 @@ Value 1 - OpenDebugStatTexture + OpenDebugStatPhysicsDetails Comment - Expand Texture performance stats display + Expand Physics Details performance stats display Persist 1 Type @@ -7551,10 +7573,10 @@ Value 0 - OpenDebugStatPhysicsDetails + OpenDebugStatPathfinding Comment - Expand Physics Details performance stats display + Expand Pathfinding performance stats display Persist 1 Type diff --git a/indra/newview/skins/default/xui/en/floater_stats.xml b/indra/newview/skins/default/xui/en/floater_stats.xml index b9ca0108b6..0fde6a329a 100644 --- a/indra/newview/skins/default/xui/en/floater_stats.xml +++ b/indra/newview/skins/default/xui/en/floater_stats.xml @@ -25,7 +25,7 @@ name="statistics_view" top="20" width="250" > - - - - - - - - - + + + + + label="Texture" + setting="OpenDebugStatTexture"> - - + - - - - - - - + + - - + + label="Draw Info" + stat="LLDrawInfo"/> - + - - - + @@ -237,7 +239,8 @@ decimal_digits="1" bar_max="45" /> + label="Physics Details" + setting="OpenDebugStatPhysicsDetails"> @@ -276,7 +279,8 @@ stat="simscripteps" unit_label="eps"/> + label="Pathfinding" + setting="OpenDebugStatPathfinding"> @@ -309,7 +313,8 @@ stat="simtotalunackedbytes" decimal_digits="1"/> + label="Time" + setting="OpenDebugStatSimTime"> @@ -335,7 +340,8 @@ label="Spare Time" stat="simsparemsec"/> + label="Time Details" + setting="OpenDebugStatSimTimeDetails"> -- cgit v1.2.3