summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2010-06-04merge from PE's viewer-trunkTofu Linden
2010-06-03Code cleanup in LLPanelEditWearable, from Nyx.Monroe Linden
Removed the misnamed LLPanelEditWearable::initializePanel() (which was actually being called multiple times for each object), and moved its functionality to postBuild() and showWearable().
2010-06-03MergeEli Linden
2010-06-03CT-575 WIP DA linguistic new filesEli Linden
2010-06-03CT-575 WIP DA linguisticEli Linden
2010-06-03EXT-6384 FIXED check to disable 'Adult' setting when agent is not godlike ↵Sergei Litovchuk
but has admin menu enabled. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/508/ --HG-- branch : product-engine
2010-06-03automated mergeLoren Shih
2010-06-03Added explicit cast to U32 for texture_timeout_threshold for Linux build.Loren Shih
2010-06-03Added explicit cast to U32 for texture_timeout_threshold for Linux build.Loren Shih
2010-06-03Fix for Linux confusion between ">>" and "> >"Loren Shih
2010-06-03mergeBrad Payne (Vir Linden)
2010-06-03automated mergeLoren Shih
2010-06-03automated mergeLoren Shih
2010-06-03EXT-7504 WIP Force decloud after timeout using lower res texturesLoren Shih
EXT-7626 FIXED LLTexLayer header file cleanup EXT-7628 FIXED Don't cache lower res baked textures Added more information into the texture debug view. Mangled hash when uploading lower res baked textures so they're not cached Lots of superficial cleanup on lltexlayer and associated classes. Removed some unused functions and member variables as well.
2010-06-03ND-47144 WIP DE linguisticEli Linden
2010-06-03Removed an obsolete comment.Vadim Savchuk
Requested by Richard: https://codereview.productengine.com/secondlife/r/466/ --HG-- branch : product-engine
2010-06-03EXT-7594 FIXED Decreased panel height to eliminate cropping of horizontal ↵Paul Guslisty
scrollbar on 'Add Wearable' panel - Decreased panel height Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/477/ --HG-- branch : product-engine
2010-06-03EXT-6844 FIXED Eliminated truncation in Floater World MapPaul Guslisty
- Switched the order of the two lines such that the longer string (yellow) is below the shorter string (purple) - Fixed button length in PT locale Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/506/ --HG-- branch : product-engine
2010-06-03EXT-7429 FIXED Removed itallicise \"worn\" objects in inventory panelsPaul Guslisty
- Added checking in LLItemBridge::getLabelStyle() if item is worn - Also deleted unnecessary method LLObjectBridge::getLabelStyle() as it duplicate LLItemBridge::getLabelStyle() Reviewed by Vadim Savchuk and Neal Orman at https://codereview.productengine.com/secondlife/r/501/ --HG-- branch : product-engine
2010-06-03mergeBrad Payne (Vir Linden)
2010-06-03AVP-77 WIP cleanup before merge/pushBrad Payne (Vir Linden)
2010-06-03mergeVadim Savchuk
--HG-- branch : product-engine
2010-06-03Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2010-06-03EXT-5808 FIXED Mini-Location panel was added below Navigation BarAndrew Polunin
- Implemented class LLPanelTopInfoBar (llpaneltopinfobar.h, llpaneltopinfobar.cpp, panel_topinfo_bar.xml). Most of it's implementation is borrowed from LLLocationInputCtrl class. - Mini-Location panel is turned off by default. - Added top bar context menu option \"Show Mini-Location Panel\". - Mini-Location panel displays the same context menu as top bar. - Added code to initialize LLPanelTopInfoBar in llviewerwindow.cpp. - Added declaration of the widget in main_view.xml Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/464/ --HG-- branch : product-engine
2010-06-03mergeYuri Chebotarev
--HG-- branch : product-engine
2010-06-03AVP-77 WIP added new WI local_assets to installerBrad Payne (Vir Linden)
2010-06-03EXT-7013 FIX due to localization tools restrictions hardcode using of ↵Yuri Chebotarev
special strings for Japanese reviewed by Mike Antipov https://codereview.productengine.com/secondlife/r/504/ --HG-- branch : product-engine
2010-06-03mergeVladimir Pchelko
--HG-- branch : product-engine
2010-06-03EXT-7474 FIXED Tooltip was added for 'Share' and similar buttons (at ↵Vladimir Pchelko
sidepanel) without 'tool_tip'. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/500/ --HG-- branch : product-engine
2010-06-03EXT-7511 FIXED Fixed problems in appearance UIAndrew Dyukov
- Made slight changes in xml according to requirements. - Added mForceNoLinksOnIcons bool member to LLPanelInventoryListItemBase. It is used in LLPanelWearableListItem to disable showing of link icons as was requested in ticket. - Created icon for divider 3 pixels high as asked by Erica in EXT-7233. To properly show and hide it made changes to LLCOFWearables::buildClothingListItem which now not only showes separator but also reshapes panel depending on its visibility. Increased heights of body parts, dummy clothing and attachment items because dividers are now 2 pxls higher and they always have dividers. Changed heights of buttons accordingly. Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/502/ --HG-- branch : product-engine
2010-06-03EXT-7527 FIXED added green highlighting for "Add more..." and filter buttons ↵Igor Borovkov
(panel outfit edit) Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/499/ --HG-- branch : product-engine
2010-06-03EXT-7392 FIXED panel edit outfit, switched location of checkboxes and ↵Igor Borovkov
texture pickers - switched location of checkboxes and texture pickers, updated size of texture pickers https://jira.secondlife.com/secure/attachment/39898/for+review.jpg Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/498/ --HG-- branch : product-engine
2010-06-03merge from PE's viewer-trunkTofu Linden
2010-06-03EXT-7503 WIP Made first inventory fetch for Add to Outfit panel on the first ↵Mike Antipov
openning, updated reliability of LLInventoryFetchItemsObserver This patch follows (fce2d4f9dc1a). And contains missed by merging changes and fixes Win line endings. Reviewed by Brad Payne at https://codereview.productengine.com/secondlife/r/456/ --HG-- branch : product-engine
2010-06-03merge from PE's viewer-trunkTofu Linden
2010-06-03mergeMike Antipov
--HG-- branch : product-engine
2010-06-03EXT-7503 WIP Made first inventory fetch for Add to Outfit panel on the first ↵Mike Antipov
openning, updated reliability of LLInventoryFetchItemsObserver * Moved initialization (with start fetch) of the LLFilteredWearableListManager into LLPanelOutfitEdit::onOpen * LLFilteredWearableListManager::changed now ignores non-related inventory changes (CALLING_CARD, GESTURE, SORT) Tried to fix an issue with empty Gesture list on startup with clean inventory cache. Reason: logic is based on count of "inventory changed" events. In case of there was too many requests requested items can be removed from queue by mistake. * Increased a number of the "change()" method calls to wait fetched items. Unfortunately this only works if My Inventory category does not have too many children. An does not work if it has 2000+ items Logic to remove item from the incompleted list should be based on timer and number of attempts. Also add some debug information about fetching inventory category and its content to log. Reviewed by Brad Payne at https://codereview.productengine.com/secondlife/r/456/ --HG-- branch : product-engine
2010-06-03EXT-7503 WIP Made first inventory fetch in My Outfits panel only on first ↵Mike Antipov
panel opening. * LLOutfitsList is not Inventory Observer anymore * Content is fetched in onOpen now * Added call of the LLOutfitsList::onOpen when "My Outfits" tab is switched on in My Appearance panel Reviewed by Brad Payne at https://codereview.productengine.com/secondlife/r/456/ --HG-- branch : product-engine
2010-06-03EXT-6333 FIX introduce new segments - LLLineBreakSegment and LLImageSegmentYuri Chebotarev
reviewed by Richard Nelson at https://codereview.productengine.com/secondlife/r/241/ --HG-- branch : product-engine
2010-06-02fixed xml parsing errorsRichard Linden
2010-06-02mergeRichard Linden
2010-06-02eliminated a bunch of spuriously translated dataRichard Linden
2010-06-02Partial fix for EXT-6255 (Fix ruthing/replacement wearables logic).Monroe Linden
This change should make the logic for missing wearables match what's in the doc linked from the jira. It doesn't address the case of missing attachments, which will be more complicated. Reviewed by Nyx and vir.
2010-06-02fixed mergeRichard Linden
2010-06-02mergeRichard Linden
2010-06-02eliminated a bunch of warnings on startupRichard Linden
2010-06-02fixed compile errorRichard Linden
2010-06-02EXT-7499 FIX prevent other avatars from remaining ruthNyx (Neal Orman)
Fixed random to use ll_rand() so that it compiles across all architectures. This should fix the trunk build. Code reviewed by CG
2010-06-02EXT-7526 WIP Add baked texture information to texture viewLoren Shih
EXT-7504 WIP Force decloud after timeout using lower res textures Better formatting for baked texture information. Also added exponential timeout for sending low res baked textures.
2010-06-02EXT-7600 FIX Context menus for line editors don't work on login screenRichard Linden
initialize edit menu callbacks earlier