Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-16 | merge changes for DRTVWR-417 | Oz Linden | |
2015-11-25 | MAINT-5903 FIXED Resident's name is not automatically filled into the ↵ | AndreyL ProductEngine | |
resident chooser for the group invite if he isn't in the friends list and not in the same region | |||
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-06-09 | MAINT-5270 FIXED Group members of large groups in a role which has "Invite ↵ | AndreyL ProductEngine | |
people to this group" ability are not able to send group invites from RC regions | |||
2014-11-18 | Fix for gpu_bench crash without parallels knock-on | Graham Linden | |
2014-06-11 | MAINT-4133 FIXED Import llpanelgroupinvite.cpp from viewer_lion to ↵ | maksymsproductengine | |
voorhees_groupban. | |||
2014-04-10 | MAINT-4133 FIXED Import llpanelgroupinvite.cpp from viewer_lion to ↵ | andreylproductengine | |
voorhees_groupban: import of changes for MAINT-3846. | |||
2014-06-10 | Import llpanelgroupinvite from viewer_lion | maksymsproductengine | |
2014-05-15 | MAINT-3932 FIXED [vwr] "Owner" role is sometimes (always?) removed from ↵ | AndreyL ProductEngine | |
group Invite floater. | |||
2014-03-11 | - Added null checks in a couple places. | Baker Linden | |
2014-02-13 | [MAINT-3721] - Viewer crash upon click invite | Baker Linden | |
- Fixed a crash that would happen when a resident attempts to invite someone into a group | |||
2013-10-01 | Hand-merge of some viewer-release code | Baker Linden | |
2013-08-30 | - Got all major functionality working | Baker Linden | |
- Changed PUT and DEL to POST which accepts an enum for a create or delete | |||
2013-08-29 | Initial commit for GroupBan | Baker Linden | |
- Lots of crap isn't working as intended yet. | |||
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-14 | CHUI-599 : Use the account name in all places that are not UI related but ↵ | Merov Linden | |
use avatar names to index, search and other code only uses. | |||
2012-12-05 | CHUI-580 : WIP : Change the display name cache system, deprecating the old ↵ | Merov Linden | |
protocol and using the cap (People API) whenever available. Still has occurence of Resident as last name to clean up. | |||
2012-11-20 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-beta. | William Todd Stinson | |
2012-11-12 | MAINT-1897 Poor performance viewing large group member lists | Kelly Washington | |
* llpanelgroupinvite to use LLAvatarNameCache isntead of legacy gCacheName | |||
2012-11-09 | Pull and merge from ssh://hg@bitbucket.org/lindenlab/viewer-beta. | William Todd Stinson | |
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-30 | CHUI-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-29 | CHUI-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-08-23 | Start of getting WSGI service on viewer | Chris Baker | |
2012-06-27 | MAINT-889 Viewer Group Invitation picker needs to limit to 100 residents | Kelly Washington | |
Requests to invite more than 100 agents at a time are blocked. reviewed with Simon. | |||
2012-02-13 | EXP-1882 FIXED Crashes when invoking avatar picker from mouse look mode. | Vadim ProductEngine | |
Fixing the cases missed in EXP-1879. | |||
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-08-27 | Post-convert merge by convert_monolith.py from ./viewer-experience | Monroe Linden | |
2010-08-20 | changed buildPanel/buildFloater to member functions buildFromFile | Richard Nelson | |
streamlined LLUICtrlFactory's interface | |||
2010-08-16 | cleaned up LLUICtrlFactory... | Richard Nelson | |
removed redundant functionality moved buildPanel to LLPanel | |||
2010-08-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-05-25 | Merge | Leyla Farazha | |
2010-05-25 | LLFloaterAvatarPicker now uses LLAvatarNames | Leyla Farazha | |
reviewed by James | |||
2010-05-11 | merge from dessie/viewer-public right before SLE code landed | James Cook | |
2010-03-29 | EXT-5940 : Typedef all vector<LLUUID>'s | Loren Shih | |
Superficial cleanup to change all typedef std::vector<LLUUID> to use a common typedef uuid_vec_t instead. | |||
2010-03-02 | Fixed merge conflict | James Cook | |
2010-03-02 | Merge | James Cook | |
2010-02-12 | fixed Bug Low EXT-4732 Group invitation is broken for offline ↵ | Denis Serdjuk | |
avatars Cause: gObjectList does contain offline avatars and panel could get avatar name and fill the list Solution: This situation is possible only for offline friend, therefore extra avatartracker search has been added. --HG-- branch : product-engine | |||
2010-02-08 | Converted names build from avatar object LLNameValue pairs to SLID | James Cook | |
Added temporary getDisplayName() to LLCacheName Moved temporary placeholder display names into LLCacheName Eliminated rarely used LLAgentUI::buildName in favor of buildFullName Standardized buildFullName capitalization | |||
2009-12-28 | implemented minor task EXT-3454 Code improvements: Replace old-style calback ↵ | Denis Serdjuk | |
with boost::function in the LLFloaterAvatarPicker --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. | |||
2009-08-26 | svn merge ↵ | Steven Bennetts | |
https://svn.aws.productengine.com/secondlife/export-from-ll/viewer-2-0@1471 https://svn.aws.productengine.com/secondlife/pe/stable-1@1476 -> viewer-2.0.0-3 EXT-65 EXT-270 EXT-359 EXT-361 EXT-367 EXT-367 EXT-368 EXT-455 EXT-468 EXT-530 EXT-539 EXT-540 EXT-542 EXT-545 EXT-555 EXT-557 EXT-558 EXT-559 EXT-559 EXT-560 EXT-561 EXT-562 EXT-563 EXT-564 EXT-566 EXT-568 EXT-569 EXT-570 EXT-571 EXT-581 EXT-590 EXT-594 EXT-596 EXT-597 EXT-601 EXT-602 EXT-603 EXT-613 EXT-620 EXT-624 EXT-628 EXT-630 EXT-631 EXT-632 EXT-639 EXT-640 EXT-641 EXT-642 EXT-662 EXT-671 EXT-672 EXT-676 EXT-682 EXT-692 EXT-703 EXT-717 | |||
2009-06-21 | merge -r 122421-124917 viewer-2.0.0-2 -> viewer-2.0.0-3 | Steven Bennetts | |
ignore-dead-branch | |||
2009-01-08 | Result of svn merge -r107256:107258 ↵ | Aaron Brashears | |
svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165 |