Age | Commit message (Collapse) | Author |
|
# Conflicts:
# indra/newview/app_settings/settings.xml
|
|
|
|
|
|
|
|
Inventory floater and reset the filters to guarantee success
|
|
tab jumps to Main tab
|
|
original" result
|
|
to login
|
|
|
|
|
|
# Conflicts:
# indra/newview/llinventorybridge.cpp
# indra/newview/llinventorypanel.cpp
|
|
|
|
|
|
|
|
|
|
Group-related costs and limits via benefits.
|
|
|
|
|
|
reset using 'Reset Filters'
|
|
|
|
show a visible failure message to the user. Menu items for greating settings in inventory are disabled on non eep regions.
|
|
on open.
|
|
|
|
'Worn' tab
|
|
|
|
filters for Inventory
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
include number of items being deleted.
|
|
|
|
|
|
|
|
* Opening new inventory via Control-Shift-I shortcut uses legacy and potentinally dangerous code path
* Closing new inventory windows don't release memory
* During shutdown legacy and inoperable code for inventory window cleanup is called
* Remove old and unused inventory legacy code
|
|
|
|
|
|
|
|
|
|
Inventory by hot hey
|
|
|
|
|
|
|
|
|
|
LLSingleton currently presents two different usage styles: deriving MyClass
from LLSingleton<MyClass>, or just using a typedef. Turns out LLGlobalEconomy
is the ONLY class using the typedef style -- and the apologetic comment talks
about a potential maintenance that hasn't actually happened.
Derive LLGlobalEconomy from LLSingleton<LLGlobalEconomy>, like everyone else.
|
|
|
|
wide char paths; on other platforms they are now just typedefs to the std classes
|