Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-01 | Merge branch 'master' (DRTVWR-557) into DRTVWR-546 | Andrey Kleshchev | |
# Conflicts: # autobuild.xml # doc/contributions.txt # indra/cmake/GLOD.cmake # indra/llcommon/tests/llprocess_test.cpp # indra/newview/VIEWER_VERSION.txt # indra/newview/lldrawpoolavatar.cpp # indra/newview/llfloatermodelpreview.cpp # indra/newview/llmodelpreview.cpp # indra/newview/llviewertexturelist.cpp # indra/newview/llvovolume.cpp # indra/newview/viewer_manifest.py | |||
2021-10-07 | SL-16024: Return shared_ptr from LLInstanceTracker::getInstance(). | Nat Goodspeed | |
It feels wrong to return a dumb LLInstanceTracker subclass* from getInstance() when we use std::shared_ptr and std::weak_ptr internally. But tweak consumers to use 'auto' or LLInstanceTracker::ptr_t in case we later revisit this decision. We did add a couple get() calls where it's important to obtain a dumb pointer. | |||
2021-05-13 | SL-15195 The notification in chat history is multiplied after relogging | Mnikolenko Productengine | |
2019-06-21 | DRTVWR-493 LLViewerMedia to singleton | andreykproductengine | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2012-12-06 | CHUI-494: WIP First pass at getting the suppression of events in DND working. | William Todd Stinson | |
2012-03-27 | CHUI-51 WIP notifications routig code cleanup | Richard Linden | |
phase 1, removal of most of llnotificationhandler | |||
2010-12-10 | WIP XUI HTTP Auth dialog | Richard Linden | |
refactored LLWindowShade into seperate file improved layout of dialog improved dialog resizing logic Tab and Enter keys now work as expected in windowshade form added "modal" capability to window shade added HTTP Auth notifications to MOAP | |||
2010-11-18 | SOCIAL-266 WIP HTTP AUTH dialogs no longer work in LLQtWebKit 4.7.1 | Richard Linden | |
initial support for XUI auth dialog | |||
2010-09-20 | EXP-77 FIX Pop-up warning flashes on and off even whan all popups are ↵ | Richard Nelson | |
enabled in settings | |||
2010-09-17 | clear popup notifications on navigate | Richard Linden | |
2010-09-17 | Backed out changeset: d71309f8bd0e | Richard Linden | |
2010-09-16 | fixed merge | Richard Linden | |
2010-09-16 | popup blocking notifications now handled in all web_browser instances, not ↵ | Richard Linden | |
just llfloatermediabrowser | |||
2010-09-16 | EXP-29 WIP Implement popup blocking | Richard Linden | |
added web popup notification overlay |