andreykproductengine
55fa4b1c37
MAINT-4334 FIXED Request confirmation from the user when paying another avatar to ensure that the destination avatar and L$ amount is correct and intended before the money is sent
2014-08-18 16:06:20 +03:00
Baker Linden
d7b902d575
[MAINT-3555] Crash in LLPanel::~LLPanel() on shutdown
...
- Added clear() after DeletePointer() call to hopfully fix this...
2014-02-14 13:56:36 -08:00
Graham Madarasz
bf6182daa8
Update Mac and Windows breakpad builds to latest
2013-03-29 07:50:08 -07:00
Aimee Linden
ffae589843
Post-convert merge by convert_monolith.py from /Users/Aimee/Documents/Work/Linden-Lab/Development/viewer/convert/viewer-identity-evolution
2010-09-03 17:41:39 +01:00
Aimee Linden
0a74d15935
Merge between james/viewer-identity-evolution and dessie/viewer-public
2010-09-03 15:30:16 +01:00
Tofu Linden
e416840f85
Backed out changeset c3d41f18ce2b
...
back-out the back-out for this branch. yay.
2010-08-24 19:22:00 +01:00
Tofu Linden
98cc236503
Backed out changeset a62bf7c0af21
...
Backing out this merge that I pushed (prematurely) to the wrong place.
2010-08-24 18:44:39 +01:00
Tofu Linden
6ba23344c9
merge heads. whew.
2010-08-24 18:37:53 +01:00
Oz Linden
06b0d72efa
Change license from GPL to LGPL (version 2.1)
2010-08-13 07:24:57 -04:00
Richard Nelson
566e3969f9
deprecated LLPanel::child*() methods
2010-07-30 10:02:30 -07:00
Leyla Farazha
33d1aa30ab
Merge from dessie/viewer-release
2010-07-06 17:51:07 -07:00
Andrew A. de Laix
3ec7438388
Fix EXT-8074: unregister floater as message handler on destruction to prevent race from user closing dialog and receiving price message.
2010-06-25 14:53:35 -07:00
James Cook
3bbb622731
WIP Fix miscellaneous display names in UI
2010-05-28 08:21:33 -07:00
James Cook
894261e4e4
Fix build errors introduced in last merge
2010-05-13 16:30:15 -07:00
James Cook
9dd7924b19
Merge
2010-02-11 10:09:23 -08:00
richard
ddfc6efbee
EXT-5025 - Tooltips block mouse clicks
...
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-05 11:32:33 -08:00
James Cook
88350edbcb
merge
2010-02-03 14:13:56 -08:00
James Cook
146e9d5e4d
Support returning full_name (and SLID) for LLCacheName::get() calls
...
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-02-01 17:06:18 -08:00
Tofu Linden
5d2da8a4d0
CID-396
...
Checker: UNINIT_CTOR
Function: LLFloaterPay::LLFloaterPay(const LLSD &)
File: /indra/newview/llfloaterpay.cpp
2010-01-26 17:50:15 -08:00
Lynx Linden
3f469dcef6
DEV-38840: cosmetic fix to the Pay Resident/Group floater in 2.0.
...
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-11-05 11:30:28 +00:00
James Cook
ec84b639ed
EXT-1339 Create onClose method in LLFloater, and remove most bindings to 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-07 20:54:31 +00:00
James Cook
5c51eb5a34
Moved LLFloaterPay implementation to .cpp file so header file is just lightweight interface. Not reviewed.
2009-10-06 22:44:38 +00:00
James Cook
d4b468cd70
Renamed llgivemoney.h/cpp to llfloaterpay.h/cpp, the class it contains. Not reviewed.
2009-10-06 22:14:50 +00:00