summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2009-10-29Mergecallum
2009-10-29mergeJames Cook
2009-10-29Made explicit in all floaters that we are using a hack to set the top widget ↵James Cook
position, took it out of master floater.xml file. legacy_header_height is documented in LLFloater::initFromParams(). Discussed with Richard.
2009-10-29Fix a copy-paste error in LLPanelPrimMediaControls::postBuild().Monroe Linden
2009-10-29Missed the "hold the button down" case when converting horizontal scroller ↵Monroe Linden
to use horizontal mousewheel events.
2009-10-29Implementation for DEV-40710 - adds name of media stream to floater tools ↵callum
dialog. Currently, this means <title> tag for Web page or movie meta-data name for QuickTime move.
2009-10-29Added LLViewerMediaImpl::scrollWheel() to route scroll wheel events through ↵Monroe Linden
the media impl. The horizontal scroll arrows in the media controls now send horizontal scrollwheel events instead of arrow keys.
2009-10-29Fix for DEV-41978 (media controls URL is incorrect after whitelist bounces ↵Monroe Linden
webpage back). Added LLViewerMediaImpl::getCurrentMediaURL(), which reflects the most recent url either set with navigateTo or received from the plugin via locationChanged/navigateComplete. LLViewerMediaImpl now uses this when reload() is called. LLPanelPrimMediaControls now uses getCurrentMediaURL() to get the url it displays in the URL input bar and opens with the pop-out control.
2009-10-29Fix signed/unsigned mismatch breaking the build.James Cook
2009-10-29mergeJames Cook
2009-10-29Fixed some outlines being 1 pixel away from color swatches. Not reviewed.James Cook
2009-10-29EXT-1352 Add image art to floater backgrounds.James Cook
Implemented "legacy_header_height" hack to account for new art being 25 pixels tall instead of legacy 18 pixels -- it auto-sizes the floaters to be taller. Made all floaters have resize handles, just disable and make invisible if unused. This simplifies the floater construction logic. Floater header height now lives in floater.xml, not as a global saved setting. Reviewed with Richard.
2009-10-29Automated merge with ssh://chuck@hg.lindenlab.com/viewer/viewer-2-0/Justin C. Rounds (Chuck)
2009-10-29Reverted back to white dot (dot will now be colorized programmatically).Justin C. Rounds (Chuck)
http://jira.secondlife.com/browse/EXT-1486
2009-10-29previous checkin had a signed/unsigned mismatch. Using a cast to fix it.Nyx (Neal Orman)
2009-10-29Merge commit.Justin C. Rounds (Chuck)
2009-10-29Fix unposted bug where current URL is not showing in the media controlsRick Pasetto
2009-10-29Automated merge with ssh://chuck@hg.lindenlab.com/viewer/viewer-2-0/Justin C. Rounds (Chuck)
2009-10-29Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Nyx (Neal Orman)
2009-10-29EXT-1947 layer visual params don't invalidate baked texturesNyx (Neal Orman)
cloned visual params were picking up the mIsDummy flag from their parents. modified the createVisualParams function to reset this flag. code reviewed by Seraph
2009-10-29EXT-1945 visual parameter animations brokennyx@NyxTop
First round of fixes for trying to fix the visual param animations Code reviewed by Seraph
2009-10-29EXT-1919 Appearance editor param sliders ineffective after savenyx@NyxTop
Visual param sliders were not being updated to affect the new wearable created after a save was performed. Created a reset() function to do this which gets called after the new object is created. Code reviewed by Seraph
2009-10-29Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Erica
2009-10-29Added dummy icons for Tattoo and Alpha textures, pushed Lis' preferences ↵Erica
changes for EXT-1927
2009-10-29Fix for - DEV-41731 (HTTP AUTH issues).callum
Reintroduces "white-flash" but this is less important than fix for now. Also cleaned up a code typo.
2009-10-29Made toast notifications closer to spec. ↵Justin C. Rounds (Chuck)
http://jira.secondlife.com/browse/EXT-1673
2009-10-29merge changes from https://hg.aws.productengine.com/secondlife/viewer-2-0/ ↵Steve Bennetts
3824-3835
2009-10-29Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/Sergey Borushevsky
--HG-- branch : product-engine
2009-10-29Implemented major task EXT-1487 (Reimplement chat history persistence using ↵Sergey Borushevsky
LLSD serialization). Moved loading of IM history from LLIMFloater and LLFloaterIMPanel to LLModel::LLIMSession. Implemented disabling of saving logs if it's disabled in Preferences. --HG-- branch : product-engine
2009-10-29Fixed normal bug EXT-1935-[BSI] Reversion - clicking on avatar name in group ↵Eugene Kondrashev
chat should bring up profile --HG-- branch : product-engine
2009-10-29EXT-384 Fix warning about "GrapicsCardTextureMemory" when opening preferences.James Cook
Trivial misspelling, not reviewed.
2009-10-29Merge after pull from viewer 2.0 changesEric M. Tulla (BigPapi)
2009-10-29mergeYuri Chebotarev
--HG-- branch : product-engine
2009-10-29fix normal bug EXT-1712 Nearby Chat: change context menu for objectsYuri Chebotarev
--HG-- branch : product-engine
2009-10-29mergeAndrew Dyukov
--HG-- branch : product-engine
2009-10-29Fixed Low bug EXT-1079 (Buttons disappear on movement controls if switch ↵Mike Antipov
movement mode while clashing about land) - added validation if fly mode was exactly set to avatar before processing buttons visibility --HG-- branch : product-engine
2009-10-29Fixed normal bug EXT-1556(When the Navbar and Favbar are switched off, ↵Andrew Dyukov
floaters still cannot be moved into the space they previously occupied) --HG-- branch : product-engine
2009-10-29IM: cleaned up includes of old im floater stuff llimpanel.hIgor Borovkov
--HG-- branch : product-engine
2009-10-29converted workaround to a fix for normal bug EXT-1918 (Region Messages crash ↵Igor Borovkov
the sender and anyone set busy). --HG-- branch : product-engine
2009-10-29Fixed 9-slice scaling on FileMenu_BarSelect for ↵Justin C. Rounds (Chuck)
http://jira.secondlife.com/browse/EXT-1951
2009-10-29Removed unnecessary string which occasionaly appeared after mergeAndrew Dyukov
--HG-- branch : product-engine
2009-10-29Re-enabling an accidentally disabled testVadim Savchuk
--HG-- branch : product-engine
2009-10-29mergeVadim Savchuk
--HG-- branch : product-engine
2009-10-29Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2009-10-29fixed bug EXT-1768 Unable to store landmark attached to notecard into LandmarksDenis Serdjuk
--HG-- branch : product-engine
2009-10-29EXT-332 DEV-40744: Updated the notification wording on successful L$Lynx Linden
purchase to make it more clear what happens if the transaction takes longer than 20 mins. Reviewed the proper intent of the message with H.
2009-10-28Completion of rename of llpanelmediahud to llpanelprimmediacontrolsRick Pasetto
2009-10-28rename llpanelmediahud to llpanelprimmediacontrolsRick Pasetto
2009-10-28mergeLeyla Farazha
2009-10-28merge fixLeyla Farazha