Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-25 | Automated merge with ssh://rick@hg.lindenlab.com/skolb/media | Rick Pasetto | |
2009-11-25 | DEV-43402: Don't change the zoom level on the media controls if you click away | Rick Pasetto | |
Review #46 This also adds a feature where llpanelprimmediacontrols remembers the object/face that you've zoomed in on, and only switches the zoom/unzoom icon to "unzoom" if the object/face you are hovering over is actually the object/face you are zoomed in on | |||
2009-11-25 | Revert debugging code introduced in last check-in | callum | |
2009-11-25 | Merge to Tip again (someone else checking in same time as me) | callum | |
2009-11-25 | Merge to Tip | callum | |
2009-11-25 | Fix for DEV-42324 (Default exception handler still called sometimes for ↵ | callum | |
SLPlugin) Added some code from an online article to patch the CRT and disable all default exception handling. | |||
2009-11-25 | Implement fade-out for llprogressbar, fix problem where setTopCtrl was being ↵ | Rick Pasetto | |
called Review #47 | |||
2009-11-25 | DEV-43046: Move media controls to the bottom of media | Rick Pasetto | |
- Tweaked the algorithm to shift controls down when zoomed in. - Adjusted some numbers in the XUI file - Moved some hard-coded constants into the XUI file so they can be data-driven | |||
2009-11-25 | DEV-41422 Show Home button and make Stop button remain enabled in time-based ↵ | Rick Pasetto | |
media controls | |||
2009-11-25 | automated merge from viewer-2-0 pull -u | Loren Shih | |
2009-11-25 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ | Rick Pasetto | |
2009-11-25 | Add Power On/Off icons | Rick Pasetto | |
2009-11-25 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Eric M. Tulla (BigPapi) | |
2009-11-25 | Fix for EXT-2667 - making sure inv_item isn't null | Eric M. Tulla (BigPapi) | |
2009-11-25 | Automated merge of ssh://hg.lindenlab.com/tulla/avatar-pipeline-2-0/ | Loren Shih | |
2009-11-25 | Fix for screen buffers not getting reallocated appropriately all the time ↵ | Dave Parks | |
(the assumption that buffers should only be reallocated if the resolution changed was wrong). | |||
2009-11-24 | Merge cleanup. | Dave Parks | |
2009-11-24 | Merge | Dave Parks | |
2009-11-24 | Fix for stalls when resizing screen texture. | Dave Parks | |
2009-11-24 | viewer-2.0 automated merge | Loren Shih | |
--HG-- branch : avatar-pipeline | |||
2009-11-24 | Automated merge. | Loren Shih | |
--HG-- branch : avatar-pipeline | |||
2009-11-24 | EXT-2386 : The very first time you log in as a new account, your inventory ↵ | Loren Shih | |
sidepanel is blank Changed the way that we're generating initial views for inventory panels. Instead of waiting for a notification, we check on idle and generate the views whenever we first see that the inventory has become usable. --HG-- branch : avatar-pipeline | |||
2009-11-24 | Artwork for Stop and Zoom Out for the prim media controls | Rick Pasetto | |
2009-11-24 | EXT2825 : Clicking on Outfit Opener in AppearanceSP should open outfits ↵ | Loren Shih | |
accordion --HG-- branch : avatar-pipeline | |||
2009-11-24 | DEV-42130 - moved progress bar to below media controls, made it half-height ↵ | Rick Pasetto | |
per recommendation in DEV-42130 | |||
2009-11-24 | EXT-2817 : COF contents in appearanceSP are sometimes blank on startup | Loren Shih | |
COF folder was being removed from panel because its parent is outside the panel. Added checks so that first-level children of panel root are never to be removed. --HG-- branch : avatar-pipeline | |||
2009-11-24 | FIX DEV-43033 - the prim media controls were "stealing focus" and so would ↵ | Rick Pasetto | |
clobber any drop-downs Reviewed by James (thanks, James!) | |||
2009-11-24 | Automated merge with ssh://hg.lindenlab.com/tulla/avatar-pipeline-2-0/ | Nyx (Neal Orman) | |
--HG-- branch : avatar-pipeline | |||
2009-11-24 | FIX DEV-41999: don't set home URL if "Multiple Media" | Rick Pasetto | |
Review #44 | |||
2009-11-24 | EXT-2818 no way to get IMG_INVISIBLE as a baked texture | Nyx (Neal Orman) | |
reverting unnecessary changes based on code review of previous checkin. Code for both patches reviewed by Seraph. --HG-- branch : avatar-pipeline | |||
2009-11-24 | Code review feedback: | Rick Pasetto | |
Don't re-sort when adding to the queue: it isn't really necessary since we sort every time we pull off the queue. | |||
2009-11-24 | Backed out changeset: ec7f6f4bd908 | Dave Parks | |
2009-11-24 | Merge | Steve Bennetts | |
2009-11-24 | Nuke the last few references to the long-dead LCD code. | Bryan O'Sullivan | |
2009-11-24 | EXT-2818 not using IMG_INVISIBLE in baked textures | Nyx (Neal Orman) | |
this patch allows IMG_INVISIBLE in an alpha mask to set the baked texture to also be IMG_INVISIBLE for the appropriate baked texture. Will be post-reviewed with other alpha mask fixes. --HG-- branch : avatar-pipeline | |||
2009-11-24 | Merge | Steve Bennetts | |
2009-11-24 | DEV-41998 - refactor mediadataclient to use a std::list, and re-sort every ↵ | Rick Pasetto | |
time an item is pulled off the queue Review #43 This change refactors mediadataclient to no longer use a PriorityQueue (which sorts only on insertion), but rather just use a std::list which is re-sorted on insert, and also when "popped" (at the time the queue timer goes off). Also implemented a unit test to make sure re-sorting occurs on timer tick. | |||
2009-11-24 | merge | Brad Payne (Vir Linden) | |
--HG-- branch : avatar-pipeline | |||
2009-11-24 | For EXT-2584: Select and rename new folder when creating new outfit; ↵ | Brad Payne (Vir Linden) | |
currently works for new outfit created in side panel, but not in appearance editor --HG-- branch : avatar-pipeline | |||
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-24 | Merge from product-engine | Steve Bennetts | |
2009-11-24 | Automated merge with ssh://hg.lindenlab.com/tulla/avatar-pipeline-2-0/ | Nyx (Neal Orman) | |
--HG-- branch : avatar-pipeline | |||
2009-11-24 | EXT-2671 avatar rebaking on every login | Nyx (Neal Orman) | |
We were querying agent wearables (baked texture) cache before setting mWearablesLoaded. First thing the function does is checks mWearablesLoaded. Moving the call down to later in the function allows us to request & use cached baked textures again. Code reviewed by Seraph --HG-- branch : avatar-pipeline | |||
2009-11-24 | merge | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2009-11-24 | merge | Vadim Savchuk | |
--HG-- branch : product-engine | |||
2009-11-24 | merge | Brad Payne (Vir Linden) | |
--HG-- branch : avatar-pipeline | |||
2009-11-24 | Fix for EXT-2571 to accommodate accordion panels | Brad Payne (Vir Linden) | |
--HG-- branch : avatar-pipeline | |||
2009-11-24 | Work on task EXT-2092 (Task Panel tabs should toggle visibility of the panel). | Vadim Savchuk | |
Made the People and Me task panels support the desired tri-state behavior. Until all the other task panels support that behavior, it is disabled. --HG-- branch : product-engine | |||
2009-11-24 | Automated merge with ssh://rick@hg.lindenlab.com/viewer/viewer-2-0/ | Rick Pasetto | |