Commit Graph

73 Commits (bd008a170898e69beeb8bc0481b4bfd94de86c55)

Author SHA1 Message Date
andreykproductengine 779b5627c5 DRTVWR-493 LLAvatarNameCache to singletone 2019-07-03 20:06:47 +03:00
Oz Linden 01e0b78c59 merge changes for DRTVWR-439 2017-08-16 15:43:58 -04:00
andreykproductengine 34cfd3714b MAINT-7478 Fixed "No callback" log spam 2017-06-09 22:02:42 +03:00
Nat Goodspeed fe64db61d6 Automated merge with ssh://bitbucket.org/lindenlab/viewer-release 2017-05-22 21:30:26 -04:00
Nat Goodspeed 5f6bcaf456 Automated merge with ssh://bitbucket.org/lindenlab/viewer-release 2017-04-21 16:43:56 -04:00
Mnikolenko Productengine 26809498db MAINT-3595 Add the ability to turn off auto-complete of gestures in local chat 2017-04-05 14:29:35 +03:00
Nat Goodspeed 1771857e6c Automated merge with ssh://bitbucket.org/lindenlab/viewer-release 2017-03-06 14:27:29 -05:00
andreykproductengine 605160d501 MAINT-7118 Swapping legacy people API with new cache 2017-02-15 20:40:03 +02:00
andreykproductengine 451595dc38 MAINT-7095 Fixed Detached and reduced nearby chat floater does not maintain its position through viewer restart. 2017-02-09 21:18:23 +02:00
Nat Goodspeed 2499f6bcff DRTVWR-418: Casting pointer to BOOL is just wrong.
Since BOOL is simply a typedef for int, casting a 64-bit pointer to 32-bit int
is correctly diagnosed by the compiler as an error.

