Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-26 | merge | Richard Nelson | |
2010-05-26 | DEV-50271 FIX SLURL support for non-clickable display names | Richard Nelson | |
separate mIsLink from mLink to support non-clickable urls (e.g. secondlife:///app/agent/0e346d8b-4433-4d66-a6b0-fd37083abc4c/completename) | |||
2010-05-26 | DEV-50466 Fix spurious warnings when someone pays you | James Cook | |
2010-05-26 | DEV-50013 Inventory item creator/owner not clickable, layout fix | James Cook | |
2010-05-26 | Merge with dessie/viewer-public to get Callum's webkit changes | James Cook | |
2010-05-26 | Merge | James Cook | |
2010-05-26 | Added Debug > XUI > Flush Names Caches for testing | James Cook | |
2010-05-26 | DEV-50013 Inventory item properties in sidetray uses completename | James Cook | |
2010-05-26 | Clean up llurlmatch test headers | James Cook | |
2010-05-26 | merge | Richard Nelson | |
2010-05-26 | EXT-7058 FIX Viewer freezes if IM chat floater with teleport offer is ↵ | Richard Nelson | |
resized a few times | |||
2010-05-26 | Fix mac build for llurlentry_test.cpp | James Cook | |
2010-05-26 | Fix broken Mac build on llurlmatch_test.cpp | James Cook | |
2010-05-26 | Merge 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-25 | DEV-50271 FIX SLURL support for non-clickable display names | Richard Linden | |
revived mDisabledLink to make url replacement logic work again | |||
2010-05-25 | merge | Richard Linden | |
2010-05-25 | DEV-50015 FIX Implement changes to the Buy L$ button in the top bar of the ↵ | Richard Linden | |
viewer | |||
2010-05-25 | EXT-7487 - Bumping down class of 7000 series nvidia cards. | Palmer | |
2010-05-25 | Merge | Callum Prentice | |
2010-05-25 | Merge | Callum Prentice | |
2010-05-25 | Updated 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-25 | Merge | James Cook | |
2010-05-25 | automated merge | Loren Shih | |
2010-05-25 | Fixed compile error in mistakenly-checked-in llvoavatarself.h | Loren Shih | |
2010-05-25 | Fix build | James Cook | |
2010-05-25 | Merge | Leyla Farazha | |
2010-05-25 | fixed merge problem | Leyla Farazha | |
2010-05-25 | merge | Richard Linden | |
2010-05-25 | DEV-50013 Group chat moderator tooltip shows username | James Cook | |
2010-05-25 | merge | Richard Linden | |
2010-05-25 | Merge | Eli Linden | |
2010-05-25 | EXT-7289 FIX en_xui_change | Eli Linden | |
2010-05-25 | Merge | Leyla Farazha | |
2010-05-25 | reverting debug state for sell land button | Leyla Farazha | |
2010-05-25 | LLFloaterAvatarPicker now uses LLAvatarNames | Leyla Farazha | |
reviewed by James | |||
2010-05-25 | Mappable Buddies now using new LLAvatarNames | Leyla Farazha | |
reviewed by James | |||
2010-05-25 | Report abuse floater updated for display names compatibility | Leyla Farazha | |
reviewed by James | |||
2010-05-25 | DEV-50291 Text on Buy Land floater cut off when Display Name user name ↵ | Leyla Farazha | |
combination is long | |||
2010-05-25 | automated merge | Loren Shih | |
2010-05-25 | EXT-7463 FIXED Create instrumentation for tracking COF actions on login | Loren Shih | |
Removed llinfos that was causing excessive spam. | |||
2010-05-25 | EXT-7480 Add debuga bility to set texture discard levels | Loren Shih | |
Added TextureDiscardLevel override for specifying texture discard levels. Aesthetic change to add debug- flag to all avatar debug reporting metrics. | |||
2010-05-25 | Merge | James Cook | |
2010-05-25 | DEV-50013 Display names load at startup in local chat/IM history | James 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-25 | DEV-50013 Avatar icons use username for tooltip | James Cook | |
Reviewed with Leyla. | |||
2010-05-25 | DEV-50013 WIP gCacheName->getGroup() to distinguish from av lookups | James Cook | |
Helps with global finds looking for remaining calls to patch. Reviewed with Leyla. | |||
2010-05-25 | ND-46735 WIP IT JA linguistic | Eli Linden | |
2010-05-25 | fix for llinitparam logic (using wrong scope for static method) | Richard Linden | |
2010-05-25 | merge | Richard Linden | |
2010-05-25 | FIXED EXT-7469 Enabled 'fit to parent' parameter for accordion | Paul 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-25 | EXT-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 |