summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2013-06-17CHUI 560: Adding socialpanel.h/cpp filesGilbert Gonzales
2013-06-17mergeGilbert Gonzales
2013-06-17ACME-558: Adding logging information, when a friends list is received the ↵Gilbert Gonzales
log message 'Facebook: Friends list received' will be displayed. When the suggested friends list is updated the log message 'Facebook: Updating Suggested Friends List' will be displayed.
2013-06-14Merge with viewer-fbcMerov Linden
2013-06-14ACME-520 : Add more extended state in LLFacebookConnect and handle it ↵Merov Linden
consistently and transparently from the public interface
2013-06-14ACME-558 Update LLPanelPeople to use the friends list callback and remove ↵Gilbert Gonzales
the timer dependencies
2013-06-13ACME-537: Prevented error code for showing up when disconnected from FB and ↵Gilbert Gonzales
opening the 'Friends' tab of the people panel.
2013-06-12cleaned up FBC snapshot feature and made it work with new direct upload ↵Cho
route on FBC API
2013-06-10ACME-464, ACME-509 : Skip 302 error when prompting the user for errorsMerov Linden
2013-06-07Pull merge from viewer-fbcMerov Linden
2013-06-07ACME-508 : Surface facebook connection errors in a modal notification dialogMerov Linden
2013-06-08mergeCho
2013-06-08added Facebook status update feature for ACME-502, ACME-503, and ACME-504Cho
2013-06-07mergeGilbert Gonzales
2013-06-07ACME-470: Adjusting 'Check in to Facebook' text to 'Check in to Facebook...'Gilbert Gonzales
2013-06-06ACME-464 : Fixed : We connect to FB when bringing up the Upload to FB ↵Merov Linden
Snapshot panel
2013-06-06ACME-464 : WIP : Post in the snapshot Panel correctly disabled / enabled ↵Merov Linden
according to FB connection status
2013-06-05Pull merge from viewer-fbcMerov Linden
2013-06-05ACME-464 : WIP : Make the menu Connect to FB only connect and be disabled if ↵Merov Linden
the user is already connected
2013-06-05mergeGilbert Gonzales
2013-06-05ACME-471: Now using the actual map top-down image for the checked in location.Gilbert Gonzales
2013-06-06uncommented the placeholder image uploadCho
2013-06-06removed unnecessary passing of image captionCho
2013-06-05mergeCho
2013-06-05added callback to post photo with actual image urlCho
2013-06-05ACME-485 : Temporary facebook.png icon for the snapshot panelMerov Linden
2013-06-05ACME-471: Code cleanup, just moving some code.Gilbert Gonzales
2013-06-05ACME-471: Code cleanup, instead of duplicating code from ↵Gilbert Gonzales
LLAgentUI::buildLocationString, now calling LLAgentUI::buildLocationString with a flag to perform a similar operation.
2013-06-05ACME-471: In last commit was not using the correct name and location. Now ↵Gilbert Gonzales
using the proper name and location.
2013-06-04mergeGilbert Gonzales
2013-06-04ACME-471: Once connected to facebook, a user can use the 'Check in to ↵Gilbert Gonzales
Facebook' button under the 'Me' menu to make a check in post to Facebook
2013-06-05added call to sharePhoto() with placeholder image for ACME-467Cho
2013-06-04ACME-484: Right-click menu only has 'Add Friend' and 'View Profile' options. ↵Gilbert Gonzales
Also multi-select is disabled.
2013-05-31Pull merge from viewer-fbcMerov Linden
2013-05-31ACME-453, ACME-455, ACME-456, ACME-465 : Duplicate and tweak the Snapshot ↵Merov Linden
Profile UI to create the Snapshot Facebook UI
2013-05-31mergeGilbert Gonzales
2013-05-31ACME-484 Add a right click menu to the 'Suggested Friends' tabGilbert Gonzales
2013-06-01added LLFacebookConnect::sharePhoto() for ACME-467Cho
2013-05-31ACME-436 Update the list of Suggested Friends when new data arrivesGilbert Gonzales
2013-05-31ACME-435 Only show the 'People you may want to friend' tab when it is populated.Gilbert Gonzales
2013-05-30mergeGilbert Gonzales
2013-05-30ACME-434 When tab becomes visible, pull suggested friends data.Gilbert Gonzales
2013-05-30Pull merge from viewer-releaseMerov Linden
2013-05-29ACME-433 Add a new tab to the bottom of the friends listGilbert Gonzales
2013-05-29increment version to 3.5.4Oz Linden
2013-05-29updated postCheckinMessage to use new parameters and new route pathCho
2013-05-23MAINT-2724: Make viewer explicitly set coroutine stack size.Nat Goodspeed
Introduce LLCoros::setStackSize(), with a compile-time default value we hope we never have to use. Make LLAppViewer call it with the value of the new settings variable CoroutineStackSize as soon as we've read settings files. (While we're at it, notify interested parties that we've read settings files.) Give CoroutineStackSize a default value four times the previous default stack size. Make LLCoros::launch() pass the saved stack size to each new coroutine instance. Re-enable lleventcoro integration test. Use LLSDMap() construct rather than LLSD::insert(), which used to return the modified object but is now void.
2013-05-22Pull merge from viewer-releaseMerov Linden
2013-05-22merge changes for chui-967Oz Linden
2013-05-22CHUI-967: fix display of % escapes in chatGilbert Gonzales