Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-14 | Fixed low bug EXT-4146 - IM window appears after double click on "i" button. | Dmitry Zaporozhan | |
--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-30 | Fixed normal bug EXT-3740 - People panel should default to Nearby at first run. | Dmitry Zaporozhan | |
--HG-- branch : product-engine | |||
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-12-24 | EXT-3457 Code Improvements: Places: Restore accordion tabs' state (expanded ↵ | Yuri Chebotarev | |
collapsed) while filtering when filter string is empty like in Inventory folders --HG-- branch : product-engine | |||
2009-12-23 | Fix for normal bug EXT-3626 - 'Online' accordion doesn't appear after online ↵ | Dmitry Zaporozhan | |
avatar is added to friends. --HG-- branch : product-engine | |||
2009-12-19 | Added "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-14 | Fixed low bug EXT - 3255 (Call button is enabled in the People & Profile ↵ | Paul Guslisty | |
panels while voice is disabled) --HG-- branch : product-engine | |||
2009-12-11 | Fixed normal bug EXT-3281 (Group : Disable "Leave Group" for none). | Andrew Dyukov | |
--HG-- branch : product-engine | |||
2009-12-10 | Fixed low bug EXT - 3255 (Call button is enabled in the People & Profile ↵ | Paul Guslisty | |
panels while voice is disabled) --HG-- branch : product-engine | |||
2010-03-01 | Automated merge with a few fixups for code review comments | Roxie Linden | |
2010-02-26 | automated merge | Roxie Linden | |
2010-02-26 | automated merge | Roxie Linden | |
2010-02-25 | automated merge from trunk | Roxie Linden | |
2009-12-07 | Fixed normal bug EXT-3128 ("Ability to add friend" isn't disabled from ↵ | Eugene Mutavchi | |
"choose resident" ("+" btn) menu when resident is already a friend) --HG-- branch : product-engine | |||
2009-12-07 | no ticket, minor refactoring. | Yuri Chebotarev | |
add return value to notifyXXX functions, may be usefull --HG-- branch : product-engine | |||
2009-12-01 | DEV-43622 : API change (no functionality change) to fix a design error in LLSD | Kent 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-11-27 | Fixed low bug EXT-2730 (Trash icon should not be enabled unless a person has ↵ | Eugene Mutavchi | |
been selected) --HG-- branch : product-engine | |||
2009-11-26 | Merge from default branch. | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2009-11-25 | Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/ | Dmitry Zaporozhan | |
--HG-- branch : product-engine | |||
2009-11-25 | Update for normal bug EXT-2564 - collapsed All friends list reopens if ↵ | Dmitry Zaporozhan | |
online friends list changes. Minor code improvements. --HG-- branch : product-engine | |||
2009-11-25 | Merge from default branch | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2009-11-25 | Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/ | Dmitry Zaporozhan | |
--HG-- branch : product-engine | |||
2009-11-25 | Fix for normal bug EXT-2564 - collapsed All friends list reopens if online ↵ | Dmitry Zaporozhan | |
friends list changes. --HG-- branch : product-engine | |||
2009-11-24 | viewer-2.0 automated merge | Loren Shih | |
--HG-- branch : avatar-pipeline | |||
2009-11-24 | Merge from product-engine | Steve Bennetts | |
2009-11-24 | merge | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2009-11-24 | Work on task EXT-2092 (Task Panel tabs should toggle visibility of the panel). | Vadim Savchuk | |
Made the People and Me task panels support the desired tri-state behavior. Until all the other task panels support that behavior, it is disabled. --HG-- branch : product-engine | |||
2009-11-24 | merge | Loren Shih | |
--HG-- branch : avatar-pipeline | |||
2009-11-23 | merge, manual conflict fix panel_bottomtray.xml, talk_button.xml, ↵ | James Cook | |
llfloaternearbymedia.cpp | |||
2009-11-23 | convert signals to allocate on demand in order to speed up widget construction | richard | |
reviewed by James | |||
2009-11-23 | EXT-829 share button in profile inactive | Nyx (Neal Orman) | |
refactored share code to all call LLAvatarActions::share. Function opens an IM window if one doesn't already exist and prints an appropriate message, as well as opening the inventory sidepanel. Verified working in IM window, people tab, and individual's profile. Will be post-reviewed before push. --HG-- branch : avatar-pipeline | |||
2009-11-20 | EXT-829 share button in people panel is inactive | Nyx (Neal Orman) | |
First pass at getting share buttons in the three places we need them: person's profile IM window people panel Only UI changes so far, functionality in a future checkin. Will be reviewed before pushing. --HG-- branch : avatar-pipeline | |||
2009-11-20 | Implemented low task EXT-1153(FlatListView should support keyboard) | Eugene Mutavchi | |
--HG-- branch : product-engine | |||
2009-11-18 | EXT-2644 - Add "Close Session" option to chicklet context menus | Steve Bennetts | |
2009-11-16 | Fixed low bug EXT-2324 ('+' btn do nothing in Recent and Nearby tabs on ↵ | Eugene Mutavchi | |
People panel when focus is set to non-friend avatar) --HG-- branch : product-engine | |||
2009-11-13 | Merging viewer2 changes into avp branch | Eric M. Tulla (BigPapi) | |
--HG-- branch : avatar-pipeline | |||
2009-11-13 | Header file cleanup | Loren Shih | |
Removed unnecessary "#include llinventorymodel.h" now that llinventoryobserver was split from llinventorymodel. --HG-- branch : avatar-pipeline | |||
2009-11-13 | merge | Vadim Savchuk | |
2009-11-13 | implemented normal task EXT-2175 Set up functionality for \"Leave Selected ↵ | Andrew Polunin | |
Group\" option --HG-- branch : product-engine | |||
2009-11-11 | DEV-41324 DEV-41317: Fixes for P2P chat when already chatting. | Lynx Linden | |
2009-11-11 | Automated merge with file:///home/lynx/hg/general/viewer-2-0 | Lynx Linden | |
2009-11-10 | Merge changes from product-engine | Steve Bennetts | |
2009-11-10 | merge | richard | |
2009-11-10 | DEV-41317 DEV-42311: Added ad-hoc voice call support. | Lynx Linden | |
You can now multiple select users in the People panel, hit Call, and start an ad-hoc voice conference call with those users. The most difficult part here was automatically starting the call once the conference chat panel popped up. We have to wait for the panel to initialize before we can start a call, so I added another callback to LLIMModel to enable us to get notified when the panel has initialized. This is all wrapped up behind a new LLAvatarActions::startAdhocCall() API. | |||
2009-11-10 | Merge from default branch | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2009-11-09 | merge | richard | |
2009-11-10 | DEV-41317 DEV-42311: Enabled the "Call" button in more side panels. | Lynx Linden | |
The various People panels now have Call buttons that work. Currently we only support single selection of users in lists for P2P voice chat. Multiple selection for ad-hoc chat is next... | |||
2009-11-09 | data driven layout of top-level UI elements | richard | |
EXT-1219 Side tray slide-out animation cleaned up some layout of bottom tray contents reviewed by James | |||
2009-11-09 | Fixed Nice to have bug EXT-1907-Context menu for avatar in Friends tab ↵ | Eugene Kondrashev | |
appears only if right mouse click was performed over avatar's icon area. Remove default avatar context menu. --HG-- branch : product-engine |