Sync llviewerobjectbackup with Cool VL Viewer

Note to Translators:
-Adds translation work to floater_object_backup.xml
-Adds ImportFailed, ExportAborted, and ConfirmAbortBackup to notifications.xml

Turns LLViewerObjectBackup into an LLFloaterSingleton.. but eventually, this should probably be an instance tracker on the uuid of the object to export or something instead.
This commit is contained in:
Inusaito Sayori
2014-09-11 19:45:15 -04:00
parent e5e665b9ee
commit 86ff77665c
5 changed files with 591 additions and 365 deletions

View File

@@ -272,7 +272,7 @@ void LLViewerObjectList::processUpdateCore(LLViewerObject* objectp,
}
else
{
LLObjectBackup::getInstance()->primUpdate(objectp);
LLObjectBackup::primUpdate(objectp);
}
@@ -310,7 +310,7 @@ void LLViewerObjectList::processUpdateCore(LLViewerObject* objectp,
gViewerWindow->getWindow()->decBusyCount();
gViewerWindow->getWindow()->setCursor( UI_CURSOR_ARROW );
LLObjectBackup::getInstance()->newPrim(objectp);
LLObjectBackup::newPrim(objectp);
}
}