summaryrefslogtreecommitdiff
path: root/indra/newview/llgroupactions.cpp
AgeCommit message (Collapse)Author
2022-12-12Merge branch 'main' into DRTVWR-570-maint-QAndrey Lihatskiy
# Conflicts: # doc/contributions.txt # indra/newview/app_settings/shaders/class1/deferred/materialF.glsl # indra/newview/llfloater360capture.cpp
2022-10-11SL-18165 Tighten up some command permissionsAndrey Kleshchev
2022-09-15Merge branch 'master' into DRTVWR-565-maint-PAndrey Lihatskiy
2022-08-31SL-18051 FIXED Have to leave group more than once to actually leave a groupMnikolenko Productengine
2022-02-28Merge branch 'master' into DRTVWR-544-maintAndrey Lihatskiy
# Conflicts: # indra/llaudio/llstreamingaudio_fmodstudio.cpp # indra/newview/llviewerregion.cpp
2022-02-28Merge branch 'master' into DRTVWR-540-maintAndrey Lihatskiy
# Conflicts: # autobuild.xml # indra/llcommon/llsys.cpp # indra/newview/app_settings/key_bindings.xml # indra/newview/llfloatereditextdaycycle.cpp
2021-12-21SL-16535 FIXED The Search floater opens without appropriate search results ↵Mnikolenko Productengine
after performing a search from the NavBar
2021-07-05SL-15427 open Search without submitting a search requestMnikolenko Productengine
2021-04-30Merge branch 'master' into DRTVWR-527-maintAndrey Lihatskiy
2021-01-29SL-14794 Group floater not focusing when clicking on 'more info' or 'view ↵Andrey Kleshchev
profile'
2020-07-14SL-13587 FIXED The "Picks" floater is opened on the Viewer login pageMnikolenko Productengine
2019-11-22SL-12100 Premium Enhancements - Changes to rates to create Groups, UI Workandreykproductengine
2019-08-10DRTVWR-493 LLUI to LLParamSingletonandreykproductengine
2015-11-10remove execute permission from many files that should not have itOz Linden
2014-05-15MAINT-4016 FIXED Viewer attempts full fetch of member list before allowing ↵maksymsproductengine
user to leave group
2013-09-09merge with viewer-releaseRichard Linden
2013-08-09second phase summer cleaningRichard Linden
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
2013-07-30Summer cleaning - removed a lot of llcommon dependencies to speed up build timesRichard Linden
consolidated most indra-specific constants in llcommon under indra_constants.h fixed issues with operations on mixed unit types (implicit and explicit) made LL_INFOS() style macros variadic in order to subsume other logging methods such as ll_infos added optional tag output to error recorders
2013-05-22Pull merge from viewer-releaseMerov Linden
2013-04-04fix buildAlexanderP ProductEngine
2013-04-03CHUI-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-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2012-11-09CHUI-337 FIXED: To avoid confusion with a classes "...conversation..." and ↵AlexanderP ProductEngine
in accordance with the naming convention in the project, some classes and corresponding files should be renamed: LLIMConversation -> LLFloaterIMSessionTab LLIMFloater -> LLFloaterIMSession LLNearbyChat -> LLFloaterIMNearbyChat LLIMFloaterContainer -> LLFloaterIMContainer LLNearbyChatBarListener -> LLFloaterIMNearbyChatListener LLNearbyChatHandler -> LLFloaterIMNearbyChatHandler
2012-10-26CHUI-383: Realized that prior changes for this bug caused a regress. The ↵Gilbert Gonzales
regress was using the people panel or a notecard to start a im/call with a user. When doing this the conversation line item would not be focused. Resolution: Changed all calls to LLIMFloater::show() to LLIMFloaterContainer::showConversation(), which will first select the conversation line item and then show the corresponding conversation floater.
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-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-04-14add testing hook to send a group chat IM.Andrew A. de Laix
2011-04-12CHOP-581: Preliminary attempt to add enter/leave group chat hooks.Nat Goodspeed
Unstable! Using present "startIM" is known to crash the Mac viewer. Committing to migrate to different dev box for further debugging.
2011-03-01SOCIAL-615 FIX Selecting create group, classified, or pick in profile and ↵Richard Linden
responding to notification with Don't Quit, clicking on the action again does not show notification
2011-02-28SOCIAL-608 FIX Create Classified link is available in Basic modeRichard Linden
SOCIAL-609 FIX Create Pick link is available in Basic mode in the web profile SOCIAL-610 FIX View group info in Viewer sidebar are available in Basic mode
2011-02-28SOCIAL-608 WIP Classified link is available in Basic modeRichard Linden
2010-09-28STORM-266 FIXED displaying group notices in detached People SP.Seth ProductEngine
Fixed failure getting pointers to some child panels of LLSideTray while parent side panels are detached.
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2010-04-07Fixed normal bug EXT-6712(SLapp: nothing happens after click on ↵Eugene Mutavchi
'secondlife:///app/group/list/show' link from Nearby chat) - added showing my groups tab in people panel. Reviewed by Vadim Savchuk, https://codereview.productengine.com/secondlife/r/196/ --HG-- branch : product-engine
2010-03-31fix for normal EXT-6346 SLapp group inspector link opens group profile insteadYuri Chebotarev
https://codereview.productengine.com/secondlife/r/138/ reviwed vsavchuk --HG-- branch : product-engine
2010-02-04fix for task EXT-4750 Disable "Join" dialog for free groupsYchebotarev ProductEngine
also add group name to notification - more informative... --HG-- branch : product-engine
2010-01-29completely got rid of Communicate floater and stuffIgor Borovkov
--HG-- branch : product-engine
2010-01-13possible fix for freeze with group activitiesYchebotarev ProductEngine
related bugs: EXT-4113 EXT-4111 EXT-4087 problem - findChild takes loooonng time to execute so cache it... --HG-- branch : product-engine
2010-01-12Partially fixed major bug EXT-4112 ([BSI] Number of groups not limited to 25).Vadim Savchuk
Viewer now disallows joining or creating groups if the limit reached. A server-side fix is also needed. --HG-- branch : product-engine
2009-12-22implemented EXT-3515 Click on IM button for multiple selected Avatars each ↵Igor Borovkov
time creates new IM session --HG-- branch : product-engine
2009-12-19Added "Group Call" verb button to the group list so that you can start a ↵Vadim Savchuk
call without opening group chat first (EXT-3596). --HG-- branch : product-engine
2009-12-15Merge from default branch.Vadim Savchuk
Resolved conflicts in llalertdialog.h and llnotify.cpp (local deletion vs remote change) by removing them. --HG-- branch : product-engine
2009-12-14Fixed normal priority bug EXT-2002 ([BSI] Side Tray opened on it's own when ↵Vadim Savchuk
receiving group notice). The check for group info panel visisbility was wrong (returned true even if a parent was invisible). --HG-- branch : product-engine
2009-12-02Manual merge from default branch.Vadim Savchuk
--HG-- branch : product-engine
2009-12-01DEV-43622 : API change (no functionality change) to fix a design error in LLSDKent Quirk
I made it about a year and a half ago; Zero found it while reading code. I had added a return value to LLSD::insert(), but a) did it wrong, and b) broke the STL-like semantics of insert(). So I've put insert() back to returning void and created LLSD::with(), which does what my earlier insert() did. The compiler then caught all the cases where insert()'s return value were being used, and I changed those to use with() instead.
2009-12-01fix for normal EXT-2820 [BSI] Functionality loss: Can't open groups from ↵Yuri Chebotarev
Resident's profile --HG-- branch : product-engine
2009-11-25Created lightweight LLNotificationsUtil::add(), switched most alerts to use itJames Cook
Cuts number of includes of llnotifications.h from 300+ to 40.
2009-11-24Removed include llnotifications.h from llfloater.h trying to speed buildsJames Cook
Fixed many other includes related to this file. Cleaned out llfloatertestlistview to be an empty test floater.
2009-11-18EXT-2644 - Add "Close Session" option to chicklet context menusSteve Bennetts
2009-11-13Refactoring of llviewerprecompiledheaders.h to hopefully increase stabilitybrad kittenbrink
and reduce unnecessary dependencies and incredibuild wedging. Hopefully in the long run this will reduce build time. Also cleaned up a lot of header file usage to conform better to the coding standard. reviewed by james and steve.