summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2012-06-08CHUI-120 WIP Added avatar picker that allows to add other users to an ↵Seth ProductEngine
existing chat if they don't participate in it already.
2012-06-07MAINT-1144: Merge llhttpclient_test.cpp fix back to tipNat Goodspeed
2012-06-07MAINT-1144: Try to fix Windows build error in llhttpclient_test.cpp.Nat Goodspeed
2012-06-06Automated merge with file:///Users/nat/linden/viewer-maint-1144Nat Goodspeed
2012-06-06MAINT-1144: Re-enable skipped LLHTTPClient tests with local server.Nat Goodspeed
Over the years we've skipped more and more of the tests in llhttpclient_test.cpp (nee llhttpclient_tut.cpp) because they've relied on particular behaviors from Internet sites not under our control. We skipped a test that fetches llsd+xml from secondlife.com because "secondlife.com is not reliable enough for unit tests." We skipped a test that tries to observe a failure with "http://www.invalid" because some local ISPs turn "no such domain" DNS errors into valid pages offering the requester to buy the specified domain name. Today we've had to skip tests attempting to contact "http://www.google.com" for reasons we haven't yet diagnosed, but that probably have to do with Google's IPv6 rollout. Use local temp server test_llsdmessage_peer.py as the success destination, eliminating DNS, Internet access and remote server behavior as failure modes. Use idle localhost port for failure test. Re-enable all skipped LLHTTPClient tests! Re-enable on Windows! In support of these tests, modify test_llsdmessage_peer.py: Support HEAD as no-data variant of GET. Change GET result dict to avoid resembling an error response -- confusing. Make GET/POST return actual dict rather than undecorated string "success". Because of that last, change llcapabilitylistener_test.cpp and llsdmessage_test.cpp to extract "reply" key from response rather than expecting response to be a string itself.
2012-06-06CHUI-137 : Implement temporary conversations list (not working yet)Merov Linden
2012-06-06MAINT-1144: Break out llhttpclient_tut as standalone integration test.Nat Goodspeed
indra/test/llhttpclient_tut.cpp ==> indra/llmessage/tests/llhttpclient_test.cpp, with corresponding CMakeLists.txt changes in their respective directories. This first commit merely moves the test source file without changing it -- separating out moves from edits simplifies code review.
2012-06-06Pull and merge a single changeset from ↵Todd Stinson
http://hg.lindenlab.com/nat/viewer-maint-1144/ to resolve build issues.
2012-06-06MAINT-1144: Unblock build for previous commit.Nat Goodspeed
Today, 2012-06-06, LLHTTPClient::get("http://www.google.com/") has stopped working. This is unrelated to viewer code changes: it crosses repo boundaries. Skip the afflicted tests to get builds working until we can recast the tests to avoid the flaky dependency.
2012-06-07CHUI-120 WIP Added starting ad hoc conference in the same floater as P2P ↵Seth ProductEngine
chat, after adding more participants. - Added a parameter to LLAvatarActions::startConference() and LLIMMgr::addSession() to pass the uuid of a P2P IM floater which should be used to start a new conference in it. - In LLChicletBar::sessionRemoved() we don't close the IM floater if it is going to be re-used for a new conference.
2012-06-05CHUI-103 Added square brackets to a messages from Second Life in the plain ↵AlexanderP ProductEngine
text mode; changed the default colors of user's messages
2012-06-01Build fixAlexanderP ProductEngine
2012-06-01CHUI-119 FIXED Bug fixed. Clean up a codeAlexanderP ProductEngine
2012-05-31CHUI-119 WIPSeth ProductEngine
2012-05-30Build fixAlexanderP ProductEngine
2012-05-30CHUI-119 WIP Prepare the nearby chat for hosting it by the IM-containerAlexanderP ProductEngine
2012-05-29CHUI-105 WIP Fixed "is not a child of" warning when removing a tab from ↵Seth ProductEngine
LLSideTrayPanelContainer.
2012-05-25CHUI-131 FIX Crash when selecting Show on inventory offer notification if ↵Richard Linden
other notifications are being received
2012-05-25CHUI-132 FIX Modal dialogs cannot be dismissedRichard Linden
2012-05-24CHUI-78 FIXED group actions gear menu in People->Groups.Seth ProductEngine
Used the same menu for groups list context menu and gear menu in People->Groups. Changed the type of groups list context menu to toggleable.
2012-05-22Linux build fixPaul ProductEngine
GCC does not allow local functor classes to be used with template algorithms, because template arguments must refer to an entity with external linkage.
2012-05-21made param blocks smaller by making param overhead 3 bytes instead of 4Richard Linden
Optional<bool> should now be 4 bytes smaller.
2012-05-21Automated merge with ssh://hg.lindenlab.com/richard/viewer-chuiRichard Linden
2012-05-21CHUI-111 FIX Saved notifications are not sorted in same order after logout ↵Richard Linden
and relog. sort notifications in separate list llnotification now uses param block to serialize to llsd
2012-05-21gcc build fix.Seth ProductEngine
2012-05-18MAINT-959 FIX [PUBLIC]Trouble resizing tabbed floatersRichard Linden
don't auto position other floater when it is hosted
2012-05-18CHUI-96 FIX Cannot dismiss modal dialogs related to merchant outboxRichard Linden
notification duplicate suppression now doesn't generate multiple dialogs
2012-05-18Automated merge with ssh://hg.lindenlab.com/richard/viewer-chuiRichard Linden
2012-05-18CHUI-112 FIX Clicking Show or Discard in an inventory offer toast does not ↵Richard Linden
dismiss toast removed special case logic for dealing with user online/offline collisions added ability to cancel old duplicate notifications
2012-05-18CHUI-121 FIXED showing chat participants list only in torn off IM floaters.Seth ProductEngine
2012-05-18CHUI-105 WIP Minor code clean up and optimization.Seth ProductEngine
Removed overloaded updateTitleButtons() and moved its functionality to a new method that should be called less frequently.
2012-05-17CHUI-105 ADD. FIX Implement changes to all open conversations and nearby chatAlexanderP ProductEngine
2012-05-17CHUI-105 WIP Implemented collapsed/expanded state transitions for messages ↵Seth ProductEngine
and conversation panes. The states and dimensions of Conversations floater panes are saved in per account settings.
2012-05-15CHUI-105 WIP Hide an additional close button for undocked state of an IM floaterAlexanderP ProductEngine
2012-05-15CHUI-105 WIP Remove obsolete controls from the group's control paneAlexanderP ProductEngine
2012-05-15CHUI-102 WIP Implemented new context menu for ad-hoc and group conferencesAlexanderP ProductEngine
2012-05-14CHUI-113 WIP clean-up (obsolete code was removed)AlexanderP ProductEngine
2012-05-14Formatting fixesAlexanderP ProductEngine
2012-05-14CHUI-113 WIP all voice controls is moved from a IM-control panel to the IM ↵AlexanderP ProductEngine
floater; IMControlPanel is removed; simplified voice button's listener behavior
2012-05-10CHUI-105 WIP Added expand/collapse behavior for Conversations floater ↵Seth ProductEngine
messages pane.
2012-05-09Removed a recursive include declarationAlexanderP ProductEngine
2012-05-08CHUI-103 FIXED Implemented switching text view modes from pop-up menuAlexanderP ProductEngine
2012-05-07CHUI-105 WIP Added tear-off and return behavior for IM floater.Seth ProductEngine
XUI changed for Converstions multifloater and IM floater.
2012-05-07CHUI-103 WIP Added settings for switching text view modeAlexanderP ProductEngine
2012-05-07CHUI-103 Repair drawing messages with prepend new lineAlexanderP ProductEngine
2012-05-04CHUI-103 WIP Added support for showing/hiding timestamp and names, replacing ↵AlexanderP ProductEngine
own name with (You)
2012-05-04merge changes for drtvwr-142Oz Linden
2012-05-04merge changes for drtvwr-140Oz Linden
2012-04-26CHUI-78 WIP Reordered and added missing items for People floater gear menus.Seth ProductEngine
2012-04-26merge changes for drtvwr-140Oz Linden