summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-02-26Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Lynx Linden
2010-02-26EXT-5480: Send viewer version info to Search server.Lynx Linden
Added the following query parameters to the URL that is sent to the search web server. This will allow them to do version-specific content if necessary (such as using secondlife:///app/region for viewer's that support it). * channel = the viewer channel name, e.g. "Second Life Beta Viewer" * version = the full version string, e.g. "2.0.0.2001234" * major = the viewer major version number, e.g., "2" * minor = the viewer major version number, e.g., "0" * patch = the viewer major version number, e.g., "0" * build = the viewer major version number, e.g., "2001234"
2010-02-26minor stylistic tweak for code in EXT-5729Tofu Linden
2010-02-26Follow-up to EXT-5675 - 'right-click' instead of 'right click' seems the ↵Tofu Linden
de-facto standard in our phrasing.
2010-02-26PE merge.Tofu Linden
2010-02-26Additional commit for EXT-5675. "in world" part of message has been removed ↵Denis Serdjuk
to avoid misunderstanding. --HG-- branch : product-engine
2010-02-26fixed major EXT-5746 “Voice notifications appear undocked in the top left ↵Alexei Arabadji
corner of viewport”, made LLCallFloater and LLCallDialog force docked state when created; --HG-- branch : product-engine
2010-02-25undo change. test finished.Eli Linden
2010-02-25test translate="false" on whole fileEli Linden
2010-02-25undo. testing done.Eli Linden
2010-02-25test file-level translate="false" functionalityEli Linden
2010-02-25MergeEli Linden
2010-02-25fix obvious typoEli Linden
2010-02-25Fixed normal bug (EXT-5729) My Landmarks search doesn't auto expand folders ↵Sergei Litovchuk
of found terms. --HG-- branch : product-engine
2010-02-25fix obvious typoEli Linden
2010-02-25Merge from https://hg.lindenlab.com/q/viewer-hotfix/Aimee Linden
2010-02-25Fixed normal bug EXT-4313 (Should not be able to start a call when voice is ↵Andrew Dyukov
disabled). - Added constant holding maximum number of times(in a row) "stateJoiningSession" case for spatial channel is reached in LLVoiceClient::stateMachine() which is treated as normal. They are counted using member added to LLVoiceClient. If this number is exceeded we suspect there is a problem with connection to voice server. Check of current number against maximum was added to LLVoiceClient::voiceWorking(). --HG-- branch : product-engine
2010-02-25Update Vivox SDK to 3.1.0001.8016 for DEV-46706Aimee Linden
2010-02-25Less code duplication.Vadim Savchuk
--HG-- branch : product-engine
2010-02-25Fixed bug EXT-5578 (My Inventory Filter entries are ALL CAP).Vadim Savchuk
--HG-- branch : product-engine
2010-02-25fixed Normal Bug EXT-5675 Empty friends list mentions \"click\" where it ↵Denis Serdjuk
should specify \"right-click\" --HG-- branch : product-engine
2010-02-25Fixed bug EXT-5580 (Characters in Inventory Filter appear behind X).Vadim Savchuk
Added configurable text right padding support to search_filter: * When the Clear button is enabled (i.e. search_editor.clear_button_visible set to "true") the search_editor.clear_button.pad_left parameter determines the padding. * Otherwise search_editor.text_pad_right is used. --HG-- branch : product-engine
2010-02-25 Bug Low EXT-5194 SLURL field dropdown should display empty menu ↵Denis Serdjuk
rather than do nothing when empty Solution: Button of dropdown list will be disabled if there are no items in location history --HG-- branch : product-engine
2010-02-25Fixed normal bug (EXT-5748) Useless area on Place Profile panel.Sergei Litovchuk
- Reduced unused size in Place Profile and Landmark Info panels. --HG-- branch : product-engine
2010-02-25No ticket. Code cleanup: remove deprecated StopFlying button from the Move ↵Mike Antipov
Floater. It uses separate button from Stand/Stop Flying panel --HG-- branch : product-engine
2010-02-25Work on normal bug EXT-4518 (movement & camera floaters should have window ↵Mike Antipov
titles) -- done for Camera floater. -- also updated tooltip for Presets button --HG-- branch : product-engine
2010-02-25fixed EXT-5731 Viewer 2: New chat format doesn't recognise scripted object ↵Igor Borovkov
name changes --HG-- branch : product-engine
2010-02-25Work on normal bug EXT-4518 (movement & camera floaters should have window ↵Mike Antipov
titles) -- done for Move floater. -- deprecated comments cleaned up --HG-- branch : product-engine
2010-02-25fixed EXT-5742 IM history: font color isn't applied for 'user not ↵Igor Borovkov
online/offline' system notifications --HG-- branch : product-engine
2010-02-25mergeVadim Savchuk
--HG-- branch : product-engine
2010-02-25Fixed major EXT - 5670 (Resident name tabs are blocked in the Conversation ↵Paul Guslisty
window) - Removed the profile pictures in the tabs and swiched to the use of simple LLButton instead of LLCustomButtonIconCtrl --HG-- branch : product-engine
2010-02-25PE merge.Tofu Linden
2010-02-25EXT-5480: Support secondlife:///app/region SLapps.Lynx Linden
This is defined to work exactly like the classic secondlife://{REGION} Slurl. However, the later syntax cannot support spaces in the region name because spaces (and %20 chars) are illegal in the hostname of an http URL. Some browsers let you get away with this, but some do not (such as Qt's Webkit). Hence we have decided to introduce the newer secondlife:///app/region alternative.
2010-02-24MergeEli Linden
2010-02-24EXT-5575 DE xui fix by me, plus JA linguistic fixes by Rika.Eli Linden
2010-02-24MergeLeyla Farazha
2010-02-24EXT-5362 clicking an AutoZoom web prim twice will focus camera on your avatarLeyla Farazha
reviewed by Richard - CC#142
2010-02-24EXT-2237 Preferences > Alerts shows "$ignoretext" in the listLeyla Farazha
reviewed by Richard - CC#142
2010-02-24Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Chuck Linden
2010-02-24Reworked layout of Advanced Permissions flags.Chuck Linden
https://jira.secondlife.com/browse/EXT-922
2010-02-24Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/Rick Pasetto
2010-02-24Implemented (EXT-4704) Add maturity icons to Prefs -> General.Sergei Litovchuk
--HG-- branch : product-engine
2010-02-24Backed out of changeset 9941:57eb2dba6641Sergei Litovchuk
--HG-- branch : product-engine
2010-02-24DEV-46346 JA linguistic fixEli Linden
2010-02-24Minor cleanupVadim Savchuk
--HG-- branch : product-engine
2010-02-24Fixed bug EXT-5158 (View/preset camera icons are gray-scale when selected ↵Vadim Savchuk
should show color version). --HG-- branch : product-engine
2010-02-24Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/Rick Pasetto
2010-02-24EXT-5682 - Honor "Hide URL" for Parcel Media and Parcel AudioRick Pasetto
Review #141
2010-02-24merge.Tofu Linden
2010-02-24Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Xiaohong Bao