Age | Commit message (Collapse) | Author |
|
viewer web apps
Added support for graphic browser buttons and laid them out differently
|
|
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
|
|
New build of mac llqtwebkit library from revision 1799a899e06d in http://hg.secondlife.com/llqtwebkit .
|
|
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.
|
|
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.
|
|
viewer web apps
|
|
Reviewed by CB
|
|
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)
|
|
|
|
converted LLLayoutStack orientation param to use named enums
|
|
llwindowshade no longer blocks mouse events
|
|
Fixed with a rebuild of the Mac llqtwebkit library from revision a7bb61cf10c3 of the public llqtwebkit repository.
|
|
factored out llwindowshade control for slide-in notifications
|
|
|
|
initial support for XUI auth dialog
|
|
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.
|
|
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.)
|
|
|
|
type detection
|
|
New Mac build of llqtwebkit from this revision:
http://hg.secondlife.com/llqtwebkit/changeset/d5876292d3d3
|
|
in 4.7.1
This change is a new version of LLQtWebKit to support the changes
|
|
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.
|
|
type detection
|
|
(http://hg.secondlife.com/viewer-development)
|
|
packaging)
|
|
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.
|
|
|
|
|
|
|
|
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.
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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).
|
|
plain text Nearby Chat log
|
|
|
|
|
|
- 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.
|
|
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.
|
|
|
|
|
|
|
|
|
|
- Temporary restored 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
They should be moved to the Sound&Media panel of floater Preferences. But the specification for the Sound&Media panel is not ready yet.
As specification will be ready, these controls will be moved to the Sound&Media panel.
|
|
- According to the specification deleted all controls except:
1. "UI Size" slider
2. "Show script errors in" radio group
- According to the specification:
1. "Allow Multiple Viewer" checkbox
2. "Show Grid Selection at login" checkbox
3. "Show Advanced Manu" checkbox
4. "Show Developer Menu" checkbox
|