summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2009-12-08Fix for unable to create alpha masks and tattoos in inventory menusBrad Payne (Vir Linden)
--HG-- branch : avatar-pipeline
2009-12-07mergeBrad Payne (Vir Linden)
--HG-- branch : avatar-pipeline
2009-12-07For EXT-2858: Determine gear menu / right-click menu choices for AppearanceSPBrad Payne (Vir Linden)
--HG-- branch : avatar-pipeline
2009-12-07For EXT-2637: Renaming outfit that's currently worn should update Current ↵Brad Payne (Vir Linden)
Outfit string --HG-- branch : avatar-pipeline
2009-12-07automated merge viewer2.0->avpLoren Shih
--HG-- branch : avatar-pipeline
2009-12-07automated merge viewer2.0->avpLoren Shih
--HG-- branch : avatar-pipeline
2009-12-07EXT-3124 : Add lookup for finding all linked items to an itemLoren Shih
Commented this feature out since the viewer can't ask the server to change assetIDs of its inventory items. --HG-- branch : avatar-pipeline
2009-12-07Merge viewer 2.0 into mediaskolb
2009-12-07EXT-3124 : Add lookup for finding all linked items to an itemLoren Shih
EXT-3195 : Regenerat Links sometimes pairs to library items Excluding library when repairing broken links. Reselecting original selected broken link after repairing. --HG-- branch : avatar-pipeline
2009-12-07EXT-3189: Fix tab order and location of Grid pulldown.Lynx Linden
The (optional) Grid pulldown on the login screen is now located below the Starting Location pulldown, rather than below the Last Name text entry field. The tab order is also now more obvious.
2009-12-07DEV-43799: Make the search web view be 650x600.Lynx Linden
2009-12-04automated merge avp->avpLoren Shih
--HG-- branch : avatar-pipeline
2009-12-04EXT-3179 : Add ability to recover broken linksLoren Shih
EXT-3168 : Add "Find Original" to InventoryPanel gear menu Broken link recovery is still work in progress. --HG-- branch : avatar-pipeline
2009-12-04mergeBrad Payne (Vir Linden)
--HG-- branch : avatar-pipeline
2009-12-04For EXT-2845, EXT-2846: standardizing gesture context options to work like ↵Brad Payne (Vir Linden)
wearables and attachments --HG-- branch : avatar-pipeline
2009-12-04Remove gesture links from COF when gesture is deactivatedBrad Payne (Vir Linden)
--HG-- branch : avatar-pipeline
2009-12-04For EXT-2879: uncommented web-based inventory fetch. AIS fix is in process.Brad Payne (Vir Linden)
--HG-- branch : avatar-pipeline
2009-12-04Fix some missing Doxygen commentsbea@american.lindenlab.com
2009-12-04DEV-43463: use fixed Boost package on WindowsNat Goodspeed
2009-12-04merge to pull viewer-2 changes into avpNyx (Neal Orman)
--HG-- branch : avatar-pipeline
2009-12-04EXT-2510 wrong initial hair colorNyx (Neal Orman)
First try at a fix - some weirdness with when we actually should be setting the mesh color or not. Fix is untested as the build is broken. Committing for now so we can re-sync with viewer-2. Will be post-reviewed. --HG-- branch : avatar-pipeline
2009-12-04DEV-43463: skip() instead of commenting out lllogin_testsNat Goodspeed
2009-12-04mergebea@american.lindenlab.com
2009-12-04Adding Doxygen commentsbea@american.lindenlab.com
2009-12-04Automated merge with ssh://hg.lindenlab.com/tulla/avatar-pipeline-2-0/Nyx (Neal Orman)
--HG-- branch : avatar-pipeline
2009-12-04mergeJames Cook
2009-12-04automated merge viewer2.0->avpLoren Shih
--HG-- branch : avatar-pipeline
2009-12-04EXT-3124 : Add lookup for finding all linked items to an itemLoren Shih
Filter string now highlights when doing this search. --HG-- branch : avatar-pipeline
2009-12-04Nudge ParabuildJames Cook
2009-12-04Fix linux build, newline at end of fileJames Cook
2009-12-04EXT-3124 : Add lookup for finding all linked items to an itemLoren Shih
Filter now works correctly. Made some naming changes (e.g. setFilterType -> setFilterObjectType) so that what you choose to filter by is more explicit. --HG-- branch : avatar-pipeline
2009-12-04Automated merge with ssh://angela@hg.lindenlab.com/james/gooeyangela
2009-12-04 Deleting content inside a prim from build floater deletes prim, rather than ↵angela
content EXT-2575
2009-12-04EXT-1640angela
Application Icon Misaligned on OSX Installer Dialog
2009-12-03EXT-3124 : Add lookup for finding all linked items to an itemLoren Shih
Added ability to filter by UUID. Work in progress. --HG-- branch : avatar-pipeline
2009-12-03EXT-3125 : INFRASTRUCTURE : Cleanup LLInventoryFilter to disambiguate ↵Loren Shih
various filter options EXT-3124 : Add lookup for finding all linked items to an item LLInventoryFilter cleanup, including adding ability to lookup item by UUID. --HG-- branch : avatar-pipeline
2009-12-03mergeJames Cook
2009-12-03EXT-2954 Crash when using the mousewheel in any inventory panelJames Cook
LLFolderView was explicitly passing scroll events back to its parent LLScrollContainer, which it didn't need to do. It may not have exhibited an infinite loop before due to bugs in the border width computations for scroll rectangles. Reviewed with Leyla.
2009-12-03Automated merge with ssh://hg.lindenlab.com/james/gooeyErica
2009-12-30mergeLeyla Farazha
2009-12-30EXT-2823 Find window: change default open location to the top-left of screenLeyla Farazha
EXT-2921 [BSI] Default location for Screenshot Floater hides expanded options off screen reviewed by James
2009-12-30EXT-2898 Hiding navbar and favbar is brokenLeyla Farazha
reviewed by James
2009-12-30EXT-2967 Spinner label font sizes are not rendering consistently between ↵Leyla Farazha
platforms OSX isn't loading the ui_ctrl.xml file, moving font to individual widgets reviewed by James
2009-12-03EXT-2450 Extra column in Group panel memberlistErica
2009-12-03Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Nat Goodspeed
2009-12-03mergeJames Cook
2009-12-03Added floater_test_text_editor, hooked up UI tests to login Debug menuJames Cook
Reviewed with Leyla
2009-12-03Hack for EXT-2971 Letter R doesn't show when it's the last letter in a text ↵James Cook
block. Add 1 pixel of padding to clipping rect computation. I think there is a deeper problem in the font width computation code, but I don't know where. Opened EXT-3112 for the deeper issue. Reviewed with Leyla.
2009-12-03Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Nat Goodspeed
2009-12-03fixed window resize alignment problem in login formErica