Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-10 | automated merge viewer2.0->viewer2.0 | Loren Shih | |
2009-12-10 | EXT-1398 Objects with long descriptions flip between showing 3 lines and 4 lines | James Cook | |
Converted to use new clip_partial text attribute instead of custom text clipping logic. Reviewed with Richard. | |||
2009-12-10 | Merge with product-engine | Steve Bennetts | |
2009-12-10 | merge | Igor Borovkov | |
--HG-- branch : product-engine | |||
2009-12-10 | Changed ObjectChatColor to EmphasisColor. | Justin C. Rounds (Chuck) | |
http://jira.secondlife.com/browse/EXT-2303 | |||
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 | Added missing reference to "Dropdown_On". | Justin C. Rounds (Chuck) | |
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 | Merge | James Cook | |
2009-12-09 | EXT-299 "Mute" still showing in menu_pie_avatar.xml although label says "Block" | James Cook | |
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 | Merge | richard | |
2009-12-09 | EXT-3112 - Bad font width information with SansSerif causing clipping of ↵ | richard | |
trailing "r"? better handling of ui scale != 1 reviewed by Mani | |||
2009-12-09 | EXT-3063 cleanup of inventory item properties sidepanel | Nyx (Neal Orman) | |
step 1: kill the edit button step 2: disable info button on main inventory panel if more than one item is selected. other steps to be done will be filed as separate jiras code reviewed by seraph --HG-- branch : avatar-pipeline | |||
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 | lazy evaluation of lluistring to improve LLUIString::format performance | richard | |
reviewed by Mani | |||
2009-12-09 | Cleanup unneeded topleft attributes, document similar menu files | James Cook | |
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 | Partial EXT-3268 Object Profile option showing up in avatar 3D Context menu | James Cook | |
Renamed gPie* and menu_pie_* to just gMenu* and menu_* because they are no longer pie menus. Created separate other-attachment menus. Reviewed with Richard. | |||
2009-12-09 | merge | Brad Payne (Vir Linden) | |
--HG-- branch : avatar-pipeline | |||
2009-12-09 | For EXT-2858: Determine gear menu / right-click menu choices for AppearanceSP | Brad Payne (Vir Linden) | |
--HG-- branch : avatar-pipeline | |||
2009-12-09 | Merge | James Cook | |
2009-12-09 | Merge with head | callum | |
2009-12-09 | last blind fixup for llmediaplugintest. | Tofu Linden | |
2009-12-09 | Bunch of simple UI changes: | callum | |
DEV-43885 EXT-3206: Number of media items UI in Nearby Media Floater clipped when there are a lot DEV-43884 EXT-3207: In Build Dialog, Under Texture Tab, should say "Media" and not "Media URL" DEV-43877 EXT-3221: Warning message about whitelists in Security Tab of Media settings floater appears incorrectly DEV-43875 EXT-3224: Media Text Box in the Build settings: Texture should be a label and not a text box DEV-43477 Popup for adding media to only one face is misleading Reviewed by Sam | |||
2009-12-09 | Automated merge with ssh://lis@hg.lindenlab.com/james/gooey | Lis Pardi | |