Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-13 | SL-11690 Parse URLs in Group description and Land description | Mnikolenko Productengine | |
2019-11-22 | SL-12100 Premium Enhancements - Changes to rates to create Groups, UI Work | andreykproductengine | |
2019-11-20 | SL-10499 - handle package info from benefits service | Brad Payne (Vir Linden) | |
2019-11-15 | SL-10499 - benefits. Removed no-longer-needed lleconomy files and classes. ↵ | Brad Payne (Vir Linden) | |
Group-related costs and limits via benefits. | |||
2018-12-13 | SL-10229 FIXED Group icon doesn't display by default in the People and ↵ | maxim_productengine | |
Profile floaters after creating new group | |||
2018-05-23 | MAINT-8619 Disable local textures for selection in Group profile | maxim_productengine | |
2016-06-17 | MAINT-6509 Viewer still allows you to create a group with leading spaces in ↵ | Mnikolenko Productengine | |
the group name | |||
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-05-27 | MAINT-5225 FIXED Viewer makes unnecessary requests to get group members | AndreyL ProductEngine | |
2014-03-12 | merge with release | Richard Linden | |
2014-02-05 | MAINT-3555 crash in LLPanel::~LLPanel() on shutdown: | maksymsproductengine | |
- memory leaks fixing; | |||
2014-02-10 | MAINT-3710 FIXED List of members is removed from General tab. Title column ↵ | Mnikolenko ProductEngine | |
is added to the list in Members tab. Roles tab is renamed to Roles & Members and Roles sub-tab is default now. | |||
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2012-12-17 | CHUI-580 : WIP : Added disconnect of callbacks once they're called to ↵ | Merov Linden | |
prevent filling up the callback queue | |||
2012-12-17 | Merge with viewer-chui | Merov Linden | |
2012-12-17 | CHUI-580 : WIP : Protect callback connections passed to ↵ | Merov Linden | |
LLAvatarNameCache::get() where necessary | |||
2012-12-03 | MAINT-1979 Viewer crashes while attempting to join group in the moment of ↵ | Kelly Washington | |
loading group members * Fix one race condition that could dereference a dangling pointer. reviewed with Simon and Baker. | |||
2012-11-12 | MAINT-1897 Poor performance viewing large group member lists | Kelly Washington | |
* Remove debug spam | |||
2012-11-12 | MAINT-1897 Poor performance viewing large group member lists | Kelly Washington | |
* Use LLAvatarNameCache in group UI to match what namelists use and prevent double lookups * Remove LLSD -> Prams legacy pattern which is super slow. * Member list on general tab only adds to the list after names are known | |||
2012-09-05 | [MAINT-513] Large group management | Baker Linden | |
- Reduced the timeout to 5 minutes, down from 10 minutes. - Provided output for GroupMemberResponder error - Removed commented calls to sendGroupMembersRequest - Reordered calls to sendCapGroupMembersRequest so it's called last | |||
2012-08-31 | - Fixed an issue where service was called twice in a frame | Chris Baker | |
- Changed level of output logs - Cleaned up comments | |||
2012-08-23 | Start of getting WSGI service on viewer | Chris Baker | |
2011-09-12 | merge changes for storm-918 | Oz Linden | |
2011-05-05 | Work in progress on CHOP-609 / CHOP-624 build time improvements. Eliminated ↵ | brad kittenbrink | |
a bunch of unnecesary header dependencies. | |||
2011-04-19 | STORM-918 Changes in Group Role Titles or Assignments Not Reflected in Title ↵ | Paul ProductEngine | |
Dropdown - After role member data was changed in Roles->Members, role titles need to be updated too. | |||
2010-11-01 | STORM-404 FIXED Fixed crash in LLPanelGroupGeneral::updateMembers(). | Andrew Productengine | |
Crash happened when trying to create new group while other group was still updating. It was caused by invalid iterator mMemberProgress in LLPanelGroupGeneral::updateMembers(). Its usage shouldn't have been reached when member list is cleared and empty thanking to gdatap->isMemberDataComplete() check at the beginning of the function. But when the new group was created while members of other group were still updating this protection failed: in LLGroupMgr::processGroupMembersReply() for the group being created mMemberDataComplete was set TRUE when group size was zero(because this new group still had no members). So the check for completness in LLPanelGroupGeneral::updateMembers() was succesfully passed, and further in this method viewer crashed. - Added check for emptiness of member list into LLPanelGroupGeneral::updateMembers(). | |||
2010-09-27 | Merge | Leyla Farazha | |
2010-09-03 | Post-convert merge by convert_monolith.py from ↵ | Aimee Linden | |
/Users/Aimee/Documents/Work/Linden-Lab/Development/viewer/convert/viewer-identity-evolution | |||
2010-09-03 | Merge between james/viewer-identity-evolution and dessie/viewer-public | Aimee Linden | |
2010-08-27 | Post-convert merge by convert_monolith.py from ./viewer-experience | Monroe Linden | |
2010-08-24 | Backed out changeset c3d41f18ce2b | Tofu Linden | |
back-out the back-out for this branch. yay. | |||
2010-08-24 | Backed out changeset a62bf7c0af21 | Tofu Linden | |
Backing out this merge that I pushed (prematurely) to the wrong place. | |||
2010-08-24 | merge heads. whew. | Tofu Linden | |
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-08-04 | deprecated ADD_SORTED due to n^2 behavior, set the sort order on the scroll ↵ | Richard Nelson | |
list instead | |||
2010-07-27 | EXT-2707 FIXED Fixed incorrectness of coalesced objects icons in inventory. | Andrew Dyukov | |
Bug was caused by multiobject's icon name index substitution with ordinary object's one. It happened because index was set depending on asset type in switch that followed "if" which set index for multiobject regardless of its result. - Added returning index icon name inside of "if" block to avoid change of the index by switch for multiobject. Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/804/ --HG-- branch : product-engine | |||
2010-07-06 | Merge from dessie/viewer-release | Leyla Farazha | |
2010-06-30 | EXT-7979 FIX always reset "dirty" flag after applying changes | Yuri Chebotarev | |
reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/663/ --HG-- branch : product-engine | |||
2010-05-26 | LLNameBox -> LLTextBox | Leyla Farazha | |
2010-05-17 | EXT-7045 FIX miss one more texture setup place. | Yuri Chebotarev | |
Also remove redundant variable and do some refactoring. Reviwed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/391/ --HG-- branch : product-engine | |||
2010-05-13 | EXT-7045 FIX Group profile not using placeholder art | Yuri Chebotarev | |
add placeholder art, add code to convert texture name to ID since LLTextureCtrl can't accept textures by name... Reviwed V.Savchuk at https://codereview.productengine.com/secondlife/r/378 --HG-- branch : product-engine | |||
2010-03-23 | Fixed critical bug EXT-6468 (group creation process ignores group options ↵ | Vadim Savchuk | |
set prior to creation). Submitting on behalf of Yuri Cheborarev. Reviewed by Leyla: https://codereview.productengine.com/secondlife/r/81/ --HG-- branch : product-engine | |||
2010-02-23 | fix for normal EXT-5598 Group member status list is sorted by name instead ↵ | Ychebotarev ProductEngine | |
of date --HG-- branch : product-engine | |||
2010-02-10 | fix task EXT-5129 Move Group image and founder name into General accordion | Ychebotarev ProductEngine | |
--HG-- branch : product-engine | |||
2010-02-05 | EXT-5025 - Tooltips block mouse clicks | richard | |
EXT-4547 [BSI] it is possible to highlight multiple layers of chat EXT-3844 Mouse wheel camera zoom is not reflected on View popup slider EXT-3103 Add an option to restrict entering non-ascii symbols in text editor. reviewed by Leyla | |||
2010-01-29 | fix for normal EXT-2450 [BSI] Extra column in Group panel memberlist | Ychebotarev ProductEngine | |
--HG-- branch : product-engine | |||
2010-01-11 | fix 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 | |||
2009-11-25 | Created lightweight LLNotificationsUtil::add(), switched most alerts to use it | James Cook | |
Cuts number of includes of llnotifications.h from 300+ to 40. | |||
2009-11-24 | Removed include llnotifications.h from llfloater.h trying to speed builds | James Cook | |
Fixed many other includes related to this file. Cleaned out llfloatertestlistview to be an empty test floater. |