From 00ce291f013ce434b202da675bfb38431014a077 Mon Sep 17 00:00:00 2001 From: Rider Linden Date: Tue, 17 Oct 2017 12:03:26 -0700 Subject: New prototype control for moving sun and moon in sky. --- indra/newview/skins/default/xui/en/widgets/joystick_quat.xml | 7 +++++++ indra/newview/skins/default/xui/en/widgets/joystick_rotate.xml | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 indra/newview/skins/default/xui/en/widgets/joystick_quat.xml (limited to 'indra/newview/skins/default/xui/en/widgets') diff --git a/indra/newview/skins/default/xui/en/widgets/joystick_quat.xml b/indra/newview/skins/default/xui/en/widgets/joystick_quat.xml new file mode 100644 index 0000000000..a190da3909 --- /dev/null +++ b/indra/newview/skins/default/xui/en/widgets/joystick_quat.xml @@ -0,0 +1,7 @@ + + diff --git a/indra/newview/skins/default/xui/en/widgets/joystick_rotate.xml b/indra/newview/skins/default/xui/en/widgets/joystick_rotate.xml index a190da3909..cbf721b346 100644 --- a/indra/newview/skins/default/xui/en/widgets/joystick_rotate.xml +++ b/indra/newview/skins/default/xui/en/widgets/joystick_rotate.xml @@ -1,7 +1,7 @@ - -- cgit v1.2.3 From 8b3957b310afa23e543c3eb33aca9131dba52b31 Mon Sep 17 00:00:00 2001 From: AndreyL ProductEngine Date: Thu, 7 Jun 2018 20:22:20 +0300 Subject: MAINT-8331 EEP UI control: XYVector --- .../skins/default/xui/en/widgets/xy_vector.xml | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 indra/newview/skins/default/xui/en/widgets/xy_vector.xml (limited to 'indra/newview/skins/default/xui/en/widgets') diff --git a/indra/newview/skins/default/xui/en/widgets/xy_vector.xml b/indra/newview/skins/default/xui/en/widgets/xy_vector.xml new file mode 100644 index 0000000000..93ae26a6ad --- /dev/null +++ b/indra/newview/skins/default/xui/en/widgets/xy_vector.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + -- cgit v1.2.3 From 1abea33b7012b6b00502620dab92cc39eacb1d50 Mon Sep 17 00:00:00 2001 From: AndreyL ProductEngine Date: Wed, 18 Jul 2018 14:13:29 +0300 Subject: MAINT-8334 EEP UI control: Virtual Trackball --- .../default/xui/en/widgets/sun_moon_trackball.xml | 68 ++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 indra/newview/skins/default/xui/en/widgets/sun_moon_trackball.xml (limited to 'indra/newview/skins/default/xui/en/widgets') diff --git a/indra/newview/skins/default/xui/en/widgets/sun_moon_trackball.xml b/indra/newview/skins/default/xui/en/widgets/sun_moon_trackball.xml new file mode 100644 index 0000000000..68681b8228 --- /dev/null +++ b/indra/newview/skins/default/xui/en/widgets/sun_moon_trackball.xml @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3 From 6a54e0948d651963399da82cfc5672125b9442e7 Mon Sep 17 00:00:00 2001 From: AndreyL ProductEngine Date: Wed, 8 Aug 2018 03:28:37 +0300 Subject: MAINT-8900 LLVirtualTrackball improvement: added click-to-set mode --- indra/newview/skins/default/xui/en/widgets/sun_moon_trackball.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview/skins/default/xui/en/widgets') diff --git a/indra/newview/skins/default/xui/en/widgets/sun_moon_trackball.xml b/indra/newview/skins/default/xui/en/widgets/sun_moon_trackball.xml index 68681b8228..3a9655b317 100644 --- a/indra/newview/skins/default/xui/en/widgets/sun_moon_trackball.xml +++ b/indra/newview/skins/default/xui/en/widgets/sun_moon_trackball.xml @@ -4,7 +4,7 @@ width="150" height="150" user_resize="false" - increment_angle_mouse="0.5f" + increment_angle_mouse="1.5f" increment_angle_btn="3.0f" image_sphere="VirtualTrackball_Sphere" image_moon_back="VirtualTrackball_Moon_Back" -- cgit v1.2.3 From 7da3a1eb4f14b67c698977eb1947ce06a312d507 Mon Sep 17 00:00:00 2001 From: Graham Linden Date: Mon, 6 Aug 2018 17:49:50 +0100 Subject: WIP check-in to allow merge of upstream changes. --- .../skins/default/xui/en/widgets/density_ctrl.xml | 164 +++++++++++++++++++++ 1 file changed, 164 insertions(+) create mode 100644 indra/newview/skins/default/xui/en/widgets/density_ctrl.xml (limited to 'indra/newview/skins/default/xui/en/widgets') diff --git a/indra/newview/skins/default/xui/en/widgets/density_ctrl.xml b/indra/newview/skins/default/xui/en/widgets/density_ctrl.xml new file mode 100644 index 0000000000..0f3f0159db --- /dev/null +++ b/indra/newview/skins/default/xui/en/widgets/density_ctrl.xml @@ -0,0 +1,164 @@ + + + +Exponential Term + + + + + +Exponential Scale Factor + + + + +Linear Term + + + + +Constant Term + + + + +Max Altitude + + + + +Anisotropy Factor + + + -- cgit v1.2.3 From d965af2b0cbf62e2e1601f504e0d548da40aa742 Mon Sep 17 00:00:00 2001 From: AndreyL ProductEngine Date: Fri, 24 Aug 2018 02:40:12 +0300 Subject: MAINT-9032 Virtual Track Ball improvements --- .../skins/default/xui/en/widgets/sun_moon_trackball.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'indra/newview/skins/default/xui/en/widgets') diff --git a/indra/newview/skins/default/xui/en/widgets/sun_moon_trackball.xml b/indra/newview/skins/default/xui/en/widgets/sun_moon_trackball.xml index 3a9655b317..0e729c821a 100644 --- a/indra/newview/skins/default/xui/en/widgets/sun_moon_trackball.xml +++ b/indra/newview/skins/default/xui/en/widgets/sun_moon_trackball.xml @@ -43,26 +43,26 @@ + image_selected="VirtualTrackball_Rotate_Top_Active" + image_disabled="Blank" /> + image_selected="VirtualTrackball_Rotate_Bottom_Active" + image_disabled="Blank" /> + image_selected="VirtualTrackball_Rotate_Left_Active" + image_disabled="Blank" /> + image_selected="VirtualTrackball_Rotate_Right_Active" + image_disabled="Blank" /> -- cgit v1.2.3 From f0eb06ed13313e3c5a78224506cde7a894591880 Mon Sep 17 00:00:00 2001 From: AndreyL ProductEngine Date: Mon, 24 Sep 2018 18:24:32 +0300 Subject: SL-1546 VitrualTrackBall - Reduced the angle change per button click to 1deg --- indra/newview/skins/default/xui/en/widgets/sun_moon_trackball.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview/skins/default/xui/en/widgets') diff --git a/indra/newview/skins/default/xui/en/widgets/sun_moon_trackball.xml b/indra/newview/skins/default/xui/en/widgets/sun_moon_trackball.xml index 0e729c821a..9fa77855c0 100644 --- a/indra/newview/skins/default/xui/en/widgets/sun_moon_trackball.xml +++ b/indra/newview/skins/default/xui/en/widgets/sun_moon_trackball.xml @@ -5,7 +5,7 @@ height="150" user_resize="false" increment_angle_mouse="1.5f" - increment_angle_btn="3.0f" + increment_angle_btn="1.0f" image_sphere="VirtualTrackball_Sphere" image_moon_back="VirtualTrackball_Moon_Back" image_moon_front="VirtualTrackball_Moon_Front" -- cgit v1.2.3 From 3a78da70ad14eab11218cc056c2a3703af1b9738 Mon Sep 17 00:00:00 2001 From: maxim_productengine Date: Fri, 29 Mar 2019 17:39:19 +0200 Subject: SL-10833 FIXED [EEP] Text in the Sky Altitudes boxes is low contrast and difficult to read. --- indra/newview/skins/default/xui/en/widgets/line_editor.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/newview/skins/default/xui/en/widgets') diff --git a/indra/newview/skins/default/xui/en/widgets/line_editor.xml b/indra/newview/skins/default/xui/en/widgets/line_editor.xml index a054960bf8..f39e086196 100644 --- a/indra/newview/skins/default/xui/en/widgets/line_editor.xml +++ b/indra/newview/skins/default/xui/en/widgets/line_editor.xml @@ -6,6 +6,7 @@ commit_on_focus_lost="true" ignore_tab="true" cursor_color="TextCursorColor" + bg_color="White" text_color="TextFgColor" text_pad_left="2" text_readonly_color="TextFgReadOnlyColor" -- cgit v1.2.3