Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-23 | ACME-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-23 | ACME-251 Create AvatarFolderItemView: forgot to remove deleted files from ↵ | Gilbert Gonzales | |
indra/newview/CMakeLists.txt. | |||
2013-04-23 | ACME-251 Create AvatarFolderItemView: Now the facebook friends tab is using ↵ | Gilbert Gonzales | |
LLPersonFolderViewModel instead of mConversationViewModel | |||
2013-04-23 | ACME-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-23 | ACME-251 Create AvatarFolderItemView: Changed classes name from ↵ | Gilbert Gonzales | |
LLPersonFolder* to LLPersonTab* | |||
2013-04-22 | ACME-252: Created a folder view for the facebook connect tab | Gilbert Gonzales | |
2013-04-22 | ACME 162: Implemented a foundation model for the facebook connect folder view. | Gilbert Gonzales | |
2013-04-16 | made 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-16 | merge | Gilbert Gonzales | |
2013-04-16 | adding a new tab in people panel that has a folder view | Gilbert Gonzales | |
2013-04-17 | updated to use new API as suggested by Don Linden | Cho | |
2013-04-13 | merge | Cho | |
2013-04-13 | switched to use FacebookConnect and FacebookRedirect capabilities | Cho | |
2013-04-11 | Adding in fast timer for testing creation of 300 avatar list items vs ↵ | Gilbert Gonzales | |
folderview items. | |||
2013-04-10 | merge | Cho | |
2013-04-10 | updated routes URLs | Cho | |
2013-04-09 | adding in logging of building a list of 300 users inside LLAvatarList and ↵ | Gilbert Gonzales | |
LLFolderView to determine drawbacks/benefits and timing. | |||
2013-04-09 | changed redirect_uri to pdp15.lindenlab.com/redirect | Cho | |
2013-04-09 | updated to use new API routes | Cho | |
2013-04-05 | changed connect to use POST | Cho | |
2013-04-05 | changed routes according to Kelly's and Enkidu's advice | Cho | |
2013-04-04 | merging in viewer-chui | Gilbert Gonzales | |
2013-04-04 | made FB+SL friends show up as <fb_name> (<sl_name) | Cho | |
2013-04-03 | changed FBC Services redirect_uri for testing | Cho | |
2013-04-03 | CHUI-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-04 | fix build | AlexanderP ProductEngine | |
2013-04-03 | CHUI-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-03 | CHUI-838 FIXED (Opening chat history for groups only works once per session, ↵ | Mnikolenko ProductEngine | |
if at all) | |||
2013-04-03 | CHUI-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-03 | made Facebook Friends list auto-populate | Cho | |
2013-04-03 | merge | Cho | |
2013-04-03 | made auth code extraction more robust | Cho | |
2013-04-02 | merge | Gilbert Gonzales | |
2013-04-02 | adding 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-03 | got connectToFacebook working with code and redirect_uri passed as LLSD body ↵ | Cho | |
in POST request | |||
2013-04-02 | created LLSocialList and LLSocialListItem and linked them up to the facebook ↵ | Gilbert Gonzales | |
tab. | |||
2013-04-03 | got it working | Cho | |
2013-04-03 | updated to use POST for connect and disconnect, instead of Webkit | Cho | |
2013-04-03 | updated to account for new routes in FBC Services | Cho | |
2013-04-02 | added display of FB name to SL user in FBCTEST list | Cho | |
2013-04-02 | updated to work with new /get-friends/ response format | Cho | |
2013-04-02 | CHUI-811 FIXED [CHUIBUG]Too much spacing around the new chat UI elements | AlexanderP ProductEngine | |
2013-04-01 | removing the facebook test label which appends friends names. Now using the ↵ | Gilbert Gonzales | |
avatar list widgit. | |||
2013-04-01 | merge | Gilbert Gonzales | |
2013-04-01 | Some not so clean code to use to show facebook friends using the existing ↵ | Gilbert Gonzales | |
avatar list. | |||
2013-04-02 | added request to /get-friends/ after FB login | Cho | |
2013-04-01 | CHUI-896 : ADD FIX : Line flashing and FUI button flashing not working ↵ | AlexanderP ProductEngine | |
correctly for CHUI notifications backed out 902caf2 and (partly) d498514; case "NOT_ON_TOP" was fixed | |||
2013-04-01 | merge | Gilbert Gonzales | |
2013-04-01 | CHUI-796 (User doesn't get all messages in 'do not disturb' mode): Now when ↵ | Gilbert Gonzales | |
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. |