summaryrefslogtreecommitdiff
path: root/indra/llui
AgeCommit message (Collapse)Author
2010-01-29CID-341Tofu Linden
Checker: UNINIT_CTOR Function: LLNotificationComparators::orderBy<const LLUUID &>::orderBy(boost::function<const LLUUID &(boost::shared_ptr<LLNotification>)>, LLNotificationComparators::e_direction) File: /indra/llui/llnotifications.h
2010-01-29CID-342Tofu Linden
Checker: UNINIT_CTOR Function: LLNotification::LLNotification(LLUUID) File: /indra/llui/llnotifications.h 'don't use this for anything real' code shouldn't exist. :)
2010-01-29CID-344Tofu Linden
Checker: UNINIT_CTOR Function: LLDockControl::LLDockControl(LLView *, LLFloater *, const LLPointer<LLUIImage> &, LLDockControl::DocAt, boost::function<void (LLRectBase<int> &)>) File: /indra/llui/lldockcontrol.cpp
2010-01-29CID-345Tofu Linden
Checker: UNINIT_CTOR Function: LLConsole::LLConsole(const LLConsole::Params &) File: /indra/llui/llconsole.cpp
2010-01-29PE merge.Tofu Linden
2010-01-29Fixed low bug EXT-4721(Green border around multi-selected people)Eugene Mutavchi
--HG-- branch : product-engine
2010-01-29fixed major EXT-3643 “Embed friendship offer into IM window”;Alexei Arabadji
--HG-- branch : product-engine
2010-01-29EXT-4678: Revert URL black list support from LLTextBase.Lynx Linden
The new <nolink>URL</nolink> provides a more flexible solution that can be specified in XUI (as we now do to disabled hyperlinking for the sim hostname in the About floater).
2010-01-29EXT-4678: Support <nolink>...</nolink> to turn off URL hyperlinking.Lynx Linden
We are running into a bunch of places where we don't want to allow hyperlinking of URLs like secondlife.com in text boxes. I've therefore added a new type of URL regex that disables URL hyperlinking. Simply enclose the URL in a <nolink> tag, e.g.: <nolink>secondlife.com</nolink>
2010-01-28PE merge.Tofu Linden
2010-01-28CID-343Tofu Linden
Checker: UNINIT_CTOR Function: LLFloaterView::LLFloaterView(const LLUICtrl::Params &) File: /indra/llui/llfloater.cpp
2010-01-28CID-339Tofu Linden
Checker: UNINIT_CTOR Function: LLMenuGL::LLMenuGL(const LLMenuGL::Params &) File: /indra/llui/llmenugl.cpp
2010-01-28CID-338Tofu Linden
Checker: UNINIT_CTOR Function: LLToolTipMgr::LLToolTipMgr() File: /indra/llui/lltooltip.cpp
2010-01-28CID-324Tofu Linden
Checker: UNINIT_CTOR Function: LLStyle::LLStyle(const LLStyle::Params &) File: /indra/llui/llstyle.cpp
2010-01-28CID-323Tofu Linden
Checker: UNINIT_CTOR Function: LLUIString::LLUIString() File: /indra/llui/lluistring.h
2010-01-28Fixed normal bug EXT-4616 - Combobox labels no longer appear.Dmitry Zaporozhan
--HG-- branch : product-engine
2010-01-28Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2010-01-28mergeYchebotarev ProductEngine
--HG-- branch : product-engine
2010-01-28fix for EXT-4186 List items are displayed as links in the FlatList if match ↵Denis Serdjuk
URL regexp allow_html attribute was updated for titles of group list items, group info panel, landmark info panel and for a title of floaters. --HG-- branch : product-engine
2010-01-28fix for normal EXT-3807 ABOUT LAND/OBJECTS: (i) icon is badly positionedYchebotarev ProductEngine
now I wonder how was this working before... --HG-- branch : product-engine
2010-01-27CID-102Tofu Linden
Checker: INVALIDATE_ITERATOR Function: LLNotifications::getChannel(const std::basic_string<char, std::char_traits<char>, std::allocator<char>>&) File: /indra/llui/llnotifications.cpp not a bug.
2010-01-27follow-up fixTofu Linden
2010-01-27CID-103Tofu Linden
Checker: INVALIDATE_ITERATOR Function: LLMenuGL::scrollItemsDown() File: /indra/llui/llmenugl.cpp
2010-01-27CID-103Tofu Linden
Checker: INVALIDATE_ITERATOR Function: LLMenuGL::scrollItemsDown() File: /indra/llui/llmenugl.cpp
2010-01-27CID-416Tofu Linden
Checker: NULL_RETURNS Function: LLTabContainer::onTabBtn(const LLSD &, LLPanel *) File: /indra/llui/lltabcontainer.cpp
2010-01-27Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2010-01-27Implemeted normal Sub-Task EXT - 2753 (Implement Avatar icons on IM ↵Paul Guslisty
multifloater tabs) --HG-- branch : product-engine
2010-01-26PE merge.Tofu Linden
2010-01-26Fixed critical bug EXT-4663 ([BSI] Inviting Residents to groups produces ↵Vadim Savchuk
error 100% of time). Overriden LLScrollListItem::getUUID() in LLNameListCtrl so that you can get correct ID of a name list item. --HG-- branch : product-engine
2010-01-26Fixed major bug EXT-4719 - Crash in LLTextBase after showing popup menu for ↵Dmitry Zaporozhan
link. --HG-- branch : product-engine
2010-01-26Fixed low bug EXT-4354(Dragging landmarks into landmark folders doesn't ↵Eugene Mutavchi
scroll window) --HG-- branch : product-engine
2010-01-26EXT-4678: Don't hyperlink sim URLs in About window.Lynx Linden
Added support for specifying a black list of URLs on a per-widget basis. URLs on this black list will not be hyperlinked in the text widget. The About dialog adds the sim hostname to this black list.
2010-01-26Automated merge with ssh://angela@hg.lindenlab.com/james/gooeyangela
2010-01-26fix mac build failure -- richardangela
2010-01-25Fix some Linux build breakage - can't treat the return of a constructor call ↵Tofu Linden
as a ref with gcc, have to use intermediate variable.
2010-01-25fixed bug EXT-4433 [BSI] friend privacy settings greyed outDenis Serdjuk
EXT-4353, EXT-4587, EXT-4442 have same cause. it should fix they. --HG-- branch : product-engine
2010-01-25Fixed low bug EXT-4659 - Unnecessary scroll bar appears in location history ↵Dmitry Zaporozhan
list if 10 items are presented. --HG-- branch : product-engine
2010-01-26mergeYchebotarev ProductEngine
--HG-- branch : product-engine
2010-01-26add comment for EXT-4443 about EXT-4443...Ychebotarev ProductEngine
--HG-- branch : product-engine
2010-01-26done (fixing patch) EXT-4499 Replace "*" glyph in password fields with a ↵Igor Borovkov
proper circle [PATCH INCLUDED] --HG-- branch : product-engine
2010-01-26fix for normal EXT-4443 Copying text from notifications failsYchebotarev ProductEngine
--HG-- branch : product-engine
2010-01-22mergerichard
2010-01-22LLPointer cleanup and fix for EXT-4413richard
reviewed by Rick
2010-01-21Implemeted normal Sub-task EXT - 2753 (Implement Avatar icons on IM ↵Paul Guslisty
multifloater tabs). Some code needs improvements(refactoring, optimization) --HG-- branch : product-engine
2010-01-21fix for normal EXT-4035 Old sidepanel tab's text remains highlighted when ↵Ychebotarev ProductEngine
switching to inventory sidepanel tab --HG-- branch : product-engine
2010-01-20Update for low bug EXT-4371 - Text from search history drop-down list merge ↵Dmitry Zaporozhan
with landmarks on 'Favorites Bar'. Made border customisable in combo box. --HG-- branch : product-engine
2010-01-20fix for major EXT-4414 Floaters can be expanded over bottom barYchebotarev ProductEngine
left<->top...:) --HG-- branch : product-engine
2010-01-19fix for low EXT-4464 There is no visual indication of current selection ↵Ychebotarev ProductEngine
while traversing Group Profile accordion using keyboard actually that was done for some reason... but I really really really don't understand them --HG-- branch : product-engine
2010-01-19mergeYchebotarev ProductEngine
--HG-- branch : product-engine
2010-01-19working on floaters rezise-position bugs: EXT-4414, EXT-2625Ychebotarev ProductEngine
--HG-- branch : product-engine