Age | Commit message (Collapse) | Author |
|
Opens the user's inventory in the side panel.
|
|
|
|
come later (next week).
|
|
|
|
|
|
|
|
- get rid of some invalid params
- make sure all buttons are named
|
|
|
|
|
|
REGION/ESTATE, Estate tab
reviewed by James
|
|
|
|
|
|
"widgeted" text
partial fix
reviewed by Leyla
|
|
|
|
|
|
review http://codereview.lindenlab.com/271074
|
|
Fixed size and position of renamer line editor
Reviewed with Richard
|
|
|
|
Corrected bug where saving an outfit wouldn't update the "unsaved" marker on
the UI. Also switched the UI to use a popup dialog to request the name of
the outfit being made, as we could not convey everything we needed to on the
button alone.
Code reviewed by Vir
|
|
|
|
|
|
The gcc compiler will strip out the stubbed isGodlike() method under
an optimized build. There's no way to stop this without either putting
the definition in another cpp file, which is hard to do with our unit
test infrastructure, or disabling gcc's inlining of the method. So I
did the latter, using __attribute__ ((noinline).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Set drop_shadow="true" in menu.xml
|
|
|
|
|
|
Now it buys currency.
Also fixes EXT-4176, same issue
Reviewed with Richard.
|
|
Updated the logic of the help ID detection to search sub-panels before
searching active tabs. For some reason, certain tabs are still visible
and active even though they are not being displayed on screen. I also
removed a bunch of help IDs for button panels that just confuse things.
Also went through all of the side panel tabs and added new help IDs
where appropriate. These are:
profile_classified_info
profile_edit_classified
profile_pick_info
profile_edit_pick
my_inventory_tab
recent_inventory_tab
|
|
|
|
resetes scroll-bar).
The list gets rebuilt whenever you activate or play a gesture. And rebuild did not save the scroll position.
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
Cause:
There is a global observer ( LLOpenTaskOffer ) which observes creation of new inventory items and open appropriated preview UI for them. Looks like simulator () sends a message for all active gestures, when user is logged in first time.
Solution:
Displaying of the preview gesture floater has been removed from global scope. Also I have added new observer to handle opening gestures as attachment from group notice to avoid regression problems.
--HG--
branch : product-engine
|
|
non-changed if change its order in the 'Favorites Bar')
-- reason: there was two places where identical resorting of Favorite landmarks functionality was implemented: InventoryBridge & Favorite bar.
It was not impelnmented properly in favorites bar: LLInventoryObserver::SORT flag was not set after d-n-d.
-- fix: moved identical functionality to update & save order of Favorite landmarks from these places to Inventory Panel
--HG--
branch : product-engine
|
|
avoided redundant rearranging of chiclet panel;
--HG--
branch : product-engine
|
|
|
|
landmarks on 'Favorites Bar'
--HG--
branch : product-engine
|
|
shortcut
- Added toggling for friends, groups and nearby people lists.
--HG--
branch : product-engine
|
|
from 'Places Task Panel ->My Landmarks'
to 'Favorites Bar').
--HG--
branch : product-engine
|
|
mode): added hack that avoid usage of the LLLayoutStack resizing logic on mouse look mode switching.
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
Bar' accordion if drag-and-drop it)
-- added LLInventoryCallback to rearrange favorite landmarks properly after new on is added.
--HG--
branch : product-engine
|
|
--HG--
branch : product-engine
|
|
'Favorites Bar' accordion if drag-and-drop it)
-- refactoring: move functionality to rearange Favorite landmarks from Inventory Folder bridge to Inventory model
-- improved logic to place dragged landmark before target one.
--HG--
branch : product-engine
|