Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-10 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Eric M. Tulla (BigPapi) | |
2009-12-10 | Fix for EXT-3368 - "Save Texture" functionality was no longer respecting perms | Eric M. Tulla (BigPapi) | |
2009-12-10 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Nat Goodspeed | |
2009-12-10 | automated merge viewer2.0->viewer2.0 | Loren Shih | |
2009-12-10 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Nat Goodspeed | |
2009-12-10 | Fix llmediaplugintest.cpp for non-Windows platforms | Nat Goodspeed | |
2009-12-10 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 | Lynx Linden | |
2009-12-10 | dos2unix fix for llpanelgroup.cpp. | Loren Shih | |
2009-12-10 | automated merge viewer2.0->viewer2.0 | Loren Shih | |
2009-12-10 | Dos2Unix fix for llselectmgr.cpp | Loren Shih | |
2009-12-10 | DEV-43679: Display god level warning in Search window. | Lynx Linden | |
If you change your god level from when you performed a search, the search results may be inappropriate for your god level (we pass the current god status to the search web pages). When this is the case, we now display a warning at the bottom of the search floater to let the user know that they should redo their search. | |||
2009-12-10 | automated merge viewer2.0->viewer2.0 | Loren Shih | |
2009-12-10 | Merge with product-engine | Steve Bennetts | |
2009-12-10 | merge | Igor Borovkov | |
--HG-- branch : product-engine | |||
2009-12-10 | fixed EXT-3247 (There is no title in Ad-hoc IM window, and only "To" is ↵ | Igor Borovkov | |
shown if user accepts Ad-hoc conference) sometimes a session name received from a server is empty, added generating a correct session name in such a case --HG-- branch : product-engine | |||
2009-12-10 | Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/ | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2009-12-10 | implemented EXT-3341 “URLs should be clickable in the IM toasts”, | Alexei Arabadji | |
replaced mouseDown callback with handleMouseDown method to provide possibility to separate mouse down event on panel and in panel children; --HG-- branch : product-engine | |||
2009-12-10 | Fixed low bug EXT - 3255 (Call button is enabled in the People & Profile ↵ | Paul Guslisty | |
panels while voice is disabled) --HG-- branch : product-engine | |||
2009-12-10 | Fixed linux build | Paul Guslisty | |
--HG-- branch : product-engine | |||
2009-12-10 | EXT-2819 : Crash in appearance color picker | Loren Shih | |
Enforcing out-of-order destruction in llfloatercustomize to avoid this crash. | |||
2009-12-10 | EXT-2819 : Crash in appearance color picker | Loren Shih | |
Enforcing out-of-order destruction in llfloatercustomize to avoid this crash. | |||
2009-12-10 | EXT-3355 : InventorYSP no longer auto-opens | Loren Shih | |
Fixed merge from changeset: 156496ce7d3f to restore my original getActiveInventoryPanel code. | |||
2009-12-10 | EXT-3122: Added support for URLs without an explicit protocol. | Lynx Linden | |
You can now enter URLs like "www.google.com", "secondlife.com", or "www.google.com/search?q=second%20life" and these will be hyperlinked. | |||
2009-12-10 | fixed EXT-3300 “Wrong notification count in notifications well”, | Alexei Arabadji | |
avoided creation of LLNotificationWellWindow before creation of notification well chiclet; --HG-- branch : product-engine | |||
2009-12-10 | Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/ | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2009-12-10 | implmented EXT-2830 “"Object auto-return" notification should contain ↵ | Alexei Arabadji | |
reference to returned object”, removed 'Inspect' button from ServerObjectMessage notification; --HG-- branch : product-engine | |||
2009-12-10 | merge | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2009-12-10 | Merge from default branch. | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2009-12-10 | DEV-41317 DEV-42311: Improved auto-call implementation. | Lynx Linden | |
Improved the implementation for auto-connecting an adhoc call. This involved having the controller (LLIMMgr) set a flag in the model (LLIMModel) to autoconnect on initialize. Now all of the view code (LLPanelChatControlPanel) and the signal/callback infrastructure that I added earlier can be removed as it violated MVP separation. Ah! Much nicer. Thanks to PE folk for the suggestion. | |||
2009-12-10 | fixed EXT-3250 There should be no "Group info" button for Ad-hoc conference | Igor Borovkov | |
caused by misdetection of IM type --HG-- branch : product-engine | |||
2009-12-10 | fixed normal bug EXT-3284 \"Share\" ability is disabled in context menu in ↵ | Andrew Polunin | |
\"Nearby\", \"Friends\" and \"Recent\" tabs --HG-- branch : product-engine | |||
2009-12-10 | Set temporal icon for "Scripting disabled" in navbar (EXT-3339). | Andrew Dyukov | |
Finding appropriate icon is left to Erica. --HG-- branch : product-engine | |||
2009-12-10 | implemented normal task EXT-2767 IM chiclet needs hard-coded reference to ↵ | Andrew Polunin | |
icn_voice-localchat.tga changed to Unread_IM --HG-- branch : product-engine | |||
2009-12-10 | Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/ | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2009-12-10 | mplemented EXT-2801 “Record "object return" notification into IM history, not | Alexei Arabadji | |
chat history”, added logging to IM for ServerObjectMessage notification; --HG-- branch : product-engine | |||
2009-12-10 | Work on major task EXT-2808 (Add speakers moderation (both voice and text) ↵ | Mike Antipov | |
to the Voice Control Panel (Active Speakers List)) -- Added menu items, disabling them not in the group call -- Also refactored Mute Text functionality to be used in Block/Unblock menu item (For EXT-2863) --HG-- branch : product-engine | |||
2009-12-10 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 | Lynx Linden | |
2009-12-09 | EXT-3298 world map does not load simulator textures | Steve Bennetts | |
Forgot to add LLCurl update call to non threaded LLTextureFetch update. | |||
2009-12-09 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Eric M. Tulla (BigPapi) | |
2009-12-09 | Fix for save texture functionality no longer respecting permissions | Eric M. Tulla (BigPapi) | |
2009-12-09 | merge | Mark Palange (Mani) | |
2009-12-09 | EXT-2896 Fixed poor handling of login error. | Mark Palange (Mani) | |
Added more cleanup to the reset_login call. Added new settings to control UseCircuitCode message timeouts to allow testing of this failure. Reviewed by Richard | |||
2009-12-09 | EXT-3303 : Crash on select object inventory root folder and hover Build menu | Loren Shih | |
Unsafe cast (which has existed since viewer1.23) was causing crash. | |||
2009-12-09 | last blind fixup for llmediaplugintest. | Tofu Linden | |
2009-12-09 | get llmediaplugintest compiling on win32, dumbly. | Tofu Linden | |
2009-12-09 | Merge | James Cook | |
2009-12-09 | Re-disable a very spewy debug spew in the webkit plugin. Mea culpa. | Tofu Linden | |
2009-12-09 | Automated merge with ssh://hg.lindenlab.com/james/gooey | Erica | |
2009-12-09 | Crash fix due to bad duplicated attributes in xui | Erica | |
2009-12-09 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Eric M. Tulla (BigPapi) | |