Satisfy Issue 1916: Local Gesture Preview/Play

Adds a dropdown option to gesture preview button to preview locally.
Note that any chat commands in gestures will still work as they normally would!

Translators: do your thing or hold your peace. (floater_preview_gesture.xml)

These code changes will look nicer viewer without space changes~
This commit is contained in:
Inusaito Sayori
2015-05-14 23:55:20 -04:00
parent 8e05524027
commit 4e4dbd4012
8 changed files with 91 additions and 34 deletions

View File

@@ -137,7 +137,7 @@ protected:
void onCommitActive();
void onClickSave();
void onClickPreview();
void onClickPreview(bool local);
void onDonePreview(LLMultiGesture* gesture);
@@ -170,7 +170,7 @@ protected:
LLCheckBoxCtrl* mActiveCheck;
LLButton* mSaveBtn;
LLButton* mPreviewBtn;
class LLFlyoutButton* mPreviewBtn;
LLMultiGesture* mPreviewGesture;
BOOL mDirty;