Age | Commit message (Collapse) | Author |
|
LLFloaterActiveSpeakers and related classes from viewer)
* Removed llfloateractivespeacker.h/cpp from CMakeLists.txt and from the repo.
* Removed llmediaremotectrl.h/cpp, llvoiceremotectrl.h/cpp from the repo (were not in CMakeLists.txt).
* Unused in 2.0 setings ("ShowVoiceChannelPopup" & "ShowVolumeSettingsPopup") are moved to the end of settings.xml (to not affect 1.23 if remove).
* Removed xml files related to Active Speakers floater and old Communication floater (related cpp files have been already removed). Also removed their localized versions.
* Also removed old textures related to removed xml and unused in 2.0 anymore.
Reviewed by Vadim at https://codereview.productengine.com/secondlife/r/226/
--HG--
branch : product-engine
|
|
list is corrupted ) - restored 'arrow_down.tga' image, which is used by LLMenuScrollItem.
Reviewed by Vadim Savchuk, https://codereview.productengine.com/secondlife/r/197/.
diff -r f3fc1679ec4e -r f4652f182c84 indra/newview/skins/default/textures/arrow_down.tga
Binary file indra/newview/skins/default/textures/arrow_down.tga has changed
--HG--
branch : product-engine
|
|
|
|
reviewed by Erica
|
|
- Created an icon that is just the gear icon, no dropdown chevron in places where there is no context menu, notably in: Nearby media popover, Master volume popover and Edit Floater
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/137/
--HG--
branch : product-engine
|
|
|
|
--HG--
branch : product-engine
|
|
|
|
- Added "on hover" textures for toolbar buttons to textures.xml
- Adjusted toolbars for list views according to style guide.
- Adjusted tab container width, height and positioning for People, Places, Inventory, Appearance SP's.
- Applied "over", "selected", "unselected" textures for toolbar buttons.
- Fixed bottom buttons position and bottom panel height in Appearance and People tabs.
Reviewed by Leyla Farazha https://codereview.productengine.com/secondlife/r/82/
--HG--
branch : product-engine
|
|
|
|
no review for an obvious reason...
--HG--
branch : product-engine
|
|
inventory.
Added new icon for multi-objects.
New icon is used in inventory, object inventory and buy floater.
New icon can not be used in Group Notices because server does not send enough info in GroupNoticesListReply.
--HG--
branch : product-engine
|
|
Reviewed by Vadim at https://codereview.productengine.com/secondlife/r/46/
--HG--
branch : product-engine
|
|
|
|
Fixed image height bugs in volume and media play buttons that made them blurry.
|
|
previous sessions
- new chat source type CHAT_SOURCE_UNKNOWN for avatar names not in cache and object names consisting of two words (avatar names like)
- new icon (unknown_icon.png) for message headers () of nearby chat messagses coming from CHAT_SOURCE_UNKNOWN
- context menu no longer displayed for object names from chat history (no UUIDs)
- double click on message headers in nearby chat no longer opens Inspector (no UUIDs)
- object names (loaded from chat history) in nearby chat are no longer SLURLed (no UUIDs for them)
--HG--
branch : product-engine
|
|
|
|
Bar if DnD couple of them on blank Favorites Bar
Cause:
Favbar buttons uses transparent.j2c texture for background.This texture was not preloaded during stating up. llbutton::draw() applies a glow effect which was described in ticked description.
Solution:
Definition of texture has been added into texture.xml
--HG--
branch : product-engine
|
|
http://jira.secondlife.com/browse/EXT-5103
|
|
|
|
Renaming skins/base back to skins/default to unblock I10n.
Revert was requested by Q.
|
|
1.23s UI
reviewed by Leyla
|
|
|
|
|
|
impossible to see
|
|
|
|
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
from objects, instead of using generic image for missing profile picture
--HG--
branch : product-engine
|
|
|
|
|
|
|
|
https://jira.secondlife.com/browse/EXT-4335
|
|
https://jira.secondlife.com/browse/EXT-4935
|
|
|
|
http://jira.secondlife.com/browse/EXT-4357
|
|
http://jira.secondlife.com/browse/EXT-4411
|
|
http://jira.secondlife.com/browse/EXT-4709
|
|
|
|
|
|
EXT-4363Notification list is too close to the right of the screen, conflicts with window resize affordance
|
|
http://jira.secondlife.com/browse/EXT-4205
|
|
|
|
|
|
|
|
horizontal alignment, volume button art, removed old art assets
|
|
|
|
|
|
reviewed with esbee
|
|
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.
|