| Age | Commit message (Collapse) | Author | 
|---|
|  | Implemented solution fixed bug caused by changes made for EXT-3852 (07f21c92896f & 07f21c92896f).
For now previous changes for EXT-3852 are reverted.
So, changes for EXT-4572 (Click and hold the left mouse button doesn't let you browse tabbed IM floater) are unnecessary.
--HG--
branch : product-engine | 
|  | let you browse tabbed IM floater)
- Set mouse capture to the tab container in case of some control \"grab\" it during mouse hovering over tab container.
--HG--
branch : product-engine | 
|  | Checker: FORWARD_NULL
Function: LLTabContainer::reshapeTuple(LLTabTuple *)
File: /indra/llui/lltabcontainer.cpp | 
|  | Added configurable text right padding support to search_filter:
* When the Clear button is enabled
  (i.e. search_editor.clear_button_visible set to "true")
  the search_editor.clear_button.pad_left parameter determines the padding.
* Otherwise search_editor.text_pad_right is used.
--HG--
branch : product-engine | 
|  | -- updated LLLayoutStack to process "max_width" & "max_height" attributes for layout_panel.
--HG--
branch : product-engine | 
|  | --HG--
branch : product-engine | 
|  | should persist across the sessions”,
made move and camera floaters save dock state;
--HG--
branch : product-engine | 
|  |  | 
|  | container)
- Added offset in TabContainer between Tab and TabPanel in case of VERTICAL Tabs orientation.
--HG--
branch : product-engine | 
|  | --HG--
branch : product-engine | 
|  | of date
--HG--
branch : product-engine | 
|  | --HG--
branch : product-engine | 
|  | IM tabs)
- Added reshaping procedure for tabs with LLIconCtrl
--HG--
branch : product-engine | 
|  | slurls).
- Added new static method LLSLURL::isValidSLURL() whic uses LLUrlRegistry::isUrl() to validate SLURLs and not just chek prefixes as LLSLURL::isSLURL() does.
- Used it in slurl DnD check in LLViewerWindow.
- LLUrlEntrySLURL regexp was changed not to pass non-valid SLURLS (such as one from the bug description).
--HG--
branch : product-engine | 
|  |  | 
|  | --HG--
branch : product-engine | 
|  | scrolling (open accordion should fill space)
fix is not complete since we got horizontal scrolbar which I think is not intended...need to fix croll_container.
--HG--
branch : product-engine | 
|  | favor of the one that does less processing | 
|  | gyrations than onCommit, and only onCommit was needed | 
|  |  | 
|  | --HG--
branch : product-engine | 
|  |  | 
|  | chat window opens the link".
Added an optional bool parameter "hit_past_end_of_line" to LLTextBase:: getDocIndexFromLocalCoord() and getSegmentAtLocalPos().  Default is true, which gives the old behavior.  If false, clicks past the end-of-line won't map to the last segment on the line.
Made LLNormalTextSegment::handleHover(), handleRightMouseDown(), handleMouseDown(), and handleMouseUp() call getSegmentAtLocalPos() in this new mode before processing URL actions, and only do the processing if it returns the same segment.
Reviewed by Richard. | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | Reviewed by Richard CC#118 | 
|  |  | 
|  |  | 
|  | Added customizable background image overlay color to control background transparency. Default overlay color is White, as before.
--HG--
branch : product-engine | 
|  | Notifications wells”,
embedded inventory offer panel into IM window;
--HG--
branch : product-engine | 
|  | --HG--
branch : product-engine | 
|  | filter field has been reseted by (x).
--HG--
branch : product-engine | 
|  |  | 
|  | attribute) | 
|  | attribute)
--HG--
branch : product-engine | 
|  |  | 
|  | Changed the index on the keyword map in LLKeywords so that LLKeywords::findSegments() doesn't have to create LLWString objects to search the map.
Reviewed by Richard. | 
|  |  | 
|  | this code reusable.
--HG--
branch : product-engine | 
|  |  | 
|  | reviewed by Monroe | 
|  |  | 
|  | reviewed by Rick | 
|  |  | 
|  | from...' toast).
Reason: LLUrlEntrySLURL::getLocation() failed to parse maps.secondlife.com SLURLs (though worked fine for slurl.com ones).
--HG--
branch : product-engine | 
|  | Checker: DEADCODE
Function: LLDockableFloater::toggleInstance(const LLSD &)
File: /indra/llui/lldockablefloater.cpp
bool logic precendence assumptions were wrong. |