Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-01 | Merge branch 'marchcat/w-whitespace' into marchcat/x-ws-merge | Andrey Lihatskiy | |
2024-04-29 | #824 Process source files in bulk: replace tabs with spaces, convert CRLF to ↵ | Andrey Lihatskiy | |
LF, and trim trailing whitespaces as needed | |||
2023-12-18 | Merge branch 'main' into DRTVWR-591-maint-X | Andrey Lihatskiy | |
# Conflicts: # doc/contributions.txt # indra/newview/llpanelprofile.cpp # indra/newview/llspatialpartition.cpp | |||
2023-10-18 | SL-20376 Clarify group membership status and leave-group confirmation dialog | Maxim Nikolenko | |
2023-10-09 | SL-20380 Add group notices button as hover button on Groups floater | Maxim Nikolenko | |
2023-09-27 | SL-15039 Prune unused preferences #4 | Andrey Kleshchev | |
2023-09-07 | SL-20273 IM, Offer Teleport, Map and Pay SLurls from external browser were ↵ | Andrey Kleshchev | |
blocked | |||
2023-05-17 | Merge branch 'main' into DRTVWR-582-maint-U | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llagentlistener.cpp # indra/newview/llcommanddispatcherlistener.cpp # indra/newview/llfilepicker_mac.mm # indra/newview/llworldmapview.cpp | |||
2023-04-19 | SL-19609 Urls aren't dispatched according to the indicated grid | Andrey Kleshchev | |
2023-03-31 | SL-19432 External group links dont load in SL | Andrey Kleshchev | |
2022-12-12 | Merge branch 'main' into DRTVWR-570-maint-Q | Andrey Lihatskiy | |
# Conflicts: # doc/contributions.txt # indra/newview/app_settings/shaders/class1/deferred/materialF.glsl # indra/newview/llfloater360capture.cpp | |||
2022-10-11 | SL-18165 Tighten up some command permissions | Andrey Kleshchev | |
2022-09-15 | Merge branch 'master' into DRTVWR-565-maint-P | Andrey Lihatskiy | |
2022-08-31 | SL-18051 FIXED Have to leave group more than once to actually leave a group | Mnikolenko Productengine | |
2022-02-28 | Merge branch 'master' into DRTVWR-544-maint | Andrey Lihatskiy | |
# Conflicts: # indra/llaudio/llstreamingaudio_fmodstudio.cpp # indra/newview/llviewerregion.cpp | |||
2022-02-28 | Merge branch 'master' into DRTVWR-540-maint | Andrey Lihatskiy | |
# Conflicts: # autobuild.xml # indra/llcommon/llsys.cpp # indra/newview/app_settings/key_bindings.xml # indra/newview/llfloatereditextdaycycle.cpp | |||
2021-12-21 | SL-16535 FIXED The Search floater opens without appropriate search results ↵ | Mnikolenko Productengine | |
after performing a search from the NavBar | |||
2021-07-05 | SL-15427 open Search without submitting a search request | Mnikolenko Productengine | |
2021-04-30 | Merge branch 'master' into DRTVWR-527-maint | Andrey Lihatskiy | |
2021-01-29 | SL-14794 Group floater not focusing when clicking on 'more info' or 'view ↵ | Andrey Kleshchev | |
profile' | |||
2020-07-14 | SL-13587 FIXED The "Picks" floater is opened on the Viewer login page | Mnikolenko Productengine | |
2019-11-22 | SL-12100 Premium Enhancements - Changes to rates to create Groups, UI Work | andreykproductengine | |
2019-08-10 | DRTVWR-493 LLUI to LLParamSingleton | andreykproductengine | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2014-05-15 | MAINT-4016 FIXED Viewer attempts full fetch of member list before allowing ↵ | maksymsproductengine | |
user to leave group | |||
2013-09-09 | merge with viewer-release | Richard Linden | |
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-07-30 | Summer cleaning - removed a lot of llcommon dependencies to speed up build times | Richard 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-22 | Pull merge from viewer-release | Merov Linden | |
2013-04-04 | fix build | AlexanderP ProductEngine | |
2013-04-03 | CHUI-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-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2012-11-09 | CHUI-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-26 | CHUI-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-29 | EXP-1209 FIXED Sidetray removed. | Paul ProductEngine | |
- Removed all sidetray dependencies and the sidetray itself. - Also removed LLFloaterSidetrayTab and LLSidetrayListener as unused. | |||
2011-09-27 | EXP-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-14 | add testing hook to send a group chat IM. | Andrew A. de Laix | |
2011-04-12 | CHOP-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-01 | SOCIAL-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-28 | SOCIAL-608 FIX Create Classified link is available in Basic mode | Richard 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-28 | SOCIAL-608 WIP Classified link is available in Basic mode | Richard Linden | |
2010-09-28 | STORM-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-13 | Change license from GPL to LGPL (version 2.1) | Oz Linden | |
2010-04-07 | Fixed 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-31 | fix for normal EXT-6346 SLapp group inspector link opens group profile instead | Yuri Chebotarev | |
https://codereview.productengine.com/secondlife/r/138/ reviwed vsavchuk --HG-- branch : product-engine | |||
2010-02-04 | fix for task EXT-4750 Disable "Join" dialog for free groups | Ychebotarev ProductEngine | |
also add group name to notification - more informative... --HG-- branch : product-engine | |||
2010-01-29 | completely got rid of Communicate floater and stuff | Igor Borovkov | |
--HG-- branch : product-engine | |||
2010-01-13 | possible fix for freeze with group activities | Ychebotarev 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-12 | Partially 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-22 | implemented EXT-3515 Click on IM button for multiple selected Avatars each ↵ | Igor Borovkov | |
time creates new IM session --HG-- branch : product-engine |