summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2010-06-18MD-47488 WIP German translation for set 12Eli Linden
2010-06-18EXT-4388 Crash in octree line segment intersection code (getMask)Karl Stiefvater (qarl)
2010-06-18simple mergeKarl Stiefvater (qarl)
2010-06-18EXT-7446 Spatial Partition CrashKarl Stiefvater (qarl)
2010-06-18MergeLeyla Farazha
2010-06-18EXT-7152 TOS breaks Critical Message in 2.0.0 and 2.0.1Leyla Farazha
removed cancel button
2010-06-18EXT-7910 allow GPU and feature table to load from a custom locationKarl Stiefvater (qarl)
2010-06-18mergeTofu Linden
2010-06-18Fix llpreviewgesture.h build borkage.Tofu Linden
2010-06-18EXT-7933 FIXED Slim down the Voice Morph preview floaterAimee Linden
2010-06-18mergeTofu Linden
2010-06-18automated mergeLoren Shih
2010-06-18merge from PE's viewer-releaseTofu Linden
2010-06-18EXT-7847 FIXED Disabled "trash" button if an item is selected inside ↵Andrew Dyukov
selected outfit. - Added bool mItemSelected variable and getter for it to determine if the selection inside outfit exists, and used it when determining whether to enable "Trash" button in My Outfits. Reviewed by Vadim Savchuk and Neal Orman at https://codereview.productengine.com/secondlife/r/600/ --HG-- branch : product-engine
2010-06-18EXT-7754 FIXED Implemented marking of worn outfit accordion header text with ↵Andrew Dyukov
bold - Added method to LLAccordionCtrlTabHeader which allows to change style of its textbox - Added method to LLOutfitsList which marks accordion header of currently selected otfit and tied it up to BOF callbacks Reviewed by Vadim Savchuk and Neal Orman at https://codereview.productengine.com/secondlife/r/609/ --HG-- branch : product-engine
2010-06-18EXT-7766 FIX change the order of processing url matching and linebreaksYuri Chebotarev
reviewed by Richard Nelson at https://codereview.productengine.com/secondlife/r/596/ --HG-- branch : product-engine
2010-06-18EXT-6527 FIX Introduce new plain_text flag in LLTextBase and prevent image ↵Yuri Chebotarev
segment from being created if this flag is set. reviewed by Richard Nelson at https://codereview.productengine.com/secondlife/r/587/ --HG-- branch : product-engine
2010-06-17mergeDave Parks
2010-06-17Automated merge with ssh://hg.lindenlab.com/q/viewer-releaseAndrew A. de Laix
2010-06-17Block installation of exception handler when app is being debugged (Darwin ↵Andrew A. de Laix
only). Fixes issues with debugging Darwin SL.
2010-06-17mergeRichard Linden
2010-06-17EXT-6296 FIX "Primitive" misspelled as "Primative" in About Land menuRichard Linden
2010-06-17MergeLeyla Farazha
2010-06-17EXT-7297 Viewer does not verify that a user has sufficient L$ when buying ↵Leyla Farazha
"contents" of an object reviewed by richard, cc Review #217
2010-06-17EXT-6957 Media Navigation & Interaction does not work for "Group" if ↵Leyla Farazha
"Anyone" is disabled. reviewed by richard cc#216
2010-06-17Fix for EXT-6277 ("Edit" right-click inventory item does nothing if item is ↵Monroe Linden
not worn). Reviewed by Leyla.
2010-06-17Automated merge with ssh://hg.lindenlab.com/q/viewer-releaseRichard Nelson
2010-06-17automated mergeLoren Shih
2010-06-17EXT-7916 FIXED Miscllaneous UI issues with Preview Gesture FloaterLoren Shih
EXT-7920 FIXED Start and stop buttons are not clickable Start and stop buttons were outside the UI box containing them.
2010-06-17EXT-7811 FIX Crash to desktop during SL loginRichard Linden
2010-06-17EXT-7916 FIXED Miscllaneous UI issues with Preview Gesture FloaterLoren Shih
See subtasks for complete lists of fixes. The preview gesture floater had some major issues and regressions.
2010-06-17EXT-7909 FIXED Cleanup llpreviewgesture #include filesLoren Shih
Superficial header file fixes.
2010-06-17EXT-7903 FIXED Disabled "Edit" context menu option for multi selection in ↵Vadim Savchuk
the Outfit Editor. Trivial fix, not reviewed. --HG-- branch : product-engine
2010-06-17EXT-7874 FIXED Change 'Rename' to 'Rename Outfit' in outfit context menu on ↵Vadim Savchuk
'My Outfit' tab. Trivial change, not reviewed. --HG-- branch : product-engine
2010-06-17EXT-6468 ADDITIONAL FIX Changed "- Select Mature -" to "- Select maturity ↵Vadim Savchuk
rating -" in group profile. Requested by Eli and approved by Benjamin. --HG-- branch : product-engine
2010-06-17EXT-7751 FIXED Show tooltip condition was updatedVladimir Pchelko
Fix descrition: Show tooltip, for long-named items (title text size > text box size) when mouse over text box rectangle. Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/576/ --HG-- branch : product-engine
2010-06-17Fixed build.Vadim Savchuk
--HG-- branch : product-engine
2010-06-17Line endings fix.Dave Parks
2010-06-17mergeDave Parks
2010-06-17Add timer for comparison against davep/viewer-releaseDave Parks
2010-06-17Fix fast timer view showing incorrect units.Dave Parks
2010-06-17EXT-7620 FIXED Save outfit selection when applying filter and restore it ↵Vadim Savchuk
after filter has been reset. Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/603/ --HG-- branch : product-engine
2010-06-17EXT-7722 Fixed "Add to COF" and "Remove from COF" outfit context menu items ↵Vadim Savchuk
to be enabled when appropriate and work properly. Work on "Take Off - Remove from Current Outfit" and "Wear - Add to Current Outfit" menu options: - The menu items of the outfit context menu and the My Outfits gear menu are now disabled when inappropriate instead of being hidden. - The menu items get enabled/disabled depending on whether you can wear (take off) anything from the selected outfit. (was: depending on whether you're wearing the outfit) - Changed the way the options work: they now only operate on clothes and attachments. "Add to COF" now only adds those body parts that are missing in COF; "Remove from COF" doesn't touch body parts at all. Without this change both "Add" and "Remove" options would be available simultaneously, because any valid outfit contains body parts. I think that would be confusing. And you don't expect you body parts to be replaced when doing "Add to COF'. (that's addition, not replacement) Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/585/ --HG-- branch : product-engine
2010-06-17EXT-7888 FIXED Opening a gesture from an in-world object shows gesture ↵Loren Shih
floater with blank information EXT-7909 FIXED Cleanup llpreviewgesture #include files Fixed an issue that was causing gesture asset loading to fail. Also did header file cleanup.
2010-06-17EXT-7609 FIXED Added worn items indication with bold text.Sergei Litovchuk
Fixed updating worn items indication. Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/551/. --HG-- branch : product-engine
2010-06-17Automated merge with https://hg.productengine.com/secondlife/viewer-release/Alexei Arabadji
--HG-- branch : product-engine
2010-06-17EXT-7772 FIXED Corrected button texture file name.Alexei Arabadji
reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/606/ --HG-- branch : product-engine
2010-06-17EXT-7736 FIXED Reverted fix for EXT-2819 (crash in color picker).Vladimir Pchelko
Fix description: Check getParentFloater result. Note: ColorsWatch have no parent Floater in EditWearable side-panel. --HG-- branch : product-engine
2010-06-17Merged from q/viewer-releaseDessie Linden
2010-06-17Automated merge with https://hg.productengine.com/secondlife/viewer-release/Alexei Arabadji
--HG-- branch : product-engine