Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-02 | SOCIAL-315 FIX Update Qt/LLQtWebKit version number in the viewer to 4.7.1 ↵ | callum | |
from 4.6 | |||
2010-12-02 | SOCIAL-311 FIX Media browser has too many oddities to be useful for viewer ↵ | callum | |
web apps Completes MVP | |||
2010-12-01 | SOCIAL-311 PARTIAL FIX Media browser has too many oddities to be useful for ↵ | callum | |
viewer web apps Added support for graphic browser buttons and laid them out differently | |||
2010-12-01 | SOCIAL-311 PARTIAL FIX (2) Media browser has too many oddities to be useful ↵ | callum | |
for viewer web apps Latest traunch of fixes to new Web only content floater Also removed line in test app that fails to build - have a note to fix later | |||
2010-12-01 | SOCIAL-231 FIX Enable tooltips (for links and images) | Monroe Linden | |
New build of mac llqtwebkit library from revision 1799a899e06d in http://hg.secondlife.com/llqtwebkit . | |||
2010-12-01 | OCIAL-231 FIX Enable tooltips (for links and images) | Monroe Linden | |
Added the necessary plumbing to get link_hovered events from the webkit plugin through to the viewer UI. This requires a llqtwebkit library built from revision 1799a899e06d or later in http://hg.secondlife.com/llqtwebkit to function. The viewer source changes are backwards-compatible with earlier versions of llqtwebkit, it just won't see any link_hovered events with previous revisions. Reviewed by Callum. | |||
2010-12-01 | SOCIAL-249 FIX pressing any of the Alt keys and 0-9 will output the number ↵ | Monroe Linden | |
and symbol instead of just symbol The issue seems to be Mac-only, so I've put the fix inside #if LL_DARWIN. Windows' handling of ALT is very different, so the fix might not be appropriate there. | |||
2010-11-30 | SOCIAL-311 PARTIAL FIX Media browser has too many oddities to be useful for ↵ | callum | |
viewer web apps | |||
2010-11-30 | SOCIAL-299 FIX Add *.lindenlab.com to trusted certificate authorities in WebKit | callum | |
Reviewed by CB | |||
2010-11-29 | Update Windows LLQtWebKit library with new build - fixes it enables on ↵ | callum | |
following lines SOCIAL-261 FIX Fix weird end of line squares in QtWebKit 4.7 SOCIAL-254 FIX Fix: Dropdown menu items are hard to select in WebKit SOCIAL-230 FIX Underlined text looks bad on OSX (almost strikethrough) | |||
2010-11-23 | merge | Richard Linden | |
2010-11-23 | SOCIAL-266 WIP HTTP AUTH dialogs no longer work in LLQtWebKit 4.7.1 | Richard Linden | |
converted LLLayoutStack orientation param to use named enums | |||
2010-11-22 | SOCIAL-266 WIP HTTP AUTH dialogs no longer work in LLQtWebKit 4.7.1 | Richard Linden | |
llwindowshade no longer blocks mouse events | |||
2010-11-22 | SOCIAL-254 FIXED Dropdown menu items are hard to select in WebKit | Monroe Linden | |
Fixed with a rebuild of the Mac llqtwebkit library from revision a7bb61cf10c3 of the public llqtwebkit repository. | |||
2010-11-19 | SOCIAL-266 WIP HTTP AUTH dialogs no longer work in LLQtWebKit 4.7.1 | Richard Linden | |
factored out llwindowshade control for slide-in notifications | |||
2010-11-18 | merge | Richard Linden | |
2010-11-18 | SOCIAL-266 WIP HTTP AUTH dialogs no longer work in LLQtWebKit 4.7.1 | Richard Linden | |
initial support for XUI auth dialog | |||
2010-11-18 | EXP-411 FIX Underlined text looks bad on OSX (almost strikethrough) | Monroe Linden | |
Changing the way the Qt library embedded in llqtwebkit is built solves this issue. It's now being built against the 10.5 SDK, and configured to use the Cocoa rendering path. | |||
2010-11-17 | SOCIAL-233 WIP Better performance (improve loading time of webkit instance) | Monroe Linden | |
The plugin system will now keep a spare running webkit plugin process around and use it when it needs a webkit instance. This should hide some large portion of the setup time when creating a new webkit plugin (i.e. opening the search window, etc.) | |||
2010-11-16 | Merge with head | callum | |
2010-11-16 | SOCIAL-269 FIX Search floater in client should bypass the usual media MIME ↵ | callum | |
type detection | |||
2010-11-16 | SOCIAL-266 WIP HTTP AUTH dialogs no longer work in LLQtWebKit 4.7.1 | Monroe Linden | |
New Mac build of llqtwebkit from this revision: http://hg.secondlife.com/llqtwebkit/changeset/d5876292d3d3 | |||
2010-11-16 | SOCIAL-266 (PARTIAL FIX) Implement solution for HTTP dialogs that don't work ↵ | callum | |
in 4.7.1 This change is a new version of LLQtWebKit to support the changes | |||
2010-11-16 | SOCIAL-266 WIP HTTP AUTH dialogs no longer work in LLQtWebKit 4.7.1 | Monroe Linden | |
Added support to the webkit media plugin and llpluginclassmedia for passing through the auth request/response. We still need an updated build of llqtwebkit for all platforms, as well as some UI work in the viewer to actually display the auth dialog. | |||
2010-11-16 | SOCIAL-265 FIX Help floater in client should bypass the usual media MIME ↵ | callum | |
type detection | |||
2010-11-15 | Merge with tip of of viewer-development ↵ | callum | |
(http://hg.secondlife.com/viewer-development) | |||
2010-11-15 | Change to Qt 4.7.1 built version of LLQtWebKit. (Only a change to manifest ↵ | callum | |
packaging) | |||
2010-11-15 | STORM-318 FIXED The Advanced menu shortcut was broken under Linux. | Vadim ProductEngine | |
Reason: The old shortcut (Ctrl+Alt+D) was eaten by some window managers. Changes: - Changed the shortcut to Ctrl+Alt+Shift+D. - Moved the appropriate menu item from "Advanced > Shortcuts" to "World > Show" (so that it's not in the menu it triggers) and made it visible. The old shortcut is still available but marked as legacy. Submitting on behalf of Boroondas Gupte. | |||
2010-11-15 | Automated merge with https://bitbucket.org/vadim_productengine/storm-52 | Oz Linden | |
2010-11-15 | merge fix for STORM-578 | Oz Linden | |
2010-11-15 | merge fix for STORM-579 | Oz Linden | |
2010-11-12 | EXP-377 FIX Update LLQTWebkit to 4.7.1 (Mac version) | Monroe Linden | |
NOTE: since I don't have the proper S3 keys to upload the library build at the moment, this is currently an scp link to install-packages.lindenlab.com. Once the package is uploaded to S3, the link will need to be fixed. | |||
2010-11-12 | Merge simon_linden/viewer-dev to get avatar motion prediction code. | Dave SIMmONs | |
2010-11-13 | STORM-52 FIXED Made it possible to use an external script editor. | Vadim ProductEngine | |
The editor can be specified: * via "ExternalEditor" setting in settings.xml * via LL_SCRIPT_EDITOR variable Removed obsolete XUIEditor setting in favor of the new one. | |||
2010-11-12 | EXP-377 FIX Update LLQTWebkit to 4.7.1 (Windows version) | callum | |
2010-11-12 | Merge latest from lindenlab/viewer-development | Dave SIMmONs | |
2010-11-12 | Revert change for ER-301 to make merging easier. We'll get this in another pass | Dave SIMmONs | |
2010-11-12 | merge STORM-102 to latest viewer-development prior to pull | Oz Linden | |
2010-11-12 | Automated merge with file:///Users/oz/Work/viewer-development | Oz Linden | |
2010-11-12 | Propagated 2.3.0 Beta 3 tag from viewer-beta | Dessie Linden | |
2010-11-12 | STORM-571 FIXED Moved voice prefs from advanced to Sound&Media and changed ↵ | Andrew Productengine | |
layout accordingly. This changeset also covers STORM-572 (note that design in this fix differs a little from the one proposed in there because there was not enough space to make it that way). | |||
2010-11-12 | STORM-579 FIXED resident SLURL font color to match Chat preferences for ↵ | Seth ProductEngine | |
plain text Nearby Chat log | |||
2010-11-12 | Merge | Paul Guslisty | |
2010-11-12 | STORM-102 : STORM-143 :Removed unneeded code in llimview. | Wolfpup Lowenhar | |
2010-11-12 | STORM-587 ADDITIONAL FIX Layout cleanup in the Advanced tab of Preferences | Paul Guslisty | |
- Removed controls: 1. "Move avatar lips when speaking" checkbox 2. "Toggle speak on/off when I press:" checkbox 3. "Push-to-Speak trigger" lineeditor 4. "set_voice_hotkey_button" button 5. "set_voice_middlemouse_button" button - Set proper names for checkboxes According to the specification these controls are in the Sound&Media panel now. | |||
2010-11-11 | STORM-102 : STORM-143 :Made needed changes to code to improve searching for ↵ | Wolfpup Lowenhar | |
previous logs and also changed the name used for P2P IM log file names. The latter change is going to temporarely break personal content for those that are saving conversation logs as P2P IM logs will now be useinf the user name and not the legacy name. | |||
2010-11-11 | STORM-102: Merge from viewer-development | Wolfpup Lowenhar | |
2010-11-11 | Merge | Leyla Farazha | |
2010-11-11 | Turning down dummy avatar name entry expiration to 2 minutes | Leyla Farazha | |
2010-11-11 | Added tag 2.3.0-beta3 for changeset 6ad3d6fa35a4 | Dessie Linden | |