summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2010-03-04EXT-5296 : Inventory folders revert to defort "sort" with each loginLoren Shih
Minor cleanup to start using DEFAULT_SORT_ORDER versus plain text "InventorySortOrder" in a few plaecs in the code. Makes this sorting code a lot easier to debug.
2010-03-04EXT-5296 : Inventory folders revert to defort "sort" with each loginLoren Shih
Not my code, but ended up being a simple enough XML fix. Inventory sorting settings have changed in viewer2 from viewer1.23, this seems to be causing at least a couple of bugs. Fixed one, filing the other.
2010-03-03EXT-4013 : Functionality loss: Inspect objectLoren Shih
Cosmetic button XUI cleanup for inspect object floater: fattened buttons to correspond with typical viewer2 button styling.
2010-03-03automated merge viewer2.0->viewer2.0Loren Shih
2010-03-03EXT-4013 : Functionality loss: Inspect objectLoren Shih
Detail button implemented as instructed; this brings up the old 1.23 multi-inspect floater.
2010-03-03EXT-5863 Enabling Admin mode allows "Dump baked avatar textures" to work. No ↵Tofu Linden
matter what you are wearing.
2010-03-03PE merge.Tofu Linden
2010-03-03merge.Tofu Linden
2010-03-03Backed out changeset 5f3d047f0b18Tofu Linden
I'll never understand named branches, I guess.
2010-03-03merge.Tofu Linden
2010-03-03Fixed major subtask (bug) EXT-5829 (Switching language in preferences ↵Mike Antipov
creates new calling cards folders for each language) - Reason: Inventory folders (Friends & All) were created WITH localized names. - Fix: create these folders with hard-coded name (like other protected Inventory Folders). They are localized in FolderView --HG-- branch : product-engine
2010-03-03Updated major sub task EXT-5857 - location, content type, category, ↵Dmitry Zaporozhan
description in the Classified Info panel have no labels. Added label for location field. --HG-- branch : product-engine
2010-03-03Update for normal bug EXT-5856 - "Auto renew each week" checkbox is ↵Dmitry Zaporozhan
displayed in the Classified Info from other resident profile. Added layout stack to auto reposition description when auto_renew is being shown or hidden. --HG-- branch : product-engine
2010-03-03Implemented major sub task EXT-5857 - location, content type, category, ↵Dmitry Zaporozhan
description in the Classified Info panel have no labels. Added requested labels. --HG-- branch : product-engine
2010-03-03mergeYchebotarev ProductEngine
--HG-- branch : product-engine
2010-03-03remove hardcoded numbersYchebotarev ProductEngine
--HG-- branch : product-engine
2010-03-03cleanupYchebotarev ProductEngine
--HG-- branch : product-engine
2010-03-03some instrumentation - back this out when done.Tofu Linden
--HG-- branch : EXT-3351
2010-03-03mergeDenis Serdjuk
--HG-- branch : product-engine
2010-03-03fixed Normal Bug EXT-5603 Rightclick on link in long description cause ↵Denis Serdjuk
following this link Cause: LLViewerWindow called handleMouseUp() instead handleAnyMouseClick(). It caused commit action in LLExpandableTextEditor even after right mouse up event. Solution: handleMouseUp() replaced by handleAnyMouseClick() --HG-- branch : product-engine
2010-03-03fix EXT-5652 Make accordion in the Group Info panel a little bit wider in ↵Ychebotarev ProductEngine
order to avoid horizontal scroll --HG-- branch : product-engine
2010-03-03fix for low EXT-5327 Add an ability to open accordions by "Enter" button, ↵Ychebotarev ProductEngine
like folders' behavior --HG-- branch : product-engine
2010-03-03fix for normal EXT-1391 Group Info: Avatar name should end with ellipsis if ↵Ychebotarev ProductEngine
it doesn't fit free space --HG-- branch : product-engine
2010-03-03mergeYchebotarev ProductEngine
--HG-- branch : product-engine
2010-03-03fix for EXT-4469 Fast Timers: Minimize and Close icons do not workYchebotarev ProductEngine
--HG-- branch : product-engine
2010-03-03Low Bug EXT-5752 Trash button in people panel remains enabled after removing ↵Denis Serdjuk
last friend Cause: Avatarlist has been hidden before it had been updated. So one listitem was left in the list and remained always selected. Solution: Force update ability has been added to avatarlist --HG-- branch : product-engine
2010-03-03mergePaul Guslisty
--HG-- branch : product-engine
2010-03-03Merge with cf0282cd6d6124ec9633966fe2f8a63097d603caPaul Guslisty
--HG-- branch : product-engine
2010-03-03Shortened code.Dmitry Zaporozhan
--HG-- branch : product-engine
2010-03-03Backed out of changeset 9944:2d6fed071539Paul Guslisty
--HG-- branch : product-engine
2010-03-03mergeangela
2010-03-02EXT-5547 : Autopopulation broken due to new web deploy accountsLoren Shih
EXT-5673 : Autopopulation: Created outfits copy subfolder contents as well as immediate folder contents EXT-5632 : Autopopulation is including subfolders even if those aren't outfits DEV-46683 : Post-Deployment Cleanup This is a series of changes to fix autopopulation behavior that was broken due to the new surprise web avatar deploy. That deploy surfaced a number of serious issues with the original AP code. I did not write this code and the person who did is no longer here, so I've done my best to fix those issues up. This is a fairly comprehensive set of changes, but it's necessary given the poor state of the pre-existing code and how many problems it caused the new web avatar deploy. This new version of the AP code will: (1) Look for a Library->Clothing->Initial Outfits folder and use that if it exists (2) Not create outfits out of folders that aren't complete outfits (3) No longer string match against "More Outfits" in order to ignore outfits (4) No longer recursively collect folder contents when creating an outfit (i.e. will only look at direct descendents)
2010-03-02VWR-17386Eli Linden
2010-03-02MergeEli Linden
2010-03-02xui resizing fix; FR fixEli Linden
2010-03-02Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Nyx (Neal Orman)
2010-03-02VWR-17830 for 'en' xml, resizing; JA linguistic fixEli Linden
2010-03-02Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Nyx (Neal Orman)
2010-03-02EXT-5848 Getting a lot of warning spam before ATI crashNyx (Neal Orman)
Warning was extraneous and non-related to crash. Initialized a pointer to be NULL before calling setInfo, which seems to clear up warning. Updated comments around this to explain what I've found Code reviewed by Seraph
2010-03-02MergeEli Linden
2010-03-02DEV-46346 Cycle5 DE and JA changeEli Linden
2010-03-02PE merge.Tofu Linden
2010-03-02Fixed normal bug EXT-5714 - Chicklet in Conversations Window for Conferences ↵Dmitry Zaporozhan
has a Tiny Hotspot. --HG-- branch : product-engine
2010-03-02Fixed normal bug EXT-5315 - Minimizing the Conversations floater leaves a ↵Dmitry Zaporozhan
tiny floater on HUD space. --HG-- branch : product-engine
2010-03-03Fixed normal bug EXT - 4572 (Click and hold the left mouse button doesn't ↵Paul Guslisty
let you browse tabbed IM floater) - Set mouse capture to the tab container in case of some control \"grab\" it during mouse hovering over tab container. --HG-- branch : product-engine
2010-03-02Fixed normal bug EXT-5754([NAMELESS STRING] Snapshot : "Save" and "Save As")Andrew Dyukov
- Added names to fluyout button items. --HG-- branch : product-engine
2010-03-02Work on normal sub-task EXT-5886 ([HARD CODED] - System message "Teleport ↵Mike Antipov
completed from" needs translation) - moved hard coded string into teleport_strings.xml (name="completed_from") --HG-- branch : product-engine
2010-03-02Fixed major bug EXT-3981 ([BSI] scroll bar resets to near the top of ↵Mike Antipov
inventory search) - disabled auto scrolling in inventory panels when mouse pointer is over the panel --HG-- branch : product-engine
2010-03-02Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2010-03-02Fixed normal bug EXT-5654 - 'More' link doesn't show all text in ↵Dmitry Zaporozhan
pick/classified description. Encreased expandable text box max length to match classified description max length. --HG-- branch : product-engine