Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-20 | merge | angela | |
2009-11-20 | Fix EXT-2645 Ensure link colors applied consistently to all text sources | angela | |
2009-11-19 | Make time-based media "forward" and "back" different from navigate forward ↵ | Rick Pasetto | |
and navigate back | |||
2009-11-19 | Made LLMediaDataClient not send requests on behalf of objects that are ↵ | Monroe Linden | |
marked as dead. When LLMediaDataClient::QueueTimer::tick() encounters an object at the head of the queue that's dead, it will now remove that object and loop, instead of sending a request and waiting for the tick timer to fire again. Added an isDead() function to LLMediaDataClientObject, and an additional unit test that verifies the handling of dead objects. | |||
2009-11-19 | merge | Leyla Farazha | |
2009-11-19 | EXT-2490 Right click context menu for objects should include build tools | Leyla Farazha | |
EXT-2541 Help > Report Abuse screenshot not showing up EXT-2549 Crash on exit from mouse-look (Mini Map related) EXT-2548 Viewer freezes when going out of the mouselook while there are more than two floaters EXT-1983 [BSI] Trying to edit a script in a no mod object pops up script editor with "object out of range" reviewed by Richard | |||
2009-11-19 | Added LLVOVolume::markDead(), which unhooks any prim media instances from ↵ | Monroe Linden | |
the dead object. | |||
2009-11-19 | EXT-2668 : Screwy logic for figuring out if a folder is removable | Loren Shih | |
EXT-2661 : "Remove From Outfit" on COF doesn't take off my outfit EXT-2662 : Can't delete a worn item link Cleaned up the whole "isItemRemovable" logic, and having folders figure this out recursively via children. Changed the isItemRemovable logic so that links aren't treated as worn for the purposes of deletion. --HG-- branch : avatar-pipeline | |||
2009-11-19 | Increased size of floater in floater_region_info.xml and modified layout in ↵ | Justin C. Rounds (Chuck) | |
panel_region_estate.xml. Also made button sizes to spec and did a general clean-up of the layout. http://jira.secondlife.com/browse/EXT-2658 | |||
2009-11-19 | cleanup: log file spam | Brad Payne (Vir Linden) | |
--HG-- branch : avatar-pipeline | |||
2009-11-19 | fix for disappearing scrollbar in im windows | Rick Pasetto | |
2009-11-19 | For EXT-2623 - object missing wearables and attachments on initial login | Brad Payne (Vir Linden) | |
--HG-- branch : avatar-pipeline | |||
2009-11-19 | Fixed normal bug EXT-2348 "My Landmarks: Show On Map does nothing for ↵ | Sergei Litovchuk | |
landmarks from Library" - Added callback to ensure that a landmark is loaded from the global landmark list. - Added disabling "Map" button to indicate that a landmark info is being loaded. --HG-- branch : product-engine | |||
2009-11-19 | Edited to have elements follow panel bottom. | Justin C. Rounds (Chuck) | |
https://jira.secondlife.com/browse/EXT-2446 | |||
2009-11-19 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 | Rick Pasetto | |
2009-11-19 | merge | Loren Shih | |
--HG-- branch : avatar-pipeline | |||
2009-11-19 | Automated merge with ssh://hg.lindenlab.com/tulla/avatar-pipeline-2-0/ | Nyx (Neal Orman) | |
--HG-- branch : avatar-pipeline | |||
2009-11-19 | EXT-2601 edit appearance: label_min / label_max not translated | Nyx (Neal Orman) | |
strings are already in strings.xml, just had to actually translate the labels where they were being applied. Code reviewed by Bigpapi --HG-- branch : avatar-pipeline | |||
2009-11-19 | Merging viewer-2-0 changes into avatar-pipeline branch | Loren Shih | |
--HG-- branch : avatar-pipeline | |||
2009-11-19 | merge | Loren Shih | |
--HG-- branch : avatar-pipeline | |||
2009-11-19 | merge | Loren Shih | |
2009-11-19 | fixed minor bug EXT-1615 Landmark name is truncated before @ character after ↵ | Andrew Polunin | |
placing landmark on Favorites Bar --HG-- branch : product-engine | |||
2009-11-19 | EXT-2562 : Somehow show cnotents of what I'm wearing | Loren Shih | |
Added appearanceSP button to toggle folder closed/open state. Also fixed up some bugs with current outfit title placement in appearanceSP.xml Also added a generic call for getting the current outfit folder link | |||
2009-11-19 | For EXT-2623 - object missing wearables and attachments on initial login | Brad Payne (Vir Linden) | |
--HG-- branch : avatar-pipeline | |||
2009-11-19 | fixed EXT-2515 "Docked floaters should be resizeable" | Alexei Arabadji | |
undock floater when user resize floater by resize bar; --HG-- branch : product-engine | |||
2009-11-19 | Fix "Global Illumintation" typo in the menu text which was bugging me. | Tofu Linden | |
2009-11-19 | merge | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2009-11-19 | Merge from default branch | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2009-11-19 | No ticket. Updated comments to conform to the doxygen style | Mike Antipov | |
--HG-- branch : product-engine | |||
2009-11-19 | Fixed major bug EXT-2620 (IM Chiclet Panel goes crazy when new IM chiclets ↵ | Mike Antipov | |
are added (chiclet scrolling appears with no need)) - refactored algotithm of caclulating position of the first chiclet in the list when adding new one. - added comments for LLChicketPanel::addChiclet() & LLChicketPanel::arrange() methods --HG-- branch : product-engine | |||
2009-11-19 | Merge | Dmitry Zaporozhan | |
--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-19 | EXT-2094 Add click-to-zoom as a one-click settable option for objects | angela | |
2009-11-18 | Changes to IM Logging, includes preference changes | Steve Bennetts | |
2009-11-19 | branch merge | angela | |
2009-11-18 | EXT-1743 People inspectors should show Age, not Date born, fixed date math | James Cook | |
Changed date math to correctly account for month lengths and leap years. Extended unit test. Review pending. | |||
2009-11-18 | merge | Steve Bennetts | |
2009-11-18 | Change close behavior to not end session. | Steve Bennetts | |
* NOTE: This is functional, but not ideal - it's still closing the floater; we really want to change the behavior of the X button instead. | |||
2009-11-18 | Change close behavior to not end session. | Steve Bennetts | |
* NOTE: This is functional, but not ideal - it's still closing the floater; we really want to change the behavior of the X button instead. Also made the group IM floater a little less broken. | |||
2009-11-18 | EXT-2636 : No "fetching inventory" or other indication that inventory is ↵ | Loren Shih | |
loading. | |||
2009-11-18 | Switch some files to Unix line endings | Bryan O'Sullivan | |
2009-11-18 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Nat Goodspeed | |
2009-11-18 | merge | Steve Bennetts | |
2009-11-18 | merge | James Cook | |
2009-11-18 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Nat Goodspeed | |
2009-11-18 | EXT-1916 : Places: Landmarks are not sorted in the Favorites Bar Accordion | Loren Shih | |
2009-11-18 | EXT-2638 Add Close X to IM and Chat log windows | Erica | |
2009-11-18 | Renamed "close" to "end" in chiclet context menus | Steve Bennetts | |
Removed "open" in chiclet context menus Removed some deprecate "..." Removed ^M from menu_viewer.xml | |||
2009-11-18 | merge | James Cook | |
2009-11-18 | merge | Steve Bennetts | |