Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-07 | merge fixes | Steve Bennetts | |
2009-12-07 | Merge from product-engine | Steve Bennetts | |
2009-12-07 | No ticket. Removed inventory offer fake notification. | Eugene Mutavchi | |
--HG-- branch : product-engine | |||
2009-12-07 | implemented Task EXT-2304 Offer Notifications should include a link ↵ | Denis Serdjuk | |
that highlights the landmark or item in the appropriate side panel Changes: 1.highlighting of landmarks was broken by LLInventoryPanel::getActiveInventoryPanel(). 2. escaping of urls --HG-- branch : product-engine | |||
2009-12-04 | automated merge viewer2.0->avp | Loren Shih | |
--HG-- branch : avatar-pipeline | |||
2009-12-04 | Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/ | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2009-12-04 | implemented EXT-700 “"Offer" notifications should be accessible via chiclet” | Alexei Arabadji | |
--HG-- branch : product-engine | |||
2009-12-03 | automated merge for avp->avp | Loren Shih | |
--HG-- branch : avatar-pipeline | |||
2009-12-03 | EXT-2410 : Accepting an offered item should open the inventorySP | Loren Shih | |
Added a new "Quiet" query for folder types, so I don't have to special case all the folders where we don't want UI notifications from inventory offers. Fixed a bug where a sidepanel was considered active even if the sidetray was closed. --HG-- branch : avatar-pipeline | |||
2009-12-03 | Merge from product-engine | Steve Bennetts | |
2009-12-03 | merge of viewer2 into avp branch | Eric M. Tulla (BigPapi) | |
--HG-- branch : avatar-pipeline | |||
2009-12-03 | EXT-2410 : Accepting an offered notecard should open the inventorySP | Loren Shih | |
Preliminary checkin to improve this infrastructure. --HG-- branch : avatar-pipeline | |||
2009-12-02 | EXT 3046 : INFRASTRUCTURE: Header file includes cleanup for llviewermenu, ↵ | Loren Shih | |
llviewermessage More header file cleanup. --HG-- branch : avatar-pipeline | |||
2009-12-02 | EXT 3046 : INFRASTRUCTURE: Header file includes cleanup for llviewermenu, ↵ | Loren Shih | |
llviewermessage Removed > 100 header includes from llviewermenu and llviewermessage. --HG-- branch : avatar-pipeline | |||
2009-12-02 | Update 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-12-01 | EXT-3028 : "Find Original" does nothing if floater inventory isn't open | Loren Shih | |
Changed logic for getActiveInventory so that it considers InventorySP. Removed getActiveInventory and replaced with getActiveInventoryPanel since that follows its current usage. This currently contains a bug because the InventorySP always thinks it's open. --HG-- branch : avatar-pipeline | |||
2009-12-01 | Implemented normal task EXT-2476 (llGiveInventory() should be handled also ↵ | Eugene Mutavchi | |
by Chiclet subsystem along with Notificaton subsystem) --HG-- branch : product-engine | |||
2009-12-01 | implemented EXT-2799 “Record to IM history notification about L$ payments by | Alexei Arabadji | |
other avatar”; --HG-- branch : product-engine | |||
2009-11-25 | merge in changes from viewer-2-0, manually fixed conflict in ↵ | James Cook | |
llviewermessages.cpp | |||
2009-11-25 | Created lightweight LLNotificationsUtil::add(), switched most alerts to use it | James Cook | |
Cuts number of includes of llnotifications.h from 300+ to 40. | |||
2009-11-24 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Eric M. Tulla (BigPapi) | |
2009-11-24 | made task inventory offers work the old way, and disabled inv slurls for them. | Eric M. Tulla (BigPapi) | |
2009-11-23 | small fixes for inv slurl functionality | Eric M. Tulla (BigPapi) | |
2009-11-23 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Eric M. Tulla (BigPapi) | |
2009-11-23 | Update 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-20 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Eric M. Tulla (BigPapi) | |
2009-11-20 | Inventory Offer changes and clickable inventory slurls | Eric M. Tulla (BigPapi) | |
2009-11-20 | Implemented 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 | |||
2009-11-19 | related to EXT-700 '"Offer" notifications should be accessible via chiclet' | Alexei Arabadji | |
made 'FriendshipAccepted' notification show correct avatar icon; avoided empty avatar name on 'OfferFriendship' notifiaction; avoided creating IM session on offer from objects; --HG-- branch : product-engine | |||
2009-11-18 | Particial fix for normal bug EXT-2410- Accepting an Offered Notecard Should ↵ | Eugene Kondrashev | |
Open the Side Bar Inventory Tab. Added select command while opening inventory sidetray panel --HG-- branch : product-engine | |||
2009-11-16 | fix chat format for /me | angela | |
2009-11-13 | Merging viewer2 changes into avp branch | Eric M. Tulla (BigPapi) | |
--HG-- branch : avatar-pipeline | |||
2009-11-13 | Header file cleanup | Loren Shih | |
Removed unnecessary "#include llinventorymodel.h" now that llinventoryobserver was split from llinventorymodel. --HG-- branch : avatar-pipeline | |||
2009-11-13 | EXT-2482 : Newly created folders have wrong default type | Loren Shih | |
Removed AT_ROOT_CATEGORY and FT_ROOT_CATEGORY since those types are unused. Changed FT_CATEGORY to FT_ROOT_INVENTORY to make its purpose more clear. This change assumes that no agent inventories have category type 9 for either inventory type or folder preferred type. --HG-- branch : avatar-pipeline | |||
2009-11-13 | Merge from product-engine | Steve Bennetts | |
2009-11-13 | implemented EXT-1286 "Need support for [ITEM_ICON], [AN_OBJECTTYPE], ↵ | Alexei Arabadji | |
[ITEM_SLURL], in notifications.xml" --HG-- branch : product-engine | |||
2009-11-12 | Automated merge with ssh://angela@hg.lindenlab.com/viewer/viewer-2-0/ | angela | |
2009-11-12 | merge | angela | |
2009-11-12 | make color and font affecting both nearby chat and toasts | angela | |
2009-11-12 | merge | Lynx Linden | |
2009-11-12 | DEV-2925: Remove a null char at the end of the location string. | Lynx Linden | |
2009-11-12 | DEV-2925: Added a new remote object inspector. | Lynx Linden | |
This is used to display details about objects that may not be in the current scene (the existing object inspector is tied to selection and only works for objects in the scene). The remote inspector lets you see the name and owner of the object. You can also teleport to the object's location, view the location on the map, or mute the object. I've also added more information to the notification you receive when an object sends you an IM via llInstantMessage(). This notification now has an "Inspect" button that brings up the remote object inspector. | |||
2009-11-11 | Merge from default branch | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2009-11-11 | Fixed Normal bug EXT-1959 - [BSI] emotes difficult to see in IM/Group chat | Eugene Kondrashev | |
--HG-- branch : product-engine | |||
2009-11-10 | Sanitize naming of getWindowRect (scaled vs. raw pixels) and ↵ | James Cook | |
getWorldViewRect (scaled vs. raw) Reduces chance of future UI bugs related to UI size. Discussed with Richard. | |||
2009-11-06 | EXT-2231: Let users view release notes for a server change. | Lynx Linden | |
I've added a hyperlink to the "You just entered a region using a different server version" notification. Users can click over this link to view the release notes for that server version. This notification recently started turning up in the local chat log, so the above solution works in that case as well as if it remained as a popup notification panel. | |||
2009-11-04 | Redo Bao's broken merge | Bryan O'Sullivan | |
2009-11-03 | update from viewer2 and merge into avp | Eric M. Tulla (BigPapi) | |
--HG-- branch : avatar-pipeline | |||
2009-11-02 | Merge conflict resolution for previous commit. | Loren Shih | |
--HG-- branch : avatar-pipeline | |||
2009-11-02 | EXT-1866 : Inventory Side Panel | Loren Shih | |
svn merge -r137106:137808 svn+ssh://svn.lindenlab.com/svn/linden/branches/avatar-pipeline/inventory-panel Porting over changes from svn Inventory Panel work. |