Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-17 | EXT-2226 Add "Rotate Mini Map" toggle to mini-map context menu | James Cook | |
Reviewed with Kelly | |||
2009-11-17 | Only use avatar motion to compute wind noise, makes world less desolate on login | James Cook | |
and when standing still. Reviewed with Kelly | |||
2009-11-17 | Removed unused legacy pie menu sounds to speed up startup and save memory. | James Cook | |
2009-11-17 | merge | James Cook | |
2009-11-17 | Nudge parabuild | James Cook | |
2009-11-17 | magickal newline to unbreak linux. | Tofu Linden | |
2009-11-17 | Automated merge with ssh://angela@hg.lindenlab.com/viewer/viewer-2-0/ | angela | |
2009-11-17 | undo the changes for LLStyle params; add sizeFromFont in LLFontGL ; use ↵ | angela | |
font.style, font.name and font.size params for font creating | |||
2009-11-16 | Allow UI tooltips and "ambient inspector" tips to have different text colors | James Cook | |
2009-11-16 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 | James Cook | |
2009-11-16 | EXT-1546 Don't show inspector (i) icon in empty groups list. | James Cook | |
Apparently some name lists have placeholder items at the top, so don't show the inspector icon unless there is a valid UUID. | |||
2009-11-16 | Automated merge with ssh://hg.lindenlab.com/james/gooey/ | James Cook | |
2009-11-16 | Change tooltip text to DkGray2, more readable. | James Cook | |
2009-11-16 | EXT-2537 Update IM message well arrows with actual art, style chiclets to ↵ | Erica | |
spec, EXT-2536 Remove old art from scrollbar headers, clean up layout | |||
2009-11-16 | Chat Item layout | Erica | |
2009-11-16 | merge | richard | |
2009-11-16 | fix for llfasttimer not appearing with tall windows | richard | |
reviewed by Palmer | |||
2009-11-16 | Merge with tip | callum | |
2009-11-16 | Fix for usual signed/unsigned int error from Mac developed changes.. | callum | |
2009-11-16 | Merge with viewer-2-0 changes | Mark Palange (Mani) | |
2009-11-17 | Automated merge with ssh://angela@hg.lindenlab.com/viewer/viewer-2-0/ | angela | |
2009-11-16 | Chat Item layout | Erica | |
2009-11-16 | Hopefully the final fix for DEV-42800 (white flash at login). | Monroe Linden | |
Reinstated the hide_loading parameter to LLMediaCtrl, and made it cause LLMediaCtrl::draw() to early-exit between creating the LLViewerMediaImpl and receiving the initial MEDIA_EVENT_NAVIGATE_COMPLETE. | |||
2009-11-16 | Chat Header layout | Erica | |
2009-11-16 | IM Control layout | Erica | |
2009-11-16 | EXT-2537 Update IM message well arrows with actual art, style chiclets to spec | Erica | |
2009-11-16 | Made nearby media list sort on distance from avatar instead of priority. | Monroe Linden | |
When the MediaPerformanceManagerDebug debug setting is enabled, the list will sort by priority the way it used to. | |||
2009-11-16 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 | Xiaohong Bao | |
2009-11-16 | fix for DEV-2530: crash after teleporting to refion. | Xiaohong Bao | |
2009-11-16 | Added MediaPerformanceManagerDebug debug setting. | Monroe Linden | |
2009-11-16 | EXT-2529 Fixed viewer_manifest.py to check secondlife-bin.exe for bad ↵ | Mark Palange (Mani) | |
manifest linking. Reviewed by Palmer. | |||
2009-11-16 | Automated merge with ssh://lis@hg.lindenlab.com/james/gooey | Lis Pardi | |
2009-11-16 | ext-1639 Removed Use Fullscreen check box from Preferences > Graphics | Lis Pardi | |
2009-11-16 | Automated merge with ssh://hg.lindenlab.com/james/gooey | Erica | |
2009-11-16 | EXT-1898 Improve layout of Person Inspector, EXT-2533 Match layout of object ↵ | Erica | |
inspectors to style guide, EXT-2534 Widen picks list layout to use available space, provide for longer descriptions | |||
2009-11-16 | ext-1639 removed Use Fullscreen checkbox from panel_preferences_graphics1.xml | Lis Pardi | |
2009-11-16 | merge | Leyla Farazha | |
2009-11-16 | EXT-1478 Tool-tip background and border colors are being ignored - ↵ | Leyla Farazha | |
hooked up xml EXT-2237 Preferences > Alerts shows "$ignoretext" in the list EXT-1582 The current edit coordinates are displaced from their background EXT-1466 Change Mouselook text "Press ESC to return to World View" to match stylesheet reviewed by James | |||
2009-11-16 | merge | James Cook | |
2009-11-16 | EXT-2512 Turned off Hover Glow Objects by default. | James Cook | |
Should resolve EXT-2499 EXT-2522 EXT-2514 Consider turning back on for Viewer 2.1 and tuning. | |||
2009-11-16 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Eric M. Tulla (BigPapi) | |
2009-11-16 | EXT-491 - Renaming item expanded all closed folders | Eric M. Tulla (BigPapi) | |
2009-11-17 | DEV-42911 Remove the Tier3 localized languages which we cannot support in ↵ | Ramzi Linden | |
the 2.0 release. | |||
2009-11-16 | EXT-772 Dropbox widget needs "pressed" state - currently shows wrong art | James Cook | |
Reviewed with Richard. | |||
2009-11-16 | merge from product-engine | Steve Bennetts | |
2009-11-16 | re-adding "make outfit button" | Nyx (Neal Orman) | |
the "make outfit" button in the appearance editor was accidentally removed (merge issue). Re-adding the XML tag for the button to floater_customize.xml Reviewed by Bigpapi | |||
2009-11-16 | fix of a normal bug (EXT-2448) [BSI] Notification toasts should resize when ↵ | Dmitry Oleshko | |
text is to long to be displayed A maximum number of characters for textbox/texteditor could be set only through XML. In case when a corresponding attribute was absent - the maximun number was set to 255, and there were no chance (no function) to change it. So in this fix such a function was added. --HG-- branch : product-engine | |||
2009-11-16 | Fixed low bug EXT-2324 ('+' btn do nothing in Recent and Nearby tabs on ↵ | Eugene Mutavchi | |
People panel when focus is set to non-friend avatar) --HG-- branch : product-engine | |||
2009-11-16 | Some coding style changes of EXT-1014 (Unable to move undocked camera ↵ | Andrew Dyukov | |
controls bar) fix (c63047a5bf60). --HG-- branch : product-engine | |||
2009-11-16 | Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/ | Alexei Arabadji | |
--HG-- branch : product-engine |