summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-06-07EXT-7368 FIXED disabled using of accordion's "empty_accordion_text" in ↵Mike Antipov
Friends List. This patch follows (23f0f13abc8b) and prevent to show two messages about empty Friends list. Reviewed by Vadim Savchuk. --HG-- branch : product-engine
2010-06-07mergeYuri Chebotarev
--HG-- branch : product-engine
2010-06-07EXT-7623 FIX One more place where text was processed into segments without ↵Yuri Chebotarev
LLLineBreakSegment. reviewed by Richard Nelson at https://codereview.productengine.com/secondlife/r/516/ --HG-- branch : product-engine
2010-06-07mergeMike Antipov
--HG-- branch : product-engine
2010-06-07EXT-7441 FIXED Improved condition to give up fetched inventory items in ↵Mike Antipov
LLInventoryFetchItemsObserver Reason: LLInventoryFetchItemsObserver is used to fetch necessary gesture items. Its logic was based on count of "inventory changed" events. In case of there was too many requests stored item UUIDSs are be removed from queue by mistake - notification can be triggered because some other item is renamed. This issue can appear wherever LLInventoryFetchItemsObserver is used. Fix: improved logic to make decision to give up fetching items. For now it bases on period while waiting items to arrive from server and a number of attempts to repeate waiting. This is a constants of the LLInventoryFetchItemsObserver (10 times by 10 seconds) Tested with test case in JIRA (total count of inventory items - 13,888). Most likely that was a reason of inventory loss (EXT-7503). Reviewed by Brad Payne at https://codereview.productengine.com/secondlife/r/507/ --HG-- branch : product-engine
2010-06-07EXT-7406 FIXED extended find wearables of type functor to filter out links ↵Igor Borovkov
(panel outfit edit) extended find wearables of type functor to filter out links Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/522 --HG-- branch : product-engine
2010-06-04EXT-7610 FIXED Added sorting outfit tabs by name (case insensitive).Sergei Litovchuk
Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/523/. --HG-- branch : product-engine
2010-06-04EXT-7511 FIXED Resolved problem with cropping of item selection bottomAndrew Dyukov
Problem reproduced for items which had divider at the bottom. It was caused by non-optimal placement of divider in item. To fix this, "top" attribute of divider was changed, and when done so it turned out that increase of items height from implementation of this task was not necessary, so rolled back these changes in xml and code. Also added some padding between flatlists items to avoid cropping of top part of item selection because of divider. Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/502/ --HG-- branch : product-engine
2010-06-04EXT-6886 FIXED Resized buttons to fix truncations.Sergei Litovchuk
- Increased "About Land" button width and moved it below parcel icons. - Increased "Region/Estate" button width (also truncated text in multiple langs). - Increased advanced place info accordion minimal height to avoid vertical scrolling inside tabs (in all tabs except "For Sale"). - Decreased "Estate" and "For Sale" panels height to avoid extra free space. Reviewed by Paul Guslisty https://codereview.productengine.com/secondlife/r/503/ --HG-- branch : product-engine
2010-06-04EXT-7641 FIXED removed a button bar from Edit Wearable panelIgor Borovkov
Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/521/ --HG-- branch : product-engine
2010-06-04EXT-7596 FIXED Reworked filters 'My Appearance' and 'Add Wearaples' panel ↵Paul Guslisty
corresponding with spec - Changed label and font of filter's label in 'Add Wearables' panel - Added magnifier icon to the filters of 'My Appearance' and 'Add Wearables' panels Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/515/ --HG-- branch : product-engine
2010-06-04EXT-7595 FIXED Add empty space above button bar with 'Add more...' button in ↵Paul Guslisty
Add Wearables panel - Decreased accordion height Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/512/ --HG-- branch : product-engine
2010-06-04EXT-7575 FIXED appended attachment location after name in parenthesis.Igor Borovkov
Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/514 --HG-- branch : product-engine
2010-06-04EXT-7607 FIXED added 2px gap between a texture label and a texture preview ↵Igor Borovkov
area for all texture pickers Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/509/ --HG-- branch : product-engine
2010-06-04EXT-7548 FIXED Reset control variable for "Build" & "Map" buttons on destroy.Mike Antipov
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/517/ --HG-- branch : product-engine
2010-06-04EXT-7485 FIXED Provided update of 'save as' button status and save outfit ↵Alexei Arabadji
panel status. 1 published LLCOFObserver as LLOutfitObserver(moved from llpaneloutfitedit.cpp to lloutfitobserver.h) 2 decoupled outfit edit panel and observer by replacing pointer to panel with signals and made observer as singleton 3 moved call of LLAppearanceMgr::getInstance()->updateIsDirty() from outfit edit panel to observer(discussed with IB) 4 modified updating of combo button state on outfit panel using LLOutfitObserver 5 modified refresh of outfit name and status on outfit change event using LLOutfitObserver 6 removed unnecessary LLWatchForOutfitRenameObserver that caused excessive updates of outfit panel status name --HG-- branch : product-engine
2010-06-04Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2010-06-04mergeYuri Chebotarev
--HG-- branch : product-engine
2010-06-04EXT-7547 FIX update allowing padding according to sidebar stateYuri Chebotarev
reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/492/ --HG-- branch : product-engine
2010-06-04EXT-7368 FIXED Implemented new "empty_accordion_text" textbox to show help ↵Mike Antipov
text when there are no visible tabs in accordion. * Textbox always fit whole accordion. * This text is updated with search_term (in link to open Search floater) when new filter substring is passed to accordion. * Accordion is notified by its tabs when their visibility is changed. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/486/ --HG-- branch : product-engine
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-03mergeTofu Linden
2010-06-03fix gcc fatal whine - probably.Tofu Linden
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