Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-29 | CHUI-101 WIP Make LLFolderView general purpose | Richard Linden | |
cleaned up some stale TODOs worked on getting initial inventory display to work consistently | |||
2012-06-29 | CHUI-101 WIP Make LLFolderView general purpose | Richard Linden | |
fixed build | |||
2012-06-28 | CHUI-101 WIP Make LLFolderview general purpose | Richard Linden | |
cleaned up ownership of viewmodel more filtering fixes | |||
2012-06-28 | CHUI-101 WIP Make LLFolderview general purpose | Richard Linden | |
filtering mostly working | |||
2012-06-27 | CHUI-101 WIP Make LLFolderView general purpose | Richard Linden | |
fixed crash on startup | |||
2012-06-27 | CHUI-101 WIP Make LLFolderView general purpose | Richard Linden | |
moved filtering logic to viewmodel | |||
2012-06-25 | CHUI-101 WIP Make LLFolderView general purpose | Richard Linden | |
all inventory names are correctly initialized now | |||
2012-06-22 | CHUI-101 WIP Make LLFolderView general purpose | Richard Linden | |
build fix for gcc added detection of duplicate widget registration | |||
2012-06-21 | CHUI-101 WIP Make LLFolderview general purpose | Richard Linden | |
inventory item labels and icons displaying again | |||
2012-06-21 | CHUI-101 WIP Make LLFolderview general purpose | Richard Linden | |
one more gcc build fix | |||
2012-06-20 | CHUI-101 WIP Make LLFolderView general purpose | Richard Linden | |
build fix for gcc | |||
2012-06-20 | CHUI-101 WIP Make LLFolderView general purpose | Richard Linden | |
fixed final build errors | |||
2012-06-20 | CHUI-101 WIP Make LLFolderview general purpose | Richard Linden | |
more compilation fixes, just need to add getName() back to LLInventoryFilter et al | |||
2012-06-19 | CHUI-101 WIP Make LLFolderview general purpose | Richard Linden | |
added more casts to LLFolderViewModelItemInventory, etc. to fix compile errors | |||
2012-06-19 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-chui-folderview | Richard Linden | |
2012-06-18 | CHUI-101 WIP Make LLFolderView general purpose | Richard Linden | |
continuing fixing build errors general cleanup | |||
2012-06-15 | CHUI-101 WIP Make LLFolderView general purpose | Richard Linden | |
continuing fixing build errors renamed llfoldervieweventlistener.h to llfolderviewmodel.h | |||
2012-06-15 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-chui-folderview | Richard Linden | |
2012-06-15 | CHUI-101 WIP Make LLFolderView general purpose | Richard Linden | |
llfolderview refactornig | |||
2012-06-14 | CHUI-144 FIXED Residents picker added to Conversations panel + button. | Seth ProductEngine | |
2012-06-13 | CHUI-120 WIP Modified chat participants drag and drop not to use LLClipboard. | Seth ProductEngine | |
2012-06-13 | CHUI-120 WIP Fix for crash after closing the chat floater. | Seth ProductEngine | |
2012-06-12 | CHUI-119 WIP Suppressed of the warnings (XML corrected); fixed the torn-off ↵ | AlexanderP ProductEngine | |
button's states | |||
2012-06-11 | CHUI-119 WIP Fixed some bugs | AlexanderP ProductEngine | |
2012-06-08 | Merge pull from richard/viewer-chui | Merov Linden | |
2012-06-08 | Fix post merge build issue: take clipboard changes into account | Merov Linden | |
2012-06-08 | Merge pull from richard/viewer-chui | Merov Linden | |
2012-06-08 | CHUI-103 FIXED Added a square brackets to system messages; changed a default ↵ | AlexanderP ProductEngine | |
color for user messages | |||
2012-06-07 | Pull test fixes from : nat/viewer-llhttpclient-tests/ | Merov Linden | |
2012-06-07 | Merge : pull from lindenlab/viewer-release | Merov Linden | |
2012-06-08 | CHUI-122 FIX Add button enabled only for P2P and ad hoc IM sessions. | Seth ProductEngine | |
2012-06-08 | CHUI-120 WIP Added conversations participants drag and drop from avatar ↵ | Seth ProductEngine | |
lists to IM floaters. - Added new drag and drop type DAD_PERSON and source SOURCE_PEOPLE to avoid highliting the toolbars when using SOURCE_VIEWER. - Disabled calling card drop support as it is considered obsolete. | |||
2012-06-08 | CHUI-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-06 | Automated merge with file:///Users/nat/linden/viewer-maint-1144 | Nat Goodspeed | |
2012-06-06 | MAINT-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-07 | CHUI-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-05 | CHUI-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-01 | Build fix | AlexanderP ProductEngine | |
2012-06-01 | CHUI-119 FIXED Bug fixed. Clean up a code | AlexanderP ProductEngine | |
2012-05-31 | CHUI-119 WIP | Seth ProductEngine | |
2012-05-30 | Build fix | AlexanderP ProductEngine | |
2012-05-30 | CHUI-119 WIP Prepare the nearby chat for hosting it by the IM-container | AlexanderP ProductEngine | |
2012-05-25 | CHUI-131 FIX Crash when selecting Show on inventory offer notification if ↵ | Richard Linden | |
other notifications are being received | |||
2012-05-24 | CHUI-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-21 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-chui | Richard Linden | |
2012-05-21 | CHUI-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-21 | gcc build fix. | Seth ProductEngine | |
2012-05-18 | CHUI-96 FIX Cannot dismiss modal dialogs related to merchant outbox | Richard Linden | |
notification duplicate suppression now doesn't generate multiple dialogs | |||
2012-05-18 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-chui | Richard Linden | |
2012-05-18 | CHUI-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 |