summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelpeople.cpp
AgeCommit message (Collapse)Author
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-29mergeGilbert Gonzales
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-29added response to successful FBC authenticationCho
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2013-03-29changed url to pdp15.lindenlab.comCho
2013-03-22merge changes for 3.5.0-beta5Oz Linden
2013-03-19merge changes for 3.5.0-beta3 (chui)Oz Linden
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-14CHUI-700 FIX [CHUIBUG]"Zoom in" feature for avatars has disappearedCho
Added "Zoom In" context menu item to Nearby Chat list in People floater and Conversation floater
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
2013-03-09ACME-97 FIX Create an extra FB tab in the People panelCho
2013-02-25CHUI-790 FIXED Just disable "+" if selected participant is your own avatarMnikolenko ProductEngine
2013-02-13CHUI-765 FIXED User's name is added to the list in Nearby tab.Mnikolenko ProductEngine
2012-09-13STORM-1910: Adds the count of groups and the remaining free group slots to ↵LanceCorrimal
the group list
2012-08-30CHUI-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-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-05-24CHUI-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.
2012-04-26merge with viewer-releaseRichard Linden
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.
2012-04-13CHUI-91 FIXED Moved block list to a separate People floater tab.Vadim ProductEngine
2012-04-10CHUI-77 WIP Made per-tab filters work.Vadim ProductEngine
2012-04-06CHUI-77 WIP Moved setting filter label to XML.Vadim ProductEngine
2012-04-05CHUI-78 WIP Added drop-down menus and connected callbacks to the new ↵Vadim ProductEngine
view/sort/add/remove buttons.
2012-02-08EXP-1879 FIXED Crash in People floater in mouselook mode.Vadim ProductEngine
2012-01-03use lazy deletion of views via die() method to avoid some potential crashesRichard Linden
2011-10-13cleaned up floater reg, removed extraneous functionsRichard Nelson
2011-09-29EXP-1209 FIXED Sidetray removed.Paul ProductEngine
- Removed all sidetray dependencies and the sidetray itself. - Also removed LLFloaterSidetrayTab and LLSidetrayListener as unused.
2011-09-29Merge sergeylproductengine/viewer-experience-fui with ↵Paul ProductEngine
richard/viewer-experience-fui
2011-09-27EXP-1224 FIXED (Create and register a floater for People side tab)Paul ProductEngine
- Added a floater for People side tab. - Replaced calls to LLSideTray with LLFloaterSidePanelContainer.
2011-09-26fixed toolbar context menuRichard Nelson
deprecated pointless LLView::deleteViewByHandle
2011-03-12Switched to using *_SQUARED constants instead of multiplied constants, and ↵Ricky Curtice
cleaned up a few other minor issues noted during review.
2011-03-10Squared all dist_vec() based comparisons and other dist_vec() operations ↵Ricky Curtice
where sensible. Not all instances of dist_vec() were squared, only those where it wouldn't (hopefully) change the functionality.
2011-02-22STORM-28 FIXED Added the ability to send agent's own calling card to others.Seth ProductEngine
- Added creating own calling card for the user to be able to share it with other residents. - Moved calling cards synchronization with friends list to the viewer start up. Previously synchronized upon opening the Friends tab in People side panel. - Calling cards for non-friends are not removed upon calling cards synchronization with friends list. - Enabled "Share" menu item for calling cards in inventory.
2011-01-26Embed Minimap into the Nearby list of the People SidebarTwisted Laws
2010-12-02merge fix for STORM-557Oz Linden
2010-11-26STORM-557 FIXED Update the "add/remove friend" buttons in the nearby/recent ↵Vadim ProductEngine
people panels whenever our friend list changes.
2010-11-23STORM-556 FIXED Don't reset search filter when docking the People SP.Vadim ProductEngine
As a side effect, the filter will not be reset when switching to People from another SP, but this is consistent with all other sidepanels (e.g. switching to Places doesn't reset its seach filter as well).
2010-10-22STORM-426 FIXED Menu button no longer looked pressed while its menu is ↵Seth ProductEngine
displayed by another control. - LLMenuGL in menu button replaced by LLToggleableMenu that handles visibility change upon clicks inside specific button rect. - Added visibility change signal to LLToggleableMenu to update menu button pressed state. - Added using menu handle in LLMenuButton.
2010-10-15STORM-263 FIXED popup menu of Cog button in lower-left of sidebar panel ↵Seth ProductEngine
closing on second click - Changed type of gear menu buttons from LLButton to LLMenuButton in all sidebar panels where gear menu button is used. - Added setMenuPosition(), setMenu() and updateMenuOrigin() to the LLMenuButton. - Moved actions common for displaying a context menu to LLMenuButton::toggleMenu(). - In all sidebar panels where LLButton was replaced with LLMenuButton the following steps were taken: 1. setting gearMenu and its position relative to the menuButton with LLMenuButton::setMenu() 2. setting mouse down callback for the menuButton if needed. 3. calculating the menu origin point with LLMenuButton::updateMenuOrigin() in mouse down callback
2010-09-16MergeLeyla Farazha
2010-09-07VWR-21253 MERGE Permission icons in the friends listAimee Linden
2010-09-03Post-convert merge by convert_monolith.py from ↵Aimee Linden
/Users/Aimee/Documents/Work/Linden-Lab/Development/viewer/convert/viewer-identity-evolution
2010-09-03Merge between james/viewer-identity-evolution and dessie/viewer-publicAimee Linden
2010-09-01VWR-22454 (EXT-8248) MERGE Can't teleport multiple friendsAimee Linden
2010-08-24Backed out changeset c3d41f18ce2bTofu Linden
back-out the back-out for this branch. yay.