Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-02 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Eric M. Tulla (BigPapi) | |
2009-12-02 | Implemented major task EXT-2985 (Implement Avaline calls processing in Voice ↵ | Mike Antipov | |
Control Panel) -- improved Voice Control Panel to show avaline caller number as its name. Separate instance of derived from LLAvatarListItem class was provided --HG-- branch : product-engine | |||
2009-12-02 | EXT-2911 [BSI] Unable to select any *old* notice in the Group Notice Archive | Yuri Chebotarev | |
--HG-- branch : product-engine | |||
2009-12-02 | merge | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2009-12-02 | Manual merge from default branch. | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2009-12-02 | merge from remote repo | angela | |
2009-12-02 | fixed EXT-2938 (Log of not active IM floater isn't refreshed when IM session ↵ | Igor Borovkov | |
is in multitab mode) by employing setVisible for updating messaged --HG-- branch : product-engine | |||
2009-12-02 | DEV-43439: Initial web-based Home side tray panel | Lynx Linden | |
Moved LLSideTrayInfoPanel from llsidetray.cpp into its own llpanelhome.{cpp|h} module. Updated the XUI for the Home tab to simply embed a web view. Thanks to Erica for the initial cut at this XUI. | |||
2009-12-02 | Implemented normal sub-task EXT-2975 - Make the IM multifloater optional. | Dmitry Zaporozhan | |
--HG-- branch : product-engine | |||
2009-12-02 | Fixed normal bug EXT-1625 (Me > Pick Info > Edit Pick does not enable "Save" ↵ | Andrew Dyukov | |
button when image, location is changed). Implemented workaround:enabling save button each time when picker is opened, even if texture wasn't changed (see Steve's comment). --HG-- branch : product-engine | |||
2009-12-02 | Fixed minor EXT-2993 (bug voice control window should have valid minimal & ↵ | Andrew Dyukov | |
maximal size). Maximal size was not set, because there are no any floaters which have it. --HG-- branch : product-engine | |||
2009-12-02 | fix major EXT-3003 IM messages loaded from a chat history are displayed with ↵ | Yuri Chebotarev | |
current time --HG-- branch : product-engine | |||
2009-12-02 | Minor changes to EXT-2986 (Add "Leave Call" button in Voice Control Panel | Andrew Dyukov | |
for all voice chats except nearby) implementation. --HG-- branch : product-engine | |||
2009-12-01 | Fix a signed/unsigned warning that breaks the Windows build. | callum | |
2009-12-01 | Merge | skolb | |
2009-12-01 | EXT-3033 Streaming audio is completely broken in Viewer 2.0 | skolb | |
2009-12-01 | DEV-43622 : API change (no functionality change) to fix a design error in LLSD | Kent Quirk | |
I made it about a year and a half ago; Zero found it while reading code. I had added a return value to LLSD::insert(), but a) did it wrong, and b) broke the STL-like semantics of insert(). So I've put insert() back to returning void and created LLSD::with(), which does what my earlier insert() did. The compiler then caught all the cases where insert()'s return value were being used, and I changed those to use with() instead. | |||
2009-12-01 | Automated merge with ssh://hg.lindenlab.com/james/gooey | Erica | |
2009-12-01 | EXT-2117 - Fix for not being able to add / remove multiple items of ↵ | Eric M. Tulla (BigPapi) | |
different types from your inventory | |||
2009-12-01 | Fix for EXT-2892/DEV-43568 (if a face is set to show multiple texture ↵ | Monroe Linden | |
repeats, only one of the repeats is interactive) Added LLViewerMediaImpl::scaleTextureCoords() function to encapsulate the code that maps from texture coordinates to media coordinates. Made scaleTextureCoords() wrap the texture coordinate to the range [0.0, 1.0) before converting to media coordinates. | |||
2009-12-01 | preserve a prior helpful tool_tip in 2.0 for the Build > Texture > 'Align' ↵ | Ramzi Linden | |
button | |||
2009-12-01 | DEV-43612 (part1) fix a typo in UI text from llmaniptranslate | Ramzi Linden | |
2009-12-01 | Fix for EXT-2836 (Changing texture on Media on a Prim face removes MoaP ↵ | Monroe Linden | |
functionality). LLVOVolume::regenFaces() (specifically the calls to facep->setTexture()) breaks associations between faces and LLViewerMediaTexture objects when called on a prim with playing media. This change adds code which recreates the associations. | |||
2009-12-01 | merge | James Cook | |
2009-12-01 | merge | James Cook | |
2009-12-01 | Adjusted the value of UILineEditorVPad to give more room for text in text ↵ | Justin C. Rounds (Chuck) | |
fields. | |||
2009-12-01 | merge | James Cook | |
2009-12-01 | Test floater for nearby chat text clipping problem | James Cook | |
2009-12-01 | Automated merge with ssh://chuck@hg.lindenlab.com/james/gooey/ | Justin C. Rounds (Chuck) | |
2009-12-01 | Made context menus opaque to improve readability, especially in areas like ↵ | Justin C. Rounds (Chuck) | |
Inventory where the menu appears in front of text. http://jira.secondlife.com/browse/EXT-2622 | |||
2009-12-01 | EXT-2888 'Parcel Variable Icons' don't follow right edge of nav bar | James Cook | |
Needed follows flags set | |||
2009-12-01 | Merge | skolb | |
2009-12-01 | Merge | skolb | |
2009-12-01 | merge | Leyla Farazha | |
2009-12-01 | merge | James Cook | |
2009-12-01 | Fix Linux/Mac builds due to LLToolDragAndDrop member function pointers | James Cook | |
2009-12-01 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Eric M. Tulla (BigPapi) | |
2009-12-01 | EXT-2719 - put on menu now gets disabled if the object is locked | Eric M. Tulla (BigPapi) | |
2009-12-01 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 | Lynx Linden | |
2009-12-01 | Implemented normal sub-task EXT-2478(Implement a chiclet for the ↵ | Eugene Mutavchi | |
llGiveInventory() processing) --HG-- branch : product-engine | |||
2009-12-01 | Fix for "DEV-43581 - EXT-2901: [BSI] Can't access twitter pages directly via ↵ | callum | |
MoaP" | |||
2009-12-01 | merge | James Cook | |
2009-12-01 | Implemented normal task EXT-2476 (llGiveInventory() should be handled also ↵ | Eugene Mutavchi | |
by Chiclet subsystem along with Notificaton subsystem) --HG-- branch : product-engine | |||
2009-12-01 | merge | James Cook | |
2009-12-01 | merge | Leyla Farazha | |
2009-12-01 | EXT-3015 Fixed right and center aligned text boxes | James Cook | |
Document rect left edge was being computed incorrectly. Made floater_test_textbox.xml have more examples of text. Reviewed with Kelly | |||
2009-12-01 | EXT-2635 No message reminding user that a restart is required to reset ↵ | Leyla Farazha | |
cache (was Clear Cache) EXT-2652 Favorites bar drop-down button (for when favorites exceed width of viewer) is not configurable via XUI EXT-2227 [BSI] Preferences -> Setup -> Cache Location blank EXT-1036 Clicking menu separators selects wrong menu option (allows selection of greyed-out option) reviewed by James | |||
2009-12-01 | Fixed normal bug EXT-2786 (My Landmarks: context menu updates after second ↵ | Andrew Dyukov | |
right-click). --HG-- branch : product-engine | |||
2009-12-01 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 | Lynx Linden | |
2009-12-01 | Increased width of drop-downs in floater_tools.xml | Justin C. Rounds (Chuck) | |
Discovered bug: active drop-down missing art. Fixed in textures.xml. http://jira.secondlife.com/browse/EXT-2674 |