Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-24 | ACME-251 Create AvatarFolderItemView: Adding in code to make the persontab's ↵ | Gilbert Gonzales | |
function more like accordiontabs | |||
2013-04-25 | added SLApp for fbc | Cho | |
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: 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 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-03 | changed FBC Services redirect_uri for testing | Cho | |
2013-04-03 | made Facebook Friends list auto-populate | Cho | |
2013-04-03 | made auth code extraction more robust | Cho | |
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 | updated to work with new /get-friends/ response format | Cho | |
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-03-29 | merge | Gilbert Gonzales | |
2013-03-29 | Using curl to access pdp with the has-acces-token API and then upon receipt ↵ | Gilbert Gonzales | |
will open the webview when no token exists for the user. | |||
2013-03-29 | added response to successful FBC authentication | Cho | |
2013-03-29 | changed url to pdp15.lindenlab.com | Cho | |
2013-03-14 | forgot to add new .xml file for the gear menu in the FBC Test panel. Also ↵ | Gilbert Gonzales | |
cleaned up the code I added. | |||
2013-03-13 | Now using the FBC Test panel you can select the '+' button to view FBC app ↵ | Gilbert Gonzales | |
settings, send a FBC app invite or send a facebook message. | |||
2013-03-14 | CHUI-700 FIX [CHUIBUG]"Zoom in" feature for avatars has disappeared | Cho | |
Added "Zoom In" context menu item to Nearby Chat list in People floater and Conversation floater | |||
2013-03-12 | ACME-99 FIX Populate the FB tab friends list with FB data | Cho | |
2013-03-09 | ACME-98 FIX Create a FB Login button in FB tab in People panel | Cho | |
2013-03-09 | ACME-97 FIX Create an extra FB tab in the People panel | Cho | |
2013-02-25 | CHUI-790 FIXED Just disable "+" if selected participant is your own avatar | Mnikolenko ProductEngine | |
2013-02-13 | CHUI-765 FIXED User's name is added to the list in Nearby tab. | Mnikolenko ProductEngine | |
2012-08-30 | CHUI-305: Minor changes after code review. Using templated findChild() ↵ | Gilbert Gonzales | |
instead of getChildView(). Also using settings.xml to store common custom variables. | |||
2012-08-29 | CHUI-305: Problem: The 'resident picker' had multiple parents and due to the ↵ | Gilbert Gonzales | |
design of the resident picker it can have only one parent. Having multiple parents caused both parents to fight for depth ordering...which caused the flickering. Resolution: Now multiple 'resident pickers' can exist and they are coupled to the floater that spawned then. Meaning that when the parent floater closes, the 'resident picker' floater will also close. In addition, a shadow frustum eminates from the button that opened the 'resident picker'. | |||
2012-05-24 | CHUI-78 FIXED group actions gear menu in People->Groups. | Seth ProductEngine | |
Used the same menu for groups list context menu and gear menu in People->Groups. Changed the type of groups list context menu to toggleable. |