Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-14 | MAINT-5097 FIXED crash in LLFloaterPay::onGive | andreykproductengine | |
2015-01-13 | merge changes for 3.7.24-release | Oz Linden | |
2014-10-18 | Update to build on Xcode 6.0: remove lots of unused variables | callum_linden | |
2014-08-18 | MAINT-4334 FIXED Request confirmation from the user when paying another ↵ | andreykproductengine | |
avatar to ensure that the destination avatar and L$ amount is correct and intended before the money is sent | |||
2014-02-14 | [MAINT-3555] Crash in LLPanel::~LLPanel() on shutdown | Baker Linden | |
- Added clear() after DeletePointer() call to hopfully fix this... | |||
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2010-09-03 | Post-convert merge by convert_monolith.py from ↵ | Aimee Linden | |
/Users/Aimee/Documents/Work/Linden-Lab/Development/viewer/convert/viewer-identity-evolution | |||
2010-09-03 | Merge between james/viewer-identity-evolution and dessie/viewer-public | Aimee Linden | |
2010-08-24 | Backed out changeset c3d41f18ce2b | Tofu Linden | |
back-out the back-out for this branch. yay. | |||
2010-08-24 | Backed out changeset a62bf7c0af21 | Tofu Linden | |
Backing out this merge that I pushed (prematurely) to the wrong place. | |||
2010-08-24 | merge heads. whew. | Tofu Linden | |
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-07-30 | deprecated LLPanel::child*() methods | Richard Nelson | |
2010-07-06 | Merge from dessie/viewer-release | Leyla Farazha | |
2010-06-25 | Fix 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-05-28 | WIP Fix miscellaneous display names in UI | James Cook | |
2010-05-13 | Fix build errors introduced in last merge | James Cook | |
2010-02-11 | Merge | James Cook | |
2010-02-05 | EXT-5025 - Tooltips block mouse clicks | richard | |
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-02-03 | merge | James Cook | |
2010-02-01 | Support returning full_name (and SLID) for LLCacheName::get() calls | James Cook | |
Changed callback signature to full_name instead of first_name,last_name Eliminated all calls to legacy (non-signal/non-boost-bind) lookup mechanism Change Pay dialog names to SLURL links Tweaked layout of Pay Resident and Pay via Object floaters to make SLURLs fit Consolidate name first + " " + last concatenation in LLCacheName::buildFullName() Reviewed with Kelly | |||
2010-01-26 | CID-396 | Tofu Linden | |
Checker: UNINIT_CTOR Function: LLFloaterPay::LLFloaterPay(const LLSD &) File: /indra/newview/llfloaterpay.cpp | |||
2009-11-05 | DEV-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-07 | EXT-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-06 | Moved LLFloaterPay implementation to .cpp file so header file is just ↵ | James Cook | |
lightweight interface. Not reviewed. | |||
2009-10-06 | Renamed llgivemoney.h/cpp to llfloaterpay.h/cpp, the class it contains. Not ↵ | James Cook | |
reviewed. |