summaryrefslogtreecommitdiff
path: root/indra/llui
AgeCommit message (Collapse)Author
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
2009-12-17mergerichard
2009-12-17Backed out changeset: 4d482c1ed041richard
2009-12-17mergerichard
2009-12-17EXT-3087 - Crash when avatar icon truncated in interactive notificationsrichard
reviewed by Mani
2009-12-16MergeJames Cook
2009-12-16MergeJames Cook
2009-12-16Backed out changeset: cfa60aef8061, added setBlockFromValue so setting a ↵James Cook
LLRect param in code will set the individua
2009-12-16Backed out changeset: f7fa81994ec8, 6611 (f7fa81994ec8) EXT-3522 Radio group ↵James Cook
layout not top-left based (was Sell Land floater missing sa
2009-12-16EXT-3522 Radio group layout not top-left based (was Sell Land floater ↵James Cook
missing sale of object) Most radio button layouts were broken because the radio item generation code wasn't fixing up the rectangles. This may not be the right fix, I need to talk to Richard.
2009-12-16eof newlineLeyla Farazha
2009-12-17implemented EXT-3395 “Docked IM/Chat windows shouldn't hide when voice controlAlexei Arabadji
panel is opened”, reverted changes from 6658:6a7714959726; made LLCallFloater non-unique dockable; added LLCallFloater to control list of Transient Manager; --HG-- branch : product-engine
2009-12-15mergerichard
2009-12-15fix for gcc buildRick Pasetto
2009-12-15mergerichard
2009-12-15Automated merge with http://demeter:8000Rick Pasetto
2009-12-15added setBlockFromValue so setting a LLRect param in code will set the ↵richard
individual left, right, top, bottom values, for example don't call setupParams when creating widgets from code moved Multiple param constraints into BaseBlock to remove extra scoping
2009-12-15added "value" attribute to radio_items to better support arbitrary data ↵richard
selection moved LLRadioCtrl to internal implementation of LLRadioGroup reviewed by Leyla
2009-12-15EXT-3471 Tabs need a pad_bottom override attributeJames Cook
Added label_pad_bottom and label_pad_left for tab containers.
2009-12-15mplemented EXT-3395 “Docked IM/Chat windows shouldn't hide when voice ↵Alexei Arabadji
control panel is opened”; --HG-- branch : product-engine
2009-12-15Merge from default branch.Vadim Savchuk
Resolved conflicts in llalertdialog.h and llnotify.cpp (local deletion vs remote change) by removing them. --HG-- branch : product-engine
2009-12-15mplemented EXT-3396 “All bottom bar buttons, including chiclets and nearby ↵Alexei Arabadji
chat, should work as toggles”, made hide/unhide dockable floaters when undocked; --HG-- branch : product-engine