Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-31 | DEV-47845 Cleaned up names. | Matthew Breindel (Falcon) | |
2010-03-31 | merge | CG Linden | |
2010-03-31 | Include channel names in update_version_files.py invocation to fix bad ↵ | CG Linden | |
viewer channel name. | |||
2010-03-31 | EXT-3604 : Accordion folders should show "Loading..." when fetching contents | Loren Shih | |
Superficial cleanup of LLFolderViewItem::draw. No functionality change. | |||
2010-03-31 | Enable OpenID auth in the embedded webkit browser. | Monroe Linden | |
Extract openid_url and openid_token tokens from the login response in process_login_success_response() and send them to LLViewerMedia if they're present. Added LLViewerMedia::openIDSetup() to receive openid_url and openid_token, and added code to LLViewerMedia to do a POST with LLHTTPClient, retrieve the resulting cookie, and push it into the central cookie store. Also made sure the OpenID cookie gets re-added when the cookie store is cleared. Added LLPluginCookieStore::setCookiesFromHost() to properly add a cookie that may not have a domain set. Made LLPluginCookieStore::Cookie::parse() add missing domain and path fields to cookies as necessary. Fixed an issue where carriage returns in the string passed to LLPluginCookieStore::setCookies() or LLPluginCookieStore::setCookiesFromHost() would cause a parse failure. Reviewed by gino and callum at http://codereview.lindenlab.com/1254001 | |||
2010-03-31 | viewer side support for coalesced objects | Karl Stiefvater (qarl) | |
2010-03-31 | merge | Brad Payne (Vir Linden) | |
2010-03-31 | asset request logging for DEV-47362 investigation. | Brad Payne (Vir Linden) | |
2010-03-31 | EXT-6666 : Enable debug avatar textures in God, versus non-Release, mode | Loren Shih | |
2010-03-31 | debug ssreflection blur direction. minor. | Tofu Linden | |
2010-03-31 | debug ssreflection blur direction. minor. | Tofu Linden | |
2010-03-31 | fix for EXT-5882 Max. Contribution field on groups -> land and assets tab ↵ | Yuri Chebotarev | |
miscalculates after first group fetch. previous fix I commint with wrong (re)initialization...donno why) --HG-- branch : product-engine | |||
2010-03-31 | automated merge | Loren Shih | |
2010-03-31 | automated merge | Loren Shih | |
2010-03-31 | EXT-5581 : Centralize is_asset_fetch/knowlable into asset dictionary | Loren Shih | |
Took out some ugly case statements and stuck those functions into the asset dictionary instead. This makes the code a lot more centralized/extensible since if we ever add assets, it'll be clear that their fetch/knowable fields need to be added (versus that logic being in some obscure case statement). | |||
2010-03-31 | merge from viewer-trunk | Tofu Linden | |
2010-03-31 | merge from viewer-2-0 | Tofu Linden | |
2010-03-31 | recent crash regression fix from Seraph. | Tofu Linden | |
2010-03-31 | Fixed normal bug EXT-6541(snapshot preview opens before login curtain lifts) ↵ | Eugene Mutavchi | |
- changed the order of main view panels so the progress_view overlaps the snapshot_floater_view. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/144/ --HG-- branch : product-engine | |||
2010-03-31 | No ticket, fixed Linux build. | Eugene Mutavchi | |
--HG-- branch : product-engine | |||
2010-03-31 | Fix for crash in process_avatar_movement. | Loren Shih | |
gAgentAvatarp pointer was being checked for null instead of the local avatarp. | |||
2010-03-31 | merge | Tofu Linden | |
2010-03-31 | EXT-2418 - improved cursors for sit/open/buy - the neglected Linux part. | Tofu Linden | |
2010-03-31 | EXT-2418 - improved cursors for sit/open/buy - the neglected Linux part. | Tofu Linden | |
2010-03-31 | merge | Paul Guslisty | |
--HG-- branch : product-engine | |||
2010-03-31 | Fixed normal bug EXT-6505 (Certain gear icon buttons should not have chevrons) | Paul Guslisty | |
- Created an icon that is just the gear icon, no dropdown chevron in places where there is no context menu, notably in: Nearby media popover, Master volume popover and Edit Floater Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/137/ --HG-- branch : product-engine | |||
2010-03-31 | merge | Yuri Chebotarev | |
--HG-- branch : product-engine | |||
2010-03-31 | fix for normal EXT-6346 SLapp group inspector link opens group profile instead | Yuri Chebotarev | |
https://codereview.productengine.com/secondlife/r/138/ reviwed vsavchuk --HG-- branch : product-engine | |||
2010-03-31 | Fixed bug EXT-6628 IM floater: unable to open 'Pay' floater by click on ↵ | Vadim Savchuk | |
'Pay' button if floater height was reduced. Reason: Height of the layout stack containing buttons was too small, hence when you decrease the window height the bottommost buttons might move beyond its container, becoming unclickable. Fix: Increased height of the layout stack for it to reach the bottom of the floater (occupying all visible area). Reviewed by Sam: https://codereview.productengine.com/secondlife/r/141/ --HG-- branch : product-engine | |||
2010-03-31 | Fixed bug EXT-4436 Clicking labels/text plays 'click' sound. | Vadim Savchuk | |
Disabled playing sound when a textbox is clicked. Reviewed by Sam: https://codereview.productengine.com/secondlife/r/140/ --HG-- branch : product-engine | |||
2010-03-31 | merge from viewer-trunk | Tofu Linden | |
2010-03-31 | Merge from default branch | Mike Antipov | |
--HG-- branch : product-engine | |||
2010-03-30 | IT linguistic | Eli Linden | |
2010-03-30 | EXT-6649 IT missing strings; ES undo overrides | Eli Linden | |
2010-03-30 | EXT-6525 - drag threshold is very low for navbar favorites | Richard Nelson | |
reviewed by Leyla | |||
2010-03-30 | automated merge | Loren Shih | |
2010-03-30 | EXT-5916 : INFRASTRUCTURE: Move autopopulation code into its own separate class | Loren Shih | |
Moved LLLibraryOutfitsFetch and LLInitialWearablesFetch | |||
2010-03-30 | Automated merge with ssh://hg.lindenlab.com/q/viewer-trunk | Nyx (Neal Orman) | |
2010-03-30 | EXT-3529 : INFRASTRUCTURE : Move LLFindWearables code and others into ↵ | Loren Shih | |
LLInventoryFunctions These functions are defined in LLInventoryFunctions.h but their implementation is in LLInventoryBridge... moved everything to LLInventoryFunctions. | |||
2010-03-30 | Rename to remove camelcase from llinventorymodelbackground files. | Loren Shih | |
2010-03-30 | Rename to remove camelcase from llinventorymodelbackground files. | Loren Shih | |
2010-03-30 | EXT-6630 : INFRASTRUCTURE: Pull out -Keys functions from llagent into ↵ | Loren Shih | |
llagentcamera Fix for S32/F32 mismatch. | |||
2010-03-30 | EXT-3415 : INFRASTRUCTURE : Move LLInventoryCollectFunctors to separate class | Loren Shih | |
Moved all the LLInventoryModelCOllectFunctors from LLInventoryModel to LLInventoryFunctions | |||
2010-03-30 | Automated merge with ssh://hg.lindenlab.com/q/viewer-trunk | Nyx (Neal Orman) | |
2010-03-30 | Rename to remove camelcase from llinventorymodelbackground files. | Loren Shih | |
2010-03-30 | Automated merge with ssh://hg.lindenlab.com/q/viewer-trunk | Nyx (Neal Orman) | |
2010-03-30 | Rename to remove camelcase from llinventorymodelbackground files. | Loren Shih | |
2010-03-30 | EXT-6633 enable demo of multiwearables code | Nyx (Neal Orman) | |
cleaning up a merge conflict where HG didn't quite do the right thing. | |||
2010-03-30 | EXT-6634 : INFRASTRUCTURE: Generic header file / #include cleanup | Loren Shih | |
LLAgent.* cleanup Also took out some constants from llagent.cpp that aren't being used. | |||
2010-03-30 | Automated merge with ssh://hg.lindenlab.com/q/viewer-trunk | Nyx (Neal Orman) | |