Age | Commit message (Collapse) | Author |
|
|
|
Wanted to avoid computing metrics for duplicate requests as much as
possible, they artificially depress averages but missed an opportunity
and was including them in the counts. The non-texture case is solid.
Textures are.... confounding still. Do a better job of trying to send
one last packet to the grid when quitting. It is succeeding now, at
least sometimes. Put a comment in base llassetstorage.cpp pointing
to cut-n-paste derivation in llviewerassetstorage.cpp so that changes
can be replicated. Hate doing this but current design forces it.
|
|
side panel
|
|
|
|
refactored LLWindowShade into seperate file
improved layout of dialog
improved dialog resizing logic
Tab and Enter keys now work as expected in windowshade form
added "modal" capability to window shade
added HTTP Auth notifications to MOAP
|
|
|
|
|
|
|
|
panels now follow opacity settings for inactive floater.
When the floater is active the thumbnails are opaque. The behavior is similar to texture control's.
|
|
|
|
Reason:
In viewer 2 ability was added to set aspect ratio while previewing textures. It was achieved by resizing the floater containing a texture, instead of proportionally resize the texture. The problem happened when multifloater was opened with texture preview floaters and for some floaters textures were not loaded yet. After texture was loaded, the floater (in multifloater) which contained just loaded texture resized to fit with the new texture's size and texture preview floaters screwed up from the multifloater.
Solution:
Proportionally resizing a texture inside the floater instead of the floater itself.
Also two issues was fixed: 1. when floater resized the texture streched in the floater and lost its proportions. 2. When docking texture floater to the multifloater, multifloater resized to fit with docked floater and other texture lost their proportions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
viewer-development
|
|
|
|
|
|
whether to install automatically as well as download automatically (not actually implemented yet).
|
|
|
|
|
|
|
|
showing them on login screen.
- Changed the way SLURLs are cached a little, because previous one introduced problems with theit order.
- Also allowed saving of favorites to disk even if not all of them received SLURL info - this is done to avoid favorites not saving when there is at least one "dead" landmark among them.
- "Username" field on login screen is now not a lineeditor, but combobox (to enable autocompletion), but without button (Esbee asked for this in ticket for security reasons, and perhaps for visual consistency).
- Elements of this combobox are names of users whose favorites we have saved in file.
- Contents of "Start at:" combobox are changed depending on changes in "Username"- if username is present in favorites file, favorites for this user are added there.
- New callback was added to LLCombobox and used in this fix, because present ones weren't enough to easily track changes in text entry.
|
|
|
|
transparency settings:
* Normally toasts are as opaque as specified by "inactive floater opacity" setting.
* When mouse is hovering a toast, the toast uses "active floater opacity" setting.
* Fading toasts have 1/2 of "inactive floater opacity".
|
|
|
|
(STORM-717) to develop a more generic one (applicable to all notification toasts).
|
|
mouselook mode.
- Fixed dereferencing a NULL pointer.
- Added EMAIL SNAPSHOT floater to the list of floaters allowed in mouselook mode.
|
|
panel, so you can go back if the landmark fails to load.
The bug was introduced in the fix of EXT-4700 (Creating a landmark brings up the Landmark sidepanel info twice).
To avoid reopening the "Create Landmark" panel, its Back and Close buttons were disabled.
However, the same fix removed the code for reopening the panel, so I can't see why we need to disable the buttons at all.
|
|
content, modified tooltip to mention this
|
|
--fullscreen
disabled fullscreen mode for merge to viewer-development
|
|
when using orbit pan zoom tools.
better fix that uses tag to isolate all skin specific notifications
|
|
when using orbit pan zoom tools.
|
|
|
|
|
|
|
|
|
|
|
|
CHOP-261 (add handlers for update ready notification buttons)
reviewed by mani.
|
|
uploading file with no file extension during Bulk Upload
|
|
names in Nearby Chat toasts.
|
|
system browser
|
|
invisible to visible again.
|
|
selected opacity is shown in the color swatch to the left.
Fixed color swatch label and tooltip.
Added toolltip to opacity slider.
|
|
|
|
|
|
|
|
transparency settings.
|