summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2010-05-26MergeLeyla Farazha
2010-05-26Resident Chooser fixesLeyla Farazha
2010-05-26LLNameBox -> LLTextBoxLeyla Farazha
2010-05-26DEV-50013 Build tools owner/creator show both names, more spaceJames Cook
2010-05-26DEV-50466 Fix spurious warnings when someone pays youJames Cook
2010-05-26DEV-50013 Inventory item creator/owner not clickable, layout fixJames Cook
2010-05-26Merge with dessie/viewer-public to get Callum's webkit changesJames Cook
2010-05-26Added Debug > XUI > Flush Names Caches for testingJames Cook
2010-05-26DEV-50013 Inventory item properties in sidetray uses completenameJames Cook
2010-05-26Merge from default branch, resolving conflict in ↵Mike Antipov
indra/newview/llinventorybridge.cpp LLObjectBridge::openItem() was concurrency modified. Applied behavior that was changed in c3220f7f7699 according to VWR-13743 FIXED Change Request: Change double click action for inventory wearables DEV-33391 FIXED Change Request: Change double click action for inventory wearables --HG-- branch : product-engine
2010-05-25mergeRichard Linden
2010-05-25DEV-50015 FIX Implement changes to the Buy L$ button in the top bar of the ↵Richard Linden
viewer
2010-05-25EXT-7487 - Bumping down class of 7000 series nvidia cards.Palmer
2010-05-25MergeCallum Prentice
2010-05-25MergeCallum Prentice
2010-05-25Updated install.xml to point to a version of temporary version LLQtWebKit ↵Callum Prentice
that skips past SSL/Cert errors so QuickBuy functions can be tested. (Windows only) Also tweaked the QuickBuy Currency floater so scrollbars do not appear for current Web content
2010-05-25MergeJames Cook
2010-05-25automated mergeLoren Shih
2010-05-25Fixed compile error in mistakenly-checked-in llvoavatarself.hLoren Shih
2010-05-25Fix buildJames Cook
2010-05-25MergeLeyla Farazha
2010-05-25fixed merge problemLeyla Farazha
2010-05-25mergeRichard Linden
2010-05-25DEV-50013 Group chat moderator tooltip shows usernameJames Cook
2010-05-25mergeRichard Linden
2010-05-25MergeEli Linden
2010-05-25EXT-7289 FIX en_xui_changeEli Linden
2010-05-25MergeLeyla Farazha
2010-05-25reverting debug state for sell land buttonLeyla Farazha
2010-05-25LLFloaterAvatarPicker now uses LLAvatarNamesLeyla Farazha
reviewed by James
2010-05-25Mappable Buddies now using new LLAvatarNamesLeyla Farazha
reviewed by James
2010-05-25Report abuse floater updated for display names compatibilityLeyla Farazha
reviewed by James
2010-05-25DEV-50291 Text on Buy Land floater cut off when Display Name user name ↵Leyla Farazha
combination is long
2010-05-25automated mergeLoren Shih
2010-05-25EXT-7463 FIXED Create instrumentation for tracking COF actions on loginLoren Shih
Removed llinfos that was causing excessive spam.
2010-05-25EXT-7480 Add debuga bility to set texture discard levelsLoren Shih
Added TextureDiscardLevel override for specifying texture discard levels. Aesthetic change to add debug- flag to all avatar debug reporting metrics.
2010-05-25MergeJames Cook
2010-05-25DEV-50013 Display names load at startup in local chat/IM historyJames Cook
Had to change the chat log file format to include agent_id. Code will load viewer 2.0 logs, but viewer 2.0 will just discard data from 2.1 logs, which seems OK. Reviewed with Leyla.
2010-05-25DEV-50013 Avatar icons use username for tooltipJames Cook
Reviewed with Leyla.
2010-05-25DEV-50013 WIP gCacheName->getGroup() to distinguish from av lookupsJames Cook
Helps with global finds looking for remaining calls to patch. Reviewed with Leyla.
2010-05-25ND-46735 WIP IT JA linguisticEli Linden
2010-05-25mergeRichard Linden
2010-05-25FIXED EXT-7469 Enabled 'fit to parent' parameter for accordionPaul Guslisty
- Enabled 'fit to parent' parameter for accordion Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/440/ --HG-- branch : product-engine
2010-05-25EXT-6937 PARTIAL FIXED Enable a possibility to "mute everyone" in case group ↵Mike Antipov
chat is already in "moderate_mode" state. Partial fix (until restart moderator's viewer) * store "moderate_mode" session state * if session is already in requested state participants un/mute individually. Known Issue: "moderate_mode" session state is set to false on startup. Thus if moderator join voice chat with disabled voice it has incorrect state. In this case when he sends "Mute everyone" request first time it has effect only to himself. Other unmuted participants are not muted. Next "Mute everyone" request works properly: one request per participant is sent. Reviewed by Aimee Walton at https://codereview.productengine.com/secondlife/r/423/ --HG-- branch : product-engine
2010-05-25EXT-7471 PARTIAL FIXED Ensure bottom tray chatbar can always be resized by user.Mike Antipov
Seems, there is a problem somewhere in rendering of LLLAyoutStack children. Last visible panel marked as user_resize=true can not be resized and has no resize cursor. Because we have no time & resources to investigate this closely a workaround is implemented for bottom tray: * set user_resize for layout panel with Speak button which is always visible to user; * set user_resize=false to don't have Speak button panel resizable. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/438/ --HG-- branch : product-engine
2010-05-25EXT-7142 FIXED Upload functionality duplicated in the Build menu and Select ↵Andrew Polunin
Linked Parts menu moved up - LLPanelMainInventory::setUploadCostIfNeeded() - uncommented the line which enables retrieving of the upload cost price using LLGlobalEconomy class. - Implemented LLUploadCostCalculator event handler in the llviewermenu.cpp (the fact that it should be implemented in this file was discussed with Mike Antipov). - LLUploadCostCalculator::calculateCost() is implemented only for code readability: it's name is more descriptive than a code snippet placed directly in the constructor (LLPanelMainInventory::setUploadCostIfNeeded() works in similar way: it calculates cost_str only once). - 'Select Linked Parts' menu was moved below 'Edit Linked Parts'. - 'Upload' menu was added at the bottom, below 'Options' menu Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/425/ --HG-- branch : product-engine
2010-05-25VWR-13743 FIXED Change Request: Change double click action for inventory ↵Tofu Linden
wearables DEV-33391 FIXED Change Request: Change double click action for inventory wearables Pulled this from the AvP backlog and implemented it, as it's a pain point from Ben's usability findings. And people loooove this in 3rd party viewers. (transplanted from cd0857d027305aec3dbdfe1940a04f7827e3a656)
2010-05-25EXT-6726 WIP Added handlers for most of Appearance SP context/gear menus.Vadim Savchuk
Reviewed by Mike Antipov and Nyx at https://codereview.productengine.com/secondlife/r/428/ --HG-- branch : product-engine
2010-05-24DEV-50271 FIX SLURL support for non-clickable display namesRichard Nelson
reviewed by James
2010-05-24DEV-50013 Add "Reset" button to Set Name dialogJames Cook
Reviewed with Richard