summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2013-04-26ACME-252 Create AvatarFolderItemView: Now when connecting to facebook using ↵Gilbert Gonzales
the + button the fctest two tab is populated.
2013-04-26ACME-252 Create AvatarFolderItemView: Corrected person_tab_view.xml and ↵Gilbert Gonzales
person_view.xml to have the proper parent tag. It was conversation_view_session for both which was wrong. Also updated the selected color for the personview.
2013-04-25ACME-252 Create AvatarFolderItemView: Now the sub items of the persontab are ↵Gilbert Gonzales
drawn with different highlights depending on if they are selected or moused over.
2013-04-25ACME-251: This should be final commit for this task, now the peopletab looks ↵Gilbert Gonzales
like the accordion tab.
2013-04-25ACME-251: Create AvatarFolderItemView: Fixed a bug that was causing facebook ↵Gilbert Gonzales
friends to not be inserted into the proper friends tab.
2013-04-24ACME-251 Create AvatarFolderItemView: Adding in code to make the persontab's ↵Gilbert Gonzales
function more like accordiontabs
2013-04-25added SLApp for fbcCho
2013-04-23Pull merge from viewer-fbcMerov Linden
2013-04-23ACME-251 Create AvatarFolderItemView: Re-adding llpersonfolderview.h/cpp and ↵Gilbert Gonzales
to use a class called LLPersonFolderView to manage the creation of subwidgits and selection of tabs.
2013-04-23Pull merge from viewer-fbcMerov Linden
2013-04-23Pull merge from viewer-fbcMerov Linden
2013-04-23ACME-251 Create AvatarFolderItemView: forgot to remove deleted files from ↵Gilbert Gonzales
indra/newview/CMakeLists.txt.
2013-04-23Fix build failures on Mac : suppress cruft that tripped gccMerov Linden
2013-04-23ACME-251 Create AvatarFolderItemView: Now the facebook friends tab is using ↵Gilbert Gonzales
LLPersonFolderViewModel instead of mConversationViewModel
2013-04-23ACME-251 Create AvatarFolderItemView: When making the folderview using ↵Gilbert Gonzales
LLPersonModelCommon instead of LLConverationItem. Also the .xml file file read in for LLPersonTabView was incorrect, now using person_tab_view.xml. And lastly made a new file called llpersonfolderview which which be the implementation of folderview.
2013-04-23ACME-251 Create AvatarFolderItemView: Changed classes name from ↵Gilbert Gonzales
LLPersonFolder* to LLPersonTab*
2013-04-22ACME-252: Created a folder view for the facebook connect tabGilbert Gonzales
2013-04-22ACME 162: Implemented a foundation model for the facebook connect folder view.Gilbert Gonzales
2013-04-16made a separate button to add test users to the folder view list. Also when ↵Gilbert Gonzales
receiving facebook friends both the avatarlist and folderview will be populated.
2013-04-16mergeGilbert Gonzales
2013-04-16adding a new tab in people panel that has a folder viewGilbert Gonzales
2013-04-17updated to use new API as suggested by Don LindenCho
2013-04-13mergeCho
2013-04-13switched to use FacebookConnect and FacebookRedirect capabilitiesCho
2013-04-11Adding in fast timer for testing creation of 300 avatar list items vs ↵Gilbert Gonzales
folderview items.
2013-04-10mergeCho
2013-04-10updated routes URLsCho
2013-04-09adding in logging of building a list of 300 users inside LLAvatarList and ↵Gilbert Gonzales
LLFolderView to determine drawbacks/benefits and timing.
2013-04-09changed redirect_uri to pdp15.lindenlab.com/redirectCho
2013-04-09updated to use new API routesCho
2013-04-05changed connect to use POSTCho
2013-04-05changed routes according to Kelly's and Enkidu's adviceCho
2013-04-04merging in viewer-chuiGilbert Gonzales
2013-04-04made FB+SL friends show up as <fb_name> (<sl_name)Cho
2013-04-03changed FBC Services redirect_uri for testingCho
2013-04-03CHUI-820 FIXED Cannot snap or move collapsed conversation window to left or ↵maksymsproductengine
right edge of viewer window
2013-04-04СHUI-818 FIXED For group toasts: show name of the group in Titlebar; add ↵Mnikolenko ProductEngine
[From User_DisplayName] before text of the message.
2013-04-04fix buildAlexanderP ProductEngine
2013-04-03CHUI-841 FIXED No warning given that you cannot leave a group you are the ↵AlexanderP ProductEngine
last owner of in conversation floater and people floater Added check in LLGroupActions::leave() method for number of members in the group and whether avatar is the owner. Also added LLFetchGroupMemberData class which sends and handles async request for group member data and used in the above method.
2013-04-03CHUI-838 FIXED (Opening chat history for groups only works once per session, ↵Mnikolenko ProductEngine
if at all)
2013-04-03CHUI-911 FIXED [CHUIBUG]When Chat side of Conversations floater is reduced ↵AlexanderP ProductEngine
to it's minimum width the scroll bar is half-obscured.
2013-04-03made Facebook Friends list auto-populateCho
2013-04-03mergeCho
2013-04-03made auth code extraction more robustCho
2013-04-02mergeGilbert Gonzales
2013-04-02adding support for showing avatar icon and avatar name + facebook name into ↵Gilbert Gonzales
LLSocialListItem. Also the info button and profile button should now work
2013-04-03got connectToFacebook working with code and redirect_uri passed as LLSD body ↵Cho
in POST request
2013-04-02created LLSocialList and LLSocialListItem and linked them up to the facebook ↵Gilbert Gonzales
tab.
2013-04-03got it workingCho
2013-04-03updated to use POST for connect and disconnect, instead of WebkitCho