Age | Commit message (Collapse) | Author |
|
|
|
problem with ordering in multi-wearables
|
|
|
|
Fixed highlight and open item code to work for both categories and items (was previously only working for items).
|
|
reviewed by richard
|
|
reviewed by Richard
|
|
|
|
|
|
list to 1/3 the vertical height
- Increased height of 'Add to Outfit' panel and set animate for layout stack. Animate attrubute was set to true to force proper calculation of layout panels size when one of the layout panels can dynamically change its visibility
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/588/
--HG--
branch : product-engine
|
|
the Group profile information
- Increased width of layout panel and its accordion
Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/589/
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/594/
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
reviwed by Loren Shih at https://codereview.productengine.com/secondlife/r/575/
--HG--
branch : product-engine
|
|
|
|
|
|
made world view extend to where menu bar would normally be when in mouselook
|
|
#ifdef'd a couple more llinfos spam to not show up in release mode.
|
|
|
|
|
|
|
|
llqtwebkit build has been updated.
|
|
#ifdef'd a bunch of llinfos spam to not show up in release mode. Removed some other legacy comments.
|
|
Removed hack (this was just used for debugging avatar rez times).
|
|
|
|
|
|
|
|
so much
also, made camera default target and offset live-settable for debugging
reviewed by vir
|
|
Change folder type is now keyed off of SUPPORT_ENSEMBLES versus being available in non-release viewers.
|
|
Took out ensemble folder icon use, replaced with default icons.
|
|
|
|
description
- Added method LLAccordionCtrl::getExpandedTab() which search for the first expanded accordion tab. This method is a bit of hacking, but I discussed it with Vadim Savchuk.
- LLAccordionCtrlTab::isExpanded() is made 'const'. This is necessary to call it from getExpandedTab() which is also 'const'.
- Added all provided Marketplace URLs (taken from EXT-7257) to the settings.xml. So URLs can be configured without recompilation.
- Added method LLCOFWearables::getSelectedItems() which can be used to get ALL selected items (not only one).
- Class LLShopURLDispatcher is implemented in the llpaneloutfitedit.cpp.
- Added callback LLPanelOutfitEdit::onShopButtonClicked() which calls LLShopURLDispatcher to send user to the correct URL.
- Added shop button (shop_btn) widget in panel_outfit_edit.xml. It has invalid icon for now. After review I'm going to reassign the ticket to someone who will provide correct icons.
Reviewed by Vadim Savchuk and Mike Antipov at https://codereview.productengine.com/secondlife/r/569/
--HG--
branch : product-engine
|
|
|
|
in Viewer 2.)
This was a race condition. In the repro case, LLViewerMediaImpl::seek() was getting called before the media source got a chance to be loaded (since the load is now delayed at least 1 frame due to the priority calculations), so the seek command was being dropped.
The fix is to save the seek time in mPreviousMediaTime in this case, and rearrange the code in LLViewerMediaImpl::loadURI() so that it gets used whenever it's non-zero. I've also added similar code in LLViewerMediaImpl::pause() and LLViewerMediaImpl::start() to set mPreviousMediaState. (If there are any cases where content wants parcel media to start out paused, they would have had a similar issue.)
Reviewed by Callum and Richard at http://codereview.lindenlab.com/2478002 .
|
|
|
|
Outfits and Add Wearable panels.
Reviewed by Nyx at https://codereview.productengine.com/secondlife/r/582/
--HG--
branch : product-engine
|
|
|
|
|
|
The mTmpWriteBuffer member variable was never actually being allocated
because it was being shadowed by a local variable. This is why the
code never crashed. I've removed the member variable as it was clearly
never used and really confused the code.
|
|
Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/578/
--HG--
branch : product-engine
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
work.
|