From 6f3a92d772007a33c193f4838511ba1764c3ccfb Mon Sep 17 00:00:00 2001 From: Lirusaito Date: Thu, 12 Jan 2012 13:10:27 -0500 Subject: [PATCH 01/12] Fixed spelling. --- indra/newview/skins/default/xui/fr/menu_viewer.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/indra/newview/skins/default/xui/fr/menu_viewer.xml b/indra/newview/skins/default/xui/fr/menu_viewer.xml index cf5500411..d99d12198 100644 --- a/indra/newview/skins/default/xui/fr/menu_viewer.xml +++ b/indra/newview/skins/default/xui/fr/menu_viewer.xml @@ -248,7 +248,7 @@ - + @@ -261,4 +261,4 @@ - \ No newline at end of file + From e5a27e6558005951ba881ae2a43ed94033a15334 Mon Sep 17 00:00:00 2001 From: Lirusaito Date: Thu, 12 Jan 2012 13:25:20 -0500 Subject: [PATCH 02/12] Added WebLaunchSinguIssue notification, but if feel my translation skills inadequate, so I'm just throwing this out here for someone like Nomade Zhao to correct and finish. --- indra/newview/skins/default/xui/fr/notifications.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/indra/newview/skins/default/xui/fr/notifications.xml b/indra/newview/skins/default/xui/fr/notifications.xml index a2e729fe5..3926555a9 100644 --- a/indra/newview/skins/default/xui/fr/notifications.xml +++ b/indra/newview/skins/default/xui/fr/notifications.xml @@ -1291,6 +1291,10 @@ Télécharger vers le dossier Applications ? Pour apprendre à utiliser JIRA, consultez le Wiki de [SECOND_LIFE]. + + Pour signaler des bugs et autres problèmes avec Singularity, utilisez le Google Issue Tracker. + + Visitez le blog officiel des Lindens pour les dernières nouvelles et informations. From 5a66c2bfbab0a0e96fb94bf21460674661c58d7c Mon Sep 17 00:00:00 2001 From: Lirusaito Date: Thu, 12 Jan 2012 13:32:44 -0500 Subject: [PATCH 03/12] Added WebLaunchSinguIssue Notification, which will make sense in the next commit. Also corrected location of Report Bug from in Tools to in Help under Bug Reporting. --- .../skins/default/xui/en-us/notifications.xml | 22 ++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/indra/newview/skins/default/xui/en-us/notifications.xml b/indra/newview/skins/default/xui/en-us/notifications.xml index deb031d26..f67512ab5 100644 --- a/indra/newview/skins/default/xui/en-us/notifications.xml +++ b/indra/newview/skins/default/xui/en-us/notifications.xml @@ -1885,7 +1885,7 @@ No Group selected. type="alertmodal"> Unable to deed land: Cannot find the region this land is in. -Please use Tools -> Report Bug to report this. +Please use Help -> Bug Reporting -> Report Bug to report this. @@ -2948,6 +2948,18 @@ Visit the [SECOND_LIFE] Public Issue Tracker, where you can report bugs and othe yestext="Go to page"/> + +Visit the Singularity Issue Tracker, to report bugs and issues with Singularity Viewer. + + + Date: Thu, 12 Jan 2012 13:40:14 -0500 Subject: [PATCH 04/12] Added in two options under Help->Bug Reporting for reporting bugs with Singularity more easily: Report Singularity Bug goes to the new issue page. Singularity Issue Tracker goes to the issues list. Spelling correction. WebLaunchSinguIssue is called in these two new menu options. --- .../newview/skins/default/xui/en-us/menu_viewer.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/indra/newview/skins/default/xui/en-us/menu_viewer.xml b/indra/newview/skins/default/xui/en-us/menu_viewer.xml index 1211ba91e..b0fe35a2d 100644 --- a/indra/newview/skins/default/xui/en-us/menu_viewer.xml +++ b/indra/newview/skins/default/xui/en-us/menu_viewer.xml @@ -881,10 +881,15 @@ + + + + mouse_opaque="true" name="Bug Reporting 101..." width="166"> @@ -905,6 +910,11 @@ + + + From be978ab76bb4c58b9f506095ec8066ccd3f975e5 Mon Sep 17 00:00:00 2001 From: Lirusaito Date: Thu, 12 Jan 2012 17:35:41 -0500 Subject: [PATCH 05/12] A small change issued by Siana to correct a small problem. --- indra/newview/llimpanel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llimpanel.cpp b/indra/newview/llimpanel.cpp index 021a5d5f0..5eb1fb036 100644 --- a/indra/newview/llimpanel.cpp +++ b/indra/newview/llimpanel.cpp @@ -1776,7 +1776,7 @@ BOOL LLFloaterIMPanel::handleKeyHere( KEY key, MASK mask ) } } - return LLFloater::handleKeyHere(key, mask); + return handled || LLFloater::handleKeyHere(key, mask); } BOOL LLFloaterIMPanel::handleDragAndDrop(S32 x, S32 y, MASK mask, BOOL drop, From 0777bedde8ee184aa69a51008b67f52b9df0d416 Mon Sep 17 00:00:00 2001 From: Lirusaito Date: Thu, 12 Jan 2012 17:48:43 -0500 Subject: [PATCH 06/12] Made it so the quick setting changer button never leaves its exact spot pixel for pixel; Moved where exactly the bottom of the expanded panel was to match the unexpanded bottom; Extended the bars of WindLight because their lack of capitalization on available real estate has been bugging me; Changed the tooltip of the WindLight Water control to no longer _reflect the Sky_. --- .../xui/en-us/wlfPanel_AdvSettings_expanded.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/indra/newview/skins/default/xui/en-us/wlfPanel_AdvSettings_expanded.xml b/indra/newview/skins/default/xui/en-us/wlfPanel_AdvSettings_expanded.xml index b76a304d9..b479496ba 100644 --- a/indra/newview/skins/default/xui/en-us/wlfPanel_AdvSettings_expanded.xml +++ b/indra/newview/skins/default/xui/en-us/wlfPanel_AdvSettings_expanded.xml @@ -1,8 +1,8 @@ - - + Windlight Sky Preset: - Windlight Water Preset: - -