summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_tools.xml
AgeCommit message (Collapse)Author
2010-12-08automated mergeRoxie Linden
2010-12-08SH-541 - Physics mesh display shows inconsistent data.Roxie Linden
The object UI was allowing the user to set 'prim' physics for meshes for which no user physics had been uploaded, or decomposed. It defaulted to convex hull in that case. The fix is to fix the UI to disallow 'prim' for meshes without physics meshes, limiting those to only convex hull and none. We will also redo the task validation to detect invalid states related to this as part of the 'redo the validation' work
2010-12-01Automated merge up from viewer-developmentLoren Shih
2010-11-18STORM-189 FIXED insufficient spacing between controls and truncations in IT, ↵Seth ProductEngine
NL, PL and PT locales in Build Tools floater.
2010-11-08MergeLoren Shih
2010-11-01STORM-354 : merge with viewer-developmentMerov Linden
2010-10-27Automated merge up from viewer-developmentLoren Shih
2010-10-26STORM-482; change to allow 1023 characters again in local chat. While fixing ↵Kent Quirk
this, I noticed that a change to XUI meant that many floaters had tried to set a limit on text length for line_editor components but it didn't take effect because the parameter name was wrong; I changed them to agree.
2010-10-26STORM-354 FIXED [TRUNCATION] many langs - build tools "Click to:" comboboxPaul Guslisty
- Increased width of label and decreased width of checkbox in EN locale - Removed overrides of width dimensions in EN, ES, NL, FR locales
2010-10-20Set proper limits for physics parameters.Dave Parks
2010-10-20Automated merge up from viewer-developmentLoren Shih
2010-10-15CTS-265 Fix for spinners having a scale limit of 10mDave Parks
2010-10-07Add pure physics cost to UIDave Parks
2010-09-27MergeLeyla Farazha
2010-09-27mergeDave Parks
2010-09-22Remove LL_MESH_ENABLED macros (fixes drag and drop). Add mesh stitching ↵Dave Parks
type back into tools floater.
2010-09-21Fix for build failures - disabling tcmalloc for nowBrad Payne (Vir Linden)
2010-09-03Post-convert merge by convert_monolith.py from ↵Aimee Linden
/Users/Aimee/Documents/Work/Linden-Lab/Development/viewer/convert/viewer-identity-evolution
2010-09-03Merge between james/viewer-identity-evolution and dessie/viewer-publicAimee Linden
2010-08-31mergeDave Parks
2010-09-24STORM-189 FIXED Truncations in DE ans ES locales in Build Tools floater.Seth ProductEngine
- Some checkboxes moved in DE locale and EN xml file. - Removed floater width override for ES locale.
2010-09-21STORM-189 FIXED Applied text wrapping to fix long string truncation in Build ↵Sergei Litovchuk
tools->Features.
2010-08-26re-merge change from Thickbrick (minor collisions with changes from ↵Oz Linden
viewer-public merge)
2010-08-25mergeDave Parks
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-21VWR-20752 (SNOW-586) Align planar-mapped textures across different faces.Thickbrick Sleaford
Port of svn changset 3458 from Snowglobe, with minor tweaks.
2010-08-13Added new UI to show linked set cost and object cost. Changed terminology ↵jwolk
in edit tools. Updated request payload when requesting object cost. Paired with davep
2010-08-12Make it possible to set a face to 100% transparent without scripts or other ↵Dave Parks
hackery.
2010-07-19Merge with dessie/viewer-releaseLeyla Farazha
2010-07-15Fix for EXT-8230Monroe Linden
LLPanelMediaSettingsPermissions::initValues() was referencing both XUI elements that don't exist and strings that don't appear in strings.xml. Also fixed a number of elements in panel_media_settings_permissions.xml and floater_tools.xml that weren't graying out properly when non-editable items were selected, and some mixed up image attributes that made the media "gear" icon states look wrong.
2010-07-15Fix for EXT-8230Monroe Linden
LLPanelMediaSettingsPermissions::initValues() was referencing both XUI elements that don't exist and strings that don't appear in strings.xml. Also fixed a number of elements in panel_media_settings_permissions.xml and floater_tools.xml that weren't graying out properly when non-editable items were selected, and some mixed up image attributes that made the media "gear" icon states look wrong.
2010-07-14mergeDave Parks
2010-07-08EXT-8275 FIXED (Build > Group > Edit Group - Replace checkbox with new Edit ↵Paul Guslisty
icon, and move to the right of group name) - Switched order of 'Share' checkbox and 'Deed' button - Switched order of 'Group Name' name box and 'Set Group' button - Changed image_overlay of 'Set Group' button Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/717/ --HG-- branch : product-engine
2010-07-06Merge from dessie/viewer-releaseLeyla Farazha
2010-07-06EXT-8247 FIXED In-world object info in Edit->General menu clippedLoren Shih
Trivial change to move down the Name: field by a few pixels.
2010-07-01added new physics parameters to primsKarl Stiefvater (qarl)
2010-06-24EXT-7046 FIX User profile using wrong placeholder/generic profile pic artRichard Linden
2010-06-22EXT-7729 WIP LLWARNS: Tons of "Making dummy class..." warnings on startupRichard Linden
reviewed by Leyla
2010-06-07Merge with render-pipelineDave Parks
2010-05-26DEV-50013 Build tools owner/creator show both names, more spaceJames Cook
2010-05-24mergeRichard Nelson
2010-05-21EXT-6658 FIXED Fixed text overflow and truncationPaul Guslisty
- Made more vertical space between radio group and status text to avoid overlapping - Moved by 5 pixels to the left \"checkbox fullbright\" checkbox to avoid trancation - Replaced checkbox's label with TextBox to have ability to apply word_wrap for truncated label Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/430/ --HG-- branch : product-engine
2010-05-20EXT-7104 WIP Enable Build button and set necessary callbacks.Mike Antipov
Because it is not enough to call showInstance for Build Floater it was implemented in a such way: * set save_visibility==true in floater tools to update button toggle state properly and subscribe Build button to listen visibility changes * added callback to observe parcel changing to set build button enabled/disabled. KNOWN ISSUE: if build permissions are changed button will not change state until restart/teleport Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/413/ --HG-- branch : product-engine
2010-05-19Merge pull from dessie/viewer-publicLeyla Farazha
2010-05-18EXT-7398 FIXED negative top/bottom coordinates do the wrong thing with ↵Richard Linden
topleft layout reviewed by Leyla
2010-05-11merge from dessie/viewer-public right before SLE code landedJames Cook
2010-05-11Hide mesh UI when MeshEnabled is set to false.Dave Parks
2010-04-07merge from viewer-trunkTofu Linden
2010-04-07Done normal task EXT-6583 ([TRUNCATION] build > select build tool > create ↵Mike Antipov
tool > texture tab) * Increased spinners' "width" & "label_width" attribute values. Updated checkboxes & "Apply" button placement to be accommodated in tab. The longest label is in 'DE' locale. * Also removed overrides of these widgets in 'fr' & 'it' locales Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/183/ --HG-- branch : product-engine