summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2010-01-13DEV-43688 commit new translations - DE, FR, JA cycle2Ramzi Linden
(Apparently our Localizatoin tool (xuiparse.py) destroys any preceding spaces in a translation, which in these few cases are critical to proper formatting of the string as shown to the user. Sigh. Dont ask me about the state of our tools.)
2010-01-13Make max length of URL fields 1024 (media controls and settings)Rick Pasetto
2010-01-13automated merge PE->viewer2.0Tofu Linden
2010-01-13Merge.Tofu Linden
2010-01-13EXT-3739 Task panel tabs in incorrect order, Home tab is missingTofu Linden
2010-01-13DEV-43688 commit new translations - DE, FR, JA cycle2Ramzi Linden
This adds new, raw translations to the viewer; they will not yet be formatted to fit cleanly to the user.
2010-01-13EXT-4197: Search in sub-panels for help IDs too.Lynx Linden
In order to support unique help IDs for the Landmark and Place Profile panels off the Places sidetray, we need to also search within any embedded (and visible) sub-panels.
2010-01-13Fixed bug EXT-4210 (Partner in Profile not a Link).Vadim Savchuk
Added an optional "link" parameter to LLNameBox to display the name as a link. --HG-- branch : product-engine
2010-01-13mergeYchebotarev ProductEngine
--HG-- branch : product-engine
2010-01-13fix for normal EXT-4139 Group Abilities: No distinction between abilities ↵Ychebotarev ProductEngine
and categories of ability --HG-- branch : product-engine
2010-01-13fixed EXT04137 BSI] /me shows on the line below in group chat in plain textIgor Borovkov
--HG-- branch : product-engine
2010-01-13mergeYchebotarev ProductEngine
--HG-- branch : product-engine
2010-01-13possible fix for freeze with group activitiesYchebotarev ProductEngine
related bugs: EXT-4113 EXT-4111 EXT-4087 problem - findChild takes loooonng time to execute so cache it... --HG-- branch : product-engine
2010-01-13implemented EXT-4001 “Notification Well window interaction”,Alexei Arabadji
made notification that restored from notification well window shows as inspector; --HG-- branch : product-engine
2010-01-13EXT-4220: Fix crash on exit bug.Lynx Linden
Don't dereference gVoiceClient without checking for NULL in the cleanup for LLPanelVoiceDeviceSettings. I also fixed the rendering of the color squares in the voice device settings. The frame for these boxes were rendered with an off-by-one error on certain platforms. It seems that gl_box_2d(rect, color, FALSE) suffers from a graphics driver bug under certain platforms. Fixing that would requiring a lot of testing on different hardware configurations, so instead I simlply avoided that specific call.
2010-01-13fixed EXT-4073 [BSI] Shouting is malformed in plain chat modeIgor Borovkov
--HG-- branch : product-engine
2010-01-13Additional commit related to EXT-3988 ([BSI] superfluous bottom bar buttons ↵Eugene Mutavchi
shown in mouse look after pressing enter): added gesture button accessibility via TAB and open Gestures list by pressing ENTER/SPACE. --HG-- branch : product-engine
2010-01-13EXT-3611: Corrected the volume squares in Sound Prefs.Lynx Linden
You should now be able to light up the 5th square on the I/O sound devices panel of the preferences floater.
2010-01-13Fixed normal bug EXT - 4047 (No verb/action buttons at bottom of Group ↵Paul Guslisty
profile panel) --HG-- branch : product-engine
2010-01-13Fixed linux buildPaul Guslisty
--HG-- branch : product-engine
2010-01-13fixed EXT-3821 [BSI] New IMs are not added as tabsIgor Borovkov
--HG-- branch : product-engine
2010-01-13Fixed low bug EXT-4189 (Pressing Gesture button by SPACE/ENTER key doesn't ↵Eugene Mutavchi
open gestures list) --HG-- branch : product-engine
2010-01-13Merge from default branch.Vadim Savchuk
--HG-- branch : product-engine
2010-01-13DEV-44861: Support a home_sidetray_url from login.cgiLynx Linden
The URL for the Home side tray is specified in settings.xml. It can now be overriden on a grid-level via a "home_sidetray_url" token sent by login.cgi. I also updated the Home URL in settings.xml to pass through a bunch of information to the web server as query params. These include: p= : the authentication token from login.cgi lang= : the user's current two-letter language setting channel= : the viewer's channel name, e.g., "Second Life Beta", "Second Life Release", "Snowglobe", etc. version= : the viewer's version number, e.g., "2.0.0.200712" major= : the viewer's major version number, e.g. "2" minor= : the viewer's minor version number, e.g. "0"
2010-01-13EXT-4021: Updated help ID for LSL Reference floaterLynx Linden
2010-01-13EXT-3384: Added the final URLs for the Buy L$ links.Lynx Linden
Payment Method: http://www.secondlife.com/my/account/payment_method_management.php Currency: http://www.secondlife.com/my/account/currency.php
2010-01-12EXT-1331 Fix for avatars not rendering after they are loaded until camera is ↵Dave Parks
moved.
2010-01-12Fixed normal bug EXT-3865 ([BSI] dock and undocking an IM or group chat ↵Mike Antipov
makes the close button disable) - removed overridden LLIMFloater::setTornOff functionality to not disable close button --HG-- branch : product-engine
2010-01-12MergeDave Parks
2010-01-12DEV-44675 Fix for sky wierdness on ATI 9.12 drivers.Dave Parks
2010-01-12Partially fixed major bug EXT-4112 ([BSI] Number of groups not limited to 25).Vadim Savchuk
Viewer now disallows joining or creating groups if the limit reached. A server-side fix is also needed. --HG-- branch : product-engine
2010-01-12Completed low task EXT-3759 (NOTFORBETA0: Phone numbers for AvaLine calls ↵Mike Antipov
should be human readable) - implemented formatting of avaline Number in the "Leaving call" notification --HG-- branch : product-engine
2010-01-12added missing no_group_text string constant to panel_my_profile.xmlAlexei Arabadji
--HG-- branch : product-engine
2010-01-12Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/Alexei Arabadji
--HG-- branch : product-engine
2010-01-12fixed major EXT-3992 [BSI] No notification about capped messages,Alexei Arabadji
replaced logging to obsolete LLFloaterChat with posting notification system message; --HG-- branch : product-engine
2010-01-12Fixed major bug EXT-4121 ([BSI] Partner display is blank for residents on ↵Eugene Mutavchi
your friends list, on the first lookup after login) --HG-- branch : product-engine
2010-01-12Fix for normal bug EXT-4134 - Right side of llDialog buttons cannot be clicked.Dmitry Zaporozhan
--HG-- branch : product-engine
2010-01-12mergeBrad Payne (Vir Linden)
2010-01-12Removed some diagnostic code that got inadvertently left inBrad Payne (Vir Linden)
2010-01-12Fix for normal bug EXT-4149 - Crash in Group Profile - Create New Notice ↵Dmitry Zaporozhan
interface. --HG-- branch : product-engine
2010-01-12Fixed normal bug EXT-4150([BSI] Last Landmark in Teleport History disables ↵Eugene Mutavchi
teleport button) --HG-- branch : product-engine
2010-01-12Fix for major bug EXT-4147 - Cannot click on Urls in LLExpandableTextBox ↵Dmitry Zaporozhan
objects. --HG-- branch : product-engine
2010-01-12Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/Mike Antipov
--HG-- branch : product-engine
2010-01-12Merge with default branch, resolved conflict in llpanelavatar.cppMike Antipov
--HG-- branch : product-engine
2010-01-12Update for normal bug EXT-3520 - Can't open Group Notices or Attachments.Dmitry Zaporozhan
--HG-- branch : product-engine
2010-01-11Fix for black/grey look at login screen and backspace going back in ↵Monroe Linden
search/help windows. This should address EXT-4097. Added a notion of "background color" to LLViewerMediaImpl and LLPluginClassMedia. Added background color parameters to the size_change message. Webkit plugin now sets the background color of the instance from the supplied background color, and navigates to a data: url with that background color instead of about:blank as its initial navigate. Webkit plugin now no longer waits for the first onPageChanged event LLViewerMediaImpl now clears the texture to the background color when initializing it. Made LLMediaCtrl fill with its opaque background color when the media impl isn't set up yet. Removed the initial data URL from the search and help floaters, since what it was doing is now handled internally by the new background color code. Reviewed by callum and rick.
2010-01-11Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0Xiaohong Bao
2010-01-11fix for EXT-4164: llrender/llimagegl.cpp(1111): ASSERT(mCurrentDiscardLevel>=0)Xiaohong Bao
2010-01-11mergeRick Pasetto
2010-01-11FIX EXT-3972: Don't put up the "multiple media" dialog just because the user ↵Rick Pasetto
doesn't have the "Select Face" tool selected.