Age | Commit message (Collapse) | Author |
|
--HG--
branch : product-engine
|
|
LLFlatListView::selectItemPair, bug reason is unknown
--HG--
branch : product-engine
|
|
|
|
|
|
|
|
--HG--
branch : product-engine
|
|
|
|
- Added LLIconsComboBox class - a combobox with icons for maturity ratings.
- Fixed scroll list maximum width calculation. The width was calculated based on text value width for non-text columns.
- Added image overlay alignment getter method to LLButton.
--HG--
branch : product-engine
|
|
remove the login progress panel as a popup only after it has finished fading out
popupview manages it's own registering and unregistering of popup callbacks
|
|
--HG--
branch : product-engine
|
|
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
|
|
|
|
Group links in Profile).
Fixed tooltip for agent SLURLs.
--HG--
branch : product-engine
|
|
Profile).
For wiki-style links ([<URL> <label>]) we now show the tooltip corresponding to the URL type.
--HG--
branch : product-engine
|
|
order to avoid horizontal scroll
--HG--
branch : product-engine
|
|
like folders' behavior
--HG--
branch : product-engine
|
|
it doesn't fit free space
--HG--
branch : product-engine
|
|
--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
|
|
|
|
|