summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelpeople.h
AgeCommit message (Collapse)Author
2015-05-28MAINT-5227 FIXED Changing premium access of an account with > 42 groups back ↵andreykproductengine
to basic account shows negative number of groups that they can join
2014-10-20Update to build on Xcode 6.0: removal of some unused variablescallum_linden
2014-05-06Pull merge from lindenlab/viewer-release. Fixed some conflicts and compile ↵Merov Linden
errors
2014-02-21Added Friends tab to Facebook floater for ACME-1325Cho
2013-11-06merge with releaseRichard Linden
2013-08-06ACME-801: Adding a suggested friend as a friend does not remove them from ↵Gilbert Gonzales
the suggested friend list
2013-07-04Replaced content change callback with an event in LLFacebookConnect for ↵Cho
ACME-648 (more or less)
2013-07-03Implemented events for LLFacebookConnect state changes for ACME-662Cho
2013-07-02removed remaining FBC test stuff from llpanelpeople.cpp for ACME-661Cho
2013-06-28ACME-638: Removing the personfolderview, personmodelcommon and ↵Gilbert Gonzales
persontabview. Also removing FBC Test Two tab from the 'People' panel.
2013-06-28ACME-638: Removing non-used variableGilbert Gonzales
2013-06-28ACME-638: Removed LLSocialList class and FBC Test tab in the People panel.Gilbert Gonzales
2013-06-14ACME-558 Update LLPanelPeople to use the friends list callback and remove ↵Gilbert Gonzales
the timer dependencies
2013-06-12cleaned up FBC snapshot feature and made it work with new direct upload ↵Cho
route on FBC API
2013-06-05merge with viewer-releaseRichard Linden
2013-05-30ACME-434 When tab becomes visible, pull suggested friends data.Gilbert Gonzales
2013-05-22Pull merge from viewer-releaseMerov Linden
2013-05-20ACME-381 : Implement experimental checkin feature (used to test ↵Merov Linden
publish_actions permissions workflow)
2013-05-13ACME-344 : Menu hooked up. Readded the missing completedHeader() methods in ↵Merov Linden
responder that I mistakenly took out during the refactor.
2013-05-10ACME-348 : Completed : Facebook Connect refactored, LLPeoplePanel test list ↵Merov Linden
hooked correctly.
2013-05-09ACME-348 : WIP : LLFacebookConnect refactorin completed. Not functional yet ↵Merov Linden
though.
2013-05-08ACME-348 : WIP : LLFacebookConnect refactoringMerov Linden
2013-05-05Spring cleaning: removed unused .cpp and.h files, and cleaned up header ↵Richard Linden
dependencies
2013-04-30updated to grab FB URLs from serverCho
2013-04-26removed internal browser hack for getting auth code in favor of SLApp-only ↵Cho
approach
2013-04-26ACME-252 Create AvatarFolderItemView: Now when connecting to facebook using ↵Gilbert Gonzales
the + button the fctest two tab is populated.
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-23ACME-251 Create AvatarFolderItemView: Now the facebook friends tab is using ↵Gilbert Gonzales
LLPersonFolderViewModel instead of mConversationViewModel
2013-04-23ACME-251 Create AvatarFolderItemView: Changed classes name from ↵Gilbert Gonzales
LLPersonFolder* to LLPersonTab*
2013-04-22ACME 162: Implemented a foundation model for the facebook connect folder view.Gilbert Gonzales
2013-04-16adding a new tab in people panel that has a folder viewGilbert Gonzales
2013-04-13switched to use FacebookConnect and FacebookRedirect capabilitiesCho
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-04merging in viewer-chuiGilbert Gonzales
2013-04-03made Facebook Friends list auto-populateCho
2013-04-02created LLSocialList and LLSocialListItem and linked them up to the facebook ↵Gilbert Gonzales
tab.
2013-04-03updated to use POST for connect and disconnect, instead of WebkitCho
2013-04-01removing the facebook test label which appends friends names. Now using the ↵Gilbert Gonzales
avatar list widgit.
2013-04-01mergeGilbert Gonzales
2013-04-01Some not so clean code to use to show facebook friends using the existing ↵Gilbert Gonzales
avatar list.
2013-04-02added request to /get-friends/ after FB loginCho
2013-03-29Using 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-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2013-03-14forgot 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-13Now 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-12ACME-99 FIX Populate the FB tab friends list with FB dataCho
2013-03-09ACME-98 FIX Create a FB Login button in FB tab in People panelCho
2012-08-29CHUI-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-04-14CHUI-78 WIP Made the gear buttons spawn the avatar list context menu.Vadim ProductEngine
2012-04-14CHUI-78 WIP Remove bottom button bar from the people panel.Vadim ProductEngine
By the way, removed the "Activate" button from the Groups tab.