summaryrefslogtreecommitdiff
path: root/indra/newview/llscriptfloater.h
AgeCommit message (Collapse)Author
2010-04-21Implemented EXT-6783(normal sub task) - Implement saving of unread ↵Dmitry Zaporozhan
notifications. Utilized old save and load notification code. Main concern was with notifications that have complex responder - UserGiveItem, ObjectGiveItem. Those responders are object with own fields that need to persist through sessions. Notifications that should be saved are marked with persist="true" in notifications.xml Notifications using functor responders are saved automatically. Notifications using object responders need additional tuning. Responder object should be a) serializable(implement LLNotificationResponderInterface), b) registered with LLResponderRegistry. At this point following notifications persist through sessions: UserGiveItem, ObjectGiveItem, TeleportOffered, FrienshipOffered. Reviewed by Mike Antipov - https://codereview.productengine.com/secondlife/r/211/ --HG-- branch : notifications
2010-02-12Removed old function declaration.Dmitry Zaporozhan
--HG-- branch : product-engine
2010-02-12Fixed low bug EXT-5166 - Undocked lldialogs respawn in chiclet tray.Dmitry Zaporozhan
LLDialog floater position is saved per originating object. --HG-- branch : product-engine
2010-02-08Fixed critical bug EXT-4970 - Inventory offers by scripted objects are ↵Dmitry Zaporozhan
discarded when offered objects got the same name. Had to do minor refactoring of LLScripFloaterManager in order to fix this issue. --HG-- branch : product-engine
2010-01-19Fixed major bug EXT-4206 - Bottom bar spec calls for button background art ↵Dmitry Zaporozhan
on IM Chiclets. --HG-- branch : product-engine
2009-12-11Additional commit for normal sub-task EXT-3142("new message" indicator for ↵Eugene Mutavchi
object chiclets) --HG-- branch : product-engine
2009-12-09Implemented normal task EXT-3194 - Object chiclets should be accessible in ↵Dmitry Zaporozhan
the IM well. --HG-- branch : product-engine
2009-12-07Implemented normal sub-task EXT-3142("new message" indicator for object ↵Eugene Mutavchi
chiclets) --HG-- branch : product-engine
2009-12-03Fixed normal bug EXT-3021 - Viewer crashes on receiving notification for ↵Dmitry Zaporozhan
creating script(offer) chiclet for same object in second time. --HG-- branch : product-engine
2009-12-02Update for normal task EXT-2081 - Object IM chiclets art needs to be hooked ↵Dmitry Zaporozhan
up to LLDialog chiclets. Disabled notification toast. --HG-- branch : product-engine
2009-11-23Update for task EXT-2081 - Object IM chiclets art needs to be hooked up to ↵Dmitry Zaporozhan
LLDialog chiclets. Cleaned code, added comments. --HG-- branch : product-engine
2009-11-20Implemented normal task EXT-2081 - Object IM chiclets art needs to be hooked ↵Dmitry Zaporozhan
up to LLDialog chiclets. Implemented LLDialog(LLScriptFloater) and Script Chiclets. --HG-- branch : product-engine