summaryrefslogtreecommitdiff
path: root/indra/newview/llviewermessage.cpp
AgeCommit message (Collapse)Author
2012-03-20BUGFIX: Removing server warning notification that occurs when attempting to ↵Todd Stinson
use the inner tubes on the premium wilderness region. The updateFlags() was being called while processing a server message, which would result in erroneous data being posted back to the server.
2012-03-13pull and merge from viewer-developmentprep
2012-03-09merge changes for vmrg-225Oz Linden
2012-02-28PATH-199: Cleaning up code related to object flags so that I can better use ↵Todd Stinson
the flags to managed pathfinding flags such as permanent and character.
2012-02-09merge changes for storm-1804Oz Linden
2012-01-25STORM-1804 Details... button on PERMISSION_DEBIT dialog triggers ↵Kitty Barnett
run_time_permissions() with a deny action With help from Jonathan Yap
2012-01-20EXP-1823 : Don't display the do not show preview message on item we have no ↵Merov Linden
preview method for in the first place...
2012-01-20EXP-901 FIXED (Can see "typing" messages from users who are not allowed to ↵Paul ProductEngine
IM you) - If "Only friends and groups can IM me" option is ON but the user got message from non-friend, show notification one time per session.
2011-12-20merge changes for storm-1734Oz Linden
2011-12-15merge changes for storm-1653Oz Linden
2011-12-12VWR-27832 L$ Transfer failures show alert as if successfulJonathan Yap
2011-12-06STORM-1653 Added affected name to warning messageJonathan Yap
2011-12-01ER-1473: fix teleporting in sit mode. Viewer fix - reviewed by CallumSimon Linden
2011-11-24merge changes for vmrg-193Oz Linden
2011-11-23STORM-1653 Handle last name of "Resident" caseJonathan Yap
2011-11-15mergeDave Parks
2011-11-10Automated merge with http://hg.secondlife.com/viewer-developmentRichard Linden
2011-11-07EXP-1548 FIX -- Clicking show on inventory offer does not open inventory (or ↵Leslie Linden
received items panel) on test grid Ravi set to use Received Items folder for transfers EXP-1555 FIX -- Double-click is inconsistent between inventory and Received Items EXP-1547 FIX -- drag/drop inventory to agent - delivers to Objects, not Received items. * "Show" button from p2p transfer now opens inventory window and inbox panel, setting focus to the item * Double-click on inbox inventory items now falls through to default item behavior
2011-11-02STORM-1580 WIP Initial commit for PO review.Vadim ProductEngine
2011-10-28merge changes for storm-1577Oz Linden
2011-10-26STORM-1653 Group notices sent by muted residents are still displayedJonathan Yap
Added warning message if a null is returned from the name to id call.
2011-10-26STORM-1653 Group notices sent by muted residents are still displayedJonathan Yap
2011-10-26Merge STORM-1577.Vadim ProductEngine
Resolved conflicts manually.
2011-10-26Merge STORM-959niel@nirvana-win7hp.planescape.home
2011-10-24merge changes for storm-1664Oz Linden
2011-10-21SH-2557 WIP - more warning message detailsBrad Payne (Vir Linden)
2011-10-21SH-2557 WIP - some cleanup, added error message to try to isolate causes of ↵Brad Payne (Vir Linden)
translation failure
2011-10-20merge changes for storm-976Oz Linden
2011-10-15Automated merge with http://hg.secondlife.com/viewer-developmentRichard Linden
2011-10-11STORM-976 Object muted by name still displays notification message when clickedJonathan Yap
2011-09-29EXP-1209 FIXED Sidetray removed.Paul ProductEngine
- Removed all sidetray dependencies and the sidetray itself. - Also removed LLFloaterSidetrayTab and LLSidetrayListener as unused.
2011-09-27EXP-1202 : pull from richard/viewer-experience-fuiMerov Linden
2011-09-27EXP-1203, EXP-1221, EXP-1222, EXP-1223, EXP-1225, EXP-1226 : pull from ↵Merov Linden
sergeylproductengine/viewer-experience-fui/
2011-09-27EXP-1247 Nearby chat as part of chat floaterLeyla Farazha
2011-09-26Automated merge with http://hg.secondlife.com/viewer-developmentNat Goodspeed
2011-09-22EXP-1223 FIXED (Create and register a floater for Places side tab)Paul ProductEngine
- Added xml for a new floater and registred it in the floaterreg - Removed side tray dependencies - Added static helper method: LLFloaterSidePanelContainer::showPanel
2011-09-13Quiet "may be using uninitialized variable" warnings.Nat Goodspeed
2011-09-13STORM-1577 WIP Show translation errors in chat.Vadim ProductEngine
2011-09-12merge changes for storm-1297Oz Linden
2011-09-06STORM-1577 WIP Implemented translation via Microsoft Translator and Google ↵Vadim ProductEngine
Translate v2 APIs.
2011-08-31merge changes for storm-1567Oz Linden
2011-08-30STORM-1297 WIP Block object inventory offer by the object's owner ID.Vadim ProductEngine
Submitting a fix by Jonathan Yap that I have cleaned up.
2011-08-30STORM-1297 WIP Minor changes for better code readability.Vadim ProductEngine
2011-08-26STORM-1567 Mute button for llDialog popupJonathan Yap
Added comment where sidebar block list is opened.
2011-08-26STORM-1543 WIP Removed invalid IOR_BUSY response option.Vadim ProductEngine
Addressing review feedback.
2011-08-23STORM-1567 Mute button for llDialog popupJonathan Yap
Updating patch to current version of viewer-development
2011-08-22STORM-1543 WIP More cleanup and comments.Vadim ProductEngine
2011-08-19STORM-1543 WIP Minor cleanup.Vadim ProductEngine
2011-08-19STORM-1543 WIP Fixed auto-moving offered inventory items to trash.Vadim ProductEngine
It turned out impossible to properly remove an inventory item from within LLDiscardAgentOffer::done(), because that would lead to nested LLInventoryModel::notifyObservers() calls. Fixed that by deferring removal until the next LLAppViewer::idle() iteration. Also elimiteed duplicated code.
2011-08-19STORM-1543 WIP Fixed dropping nventory offers in busy mode.Vadim ProductEngine
When auto-discarding inventory offers we looked up missing Busy button (i.e. a button having index=3) in the inventory offer notification dialog template. Failure to find the button resulted in ignoring inventory offers. Fixed that by "auto-clicking" the existing Discard button.