summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2010-01-05EXT-3921 [BSI] Age calculation fails on Mac and LinuxJames Cook
Was accessing wrong value out of days-per-month array, and stepping off end of array for December. Reviewed with Richard.
2010-01-05EXT-3884 [BSI] group list cut off when there is room to display more - made ↵Erica
room for more groups, but list is sent as a comma delmited string from server. Requires code change to list one per line.
2010-01-05EXT-3884 [BSI] group list cut off when there is room to display more - made ↵Erica
room for more groups, but list is sent as a comma delmited string from server. Requires code change to list one per line.
2010-01-05MergeJames Cook
2010-01-05ext-3943 Group Call button (on side panel/People/Groups) does not fit in SL ↵Lis Linden
window
2010-01-05ext-3822 Group, Roles, Members: "Assigned Members" should be "Assigned Roles"Lis Linden
2010-01-05Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/Rick Pasetto
2010-01-05EXT-3649 EXT-3662 : Move media controls to above media faceRick Pasetto
Review #69 This changes where and how the media controls are laid out, and ensures that all of the media region (the face) is clickable. Also moved the volume slider to below the controls (this took WAY too long to do ​:( ​), and adjusted the window region in which the media controls are allowed to be displayed.
2010-01-05ext-3936 [BSI] About Land -> Name -> Text not centeredLis Linden
2010-01-05ext-3936 [BSI] About Land -> Name -> Text not CenteredLis Linden
2010-01-05mergeBrad Payne (Vir Linden)
2010-01-05merge.Tofu Linden
2010-01-05DEV-44775 pref incorrectly named 'AudioSteamingMedia' in many placesTofu Linden
2010-01-05EXT-3961 switch "wearing" and "my outfits"Nyx (Neal Orman)
XUI change, super simple. reviewed by Seraph.
2010-01-05mergeBrad Payne (Vir Linden)
2010-01-05For EXT-3923: added additional warnings to catch corrupted wearables in ↵Brad Payne (Vir Linden)
inventory
2010-01-05Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Nyx (Neal Orman)
2010-01-05EXT-3948 outfit title does not update on outfit creationNyx (Neal Orman)
now on creating a new outfit we remove the old base folder link and replace it with a link to the newly created outfit folder. Responsive UI FTW! Code reviewed by Vir
2010-01-05Fix for EXT-3918 (Nearby media list displays Home URL when media is not ↵Monroe Linden
playing).
2010-01-05ext-3950 Top menu World : Buy Land should read "Buy This Land"Lis Linden
2010-01-05Better unit test for date math, works on PC but system problem on Mac/LinuxJames Cook
2010-01-05EXT-3806 Attachment drop confirmation popup: "No" is ignoredJames Cook
Missing an if (option != 0) Made callback function return void as result is not used.
2010-01-05DEV-44767 lookat stays locked on object/avatar after 'esc' camera resetTofu Linden
2010-01-05ext-3863 [BSI] banned resident list slider is cutoffLis Linden
2010-01-05Allow for finer-grained control over avatar volumeRick Pasetto
2010-01-05ext-3914 [BSI] Inconsistent terminology for "notecard"Lis Linden
2010-01-05Fixed bug EXT-3945 ('Call' option in miniinspector's gear menu does nothing) ↵Vadim Savchuk
by hooking the menu item up. --HG-- branch : product-engine
2010-01-05Minor spelling issue.Vadim Savchuk
--HG-- branch : product-engine
2010-01-05Fixed bug EXT-3791 (No feedback provided when offering teleport): the offer ↵Vadim Savchuk
is now logged to the IM history. --HG-- branch : product-engine
2010-01-05mergeVadim Savchuk
--HG-- branch : product-engine
2010-01-05Fixed bug EXT-3750 (IM window min size too large):Vadim Savchuk
* Decreased minimum IM window size. * Removed gaps between buttons on the left. --HG-- branch : product-engine
2010-01-05mergeYuri Chebotarev
--HG-- branch : product-engine
2010-01-05more work on EXT-1649 Groups you chatted in recently show up in the ↵Yuri Chebotarev
Recent People tab previous place for adding recent people was wrong...move this to LLIMSession. --HG-- branch : product-engine
2010-01-05Fixed major bug EXT-3852 ([BSI] Tabs in Tabbed Instant Messaging do not auto ↵Mike Antipov
focus the text field when clicked) - fix is improved (implemented in 7372:07f21c92896f): fixed bug with "Edit Text" mouse pointer wherever it is. cleared control captured mouse to prevent LLTabContainer set focus on the panel's first child. --HG-- branch : product-engine
2010-01-05fixed EXT-3819 “[BSI] Extra space in plain text nearby chat log”,Alexei Arabadji
removed redundant space; --HG-- branch : product-engine
2010-01-05Fixed low bug EXT-3895 (Context menu for avatar appears only if right-mouse ↵Mike Antipov
click was performed over avatar's image but not over avatar's name) - redirected processing of right mouse down event to an appropriate chiclet. --HG-- branch : product-engine
2010-01-05Fixed major bug (EXT-3903) Adding ten Profile Picks blocks Classifieds creationSergei Litovchuk
- Fixed disabling only "New Pick" menu when picks amount reaches the limit of 10, Classifieds can still be created. --HG-- branch : product-engine
2010-01-05Fixed low bug EXT-3898 ("No one near" text in the VCP is confusing)Mike Antipov
- message updated with "No one near has voice enabled" --HG-- branch : product-engine
2010-01-05Fixed major bug EXT-3852 ([BSI] Tabs in Tabbed Instant Messaging do not auto ↵Mike Antipov
focus the text field when clicked) -- the reason: LLTabContainer set focus to the first panel child; -- fix: capture mouse with Input field to avoid processing of the input focus by LLTabContainer. --HG-- branch : product-engine
2010-01-05mergeYuri Chebotarev
--HG-- branch : product-engine
2010-01-05fix for EXT-3899 [BSI] Cached group infos are shown when you're not a member ↵Yuri Chebotarev
of the group make it the same way it was in 1.23x - if you are not a member only general tab will be accesable. --HG-- branch : product-engine
2010-01-05mergeIgor Borovkov
--HG-- branch : product-engine
2010-01-05EXT-3667 Usability : Returning back from mousehook does not set the user ↵Igor Borovkov
back to See as Avatar --HG-- branch : product-engine
2010-01-05mergeMike Antipov
--HG-- branch : product-engine
2010-01-05Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/Alexei Arabadji
--HG-- branch : product-engine
2010-01-05fixed EXT-3942 “'Friendship offered' notification not shows in opened IM ↵Alexei Arabadji
floater”, added missing avatar id to the notification payload; --HG-- branch : product-engine
2010-01-05mergeMike Antipov
--HG-- branch : product-engine
2010-01-05mergeYuri Chebotarev
--HG-- branch : product-engine
2010-01-05fix for low EXT-1649 Groups you chatted in recently show up in the Recent ↵Yuri Chebotarev
People tab --HG-- branch : product-engine
2010-01-05Completed low task EXT-3759 (NOTFORBETA0: Phone numbers for AvaLine calls ↵Mike Antipov
should be human readable) -- for now phone number is split on parts by two digits from right to left. The first left part can have 2 or 3 digits, i.e. +44-33-33-44-55-66 or 12-34-56-78-90. --HG-- branch : product-engine