Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-17 | merge. | Tofu Linden | |
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-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 | 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 | 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 | better debug spew | Tofu Linden | |
yes, it looks like we really don't get much detail from llvoiceclient, it's not just llvoicechannel that's dumbed-down! | |||
2009-11-16 | speculative attempt at a 'no answer' dialog state, and some more debug spew. | Tofu Linden | |
2009-11-16 | Be more generous with the voicechannel states that trigger the Calling popup. | Tofu Linden | |
Huh, the voicechannel state machine isn't much of a state machine. | |||
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 | |||
2009-11-16 | fixed EXT-2365 "LLAlertHandler should can process notifications before login."; | Alexei Arabadji | |
initialized notifications screen channels after LLViewerWindow instantiated and disabled all old notifications widgets(LLNotifyBox, LLGroupNotifyBox, LLAlertDialog); --HG-- branch : product-engine | |||
2009-11-16 | merge | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2009-11-16 | Merge from default branch | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2009-11-16 | Fix for bug EXT-1234. Crash after click on For Sale banner for remote place | Denis Serdjuk | |
Cause: After teleporting LLViewerParcelMgr resets current selected parcel. Changes: Complementary check of selected parcel has been added. --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 | |||
2009-11-16 | fixed EXT-862 "Add support for Busy mode into notifications"; | Alexei Arabadji | |
disabled showing toasts except alertmodal in busy mode --HG-- branch : product-engine | |||
2009-11-16 | fixed normal bug (EXT-2503) Clicking on (x) button in Message Well Window ↵ | Dmitry Oleshko | |
doesn't dismiss a group notice Added to the handler of group notices functionality on rejecting of notifications. This behavior was broken earlier in the handler for script notifications. --HG-- branch : product-engine | |||
2009-11-16 | fix for normal ticket EXT-2459 Nearby toasts aren't visible when nearby chat ↵ | Yuri Chebotarev | |
console is minimized --HG-- branch : product-engine | |||
2009-11-16 | fixed EXT-2500 "Avatar stops moving when online/offline notification toast | Alexei Arabadji | |
popups" --HG-- branch : product-engine | |||
2009-11-16 | Fixed normal bug EXT-2376 (Friends List folder not being correctly ↵ | Eugene Mutavchi | |
identified/fetched) --HG-- branch : product-engine | |||
2009-11-16 | Work on major sub-task EXT-991 (Update bottom bar behavior on resize) | Mike Antipov | |
- code cleaned up, removed commented out & unused code Functionality was not changed --HG-- branch : product-engine | |||
2009-11-16 | Fixed normal bug EXT-2452 (Favorites Bar tooltip shows only 2 out of 3 ↵ | Andrew Dyukov | |
coordinates). --HG-- branch : product-engine | |||
2009-11-16 | fixed EXT-2402 "Clicking on notification item in the Message Well should bring | Alexei Arabadji | |
it to front" made LLToast and LLDockableFloater goes foreground on setVisible(TRUE); --HG-- branch : product-engine | |||
2009-11-15 | merge | Steve Bennetts | |
2009-11-15 | Fixed a deadlock causing textrue caching to stall. | Steve Bennetts | |
2009-11-15 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Eric M. Tulla (BigPapi) | |
2009-11-15 | EXT-2203 & EXT-2302 - Look->Outfit rename and wear button enabling not ↵ | Eric M. Tulla (BigPapi) | |
properly hooked up | |||
2009-11-14 | Compile fix for Windows | Steve Bennetts | |
2009-11-14 | merge | Steve Bennetts | |
2009-11-14 | merge | Steve Bennetts | |
2009-11-14 | merge from product-engine | Steve Bennetts | |
2009-11-14 | More texture cache fixes, including a possible deadlock when the cache was ↵ | Steve Bennetts | |
getting purged. Significantly reduced spurrious warnings and delition of non sin-based texture fetch comptabable sided cache files. | |||
2009-11-14 | No ticket. | Sergei Litovchuk | |
- Fixed toggleable menu in Picks panel. - Minor optimization of LLToggleableMenu. --HG-- branch : product-engine | |||
2009-11-14 | Fixed major bug EXT-2316 "Insert the option "pay" in the profile": | Sergei Litovchuk | |
- Added menu item according to Communications design spec in section 4.1.2.1. --HG-- branch : product-engine |