Age | Commit message (Collapse) | Author |
|
Panel)
- added an appropriate message into My Friends tab when avatar has no friends.
- "global search" & "try the Map" are made as url to appropriate floaters
--HG--
branch : product-engine
|
|
- moved processing of empty list message into LLGroupList
- implemented separate messages for empty list: No matched groups / no groups at all
--HG--
branch : product-engine
|
|
disabled) and EXT-4313
(Should not be able to start a call when voice is disabled). Call buttons state now reacts on
voice changes in time.
- Added voiceWorking() method to LLVoiceClient to determine real availability of voice, because voiceEnabled()
doesn't take into account possible errors. Perhaps there is no need in two methods- some investigation will be
made and depending on its results they may become one non-static method. voiceWorking() uses state of voice
client(mState) to determine voice availability. Also some states which are not currently counted by voiceWorking()
as valid may be added if testing reveals problems.
- To enable/disable call buttons in time, LLVoiceClientStatusObserver is used. Its trigger uses states from its
enum only to skip updating button in some states(to avoid button blinking), but to determine button state
LLVoiceClient's voiceWorking() is used.
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
Viewer now disallows joining or creating groups if the limit reached.
A server-side fix is also needed.
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
with boost::function in the LLFloaterAvatarPicker
--HG--
branch : product-engine
|
|
collapsed) while filtering when filter string is empty like in Inventory folders
--HG--
branch : product-engine
|
|
avatar is added to friends.
--HG--
branch : product-engine
|
|
call without opening group chat first (EXT-3596).
--HG--
branch : product-engine
|
|
panels while voice is disabled)
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
panels while voice is disabled)
--HG--
branch : product-engine
|
|
|
|
|
|
|
|
|
|
"choose resident" ("+" btn) menu when resident is already a friend)
--HG--
branch : product-engine
|
|
add return value to notifyXXX functions, may be usefull
--HG--
branch : product-engine
|
|
I made it about a year and a half ago; Zero found it while reading code. I had added a return value to LLSD::insert(), but a) did it wrong, and b) broke the STL-like semantics of insert(). So I've put insert() back to returning void and created LLSD::with(), which does what my earlier insert() did. The compiler then caught all the cases where insert()'s return value were being used, and I changed those to use with() instead.
|
|
been selected)
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
online friends list changes.
Minor code improvements.
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
friends list changes.
--HG--
branch : product-engine
|
|
--HG--
branch : avatar-pipeline
|
|
|
|
--HG--
branch : product-engine
|
|
Made the People and Me task panels support the desired tri-state behavior.
Until all the other task panels support that behavior, it is disabled.
--HG--
branch : product-engine
|
|
--HG--
branch : avatar-pipeline
|
|
llfloaternearbymedia.cpp
|
|
reviewed by James
|
|
refactored share code to all call LLAvatarActions::share.
Function opens an IM window if one doesn't already exist and prints an
appropriate message, as well as opening the inventory sidepanel.
Verified working in IM window, people tab, and individual's profile.
Will be post-reviewed before push.
--HG--
branch : avatar-pipeline
|
|
First pass at getting share buttons in the three places we need them:
person's profile
IM window
people panel
Only UI changes so far, functionality in a future checkin.
Will be reviewed before pushing.
--HG--
branch : avatar-pipeline
|
|
--HG--
branch : product-engine
|
|
|
|
People panel when focus is set to non-friend avatar)
--HG--
branch : product-engine
|
|
--HG--
branch : avatar-pipeline
|
|
Removed unnecessary "#include llinventorymodel.h" now that llinventoryobserver was split from llinventorymodel.
--HG--
branch : avatar-pipeline
|
|
|
|
Group\" option
--HG--
branch : product-engine
|
|
|
|
|
|
|
|
|
|
You can now multiple select users in the People panel, hit Call, and
start an ad-hoc voice conference call with those users.
The most difficult part here was automatically starting the call once
the conference chat panel popped up. We have to wait for the panel to
initialize before we can start a call, so I added another callback to
LLIMModel to enable us to get notified when the panel has initialized.
This is all wrapped up behind a new LLAvatarActions::startAdhocCall()
API.
|
|
--HG--
branch : product-engine
|
|
|