summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2009-11-16Automated merge with ssh://hg.lindenlab.com/tulla/avatar-pipeline-2-0/Nyx (Neal Orman)
--HG-- branch : avatar-pipeline
2009-11-16EXT-2264 - Statistics window puts items in wrong categoriesSteve Bennetts
2009-11-16Header file cleanup.Loren Shih
Spelling cleanup. Changed "Inventroy"->"Inventory". Removed a couple of headers from llinventory.h. --HG-- branch : avatar-pipeline
2009-11-16Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0Xiaohong Bao
2009-11-16fix for DEV-2530: crash after teleporting to refion.Xiaohong Bao
2009-11-16Added MediaPerformanceManagerDebug debug setting.Monroe Linden
2009-11-16EXT-2529 Fixed viewer_manifest.py to check secondlife-bin.exe for bad ↵Mark Palange (Mani)
manifest linking. Reviewed by Palmer.
2009-11-16EXT-1068 appearance editor previews do not updateNyx (Neal Orman)
addendum: re-added changes to avatar-parameters as well as wearable parameters so that the system knows to re-update the local composite after rendering each preview. Code reviewed by Bigpapi --HG-- branch : avatar-pipeline
2009-11-16Automated merge with ssh://lis@hg.lindenlab.com/james/gooeyLis Pardi
2009-11-16ext-1639 Removed Use Fullscreen check box from Preferences > GraphicsLis Pardi
2009-11-16Automated merge with ssh://hg.lindenlab.com/james/gooeyErica
2009-11-16EXT-1898 Improve layout of Person Inspector, EXT-2533 Match layout of object ↵Erica
inspectors to style guide, EXT-2534 Widen picks list layout to use available space, provide for longer descriptions
2009-11-16EXT-2526 : Disable "double click to wear" on outfit foldersLoren Shih
EXT-1763 : Places - Landmarks : Unable to drop a landmark into Landamrks & FavoriteBar accordian panels Threefixes in here. (1) Simple disable of double-click. (2) Corrected typos "hierary"-> "hierarchy". (3) Now adding start folder to specialized inventory panels, so that we get the start folder's listener for drag&drop operations. --HG-- branch : avatar-pipeline
2009-11-16EXT-2527 : Allow contents of Appearance panel to be expandableLoren Shih
Changed the InventoryFilter logic slightly, so that if it's filtering by categories, it allows the contents of those categories to pass. --HG-- branch : avatar-pipeline
2009-11-16ext-1639 removed Use Fullscreen checkbox from panel_preferences_graphics1.xmlLis Pardi
2009-11-16EXT-2445 appearance editor doesn't show correct previewsNyx (Neal Orman)
This system is in dire need of a rewrite, but the bug reported is fairly simple. The visual params in the avatar are no longer authoritative, the real values are stored in the wearable itself. The appearance editor was manipulating the values in the avatar object, resulting in no change. Updated the preview windows to use the parameter objects stored in the wearable. Code reviewed by Bigpapi --HG-- branch : avatar-pipeline
2009-11-16mergeLeyla Farazha
2009-11-16EXT-1478 Tool-tip background and border colors are being ignored - ↵Leyla Farazha
hooked up xml EXT-2237 Preferences > Alerts shows "$ignoretext" in the list EXT-1582 The current edit coordinates are displaced from their background EXT-1466 Change Mouselook text "Press ESC to return to World View" to match stylesheet reviewed by James
2009-11-16Fix a logic error in the code to hide the initial about:blank navigate that ↵Monroe Linden
caused DEV-42093 to recur.
2009-11-16mergeJames Cook
2009-11-16EXT-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-16Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Eric M. Tulla (BigPapi)
2009-11-16EXT-491 - Renaming item expanded all closed foldersEric M. Tulla (BigPapi)
2009-11-16Fixed Stand / Stop flying buttons (EXT-2408, EXT-2467, EXT-2513).Vadim Savchuk
The buttons are now attached to the movement controls floater while it's visible (EXT-984). --HG-- branch : product-engine
2009-11-17DEV-42911 Remove the Tier3 localized languages which we cannot support in ↵Ramzi Linden
the 2.0 release.
2009-11-16EXT-772 Dropbox widget needs "pressed" state - currently shows wrong artJames Cook
Reviewed with Richard.
2009-11-16Convert mForcePressedState to bool from BOOLJames Cook
2009-11-16fixed minor bug EXT-2506 ('Add friend' menu item is enabled in fiend ↵Andrew Dyukov
miniinspector's gear menu). --HG-- branch : product-engine
2009-11-16Minor cleanup, changed inventorypanel start folder special casing keyword ↵Loren Shih
"INVENTORY" to using generic "My Inventory" keyword. --HG-- branch : avatar-pipeline
2009-11-16fixed minor bug EXT-2292 Teleport History items don't fit to width of panelDenis Serdjuk
--HG-- branch : product-engine
2009-11-16implemented task EXT-1899 Add button to Gestures floater which ↵Denis Serdjuk
activates/deactivates --HG-- branch : product-engine
2009-11-16Header file cleanupLoren Shih
Removed unnecessary headers from llagent.cpp. Alphabetized headers in llagent.h and llagent.cpp. Trivial whitespace addition to llcallingcard.h --HG-- branch : avatar-pipeline
2009-11-16merge from product-engineSteve Bennetts
2009-11-16re-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-16fix 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-16Fixed 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-16Some coding style changes of EXT-1014 (Unable to move undocked camera ↵Andrew Dyukov
controls bar) fix (c63047a5bf60). --HG-- branch : product-engine
2009-11-16mergeLoren Shih
--HG-- branch : avatar-pipeline
2009-11-16Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/Alexei Arabadji
--HG-- branch : product-engine
2009-11-16fixed 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-16mergeVadim Savchuk
--HG-- branch : product-engine
2009-11-16Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2009-11-16Fix for bug EXT-1234. Crash after click on For Sale banner for remote placeDenis 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 EXT-2317 I18N: use the localized names for [ATTACHMENT_POINT] in ↵angela
strings.xml WornOnAttachmentPoint
2009-11-16Automated merge with ssh://angela@hg.lindenlab.com/viewer/viewer-2-0/angela
2009-11-16fix chat format for /meangela
2009-11-16Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/Alexei Arabadji
--HG-- branch : product-engine
2009-11-16fixed 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-16fixed 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-16fix for normal ticket EXT-2459 Nearby toasts aren't visible when nearby chat ↵Yuri Chebotarev
console is minimized --HG-- branch : product-engine