Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-18 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Lynx Linden | |
2010-02-18 | DEV-44136: Don't show previous search results when opening Find floater. | Lynx Linden | |
We now tear down the web view when we close the find floater. This means that we don't show the previous search results when performing a new search. It also makes for more efficient use of resources as we don't have a web view continually running in the background. (This is how the Help Browser currently works too.) | |||
2010-02-18 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Chuck Linden | |
2010-02-18 | Automated merge with file:///Users/chuck/Documents/hg/viewer-hotfix | Chuck Linden | |
2010-02-18 | EXT-5461: Reverting change 49e628c3a0c5. | Lynx Linden | |
Renaming skins/base back to skins/default to unblock I10n. Revert was requested by Q. | |||
2010-02-18 | merge. | Tofu Linden | |
2010-02-18 | EXT-5389 Unreadable resident names with glow. | Tofu Linden | |
2010-02-18 | merge with ssh://hg.lindenlab.com/q/viewer-hotfix/ | Aimee Linden | |
2010-02-18 | EXT-5370: Voice volumes set for other agents reverting between voice sessions | Aimee Linden | |
mVolumeDirty needs to be set when recalling volume levels, for both the participant and the session, to trigger sending a volume change message to Vivox. Reviewed by: Lynx. | |||
2010-02-18 | more cleanup of some dead members. | Tofu Linden | |
2010-02-18 | minor cleanup in prep for EXT-5389 | Tofu Linden | |
2010-02-18 | EXT-5460 OK and Cancel buttons missing from own snapshots | Tofu Linden | |
2010-02-18 | PE merge. | Tofu Linden | |
2010-02-18 | Fixed low bug EXT - 4751 (VCP hides while avatar inspector in use) | Paul Guslisty | |
- Updated an Avatar Inspector to register / unregister itself in the Transient Floater Manager --HG-- branch : product-engine | |||
2010-02-17 | Automated merge with ssh://rick@hg.lindenlab.com/q/viewer-hotfix/ | Rick Pasetto | |
2010-02-17 | Automated merge with ssh://rick@hg.lindenlab.com/q/viewer-hotfix/ | Rick Pasetto | |
2010-02-17 | EXT-5079 : Make sure to initialize ambient audio properly when it is muted | Rick Pasetto | |
Reviewed by Richard (actually it was his idea) | |||
2010-02-17 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Chuck Linden | |
2010-02-17 | Automated merge with file:///Users/chuck/Documents/hg/viewer-hotfix | Chuck Linden | |
2010-02-17 | merge | Richard Linden | |
2010-02-17 | EXT-5461 - Installing 1.23.5 release version over recent 2.0 builds corrupts ↵ | Richard Linden | |
1.23s UI reviewed by Leyla | |||
2010-02-17 | Automated merge with ssh://rick@hg.lindenlab.com/q/viewer-hotfix/ | Rick Pasetto | |
2010-02-17 | Fix crash when turning on MediaPerformanceManagerDebug flag | Rick Pasetto | |
2010-02-17 | merge. | Tofu Linden | |
2010-02-17 | EXT-5500 reduce linux package size | Tofu Linden | |
remove the now-redundant and somewhat odd (mea culpa) stripping process from the CMake stage | |||
2010-02-17 | EXT-5500 reduce linux package size | Tofu Linden | |
This takes the (compressed!) linux package size from 56MB to 40MB. | |||
2010-02-17 | Automated merge with ssh://rick@hg.lindenlab.com/q/viewer-hotfix/ | Rick Pasetto | |
2010-02-17 | Automated merge with ssh://rick@hg.lindenlab.com/q/viewer-hotfix/ | Rick Pasetto | |
2010-02-17 | Merge | Leyla Farazha | |
2010-02-17 | EXT-5044: updating events floater with title and help topic | Leyla Farazha | |
2010-02-17 | EXT-5272: move prefs out of nearby media | Rick Pasetto | |
Review #114 This (mostly XUI) change moves the prefs checkboxes out of the nearby media panel and into the prefs floater. The "Sound" tab is now the "Sound & Media" tab, and its layout has been modified drastically to match https://docs.google.com:443/a/lindenlab.com/Doc?id=ddznhrqn_34kcxdz8f3#Preferences | |||
2010-02-17 | Automated merge with ssh://hg.lindenlab.com/q/viewer-hotfix | Nyx (Neal Orman) | |
2010-02-17 | Implemented (EXT-4714) Add maturity icons to Buy Land and Buy Land for Group. | Sergei Litovchuk | |
--HG-- branch : product-engine | |||
2010-02-17 | PE merge. | Tofu Linden | |
2010-02-17 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Chuck Linden | |
2010-02-17 | Automated merge with file:///Users/chuck/Documents/hg/viewer-hotfix | Chuck Linden | |
2010-02-17 | Set global height attributes for buttons, combo boxes, and flyout buttons as ↵ | Chuck Linden | |
part of cleaning up the widget test floater for QA testing. Removed in-line height settings in the floater xml. | |||
2010-02-17 | fix casts. | Tofu Linden | |
2010-02-17 | EXT-4843 [NUX] Set default Preferences | Tofu Linden | |
'Setup' pane | |||
2010-02-17 | EXT-4843 [NUX] Set default Preferences | Tofu Linden | |
'Sound' pane | |||
2010-02-17 | EXT-4843 [NUX] Set default Preferences | Tofu Linden | |
'Privacy' pane | |||
2010-02-17 | EXT-4843 [NUX] Set default Preferences | Tofu Linden | |
'General' pane | |||
2010-02-17 | EXT-5364 New users appear fully naked before resolving. | Nyx (Neal Orman) | |
We were pushing off redrawing your local texture composite while waiting for a baked texture cache response from the server. If this happens when your textures come in, your avatar will de-cloud but the composite will not update, resulting in nudity. Changed the logic so we will re-generate a local composite even if we have a pending baked texture query (we still suppress uploading the composite until a response is received). Verified several times that this does fix the issue. Will update the JIRA with reliable repro. Q verified issue is worthy of a hotfix checkin Code has been reviewed by vir, bigpapi, and seraph This is necessary for new user experience. Patch should be contained enough to be low-risk. Contact Nyx if any further questions. | |||
2010-02-17 | completed EXT-5427 Disable appearance of "i" button for SL system messages ↵ | Igor Borovkov | |
in IM and other chats --HG-- branch : product-engine | |||
2010-02-17 | fixed EXT-5367 Emotes '/me says ...' out of context when nearby chat or ↵ | Igor Borovkov | |
group chat window expanded. --HG-- branch : product-engine | |||
2010-02-17 | Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/ | Dmitry Zaporozhan | |
--HG-- branch : product-engine | |||
2010-02-17 | fixed EXT-5456 Messages from objects are shownas messages from Second Life ↵ | Igor Borovkov | |
in nearby chat history from the prev session Completed things which were agreed on: - system messages in the log file are prepended with "Second Life:" after the timestamp - object names set which are parsed extended to object names consisting with any number of words Side effect: "Second Life:" is shown as From Name in Nearby Chat when in plain text chat --HG-- branch : product-engine | |||
2010-02-17 | Fixed low bug EXT-4246 - Close button on notification toast is larger than ↵ | Dmitry Zaporozhan | |
host spot. Close button is partially positioned out of toast(floater). Usually, hovering or clicking that "outer" part of the button can not be handled. The workaround is to position the button on the floater and make the floater background invisible. Now close button is properly handled, but toast is transparent. To fix this i added wrapper_panel that looks and behaves like a floater. --HG-- branch : product-engine | |||
2010-02-17 | fixed EXT-5378 “Transient exception manager doesn't work if switch to ↵ | Alexei Arabadji | |
tabbed IM window”, added side tray tab to global group of transient exception list; added LLIMFloaterContainer to IM group of transient exception list; made VCP belongs to IM transient group; --HG-- branch : product-engine | |||
2010-02-17 | PE merge. | Tofu Linden | |