- May 20, 2010
-
-
James Cook authored
-
- May 19, 2010
-
-
James Cook authored
Reviewed with Leyla
-
James Cook authored
-
- May 12, 2010
-
-
Leyla Farazha authored
reviewed by James
-
- May 07, 2010
-
-
James Cook authored
-
James Cook authored
-
- May 05, 2010
-
-
Karl Stiefvater (qarl) authored
(changes name of setting WindowFullScreen to FullScreen per discussion in jira.)
-
- Apr 07, 2010
-
-
Roxie Linden authored
-
Mike Antipov authored
* Removed unused InstantMessageLogFolder * Restored initializing logic of InstantMessageLogPath value from 1.23 to share setting between viewers. * Restored unused in 2.0 "LogChatTimestamp" and "LogChatIM" settings to avoid removing of them in 2.0 * Restored default value of the "Save local chat log" setting from 1.23 & replaced with 2.0 own setting (LogNearbyChat was: LogChat) Reviewed by Igor Borovkov & Kent Quirk at https://codereview.productengine.com/secondlife/r/193/ (transplanted from 43297b92c1bb7487dab6610bea61acac4c355878)
-
Mike Antipov authored
* Removed unused InstantMessageLogFolder * Restored initializing logic of InstantMessageLogPath value from 1.23 to share setting between viewers. * Restored unused in 2.0 "LogChatTimestamp" and "LogChatIM" settings to avoid removing of them in 2.0 * Restored default value of the "Save local chat log" setting from 1.23 & replaced with 2.0 own setting (LogNearbyChat was: LogChat) Reviewed by Igor Borovkov & Kent Quirk at https://codereview.productengine.com/secondlife/r/193/ --HG-- branch : product-engine
-
Eugene Mutavchi authored
Fixed normal bug EXT-6600(Block List button in Preferences does nothing prior to login (should be disabled)) - added disabling of Block List button if user is not logged in. Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/186/ --HG-- branch : product-engine
-
Tofu Linden authored
-
- Apr 01, 2010
-
-
Leyla Farazha authored
reviewed by Richard cc#176
-
Vadim Savchuk authored
Fixed bug EXT-6337 (Changing maturity settings in preferences floater only works on first floater spawn when account is not age verified). I'm actually copying an existing fix from the viewer-hotfix branch. See the ticket for more details. Not reviewed. --HG-- branch : product-engine
-
- Mar 18, 2010
-
-
Monroe Linden authored
Added static member functions to LLViewerMedia: clearAllCookies(), clearAllCaches(), setCookiesEnabled(), and setProxyConfig(). These iterate through all loaded instances and send appropriate messages. Also added a hack to clearAllCookies() to delete cookie files for all accounts, which should serve until we centralize cookie storage. Made LLViewerMedia set the proxy config properly when creating new instances. Callum is adding code to do something similar with the cookies enabled flag in a separate commit. Removed get_web_media from llfloaterpreference.cpp and reworked everything that used it to use the new LLViewerMedia functions instead. Reviewed by Callum at http://codereview.lindenlab.com/838003.
-
- Mar 17, 2010
-
-
Igor Borovkov authored
fixed EXT-6284 ([HARD CODED] - Menu Einstellungen, Tab Erweitert: "MiddleMouse" needs to be localized) Control value is preserved, it is being localized on presentation Reviewed by Richard at https://codereview.productengine.com/secondlife/r/24/ --HG-- branch : product-engine
-
- Mar 09, 2010
-
-
Sergei Litovchuk authored
- Fixed removing "Adult" rating option for agents without adult access permission. --HG-- branch : product-engine
-
- Mar 05, 2010
-
-
Sergei Litovchuk authored
- Added icons updating upon opening Prefs -> General panel. --HG-- branch : product-engine
-
- Mar 04, 2010
-
-
Igor Borovkov authored
--HG-- branch : product-engine
-
- 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