- Mar 03, 2010
-
-
Andrew Dyukov authored
Fixed normal bug EXT-5885 ([HARD CODED] - The busy response should be localized. hard coded in llviewermessage.cpp). - It wasn't hardcoded in llviewermessage.cpp, but xml which contains it is not localizable. Added string with default busy message to strings.xml and used it in LLFloaterPreference::cleanupBadSetting(). --HG-- branch : product-engine
-
- Feb 24, 2010
-
-
Sergei Litovchuk authored
--HG-- branch : product-engine
-
Eugene Mutavchi authored
Fixed normal bug EXT-5512 (Change in text size for already written chat is not updated. Only affects new chat) --HG-- branch : product-engine
-
- Feb 18, 2010
-
-
Kent Quirk authored
-
Lynx Linden authored
Renaming skins/base back to skins/default to unblock I10n. Revert was requested by Q.
-
Dmitry Zaporozhan authored
Removed redundant code, there is no DrawDistanceMeterText1 so no need to switch visibility. --HG-- branch : product-engine
-
- Feb 17, 2010
-
-
Richard Linden authored
reviewed by Leyla
-
Rick Pasetto authored
Review #114 This (mostly XUI) change moves the prefs checkboxes out of the nearby media panel and into the prefs floater. The "Sound" tab is now the "Sound & Media" tab, and its layout has been modified drastically to match https://docs.google.com:443/a/lindenlab.com/Doc?id=ddznhrqn_34kcxdz8f3#Preferences
-
Tofu Linden authored
'General' pane
-
- Feb 16, 2010
-
-
angela authored
-
- Feb 10, 2010
-
-
Monroe Linden authored
Remove code for aspect ratio controls from LLFloaterPreference. (The XUI had already been removed.) Reviewed by Richard.
-
Tofu Linden authored
Checker: FORWARD_NULL Function: LLFloaterPreference::onBtnCancel() File: /indra/newview/llfloaterpreference.cpp CID-91 Checker: FORWARD_NULL Function: LLFloaterPreference::onBtnApply() File: /indra/newview/llfloaterpreference.cpp
-
Tofu Linden authored
Checker: FORWARD_NULL Function: LLFloaterPreference::onBtnOK() File: /indra/newview/llfloaterpreference.cpp
-
- Feb 04, 2010
-
-
Ychebotarev ProductEngine authored
--HG-- branch : product-engine
-
- Jan 29, 2010
-
-
Mike Antipov authored
- changed "control_name" for view with log path to the "InstantMessageLogPath" - also changed a line editor state from "disabled" to "readonly" to have a chance to scroll text to see full path in this field. --HG-- branch : product-engine
-
- Jan 25, 2010
-
-
Rick Pasetto authored
Review #89 This implements the changes Sam wanted in order to reduce the confusion over media enabled-ness, in particular: - "Media Enabled" pref now only controls "AudioStreamingMedia" - No more "tentative" state - New "Music Enabled" pref - First run dialog controls Media and Music (Sam, this is a change from your request...I think it works better) - Put a reflection of the "Media Enabled" checkbox in the Nearby Media Floater - Get rid of the "AudioStreamingVideo" setting altogether (whatever used it, it should now obey "AudioStreamingMedia").
-
Igor Borovkov authored
--HG-- branch : product-engine
-
Igor Borovkov authored
added a modal warning window "Non-friends won't know that you've choosen to ignore their calls and instant messages." --HG-- branch : product-engine
-
- Jan 15, 2010
-
-
Rick Pasetto authored
review http://codereview.lindenlab.com/271074
-
- Jan 13, 2010
- Jan 11, 2010
-
-
angela@angelas-macbook-pro.local authored
EXT-1645 [BSI] Selection Beam color preference (My Effects) isn't remembered after re-log EXT-1644 [BSI] Selection Beam color preference (My Effects) doesn't honor color choice -- reviewed by richard
-
- Jan 06, 2010
-
-
Tofu Linden authored
DEV-44804 autoplay preference for media should enable the media subsystem when toggled from off to on
-
- Dec 29, 2009
-
-
James Cook authored
Torley needed this to make tutorial movies. Removed dead code from Preferences. Reviewed by Leyla.
-
- Dec 21, 2009
-
-
Leyla Farazha authored
EXT-2635 No message reminding user that a restart is required to reset cache (was Clear Cache) reviewed by Richard
-
- Dec 17, 2009
-
-
Leyla Farazha authored
-
Leyla Farazha authored
EXT-3534 Default Location Obscures the Top of an Open Notecard When Nav and/or Favorites Bar are Hidden EXT-3334 [BSI] Chat/IM log preferences not retained EXT-3402 Replace "X" for checked menu items with a check mark glyph [Patch Included] reviewed by richard
-
- Dec 15, 2009
-
-
Dmitry Zaporozhan authored
Fix for normal bug EXT-3465 - Any changes made in Preferences floater are canceled after viewer shutdown. --HG-- branch : product-engine
-
- Dec 08, 2009
-
-
James Cook authored
Wasn't rebuilding the list of alerts on Preferences open Cleaned up some formatting in llfloaterpreference.cpp
-
- Dec 02, 2009
-
-
James Cook authored
-
- Dec 01, 2009
-
-
Leyla Farazha authored
EXT-2652 Favorites bar drop-down button (for when favorites exceed width of viewer) is not configurable via XUI EXT-2227 [BSI] Preferences -> Setup -> Cache Location blank EXT-1036 Clicking menu separators selects wrong menu option (allows selection of greyed-out option) reviewed by James
-
- Nov 30, 2009
-
-
Yuri Chebotarev authored
no ticket. addition to "(EXT-2894)- Add support for the viewer 1.23 chat history style (widget-less)" change all messages style when chaning chat style in preference. --HG-- branch : product-engine
-
- Nov 25, 2009
-
-
James Cook authored
Cuts number of includes of llnotifications.h from 300+ to 40.
-
James Cook authored
Fixed many other includes related to this file. Cleaned out llfloatertestlistview to be an empty test floater.
-
- Nov 23, 2009
-
-
Sergey Borushevsky authored
Implemented major sub-task EXT-2517 (Add support for the viewer 1.23 chat history style (widget-less)) --HG-- branch : product-engine
-
Rick Pasetto authored
The prefs floater was unilaterally reverting any changes made by other UI. This fixes that by making squirreling away the current settings an explicit operation, and cancel now happens explicitly on close(), but only if a flag is not set (as is what happens when you hit OK). Reviewed by James.
-
- Nov 19, 2009
-
-
Steve Bennetts authored
-
- Nov 10, 2009
-
-
James Cook authored
Reduces chance of future UI bugs related to UI size. Discussed with Richard.
-
angela authored
-
- Nov 03, 2009
-
-
Lynx Linden authored
code. All help should now go through the new help server, via the Help Browser floater. There should no longer be any custom "?" buttons in the UI - all <button> and <notification> XUI references relating to custom help buttons have been expunged. (I previously extracted all of the help strings from notifications.xml and passed these to the doc team to include in the help server pages.) I have checked that none of the XUI elements that are removed here are still referenced by any C++ code. I've also confirmed that there are no new notifications removed that I have not already passed on to the doc team. And I've also done a pass through the UI to make sure that all of the floaters still look as they should. Finally, I've confirmed that the new help system for floaters and side panels still works. 2,276 lines deleted - 0 lines added.
-