summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelgroup.cpp
AgeCommit message (Collapse)Author
2015-11-10remove execute permission from many files that should not have itOz Linden
2015-07-01Merge from viewer-relese and become version 3.8.1andreykproductengine
2015-06-12MAINT-4900 FIXED Don't show group info for non-admins.Mnikolenko ProductEngine
2014-07-02Hide experiences accordion when creating new group for ACME-1542Cho
2014-06-19Added list of experiences to group profile floater for ACME-1525Cho
2014-05-07Pull and merge viewer-release as version 3.7.8simon
2014-05-29MAINT-3351 FIXED Misleading failure message when user is successfully ↵maksymsproductengine
removed from a group's Owners role
2014-03-12merge with releaseRichard Linden
2014-02-05MAINT-3555 crash in LLPanel::~LLPanel() on shutdown:maksymsproductengine
- memory leaks fixing;
2014-02-05MAINT-3555 crash in LLPanel::~LLPanel() on shutdown:maksymsproductengine
- memory leaks fixing;
2013-12-04MAINT-3351 FIXED Misleading failure message when user is successfully ↵maksymsproductengine
removed from a group's Owners role
2013-11-05further fix of inventory keyboard focus and tab order calculationsRichard Linden
2013-08-09second phase summer cleaningRichard Linden
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc.
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
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.
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-09-09STORM-92 FIXED Avoid redundant visibility changes when attaching/detaching ↵Vadim Savchuk
side tray tabs. Also happens to fix STORM-96 (Empty space appears in the top of Home side panel after redocking).
2010-08-24Backed out changeset c3d41f18ce2bTofu Linden
back-out the back-out for this branch. yay.
2010-08-24Backed out changeset a62bf7c0af21Tofu Linden
Backing out this merge that I pushed (prematurely) to the wrong place.
2010-08-24merge heads. whew.Tofu Linden
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2010-07-29EXT-8179 FIXED (Group profile: 'Save' button remains disabled if state of ↵Paul Guslisty
check-boxes was changed during refreshing of 'General' accordion) Disable accordion while refreshing group properties so the user could not change properties during refresh Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/815/ --HG-- branch : product-engine
2010-07-26(hairy) merge from viewer-releaseTofu Linden
2010-07-23EXT-8299 FIXED Added rearranging of the group accordion to fit all space if ↵Mike Antipov
only General tab is visible. Also fixed name of accordion in code to be consistent with xml. Replaced findChild with getChild (when getting accordion and its tabs) to avoid extra checks against NULL of returned pointers and have warnings in log is xml is not consistent with code. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/798/ --HG-- branch : product-engine
2010-07-21EXT-8164 FIXED (Accordions should be reset to default state after Edit ↵Andrew Polunin
Outfit panel reopening) Now accordion on panels 'Edit Outfit', 'Editing Shape', 'Editing Hair', 'Editing Eyes', 'Editing Skin', 'Group Profile' and 'Place Profile' are reset when the panels are closed and then opened again. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/782/ --HG-- branch : product-engine
2010-05-10Automated MergeRoxie Linden
2010-05-07EXT-7143 FIXED remove redundat codeYuri Chebotarev
reviewed V.Savchuk at https://codereview.productengine.com/secondlife/r/358/ --HG-- branch : product-engine
2010-04-07Re-insert backed out SLE checkin so we can fix itRoxie Linden
2010-04-07Backed out changeset 63b699f90efdTofu Linden
2010-04-02DEV-45809 - Merge Second Life Enterprise changes into viewer 2.x trunkRoxie Linden
Includes: DEV-45800, DEV-45803 - Grid Manager DEV-45804 - SLURL refactor DEV-45801 - Single username field (for Identity Evolution and SLE Ldap) Also, Includes Certificate Management code allowing the viewer to connect to grids not signed by a well know key (just like any web browser). Also contains secure storage for things like passwords. The security/certificate code is modular with the intention of adding modules to directly use the operating system facilities for crypto if available. (that's much more secure than we'll ever be) Also, refactor of voice to modularize it, and add a diamondware voice module. CR: Aimee, James, Lynx, Mani, Karina and a list of thousands
2010-03-26Related to normal bug EXT-6345 (SLapp group profile does not display group ↵Eugene Mutavchi
name.) - fixed group info panel title to show "Loading..." while waiting for group info. Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/124/ --HG-- branch : product-engine
2010-02-22fix for normal EXT-5326 Cannot access full group options in God modeYchebotarev ProductEngine
--HG-- branch : product-engine
2010-02-19No ticket. Replaced calls of LLVoiceClient::getInstance() to ↵Andrew Dyukov
LLVoiceClient::instanceExists() in checks before removal of voice client status observers. These checks were introduced in changeset bc6a6ab2ce54. --HG-- branch : product-engine
2010-02-10fix task EXT-5129 Move Group image and founder name into General accordionYchebotarev ProductEngine
--HG-- branch : product-engine
2010-01-28Merge from default branchVadim Savchuk
--HG-- branch : product-engine
2010-01-28fix for EXT-4742 Group Info panel state resets on saveYchebotarev ProductEngine
--HG-- branch : product-engine
2010-01-27CID-196Tofu Linden
Checker: RESOURCE_LEAK Function: process_improved_im(LLMessageSystem *, void **) File: /indra/newview/llviewermessage.cpp partial fix. either coverity doesn't grok that the remaining case gets freed way down the line by the callbacks, or.. it really doesnt.
2010-01-22Fixed normal bugs EXT-4450 ([BSI] call buttons enabled when voice is ↵Andrew Dyukov
disabled) and EXT-4313 (Should not be able to start a call when voice is disabled). Call buttons state now reacts on voice changes in time. - Added voiceWorking() method to LLVoiceClient to determine real availability of voice, because voiceEnabled() doesn't take into account possible errors. Perhaps there is no need in two methods- some investigation will be made and depending on its results they may become one non-static method. voiceWorking() uses state of voice client(mState) to determine voice availability. Also some states which are not currently counted by voiceWorking() as valid may be added if testing reveals problems. - To enable/disable call buttons in time, LLVoiceClientStatusObserver is used. Its trigger uses states from its enum only to skip updating button in some states(to avoid button blinking), but to determine button state LLVoiceClient's voiceWorking() is used. --HG-- branch : product-engine
2010-01-22fix for normal EXT-4554 [BSI] group join now button goes missing after ↵Ychebotarev ProductEngine
failure to join due to maximum groups --HG-- branch : product-engine
2010-01-21fix normal EXT-4494 [BSI] Group Chat and Group Call buttons are shown even ↵Ychebotarev ProductEngine
when you are not in the group --HG-- branch : product-engine
2010-01-18fix for normal EXT-4377 Disable appearance of Roles, Notices and Land/Assets ↵Ychebotarev ProductEngine
accordeons for non avatar's groups --HG-- branch : product-engine
2010-01-13Fixed normal bug EXT - 4047 (No verb/action buttons at bottom of Group ↵Paul Guslisty
profile panel) --HG-- branch : product-engine
2010-01-11fix normal EXT-3987 [BSI] *Save* button in group profile should be greyed ↵Ychebotarev ProductEngine
out when there are no changes to save "save" btn will not be visible for groups where you are not a member. fixed enabled/disabled state --HG-- branch : product-engine
2010-01-05fix for EXT-3899 [BSI] Cached group infos are shown when you're not a member ↵Yuri Chebotarev
of the group make it the same way it was in 1.23x - if you are not a member only general tab will be accesable. --HG-- branch : product-engine
2009-12-10dos2unix fix for llpanelgroup.cpp.Loren Shih
2009-12-08fix low EXT-1112 No critical notification if quiting SL with unsaved groupYuri Chebotarev
--HG-- branch : product-engine
2010-03-01Automated merge with a few fixups for code review commentsRoxie Linden
2010-02-26automated mergeRoxie Linden
2010-02-25automated merge from trunkRoxie Linden