summaryrefslogtreecommitdiff
path: root/indra/llui
AgeCommit message (Collapse)Author
2010-01-05Fixed potential crash if LLFlatListView is created as a dummy widget.Vadim Savchuk
--HG-- branch : product-engine
2010-01-05Merge from default branch.Vadim Savchuk
--HG-- branch : product-engine
2010-01-04DEV-44732 - a better fix.Tofu Linden
2010-01-04DEV-44732 avoidable false-positives on automatic URL finding in chatTofu Linden
2010-01-04EXT-3318 LLConsole keeps all logged text in memory when console is not being ↵Tofu Linden
drawn.
2010-01-04fixed EXT-3765 “There is no tongue for voice control panel in docked ↵Alexei Arabadji
state”, made dockable floaters have tongue by default; --HG-- branch : product-engine
2009-12-29EXT-3589 Favorites Appear Squished Together on Left Half of Favorites BarLeyla Farazha
EXT-3602 Inventory > New Clothes sub menu not aligned EXT-3631 Texture preview after upload > Image covers buttons reviewed by James
2009-12-26Implemented EXT-1627 “Nearby Chat window behavior needs clarification”,Alexei Arabadji
made non-unique docked floaters docks without dock tongue; --HG-- branch : product-engine
2009-12-25Fixed a memory leak in ContextMenu (EXT-3563).Paul Guslisty
--HG-- branch : product-engine
2009-12-25Fixed low bug EXT-3294 - Toasts bunch up in the channel when big docked IM ↵Dmitry Zaporozhan
window is opened. --HG-- branch : product-engine
2009-12-24Merge from default branch.Vadim Savchuk
--HG-- branch : product-engine
2009-12-23DEV-44614 ugly/broken font and formatting used for IM toast emotesTofu Linden
fix bug, also fix some comments/typos/enumparams in this code area.
2009-12-23Work on normal task EXT-3636 (Code Improvements: Voice control panels - Make ↵Mike Antipov
Voice states and fade timeout xml driven) -- made Avatar Item Voice States xml driven. Added fake xml panel file with one textbox per style. Style of the appropriate textbox is applied to avatar item's name -- It was necessary to change visibility of the LLTExtBase::getDefaultStyle() to public. --HG-- branch : product-engine
2009-12-23Fixed low bug EXT-3007 (Viewer stalls while resetting filter in teleport ↵Eugene Mutavchi
history) --HG-- branch : product-engine
2009-12-23Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/Alexei Arabadji
--HG-- branch : product-engine
2009-12-23fixed EXT-3425 “Undocked floaters focus issue”,Alexei Arabadji
made focus be passed to game area in case floater can't hold focus; --HG-- branch : product-engine
2009-12-23Merge from default branch.Vadim Savchuk
--HG-- branch : product-engine
2009-12-23Fix for normal bug EXT-3041 - Picks accordion doesn't fit to content.Dmitry Zaporozhan
--HG-- branch : product-engine
2009-12-22automated merge PE->viewer2.0Kent Quirk
2009-12-22Made the control panel in P2P IM sessions non-resizable (EXT-3470).Vadim Savchuk
--HG-- branch : product-engine
2009-12-22Intercept notifications as filter rather than as a peer listener.Nat Goodspeed
2009-12-21mergerichard
2009-12-21EXT-3599 - no chiclets in the im well windowrichard
2009-12-21automated merge PE->viewer2.0Loren Shih
2009-12-21Automated merge with ssh://richard@hg.lindenlab.com/james/gooeyRick Pasetto
2009-12-21additional fix for (EXT-3601) Accordion Ctrl didn't autoscroll to accordion ↵Yuri Chebotarev
header while navigating with keyboard there was no autoscroll when scrolled by keyboard to _last_ of _first_ item in LLFlatListView. --HG-- branch : product-engine
2009-12-21EXT-3486: Support SLapps and URLs in the nav bar.Lynx Linden
If the user enters a string into the navigation bar that is not recognized as an SL location, the behavior is now: - handle any secondlife:// SLapps, or - open any http: or https: URLs in the media browser, or - otherwise, send the text to the search floater
2009-12-21EXT-3558: Don't escape '#' chars for URLs in text.Lynx Linden
Added '#' to the list of chars that are not escaped when escaping a URL in a text editor/box. Now, clicking on a link with '#' in text chat will open the URL in your browser with the '#' intact.
2009-12-21EXT-3460: Update to URL hyperlinking with no protocol.Lynx Linden
We no longer treat ":" or "/" as valid chars before a .com, .net, .edu, or .org string when trying to match a URL with no protocol (i.e., no http:// prefix).
2009-12-19Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/Nat Goodspeed
2009-12-19Add event API operations to query channels and notifications within channel;Nat Goodspeed
respond to or cancel an individual notification by UUID; or forward notifications through a specified LLEventPump.
2009-12-18ext-3307 - nearby chat stays scrolled at bottomrichard
2009-12-18Fix for color setup from Richard.James Cook
2009-12-18Fix 3D object tooltip backgrounds appearing grayJames Cook
Image "none" wasn't being properly converted to a NULL pointer, so was drawing the default gray image. Reviewed with Richard
2009-12-18Automated merge with ssh://nyx@hg.lindenlab.com/viewer/viewer-2-0/Nyx (Neal Orman)
2009-12-18Merge with viewer-2-0 again, to pick up avatar changesJames Cook
2009-12-18merging latest PE changes into viewer-2-0Nyx (Neal Orman)
2009-12-18ext-3386 Fix for day cycle crash and xui cleanupPalmer Truelson
Reviewed by Richard
2009-12-18Merge, pulling in viewer-2-0James Cook
2009-12-18made adding sliders to a multislider possible from xuirichard
2009-12-18Fixed normal bug EXT - 2863 ([BSI] Group Chat List Names right click do not ↵Paul Guslisty
contain view profile or send private message) --HG-- branch : product-engine
2009-12-18fix Task EXT-1190 Accordion should support keyboard accessabilityYuri Chebotarev
--HG-- branch : product-engine
2009-12-17mergeLeyla Farazha
2009-12-17EXT-3534 Default Location Obscures the Top of an Open Notecard When Nav ↵Leyla Farazha
and/or Favorites Bar are Hidden EXT-3334 [BSI] Chat/IM log preferences not retained EXT-3402 Replace "X" for checked menu items with a check mark glyph [Patch Included] reviewed by richard
2009-12-17add newline to unbreak linux build. probably.Tofu Linden
2009-12-17made setupParams do coordinate flipping and negative coordinate magic only ↵richard
for XUI-based params
2009-12-17replaced llsd_equals with string based llsd comparison for more consistent ↵richard
support
2009-12-17fix for bad xui warnings when loading font from legacy "resource" namerichard
2009-12-17oops, forgot to remove assertrichard
2009-12-17clamp instead of assert when running out of room during reflowrichard