summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterpay.cpp
AgeCommit message (Collapse)Author
2010-06-25Fix EXT-8074: unregister floater as message handler on destruction to ↵Andrew A. de Laix
prevent race from user closing dialog and receiving price message.
2010-02-05EXT-5025 - Tooltips block mouse clicksrichard
EXT-4547 [BSI] it is possible to highlight multiple layers of chat EXT-3844 Mouse wheel camera zoom is not reflected on View popup slider EXT-3103 Add an option to restrict entering non-ascii symbols in text editor. reviewed by Leyla
2010-01-26CID-396Tofu Linden
Checker: UNINIT_CTOR Function: LLFloaterPay::LLFloaterPay(const LLSD &) File: /indra/newview/llfloaterpay.cpp
2009-11-05DEV-38840: cosmetic fix to the Pay Resident/Group floater in 2.0.Lynx Linden
Previously the title for this floater was set to "" and a text string was positioned over the title bar based upon whether you are paying a resident or a group. This could mess up the position of the floater "title" and was also truncating the "Pay Resident" title. Now, we use setTitle() to actually set the floater title appropriately.
2009-10-07EXT-1339 Create onClose method in LLFloater, and remove most bindings to ↵James Cook
mCloseSignal. In the vast majority of cases, mCloseSignal is being bound to an onClose function. Just make it virtual and be done with it. Renamed a couple of LLPanel close methods to onClosePanel() to distinguish them. Reviewed with Richard.
2009-10-06Moved LLFloaterPay implementation to .cpp file so header file is just ↵James Cook
lightweight interface. Not reviewed.
2009-10-06Renamed llgivemoney.h/cpp to llfloaterpay.h/cpp, the class it contains. Not ↵James Cook
reviewed.