summaryrefslogtreecommitdiff
path: root/indra/newview/lltoastscripttextbox.cpp
AgeCommit message (Collapse)Author
2010-12-14STORM-713 FIXED XML/UI issues in llTextBoxPaul Guslisty
- As the class LLToastNotifyPanel is deprecated, made the class LLToastScriptTextbox derived directly from LLToastPanel. - Added callback for ignore button. Now LLToastScriptTextbox has its own XML, therefore it's not needed to dynamically create toast panel. Since LLToastNotifyPanel is deprecated all new notification toasts should be created this way.
2010-11-16Viewer 2.4 (as of 15 Nov 2010) with llTextBox support merged inJonathan Yap
2010-09-30xui / panel format cleanup.Tofu Linden
2010-09-29finally, properly(?) deal with submitting empty text.Tofu Linden
2010-09-29start to de-cruftify.Tofu Linden
2010-09-29more robustness for empty-but-not-aborted textboxes.Tofu Linden
2010-09-29work on response integrity.Tofu Linden
2010-09-29response is starting to limp along.Tofu Linden
2010-09-29clean up xui a bit, still working on proper script reponse.Tofu Linden
2010-09-29textbox dialog working, preparing to send response properly.Tofu Linden
2010-09-28trivial reformat before I tear this apart.Tofu Linden
2010-09-28iterate iterate.Tofu Linden
2010-09-24merge from viewer-developmentTofu Linden
2010-09-20make this at least build, but no real flesh yet.Tofu Linden
2010-09-13Start to break the lltextbox toast into its own toast class instead of ↵Tofu Linden
mega-overloading the generic notification panel.