Age | Commit message (Collapse) | Author |
|
|
|
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
|
|
Oh well, this should still be better.
|
|
nothing is selected. Now gear button will disabled when nothing is selected.
--HG--
branch : product-engine
|
|
|
|
I've added a hyperlink to the "You just entered a region using a
different server version" notification. Users can click over this link
to view the release notes for that server version.
This notification recently started turning up in the local chat log,
so the above solution works in that case as well as if it remained as
a popup notification panel.
|
|
--HG--
branch : product-engine
|
|
should follow avatar icon and should not overlap it when being resized
--HG--
branch : product-engine
|
|
This is the same fix as DEV-32269, trivially ported to viewer2.
reviewed by merov, james, moss!
|
|
increased for system messages (comming from 'Second Life', zero uuid)
--HG--
branch : product-engine
|
|
chevron are enabled for None Group
--HG--
branch : product-engine
|
|
|
|
group chat(See old communication floater))
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
while investigating EXT-1607.
--HG--
branch : product-engine
|
|
--HG--
branch : texture-pipeline
|
|
IM Floaters (Communicate) should be present in new IM Floaters/IM control panels, EXCLUDING voice related mute/moderation stuff
--HG--
branch : product-engine
|
|
|
|
Apparently, pre-login notifications use LLAlertDialog, but post-login
notifications use LLToastAlertPanel. The latter is basically a copy
and paste of the former, with some local modifications. However, the
person who copy/pasted the code did not initialize the URLLoader
callback, so all notifications that tried to open a web page on a
button click after login were failing.
I've added comments that this code should be refactored, preferably as
a subclass of LLAlertDialog. In the meantime, I've tried to clean it
up a bit by not duplicating the nested URLLoader class (which would've
required further duplication to reimplement the exact same loader class
that LLAlertDialog uses). This let me then initialize the URLLoader
callback for LLToastAlertPanel, to fix this specific bug.
Again... arghhh!!
|
|
min->llmin, max->llmax
|
|
|
|
--HG--
branch : avatar-pipeline
|
|
"Add" button menu for bottom panel.
--HG--
branch : avatar-pipeline
|
|
|
|
Reviewed by Mani
|
|
|
|
Adds gear menu, add button, trash.
--HG--
branch : avatar-pipeline
|
|
New attribute header_image_expanded supplies background image.
Reviewed with Leyla (last commit too)
|
|
EXT-2276 Advanced water settings floater sliders spaced too tight
|
|
When the amount of the texture that's being drawn by the plugin shrinks in either width or height, reallocate the texture (which clears it).
|
|
configured in XUI XML
Font and color can be set in accordion_tab.xml
|
|
|
|
|
|
|
|
|
|
Media focus is still tracked separately from LLSelectMgr (which was a change made during a refactor a while ago), but LLViewerMediaFocus now keeps LLSelectMgr updated with the current media focus when it changes.
Added a special case for media focus to LLSelectMgr::deselectAllIfTooFar(), since it was making the focus ring not show up when media focus was on distant media.
|
|
Otherwise it discards a typed line in progress.
|
|
|
|
|
|
Normally LL_ERRS in a developer build of the viewer pops up an OS message box
with the text of the LL_ERRS log message, requiring user intervention to
proceed. This isn't good for unattended testing, especially on Parabuild
machines. Running the viewer with '--set QAModeTermCode n' for some
0 < n < 256 will, on LL_ERRS, cause the viewer to terminate immediately with
_exit(n).
|
|
|
|
See Communications Spec for design. Arrow keys still move you if text chat field
is empty. Also fixed ctrl-up/ctrl-down for recently chatted lines.
Reviewed with Richard.
|
|
|
|
|
|
reviewed by James
|
|
|
|
|