Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-24 | turn off verbose logging on gstreamer media plugin. | Tofu Linden | |
2009-12-24 | more minor cleanup to the gstreamer plugin. | Tofu Linden | |
2009-12-24 | Some tidy-ups to the gstreamer media plugin while I try to figure out where ↵ | Tofu Linden | |
the black-frame-on-resize is coming from. | |||
2009-12-18 | Final tidy-up for DEV-44502 (gstreamer scaling bug) - | Tofu Linden | |
I *think* this is a bit clearer. Not awesomely so. | |||
2009-12-18 | gstreamer plugin now does the 'right' thing wrt resizing downwards *and up ↵ | Tofu Linden | |
to its natural size again*. Though I don't like the logic so I'll be rejigging it again next. | |||
2009-12-18 | add PID to gstreamer plugin logging. | Tofu Linden | |
2009-12-18 | minor improvements to gstreamer media plugin's logging. | Tofu Linden | |
2009-12-18 | Merge viewer 2 into media | skolb | |
2009-12-17 | DEV-43898 Enable Flash-on-a-prim on Linux. Yowza! | Tofu Linden | |
2009-12-17 | Fix a code comment now that we enable NSAPI plugins under Darwin. | Tofu Linden | |
2009-12-16 | Added setInitState() function to use as a logging point. | Monroe Linden | |
2009-12-16 | Merge with tip | callum | |
2009-12-15 | Merge with tip before push | callum | |
2009-12-15 | client changes to work with new version of Qt (4.6) and to do some cleanup ↵ | callum | |
at plugin exit so that cookies more betterer than what they did before. | |||
2009-12-11 | Enable plugins in the Mac build of the webkit plugin. | Monroe Linden | |
2009-12-09 | Re-disable a very spewy debug spew in the webkit plugin. Mea culpa. | Tofu Linden | |
2009-12-09 | DEV-43948 viewer2 is writing session data into the 'read-only' installation ↵ | Tofu Linden | |
tree (mostly media stuff) propagate the parent app's OSUserAppDir (i.e. ~/.secondlife/) all the way down to plugins, if they need persistant user data/settings (like the webkit plugin needs a place to put its cache). | |||
2009-12-03 | local merge | skolb | |
2009-12-03 | Add Doxygen comments | bea@american.lindenlab.com | |
2009-12-01 | merge | bea@american.lindenlab.com | |
2009-12-01 | Add Doxygen comments | bea@american.lindenlab.com | |
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-11-30 | doxygen: exclude licensing comments | bea@american.lindenlab.com | |
2009-11-30 | doxygen: exclude licensing blurbs | bea@american.lindenlab.com | |
2009-11-18 | Switch some files to Unix line endings | Bryan O'Sullivan | |
2009-11-17 | Merge of viewer2 into avp | Eric M. Tulla (BigPapi) | |
--HG-- branch : avatar-pipeline | |||
2009-11-16 | Fix comment-in-comment that was breaking Mac build. | James Cook | |
2009-11-16 | Fix up line endings issues. | callum | |
2009-11-16 | Fix for - DEV-42713 (Playing MP3s crash the QuickTime plugin) | callum | |
Note: This was fixed earlier in checkTitle() bosy and checked in by mistake. This checkin re-enables the title grabbing code. | |||
2009-11-16 | Merge with tip | callum | |
2009-11-16 | Fix a logic error in the code to hide the initial about:blank navigate that ↵ | Monroe Linden | |
caused DEV-42093 to recur. | |||
2009-11-16 | merge | Loren Shih | |
--HG-- branch : avatar-pipeline | |||
2009-12-02 | Merge | Steve Bennetts | |
2009-12-01 | build fix (on behalf of Eugene Mutavchi) | Sergei Litovchuk | |
--HG-- branch : product-engine | |||
2009-11-13 | merge | Loren Shih | |
--HG-- branch : avatar-pipeline | |||
2009-11-13 | Prevent the about:blank url from the initial navigate from leaking out of ↵ | Monroe Linden | |
the webkit plugin. This should fix DEV-42766. | |||
2009-11-13 | Fix for DEV-42152 (Streaming media broken on QuickTime) | callum | |
2009-11-03 | update from viewer2 and merge into avp | Eric M. Tulla (BigPapi) | |
--HG-- branch : avatar-pipeline | |||
2009-11-03 | merge | Loren Shih | |
--HG-- branch : avatar-pipeline | |||
2009-11-02 | Fix for compiler warning - passing F64 in as an int | callum | |
2009-10-30 | Adds an example plugin and corresponding changes to | callum | |
LLMediaPluginTest test app. We do not copy over the example plugin to the Second Life client plugin dir. | |||
2009-10-29 | Fix for - DEV-41731 (HTTP AUTH issues). | callum | |
Reintroduces "white-flash" but this is less important than fix for now. Also cleaned up a code typo. | |||
2009-10-28 | Fixes for DEV-41791 and DEV-41920. | Monroe Linden | |
Reworked some of the autoplay logic in LLViewerMediaImpl to try and make it more consistent when media is unloaded and reloaded by the performance manager. LLViewerMediaImpl will now keep track of the media state and current time of media that it unloads for performance reasons, and attempt to restore playing or paused media to the same playhead time and state (playing or paused) when it reloads. Added "done" status that time-based media plugins can use to indicate that they've reached the end of the media and stopped. Added logging of priority transitions, for use in debugging issues with the peformance manager. | |||
2009-10-27 | Fix for DEV-41544 (focus issues when signing into google docs on MoaP). | Monroe Linden | |
Made the webkit plugin code post a tab key event into llqtwebkit on initial focus. This seems to do the right thing in all cases I tested. | |||
2009-10-26 | Fix for DEV-41638 (current URL is not propagated if media changes from ↵ | Monroe Linden | |
website to media). Made the quicktime plugin send navigate_begin and navigate_complete events. This should allow the viewer's logic for sending prim media navigate events to work when loading quicktime media. | |||
2009-10-23 | Changes to match new version of llqtwebkit -- passing modifier keys through ↵ | Monroe Linden | |
to most user events and using new scroll wheel event. | |||
2009-10-22 | No Jira - added some new bookmarks to include Flash based sites | callum | |
for testing purposes. | |||
2009-10-21 | merge | Steve Bennetts | |
2009-10-21 | Merging revisions 2112-2128 of ↵ | Steven Bennetts | |
https://svn.aws.productengine.com/secondlife/pe/stable-2 into P:\svn\viewer-2.0.0, respecting ancestry * Bugs: EXT-1605 EXT-1506 EXT-1663 EXT-1616 EXT-1599 EXT-1587 * Dev: EXT-748 EXT-1447 * IM Cleanup | |||
2009-10-15 | Fixed defects - added back getLoadedDuration() code that mysteriously ↵ | callum | |
vanished and fix name of function that checks the title. See http://10.1.19.90:8080/go?page=ReviewDisplay&reviewid=19 |