summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_tools.xml
AgeCommit message (Collapse)Author
2011-06-23FIX VWR-25660 en_xui_changeeli_linden
2011-06-20sync with viewer-developmenteli_linden
2011-06-06sync with viewer-developmenteli_linden
2011-05-27sync with viewer-developmenteli_linden
2011-05-16mergeDave Parks
2011-05-13merge changes for vwr-24197Oz Linden
2011-03-31SH-1087 FIXED Edit tools do not fit on default sized viewer windowLoren Shih
Repositioned physics UI and shrank edit object window back to original size.
2011-03-31SH-1087 IN-PROGRESS Edit tools do not fit on default sized viewer windowLoren Shih
First phase check-in. Moved physics code over to features tab.
2011-03-15Revert for accidental checkin for 88ce578d4bf9.Loren Shih
2011-03-15Mesh-development work in progressLoren Shih
2011-03-14SH-1087 Edit tools do not fit on default sized viewer windowLoren Shih
Work in progress. Cleaned up some of the XUI layout so that it's properly laid out (e.g. maintains position if the window is resized, even though we don't allow resize) This checkin should not have any visible UI change effects.
2011-03-09Automated merge up from viewer-development into mesh-developmentLoren Shih
2011-03-01SH-311 Physics Shape Type UI collides with torus parametersleyla_linden
SH-309 Objects number in Edit Tools becomes obscured
2011-03-01STORM-949 : pull into viewer-developmentMerov Linden
2011-02-22STORM-889 FIXED Put Link/Unlink in Edit PanelPaul ProductEngine
- Moved callbacks for Link/Unlink to the LLSelectMgr - Binded Link/Unlink callbacks with buttons in Build Floater - Replaced view_listener_t usage for Link, Unlink, EnableLink, EnableUnlink with boost::bind
2011-02-14STORM-949 FIXED Actual usernames removed from XUI files.Seth ProductEngine
Actual usernames are replaced with "TestString PleaseIgnore" in EN locale with setting translate="false" flag for affected widgets. Translated phrases with actual usernames are removed from XUI files in other locales.
2011-02-09SH-840 Convert resource cost physics cost to prim countleyla_linden
2011-02-02Automated merge up from viewer-development into mesh-developmentLoren Shih
2011-01-27STORM-484 FIXED The long name is not truncated in Build toolspaul_productengine
- Fixed typo
2011-01-21Automated merge up from viewer-developmentLoren Shih
2011-01-17STORM-484 FIXED The long name is not truncated in Build toolsPaul Guslisty
- Decreased height of text box containing name - Enabled ellipses for these text boxes
2010-12-22Constraints in XUI files don't match the constraints imposed elsewhere in ↵SignpostMarv Martin
the viewer/server code. Don't know where the constraints are specified, but this XUI mod lets the user play within the full range of the actual constraints.
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