summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2010-03-31Fixed 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-31Fixed 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-31Fixed 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-31Merge from default branchMike Antipov
--HG-- branch : product-engine
2010-03-30automated mergeLoren Shih
2010-03-30EXT-5916 : INFRASTRUCTURE: Move autopopulation code into its own separate classLoren Shih
Moved LLLibraryOutfitsFetch and LLInitialWearablesFetch
2010-03-30Automated merge with ssh://hg.lindenlab.com/q/viewer-trunkNyx (Neal Orman)
2010-03-30EXT-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-30Rename to remove camelcase from llinventorymodelbackground files.Loren Shih
2010-03-30Rename to remove camelcase from llinventorymodelbackground files.Loren Shih
2010-03-30EXT-6630 : INFRASTRUCTURE: Pull out -Keys functions from llagent into ↵Loren Shih
llagentcamera Fix for S32/F32 mismatch.
2010-03-30EXT-3415 : INFRASTRUCTURE : Move LLInventoryCollectFunctors to separate classLoren Shih
Moved all the LLInventoryModelCOllectFunctors from LLInventoryModel to LLInventoryFunctions
2010-03-30Automated merge with ssh://hg.lindenlab.com/q/viewer-trunkNyx (Neal Orman)
2010-03-30Rename to remove camelcase from llinventorymodelbackground files.Loren Shih
2010-03-30Automated merge with ssh://hg.lindenlab.com/q/viewer-trunkNyx (Neal Orman)
2010-03-30Rename to remove camelcase from llinventorymodelbackground files.Loren Shih
2010-03-30EXT-6633 enable demo of multiwearables codeNyx (Neal Orman)
cleaning up a merge conflict where HG didn't quite do the right thing.
2010-03-30EXT-6634 : INFRASTRUCTURE: Generic header file / #include cleanupLoren Shih
LLAgent.* cleanup Also took out some constants from llagent.cpp that aren't being used.
2010-03-30Automated merge with ssh://hg.lindenlab.com/q/viewer-trunkNyx (Neal Orman)
2010-03-30EXT-6633 enable basic multiwearables demoNyx (Neal Orman)
Fixed several areas of code that were not multi-wearables enabled. Specifically allowed for the wearing of created outfits that had links to multiple items of the same type. Such outfits can be created by dragging multiple items of the same type into an unworn outfit folder. When you wear the outfit, all items (up to 5 per type) should be worn. Does not affect right-click options or other buttons. Code reviewed by Vir.
2010-03-30EXT-6632 : INFRASTRUCTURE: LLAgentCamera / LLAgent header file / #include ↵Loren Shih
cleanup Took out unnecessary #includes from llagentcamera.*
2010-03-30EXT-6630 : INFRASTRUCTURE: Pull out -Keys functions from llagent into ↵Loren Shih
llagentcamera Orbit/Pan keys were already in llagentcamera. Pulled alt/walk/left/up/yaw/pitch into llagentcamera.
2010-03-30Fixed gcc-4.1 build.Vadim Savchuk
--HG-- branch : product-engine
2010-03-30automated mergeLoren Shih
2010-03-30EXT-3414 : Move static backgroundfetch methods and variables to ↵Loren Shih
llinventorymodel subclass Created LLInventoryModelBackgroundFetch file for handling background fetch.
2010-03-30mergeVadim Savchuk
--HG-- branch : product-engine
2010-03-30Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2010-03-30EXT-6589 "Are you sure you want to teleport.." dialog has broken ↵Tofu Linden
"[LOCATION]" tag
2010-03-30fix linux build error.Tofu Linden
2010-03-30Completed normal task EXT-3397 (Hide well buttons if there are no active IM ↵Mike Antipov
sessions and unresolved notifications) * Implemented hiding of bottom tray's wells if there are no active IMs or unresolved notifications (via LLBottomTray::notifyParent) * Also refactored initializing code to init a pointer to a chiclet panel and map with bottomtray parts in postBuild BEFORE initializing start wells' visibility. For now minimal viewer width when all buttons are still visible (and have non-truncated labels in the 'EN' locale) with opened sidetray is 1041 px; with short Speak button (without text label) is 990 px. (with implemented patch in https://codereview.productengine.com/secondlife/r/126/) Each well button takes 37 px (with a padding). So, they can free up to 74 px when invisible. reviewed by Vadim at https://codereview.productengine.com/secondlife/r/136/ --HG-- branch : product-engine
2010-03-30Fixed bug EXT-6270 (No confirm teleport dialog appears, while teleporting ↵Vadim Savchuk
from teleport history tab). Added teleport confirmation dialog to the teleport history panel. Reviewed by Mike: https://codereview.productengine.com/secondlife/r/135/ --HG-- branch : product-engine
2010-03-30mergeYuri Chebotarev
--HG-- branch : product-engine
2010-03-30fix for normal EXT-5882 Max. Contribution field on groups -> land and assets ↵Yuri Chebotarev
tab miscalculates after first group fetch. reviewed vsavchuk https://codereview.productengine.com/secondlife/r/133/ --HG-- branch : product-engine
2010-03-30fixed EXT-6509 URL-name of object is shown as hyperlink in widget style ↵Igor Borovkov
Nearby chat set allow_html to false for Message Header and Name field of Object Inspector Reviewed by Vadim at https://codereview.productengine.com/secondlife/r/127/ --HG-- branch : product-engine
2010-03-30Fixed normal bug EXT-5696 (chiclets bar minimal width doesn't match design ↵Mike Antipov
specification) * Increased the minimal width of Chiclet panel up to 95 px. * Also set default width between chiclet panel & im well the same as minimal (4 px). For now minimal viewer width when all buttons are still visible (and have non-truncated labels in the 'EN' locale) with opened sidetray is 1042 px; with short Speak button (without text label) is 991 px. Reviewed by Vadim at https://codereview.productengine.com/secondlife/r/126/ See also EXT-3397 --HG-- branch : product-engine
2010-03-30Fixed normal bug EXT-6390 (inventory loses focus after renaming a inventory ↵Paul Guslisty
item) - Discard NULL'ing item after renaming it, to avoid focus losing of this item Reviewed by Samuel Kolb at https://codereview.productengine.com/secondlife/r/128/ --HG-- branch : product-engine
2010-03-29Fix for EXT-6615 (SL webkit no longer reports "Second Life" in the ↵Monroe Linden
HTTP_USER_AGENT) The issue here is that initBrowserWindow() was doing the wrong thing if it got called after the set_user_agent message was received. Made the handler for the set_user_agent message save the string in a member variable (mUserAgent). Initialize mUserAgent to the default string in the MediaPluginWebKit constructor. initBrowserWindow() now sets the user agent string from mUserAgent instead of from a literal.
2010-03-29mergeRichard Nelson
2010-03-29EXT-3258 - Viewer freezes while external web browser loads pageRichard Nelson
reviewed by Callum
2010-03-29EXT-5940 : Typedef all vector<LLUUID>'sLoren Shih
Superficial cleanup to change all typedef std::vector<LLUUID> to use a common typedef uuid_vec_t instead.
2010-03-29EXT-3075 : Remove swear words from comments across viewerLoren Shih
This bugs me in a minor way. Did a search-and-cleanup on various swear words.
2010-03-29automated mergeLoren Shih
2010-03-29EXT-6536 : Make LLVOAvatarSelf a singletonLoren Shih
No longer explicitly deleting gAgentAvatarp due to reference counting.
2010-03-29Automated merge with ssh://hg.lindenlab.com/q/viewer-trunkXiaohong Bao
2010-03-29EXT-6536 : Make LLVOAvatarSelf a singletonLoren Shih
Fix for cleaning up gAgentAvatar on app shutdown.
2010-03-29automated mergeLoren Shih
2010-03-29EXT-6536 : Make LLVOAvatarSelf a singletonLoren Shih
Fix for cleaning up gAgentAvatar on app shutdown.
2010-03-29fix for EXT-6435: crash at writeEntriesAndClose: ASSERT (num_entries == ↵Xiaohong Bao
mHeaderEntriesInfo.mEntries)
2010-03-29fix for EXT-6566: crash at LLTextureCache::updatedHeaderEntriesFile ↵Xiaohong Bao
[secondlife-bin lltexturecache.cpp:1292]
2010-03-29merge.Tofu Linden