What works is to cast the pointer to (lowercase) bool, the builtin type, which
engages the compiler's test for "is this pointer NULL?"
2016-12-20 09:39:31 -05:00
andreykproductengine 3e60211e47 line endings fix 2016-07-12 17:33:07 +03:00
andreykproductengine 9ce396442f MAINT-6518 allow negative numbered chat channels 2016-06-27 17:21:14 +03:00
Oz Linden c8726aba30 remove execute permission from many files that should not have it 2015-11-10 09:48:56 -05:00
Richard Linden 391ac367d6 SH-4634 FIX Interesting: Viewer crashes when receiving teleport offer
renamed fast timers to have unique names, changes instance tracker to never allow duplicates
2013-11-19 17:40:44 -08:00
Richard Linden 17e9c872ad Automated merge with http://bitbucket.org/lindenlab/viewer-release 2013-11-11 19:17:49 -08:00
Richard Linden 52da9f5f49 merge with viewer-release 2013-09-09 18:58:41 -07:00
Oz Linden 82bf4e4db2 merge changes for DRTVWR-285 2013-08-19 15:15:15 -04:00
Mnikolenko ProductEngine 8fa463113c MAINT-3119 FIXED Select auto-completed part using cursor position 2013-09-17 12:20:28 +03:00
dmitrykproductengine a6c4863a6a Build fix after patch for MAINT-3137 2013-09-13 13:11:41 +03:00
Richard Linden e340009fc5 second phase summer cleaning
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
2013-08-09 17:11:19 -07:00
Oz Linden 86b4019684 merge changes for DRTVWR-333 2013-08-07 12:17:39 -04:00
Nat Goodspeed d2386652f8 CHOP-962: Make LLControlVariable::setPersist() accept only enum.
Initial change made LLControlVariable::mPersist an enum, but retained
bool/BOOL public API. setPersist(true) set one value, setPersist(false) set
another, forcePersist() set the third. Per code review, expose enum to public,
make setPersist() (and LLControlVariable constructor, and LLControlGroup::
declareControl(), and all the LLControlGroup::declareMumble() methods, and all
the unit-test dummy declareMumble() method bodies) accept that enum. Remove
forcePersist(). Fix calls to LLControlGroup::declareMumble() accordingly.
Also rename PERSIST_YES to PERSIST_NONDFT, also per code review.
2013-07-25 16:46:51 -04:00
PavelK ProductEngine d59b6e1d0a CHUI-817 FIX Revealing the "Conversations" window reveals hidden Nearby Chat window as well 2013-06-27 18:28:54 +03:00
Mnikolenko ProductEngine 9da29e2ccc CHUI-983 FIXED Call showHistory() after clicking toast as it was before. Minor change in showHistory() 2013-06-26 19:23:00 +03:00
Merov Linden b3c010ea71 Pull merge lindenlab/viewer-release 2013-06-19 12:24:44 -07:00
Oz Linden 761bf254a4 merge changes for 3.6.0-release 2013-06-17 16:50:35 -04:00
Richard Linden 0a96b47663 merge with viewer-release 2013-06-05 19:05:43 -07:00
Mnikolenko ProductEngine 168f4d8de0 CHUI-971 FIXED Unnecessary checking was removed. 2013-05-30 20:07:09 +03:00
Merov Linden 2113bb8159 Pull merge from viewer-release 2013-05-22 11:23:51 -07:00
Oz Linden 72e7269da3 merge changes for 3.5.2-release 2013-05-20 09:08:20 -04:00
Graham Madarasz 025c890958 Merge vwr-dev-mat 2013-05-01 08:11:15 -07:00
Graham Madarasz 806d09b114 Merge 3.5.1 into Materials 2013-04-30 19:50:05 -07:00
Oz Linden ddd5659f81 merge changes for DRTVWR-294 2013-04-19 10:11:29 -04:00
Mnikolenko ProductEngine 2aca9b39d4 CHUI-932 FIXED Restore previous text only if there is no gesture. 2013-04-10 19:39:56 +03:00
Mnikolenko ProductEngine 776d63b128 CHUI-914 FIXED Restore previous text after gestures were triggered. 2013-04-08 13:23:08 +03:00
Gilbert Gonzales b37f501a87 CHUI-796 (User doesn't get all messages in 'do not disturb' mode): Now when a conversation is focused by clicking on it's line item, selecting a torn off floater or unminimized a torn off floater the stored notifications for that conversation will be removed. 2013-04-01 15:36:05 -07:00
Mnikolenko ProductEngine 56939a2a2b CHUI-904 FIXED Set the focus on the Nearby chat floater after setting visibility. 2013-04-01 20:09:37 +03:00
Graham Madarasz bf6182daa8 Update Mac and Windows breakpad builds to latest 2013-03-29 07:50:08 -07:00
Oz Linden 621085d553 merge changes for 3.5.0-beta6 2013-03-28 11:31:30 -04:00
Gilbert Gonzales 9e3ec04b4b merge 2013-03-27 15:43:09 -07:00
Gilbert Gonzales 4146dc326f CHUI-851 ([CHUIBUG]Focussing issue and unresponsive tabs when focus is brought back to the HUB): Now when pressing enter a docked nearby chat floater will be focused and the conversation line item will be selected. When the nearby chat is not docked then only the floater will be focused. 2013-03-27 15:42:34 -07:00
mberezhnoy 04ddc04666 CHUI-893 ([CHUIBUG]Chat input field scrambles "/nod") 2013-03-27 18:28:27 +02:00
Oz Linden 76f8d755b0 merge changes for storm-1931 2013-03-25 15:37:45 -04:00
Mnikolenko ProductEngine b2d122975a CHUI-879 FIXED Expand and then collapse message pane when floater opens to avoid UI issues. 2013-03-22 15:21:58 +02:00
maksymsproductengine 4a2fb4c64f CHUI-873 FIXED [CHUIBUG]Torn off nearby chat with message panel hidden has huge bottom padding when opening in mouselook mode 2013-03-20 22:27:16 +02:00
Oz Linden 4b1c1e4e02 merge changes for storm-1931 2013-03-20 15:33:09 -04:00
Mnikolenko ProductEngine 5187f5b41f CHUI-869 FIXED Clicking on toast will restore Message pane. 2013-03-20 15:08:02 +02:00
Mnikolenko ProductEngine bc8ac5854f CHUI-620 FIXED Clear the highlight when auto-selecting new conversation or when text is entered into the message panel. 2013-03-18 14:37:21 +02:00
AlexanderP ProductEngine a5a9bd791c CHUI-816 [CHUIBUG]CHUI does not remember undocked state and position of Nearby Chat 2013-03-15 16:04:09 +02:00
Mnikolenko ProductEngine ee4fbb8e37 CHUI-830 FIXED Button for collapsing torn-off floater(to a single input line) is added.
Show toasts for new messages for that conversation, regardless of other prefs.
2013-03-15 12:33:46 +02:00