Age | Commit message (Collapse) | Author |
|
|
|
folder_view_item.xml
EXT-3753 Inventory folders now have customizable item indents and
"My Inventory" has indent again
Reviewed with Richard
|
|
|
|
standard floater information"
|
|
Member observers of LLSidepanelAppearance are now deleted appropriately.
|
|
|
|
reviewed with esbee
|
|
list, so select the first element.
|
|
|
|
|
|
* All buttons and controls need to move down 1 px (except chiclets, which are already vertically centered)
* Left-hand controls need to shift left about 2 px (there should be 5 px of padding between the chat entry field and the edge of the window)
* Right-hand controls (IM and notification buttons) also shift left so there is 5 px of padding against the right edge
--HG--
branch : product-engine
|
|
WindowsSetup.run(); find_in_path() does not handle absolute paths, but name is guaranteed to be an absolute path.
This explains the bogus message in the log of the form "process $foo exited with nonzero status; process $foo is not found", described here:
https://jira.lindenlab.com/jira/browse/DEV-44838?focusedCommentId=328441&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#action_328441
|
|
get_build_cmd() interface.
|
|
|
|
|
|
|
|
|
|
show/hide its buttons properly)
Code cleanup:
* removed unused static members
--HG--
branch : product-engine
|
|
show/hide its buttons properly)
Code improved:
* removed disabled method LLAvatarListItem::reshapeAvatarName
* added refreshing chat participant list immediately after moderator rights are changed (for EXT-2364)
--HG--
branch : product-engine
|
|
|
|
|
|
|
|
|
|
The avatar inspector has a volume slider and mute button. We make
these widgets invisible when it does not makes sense to interact with
them. That is, when the inspector is for your own avatar, or when
voice is not active.
|
|
show/hide its buttons properly)
Code improved:
* removed direct changing of "speaker indicator" visibility in Avatar List when Avatar List Item is added
--HG--
branch : product-engine
|
|
show/hide its buttons properly)
Initial implementation:
* implemented common functionality to update Avatar List Item children positions & size (for name) depend on children visibility
* added its usage whereve visibility of child view is changed
* removed direct changing of "info button" visibility in Avatar List when Avatar List Item is added
--HG--
branch : product-engine
|
|
mouse look after pressing enter)
--HG--
branch : product-engine
|
|
|
|
Enabled the button on the wearing tab of the appearance sidepanel and
set its functionality to switch to the my outfits tab before the auto-rename
happens.
Reviewed by Seraph
|
|
attachment on group notice.
--HG--
branch : product-engine
|
|
list needs tooltip)
--HG--
branch : product-engine
|
|
|
|
--HG--
branch : product-engine
|
|
out when there are no changes to save
"save" btn will not be visible for groups where you are not a member. fixed enabled/disabled state
--HG--
branch : product-engine
|
|
from the Well.
--HG--
branch : product-engine
|
|
|
|
--HG--
branch : product-engine
|
|
Displays the search floater and performs a search. You can specify an
optional category and an optional search string. See the wiki docs for
usage details: https://wiki.lindenlab.com/wiki/Viewer_2.0_SLapps
|
|
--HG--
branch : product-engine
|
|
When the user clicks on the help "?" button, we try to find the
currently active tab and see if there is a help topic for that tab.
In addition, we now also look for a currently-visible accordion tab.
|
|
Both LLAccordionCtrl and LLAccordionCtrlTab should live in llui, not
newview. I need to make this happen in order to fix EXT-3929. No code
change was necessary (other than to change #include for predefined
headers) as these classes did not rely on any newview code.
|
|
|
|
|
|
|
|
|
|
|
|
every run call.
|
|
absolute on windows.
|
|
parcel media.
Moved the media first-run dialog code from llviewerparcelmedia.cpp to llviewermedia.cpp, and made it come up for both prim and parcel media.
|
|
Optimized LLFolderViewItem constructor by passing param block as
const ref to avoid copies.
Removed per-item arrow and background images, use defaults.
Removed unneeded static image pointers.
Removed hard-coded rounded_square.tga, replaced with Rounded_Square
Ditto for folder_arrow.tga
Reviewed with Richard.
|