summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_water.xml
AgeCommit message (Collapse)Author
2010-02-26Cleanup pass on environment editor floaters for consistency and to eliminate ↵Chuck Linden
widget overlapping. https://jira.secondlife.com/browse/EXT-4552
2009-12-21DEV-44367: Put back help IDs for prefs, land, and water.Lynx Linden
The help_topic tags for Preferences, About Land, and Advanced Water Editor were removed for EXT-2766. However, this has the sideeffect that those floaters no longer show the "?" Help button. So, I'm reverting that change and putting these help IDs back again.
2009-12-17made color_swatch border color consistentrichard
2009-12-13EXT-2764 EXT-2766 add and remove help ids to reflect realityKent Quirk
2009-12-08EXT-2276 Advanced water settings floater sliders spaced too tightLis Pardi
2009-11-24EXT-2764 EXT-2766 add and remove help ids to reflect realityKent Quirk
2009-11-05EXT-2241 layout of Preferences > Sound needs to be improved for I18N, ↵Erica
EXT-2276 Advanced water settings floater sliders spaced too tight
2009-11-04converted all floater titles to uppercaserichard
2009-11-03DEV-39999: Removed all legacy help buttons and notifications from theLynx Linden
code. All help should now go through the new help server, via the Help Browser floater. There should no longer be any custom "?" buttons in the UI - all <button> and <notification> XUI references relating to custom help buttons have been expunged. (I previously extracted all of the help strings from notifications.xml and passed these to the doc team to include in the help server pages.) I have checked that none of the XUI elements that are removed here are still referenced by any C++ code. I've also confirmed that there are no new notifications removed that I have not already passed on to the doc team. And I've also done a pass through the UI to make sure that all of the floaters still look as they should. Finally, I've confirmed that the new help system for floaters and side panels still works. 2,276 lines deleted - 0 lines added.
2009-11-01EXT-2056Erica
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-19Edit tool_tips for uniform capitalization and punctuationLisabeth Pardi
EXT-1675
2009-10-15DEV-41253: Updated the help context calculation code so that it willMartin Reddy
now search through a panel's children to see if there are any visible tabs that have a help topic string defined. If so, we use this string. Updated all of the XUI files that include a tab_container to define help topic strings for their child panels. I named all of these strings with the floater name as the prefix and "tab" at the end. For example, "preferences_display_tab" or "people_nearby_tab".
2009-09-21DEV-39997: merging all of the recent xui file updates from theMartin Reddy
viewer2help-1 branch into viewer-2.0.0-3, to avoid divergence. This involves giving all floaters and side panels a help_topic attribute, to specify a logical name for that UI element's page in the help viewer. If you are creating/updating a floater or panel, please consider adding a help_topic field. For details, see the wiki page on XUI Documentation: https://wiki.lindenlab.com/wiki/XUI_Documentation#help_topic I'm also merging in some updates to the lastest floater button artwork to ensure these are 16x16 pixels. (Note, the new help code is still being developed in viewer2help-1 and is NOT being merged into 2.0 with this checkin. This is just data files.)
2009-06-21merge -r 122421-124917 viewer-2.0.0-2 -> viewer-2.0.0-3Steven Bennetts
ignore-dead-branch