Fixes, foxes, faxes, and "oh fucks."

Link and unlink buttons are now in the build menu. To facilitate this, some minor elements were adjusted, and the edit boxes were re-aligned. Emerald's layout was pretty sloppy anyway.
More fiddling with the windlight menu, and more dead ends.

Expect at least one more update before night's end to implement the features coming in from the merge.

Signed-off-by: Beeks <HgDelirium@gmail.com>
This commit is contained in:
Beeks
2010-09-02 03:19:13 -04:00
parent 9c207ae7e1
commit 1fe07cfcd7
9 changed files with 98 additions and 63 deletions

View File

@@ -74,17 +74,19 @@ public:
static void onCommitPhantom( LLUICtrl* ctrl, void* userdata);
static void onCommitCastShadows( LLUICtrl* ctrl, void* userdata);
static void onLinkObj( void* user_data);
static void onUnlinkObj( void* user_data);
static void onCopyPos( void* user_data);
static void onPastePos( void* user_data);
static void onPastePosClip( void* user_data);
static void onPastePosClip( void* user_data);
static void onCopySize( void* user_data);
static void onPasteSize( void* user_data);
static void onPasteSizeClip( void* user_data);
static void onPasteSizeClip( void* user_data);
static void onCopyRot( void* user_data);
static void onPasteRot( void* user_data);
static void onPasteRotClip( void* user_data);
static void onCopyParams( void* user_data);
static void onPasteParams( void* user_data);
static void onPasteRotClip( void* user_data);
static void onCopyParams( void* user_data);
static void onPasteParams( void* user_data);
static void onCommitParametric( LLUICtrl* ctrl, void* userdata);
@@ -183,6 +185,9 @@ protected:
LLSpinCtrl* mCtrlRotY;
LLSpinCtrl* mCtrlRotZ;
LLButton *mBtnLinkObj;
LLButton *mBtnUnlinkObj;
LLButton *mBtnCopyPos;
LLButton *mBtnPastePos;
LLButton *mBtnPastePosClip;