summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_search.xml
AgeCommit message (Collapse)Author
2010-09-17allow_popups is now driven by trusted content flagRichard Linden
trusted content is now a const attribute of LLMediaCtrl, set in constructor params
2010-09-17EXP-74 FIX Pop-up warning given for links in Home Side Panel in ViewerRichard Linden
Reviewed by Callum
2010-08-24Backed out changeset c3d41f18ce2bTofu Linden
back-out the back-out for this branch. yay.
2010-08-24Backed out changeset a62bf7c0af21Tofu Linden
Backing out this merge that I pushed (prematurely) to the wrong place.
2010-08-12EXT-8599 FIXED (Search Floater - \"loading\" and \"Done\" text in lower left ↵Paul Guslisty
is cut-off) - Added height parameters and removed unnecessary bottom parameter Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/852/ --HG-- branch : product-engine
2010-06-01EXT-7379 FIXED Add save_visibility=true to search floater to enable ↵Mike Antipov
interaction with Search button Also added reset of floaters visibility on exit to emulate save_visibility=false Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/463/ --HG-- branch : product-engine
2010-02-05fix for major EXT-4833 [NUX] Verify the default size/positon of certain ↵Ychebotarev ProductEngine
floaters. exept floater_world_map --HG-- branch : product-engine
2010-01-26sidefix for EXT-4484 [BSI] default find window size covers up lower trayYchebotarev ProductEngine
--HG-- branch : product-engine
2010-01-11Fix for black/grey look at login screen and backspace going back in ↵Monroe Linden
search/help windows. This should address EXT-4097. Added a notion of "background color" to LLViewerMediaImpl and LLPluginClassMedia. Added background color parameters to the size_change message. Webkit plugin now sets the background color of the instance from the supplied background color, and navigates to a data: url with that background color instead of about:blank as its initial navigate. Webkit plugin now no longer waits for the first onPageChanged event LLViewerMediaImpl now clears the texture to the background color when initializing it. Made LLMediaCtrl fill with its opaque background color when the media impl isn't set up yet. Removed the initial data URL from the search and help floaters, since what it was doing is now handled internally by the new background color code. Reviewed by callum and rick.
2009-12-21DEV-43799: Increase the minimum floater size for Search.Lynx Linden
Liana and the search team want the minimum size of the search floater to be such that the web content appears at 650x600 pixels. Users can resize the window larger, but not smaller, than this limit.
2009-12-15EXT-3441: Support various substitutions for Search URL.Lynx Linden
The search URL is now specified in app_settings/settings.xml (instead of in floater_search.xml), and it is now defined more flexibly with support for various substitution strings, such as [QUERY], [AUTH_KEY], [MATURITY], [GODLIKE], etc. I pulled the common substitution code out into a new static method, LLWeb::expandURLSubstitutions(). This provides support for common strings like [VERSION], [CHANNEL], [LANGUAGE], [OS], etc. The Help and Home sidetray code has been updated to use this new function, to avoid replicating this behavior 3 times. I also cleaned up the app_settings/settings.xml file and removed the old search keys of: SearchURLDefault, SearchURLQuery, and SearchURLSuffix2.
2009-12-10DEV-43679: Display god level warning in Search window.Lynx Linden
If you change your god level from when you performed a search, the search results may be inappropriate for your god level (we pass the current god status to the search web pages). When this is the case, we now display a warning at the bottom of the search floater to let the user know that they should redo their search.
2009-12-08DEV-41358: Updated the Search URL to the new staging area.Lynx Linden
2009-12-07DEV-43799: Make the search web view be 650x600.Lynx Linden
2009-12-02DEV-43439: Initial implementation of web-based Home panel.Lynx Linden
The home panel now displays a web page - hardcoded to secondlife.com until we have something more relevant to display.
2009-11-11DEV-41358: Changed format of preferred maturity for search.Lynx Linden
Now preferred maturity is passed to the search web pages as an r={13|21|42} query param.
2009-11-11DEV-41358: Added user's preferred maturity level to search URL.Lynx Linden
The Search URL now includes a "r=" query parameter to specify the user's preferred maturity rating. This can be "pg" or "pg,mature" or "pg,mature,adult".
2009-11-09DEV-41358: Renamed the title of the search floater to be "Find".Lynx Linden
As requested by the search team.
2009-11-04converted all floater titles to uppercaserichard
2009-10-29Made explicit in all floaters that we are using a hack to set the top widget ↵James Cook
position, took it out of master floater.xml file. legacy_header_height is documented in LLFloater::initFromParams(). Discussed with Richard.
2009-10-20DEV-41358: Added support for search categories.Martin Reddy
You can now specify a search category for all web-based searches, e.g., "all" (default), "people", "places", "events", "groups", "wiki", "destinations", "classifieds". Specifying a category will add the relevant subdir to the search URL, as specified by the search team.
2009-10-19DEV-41359: Added a new web-based Search floater, LLFloaterSearch.Martin Reddy
This new Search floater replaces the current XUI-based search interface with one that is implemented entirely as a web service. This is currently pointing toward a temporary search URL. The URL will be updated when the stable version is available.