summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatermodelwizard.cpp
AgeCommit message (Collapse)Author
2011-07-09Fix for SH-2028. Also fixed layout issues with new upload warning and ↵Don Kjer
upload price text when floater is resized.
2011-07-05SH-1965 FIXED recalculating physics in model upload wizard before requesting ↵seth_productengine
the upload fee.
2011-07-01Automated merge with https://bitbucket.org/seth_productengine/mesh-developmentNyx (Neal Orman)
2011-07-01SH-1725 SH-1726 FIX mesh upload wizard & advanced don't handle upload errors ↵Nyx (Neal Orman)
gracefully Restructured the code to be a bit cleaner, now have callbacks with appropriate functionality in both the wizard and advanced uploaders. If the upload fails, it requires the user to re-submit the recalculate request.
2011-07-01SH-1964 FIXED switching to "Review" wizard step upon fee request success and ↵Seth ProductEngine
to "Physics" step upon failure. Fixed disabling the final wizard step upon upload failure.
2011-06-30Automated merge with https://bitbucket.org/seth_productengine/mesh-developmentNyx (Neal Orman)
2011-06-30SH-1332 Remaining mesh wizard upload workNyx (Neal Orman)
adding observer classes for the upload step so we don't move to success state until upload succeeds.
2011-06-30SH-1725 WIP Fixed model wizard making multiple calls to upload permissions ↵Seth ProductEngine
check. Fixed truncated warning text.
2011-06-30SH-1725 WIP Fixed "Upload" button to be enabled only after recalculating the ↵seth_productengine
upload fee and weight.
2011-06-30SH-1725 WIP Fixed displaying upload permissions warningseth_productengine
2011-06-29SH-1725 WIP Added upload permissions and fee requests to Upload Model Wizard.Seth ProductEngine
- Enabled warning for users without upload permissions. - Enabled "Calculate weights & fee" button. - Temporarily enabled to upload meshes if upload permission capability request has failed.
2011-06-29SH-1726 FIXED (Viewer modifications to advanced model upload to accommodate ↵Paul ProductEngine
upload fee & prim equivalency) - Changed XUI according to the spec - Added requesting upload permission, physics weight and fee weight - Split requesting fee and uploading model steps in mesh repository
2011-06-28SH-1725 WIP Fixed preview model display on two last wizard steps.Seth ProductEngine
2011-06-28SH-1725 WIP Fixed the physics detail slider value.Seth ProductEngine
Inverted the min value to the "performance" end of the slider and the max value to the "accuracy" end.
2011-06-28SH-1725 WIP Fixed model preview panels cursor change.Seth ProductEngine
2011-06-22SH-1725 WIP Floater upload model wizard update:Seth ProductEngine
- XUI changed according to latest mockups - Added switching to advanced upload floater - Added "Recalculate geometry" and "Recalculate physics" buttons
2011-06-09partial fix for SH-1804: viewer crashes when uploading "Messerschmitt KR200.dae"Xiaohong Bao
eliminated crashing, but still failed to upload it.
2011-06-08fix for SH-1651 and SH-1652: Viewer Crash in Display:RenderUI when uploading ↵Xiaohong Bao
skpfile.dae model with High LOD selected as Physics shape
2011-05-24fix forXiaohong Bao
SH-712:Asset error given on upload of duck.dae using High LOD for physics shape - Analyze seems to not complete; SH-889: Viewer crash when analyzing physics LOD; SH-890: Viewer crash on Exit after analyzing physics layer which never seems to complete
2011-03-30fix for SH-1247 textures not uploading in wizardLeyla Farazha
2011-03-29MergeLeyla Farazha
2011-03-29SH-1247 Upload Wizard should pull in textures, if defined in .daeLeyla Farazha
2011-03-29SH-1225 Import convex hull data from .slmDave Parks
2011-03-25SH-1104 Add additional panel before review step.Leyla Farazha
2011-03-17SH-587 Fix for crash when clicking cancel in model importer.Dave Parks
2011-02-23SH-1035 Model preview background color should match specleyla_linden
2011-01-12SH-777 Wizard top buttons need to be clickable and switch between wizard stepsleyla_linden
2011-01-06added callback for updating wizard dimensions and costs from the model previewleyla_linden
properly enabling/disabling wizard buttons xml ui fixes
2010-12-31Physics stage of wizardleyla_linden
2010-12-21fixed wizard model not previewing issues and added pan/zoomleyla_linden
2010-12-20model upload wizard - added optimization and state changesleyla_linden
2010-12-10fixed model uploader aspect not updating, text not following resize, and ↵leyla_linden
file name not filling in
2010-12-09Initial code for the upload model wizard - loading model is working, not ↵leyla_linden
much else