Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-02 | Cleaned up the conditional code a bit in llviewerkeyboard.cpp, start_gesture | skolb | |
2009-12-02 | DEV-42150 crash when using media on a HUD | skolb | |
2009-12-02 | Automated merge with ssh://rick@hg.lindenlab.com/skolb/media | Rick Pasetto | |
2009-12-02 | Minor changes from review feedback | Rick Pasetto | |
get rid of thunk function | |||
2009-12-02 | Merge viewer 2.0 into media branch | skolb | |
2009-12-02 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Eric M. Tulla (BigPapi) | |
2009-12-02 | EXT-2737 Fix for terrain/avatars/trees not showing up in water reflection. | Runitai | |
2009-12-02 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Eric M. Tulla (BigPapi) | |
2009-12-01 | Fix a signed/unsigned warning that breaks the Windows build. | callum | |
2009-12-01 | Automated merge with ssh://rick@hg.lindenlab.com/skolb/media | Rick Pasetto | |
2009-12-01 | Partial fix for EXT-2904/DEV-43584 (Space bar and Enter/Return key don't ↵ | Monroe Linden | |
work as input for checkboxes or buttons on MoaP). This change forces space characters to go through the keyEvent() path instead of the unicodeInput() path, which makes the space bar work for setting checkboxes. I still need to figure out what's going on with the enter key. | |||
2009-12-01 | Merge | skolb | |
2009-12-01 | EXT-3033 Streaming audio is completely broken in Viewer 2.0 | skolb | |
2009-12-01 | DEV-43622 : API change (no functionality change) to fix a design error in LLSD | Kent Quirk | |
I made it about a year and a half ago; Zero found it while reading code. I had added a return value to LLSD::insert(), but a) did it wrong, and b) broke the STL-like semantics of insert(). So I've put insert() back to returning void and created LLSD::with(), which does what my earlier insert() did. The compiler then caught all the cases where insert()'s return value were being used, and I changed those to use with() instead. | |||
2009-12-01 | EXT-2117 - Fix for not being able to add / remove multiple items of ↵ | Eric M. Tulla (BigPapi) | |
different types from your inventory | |||
2009-12-01 | Fix for EXT-2892/DEV-43568 (if a face is set to show multiple texture ↵ | Monroe Linden | |
repeats, only one of the repeats is interactive) Added LLViewerMediaImpl::scaleTextureCoords() function to encapsulate the code that maps from texture coordinates to media coordinates. Made scaleTextureCoords() wrap the texture coordinate to the range [0.0, 1.0) before converting to media coordinates. | |||
2009-12-01 | DEV-43612 (part1) fix a typo in UI text from llmaniptranslate | Ramzi Linden | |
2009-12-01 | Fix for EXT-2836 (Changing texture on Media on a Prim face removes MoaP ↵ | Monroe Linden | |
functionality). LLVOVolume::regenFaces() (specifically the calls to facep->setTexture()) breaks associations between faces and LLViewerMediaTexture objects when called on a prim with playing media. This change adds code which recreates the associations. | |||
2009-12-01 | DEV-42989: Adjust media priority based on app minimization and focus | Rick Pasetto | |
Review #49 This change adjusts each media's priority based on whether the viewer is minimized (media priority becomes HIDDEN) or unfocused (media priority becomes LOW). However, due to the fact that updateMedia() was no longer being called when minimized, I moved its call out of LLViewerTextureList::updateImages() (a seemingly odd place anyway) and into its own idle callback. | |||
2009-12-01 | Merge | skolb | |
2009-12-01 | Merge | skolb | |
2009-12-01 | merge | James Cook | |
2009-12-01 | Fix Linux/Mac builds due to LLToolDragAndDrop member function pointers | James Cook | |
2009-12-01 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ | Eric M. Tulla (BigPapi) | |
2009-12-01 | EXT-2719 - put on menu now gets disabled if the object is locked | Eric M. Tulla (BigPapi) | |
2009-12-01 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 | Lynx Linden | |
2009-12-01 | Fix for "DEV-43581 - EXT-2901: [BSI] Can't access twitter pages directly via ↵ | callum | |
MoaP" | |||
2009-12-01 | merge | James Cook | |
2009-12-01 | merge | James Cook | |
2009-12-01 | Merge - backing out scroll container change | James Cook | |
2009-12-01 | Revert partial fix for EXT-2572 (chat history text clipping) that causes ↵ | James Cook | |
EXT-1597 (script editor scrolls upward while typing) Backed out changeset: e38642e0c21c | |||
2009-12-01 | EXT-3015 Fixed right and center aligned text boxes | James Cook | |
Document rect left edge was being computed incorrectly. Made floater_test_textbox.xml have more examples of text. Reviewed with Kelly | |||
2009-12-01 | Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 | Lynx Linden | |
2009-12-01 | Increased width of drop-downs in floater_tools.xml | Justin C. Rounds (Chuck) | |
Discovered bug: active drop-down missing art. Fixed in textures.xml. http://jira.secondlife.com/browse/EXT-2674 | |||
2009-12-01 | EXT-332: Hide international billing features until enabled. | Lynx Linden | |
The international billing links and labels in the Buy L$ floater are now hidden by default. They will only be displayed once we get an estimate from the server that includes an "estimatedLocalCost" token, i.e., we are connected to a server that has the international billing functionality enabled. This is done so that the new functionality in Viewer 2.0 is not exposed to the user until the international billing features are live (which is scheduled to happen after the Viewer 2.0 release date). | |||
2009-12-01 | automated merge for viewer-2.0 -> avp. | Loren Shih | |
--HG-- branch : avatar-pipeline | |||
2009-12-01 | Automated merge for avatar-pipeline pull | Loren Shih | |
--HG-- branch : avatar-pipeline | |||
2009-12-01 | EXT-2964 : Can drag-and-drop a folder with links onto an object | Loren Shih | |
EXT-3012 : Cleanup LLToolDragAndDrop Now checking if folder contents have links before allowing object drop. Did some superficial cleanup of lltooldraganddrop files. --HG-- branch : avatar-pipeline | |||
2009-12-01 | EXT-2922 : 2nd inventroy shouldn't list "New Window" as an option, since it ↵ | Loren Shih | |
silently fails Fixed the behavior so that New Window brings up a new floater inventory window instead of doing nothing. --HG-- branch : avatar-pipeline | |||
2009-12-01 | Automated merge with ssh://chuck@hg.lindenlab.com/james/gooey/ | Justin C. Rounds (Chuck) | |
2009-12-01 | Increased height on object content inventory panel. | Justin C. Rounds (Chuck) | |
http://jira.secondlife.com/browse/EXT-2906 | |||
2009-12-01 | line ending fixes | Brad Payne (Vir Linden) | |
--HG-- branch : avatar-pipeline | |||
2009-12-01 | merge | James Cook | |
2009-12-01 | merge. | Tofu Linden | |
2009-12-01 | Merge the major new voice SDK version from Vivox ('mossbuild1') | Tofu Linden | |
2009-12-01 | Automated merge with ssh://chuck@hg.lindenlab.com/james/gooey/ | Justin C. Rounds (Chuck) | |
2009-12-01 | Changed UISpinctrlBtnHeight to match art. | Justin C. Rounds (Chuck) | |
http://jira.secondlife.com/browse/EXT-1621 http://jira.secondlife.com/browse/EXT-1669 http://jira.secondlife.com/browse/EXT-1671 | |||
2009-12-01 | merge | Lynx Linden | |
2009-12-01 | EXT-2765: Added help IDs for tabs in the Places sidebar. | Lynx Linden | |
The issue was that the widgets for this panel are not built solely from XUI. There's code in LLPanelPlaces::changeInventory() that creates the actual My Inventory and Teleport History panels. Adding help_topic strings to the relevant XUI files for the LLLandmarksPanel and LLTeleportHistoryPanel classes fixes this issue. | |||
2009-12-01 | version number tweakery in About dialog. | Tofu Linden | |
vivox 'Unknown' is the more-descriptive '(Not Connected)' now. plus, we admit that our Qt version number is hard-coded right into the viewer instead of asking Qt. |