summaryrefslogtreecommitdiff
path: root/indra/llui
AgeCommit message (Collapse)Author
2010-02-09mergedavep@billy.gateway.2wire.net
2010-02-09MergeMike Antipov
--HG-- branch : product-engine
2010-02-09Fixed normal bug EXT - 4878 (Tab labels are no longer obeying halign attribute)Paul Guslisty
--HG-- branch : product-engine
2010-02-08Fix to build dave's changes on mac. Reviewed by davepPalmer Truelson
2010-02-08PE merge.Tofu Linden
2010-02-08mergeDave Parks
2010-02-08Tweak avatar name icon paddingJames Cook
2010-02-08EXT - 3232 Refactoring: deleted unnecessary image_left_padding, ↵Paul Guslisty
image_right_padding members from button.h and button.xml and their the only place usage in LLTabContainer::reshapeTuple . Now image overlay placement adjustible via: mLeftHPad, mRightHPad, mImageOverlayBottomPad, mImageOverlayTopPad, mImgOverlayLabelSpace --HG-- branch : product-engine
2010-02-08EXT-3232 Refactoring: Improved the way of horizontal alignment of button's ↵Paul Guslisty
image overlay. Now mLeftHPad/mRightHPad is used instead of mImageOverlayLeftPad and mImageOverlayRightPad. Also mImgOverlayLabelSpace/imgoverlay_label_space members was added to button.(h/xml) to define space between image overlay and button's label --HG-- branch : product-engine
2010-02-08Fixed normal bug EXT - 3835 ([BSI] tabs in instant message floater should ↵Paul Guslisty
never change sizes) --HG-- branch : product-engine
2010-02-06EXT-5055 LLInstanceTracker promotes some dangerous patterns - detect themTofu Linden
2010-02-05Fix for EXT-4943 (Text editor is broken).Monroe Linden
Reviewed by Richard.
2010-02-05line ending conversionrichard
2010-02-05newlines fixedrichard
2010-02-05mergerichard
2010-02-05EXT-5025 - Tooltips block mouse clicksrichard
EXT-4547 [BSI] it is possible to highlight multiple layers of chat EXT-3844 Mouse wheel camera zoom is not reflected on View popup slider EXT-3103 Add an option to restrict entering non-ascii symbols in text editor. reviewed by Leyla
2010-02-05Implemented critical task (EXT-4703) Add maturity icons to the Viewer 2 toolbar.Sergei Litovchuk
- Added maturity icons to location bar. - Added getting font used in LLLineEditor. --HG-- branch : product-engine
2010-02-05Fixed normal bug EXT - 3232 (Make button image overlay placement adjustable ↵Paul Guslisty
via xml) --HG-- branch : product-engine
2010-02-05Fixed normal bug EXT-4702 (Elements of type context_menu cannot have font ↵Eugene Mutavchi
set in XUI xml) --HG-- branch : product-engine
2010-02-05Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2010-02-05a bit more on EXT-2753.Ychebotarev ProductEngine
--HG-- branch : product-engine
2010-02-05mergeYchebotarev ProductEngine
--HG-- branch : product-engine
2010-02-05finished with EXT-2753 - Implement Avatar icons on IM multifloater tabsYchebotarev ProductEngine
add floater flashing, fix group icon sizes, fix click,some code cleanup, ect. also I remove mIconCtrlWidth/Height since its kinda useless - mIconCtrlPad do the same thing... IconSize will be btn_height-2*mIconCtrlPad - simple and good enough. --HG-- branch : product-engine
2010-02-05Updated low bug EXT-4951 - Redundant edit box context menu in list items in ↵Dmitry Zaporozhan
Panel Picks/Classifieds. Reverted changeset 8956:930bef051fee. Added new parameter to control context menu visibility. --HG-- branch : product-engine
2010-02-05applying patch for EXT-2357Ychebotarev ProductEngine
--HG-- branch : product-engine
2010-02-05PE merge.Tofu Linden
2010-02-04Fix placement of icon next to linked agent/group names.James Cook
Suppresses rendering of text in LLNormalTextSegment that represent an icon, properly computes vertical spacing based on font height, and adds padding to the right of the icon. (transplanted from 33be702e47c359ccaeb47f251e10753fd173cc09)
2010-02-08PE merge.Tofu Linden
2010-02-08Add some asserts to catch some null derefs that, at least, the ↵Tofu Linden
render-pipeline code seems to be hitting.
2010-02-04mergeDave Parks
2010-02-04No more matrix ops in UI code.Dave Parks
2010-02-04Fixed normal bug EXT-4307 (There are no text context menues for Search text ↵Eugene Mutavchi
field and for IM text field) --HG-- branch : product-engine
2010-02-04mergerichard
2010-02-04EXT-4625 - Chat bar doesn't display trailing character on some stringsrichard
reviewed by Leyla
2010-02-04Fixed low bug EXT-4951 - Redundant edit box context menu in list items in ↵Dmitry Zaporozhan
Panel Picks/Classifieds --HG-- branch : product-engine
2010-02-04Fixed critical bug EXT-4845 (Create padding around text messages in the side ↵Mike Antipov
tray panels) - moved "No Items" textbox params to widget (flat_list_view.xml) - set default vertical/horizontal padding to 10 px - they can be overridden in panel's xml if necessary. --HG-- branch : product-engine
2010-02-03CID-405Tofu Linden
Checker: UNUSED_VALUE Function: LLNormalTextSegment::drawClippedSegment(int, int, int, int, LLRectBase<int>) File: /indra/llui/lltextbase.cpp
2010-02-03PE merge.Tofu Linden
2010-02-03merge.Tofu Linden
--HG-- branch : product-engine
2010-02-03CID-419Tofu Linden
Checker: RESOURCE_LEAK File: /indra/llui/llstyle.h --HG-- branch : product-engine
2010-02-03CID-342 UNINIT_CTORTofu Linden
--HG-- branch : product-engine
2010-02-03Fixed major bug EXT-4876 (Switch from slurl.com to maps.secondlife.com)Eugene Mutavchi
--HG-- branch : product-engine
2010-02-02Further fixes for EXT-4689 (Long-word chat spam cripples fps and/or ↵Monroe Linden
disconnects client). This should fix the inefficiencies in the append path that made viewer FPS drop severely when addinglarge amounts of text to the nearby chat floater. Resizing the floater with a huge amount of text in it is still pretty bad, but fixing that will require some bigger architectural changes. Changed LLTextBase::needsReflow() to take an offset at which to start reflow processing. Changed most needsReflow() calls in LLTextBase to supply a proper index. Changed LLTextBase::reflow() to use the reflow index maintained by needsReflow(). Removed all needsReflow() calls from LLTextEditor (the only way for it to manipulate the text is through functions in LLTextBase that already manage reflowing internally). Removed LLTextEditor::replaceUrlLabel(), since it was identical to the inherited version LLTextBase::replaceUrlLabel(). Reviewed by Richard.
2010-02-02merge.Tofu Linden
2010-02-02mergeDenis Serdjuk
--HG-- branch : product-engine
2010-02-02Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Lynx Linden
2010-02-02DEV-32540: Lots of object IM and SLurl improvementsLynx Linden
- Don't let object names that are URLs override links to display the remote object inspector - Don't hyperlink the object name in the remote object inspector - Made the <nolink>...</nolink> regex more robust and made it support non-URLs between the tags, so that we don't get random <nolink> tags when trying to disable URLs in user-typed text. - Improved the llurlentry unit test and added some more test cases. - Hooked up another LLViewerMessage code path to objectim SLapps to pass down the owner and slurl information. - Made a few LLUrlEntryBase methods be const methods, because they are - Fixed a bug in the remote object inspector where it would never show the teleport URL.
2010-02-02no ticket. Removing the hack from llfloater.This code is dangerous. It ↵Denis Serdjuk
involved losing of topctrl in focusmgr and can cause strange bugs and problems. --HG-- branch : product-engine
2010-02-02fix for normal EXT-4810 Block hot-keys in mouse-look modeYchebotarev ProductEngine
--HG-- branch : product-engine
2010-02-02Fixed normal bug EXT-4740 - Object inspector hides however context menu presentDmitry Zaporozhan
--HG-- branch : product-engine