-
- Downloads
Fixed critical bug EXT-4837 ( [NUX] When filter results in null state, provide...
Fixed critical bug EXT-4837 ( [NUX] When filter results in null state, provide a message suggesting the user try global search.) Implemented passing of entered filter substring without head spaces to search URI in help message for null filtered results. * Updated setting "no item message" to use search term from filter editor for avatar & group lists and for inventory panels. * Updated appropriate translatable strings to get [SEARCH_TERM] substitution. * Updated processing of filter substring to pass original string to methods applied new filter. Additional necessary changes * Changed place to set "no item message" for group list from refresh to where filter is updated (like in avatar lists) * Removed converting of filter substring to upper case in Places & My Appearance sidepanels (this conversion has already been implemented in where filter is applied) * Added a separate message for Landmarks to set search URI to secondlife:///app/search/places for Lanmarks panel; other inventory related panels have URL to all searched categories (secondlife:///app/search/all) Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/326/ --HG-- branch : product-engine
Showing
- indra/llui/llflatlistview.cpp 7 additions, 2 deletionsindra/llui/llflatlistview.cpp
- indra/llui/llflatlistview.h 3 additions, 3 deletionsindra/llui/llflatlistview.h
- indra/newview/llavatarlist.cpp 5 additions, 3 deletionsindra/newview/llavatarlist.cpp
- indra/newview/llfolderview.cpp 3 additions, 1 deletionindra/newview/llfolderview.cpp
- indra/newview/llgrouplist.cpp 8 additions, 5 deletionsindra/newview/llgrouplist.cpp
- indra/newview/llinventoryfilter.cpp 3 additions, 2 deletionsindra/newview/llinventoryfilter.cpp
- indra/newview/llinventoryfilter.h 2 additions, 0 deletionsindra/newview/llinventoryfilter.h
- indra/newview/llpanellandmarks.cpp 1 addition, 0 deletionsindra/newview/llpanellandmarks.cpp
- indra/newview/llpanelpeople.cpp 12 additions, 8 deletionsindra/newview/llpanelpeople.cpp
- indra/newview/llpanelpeople.h 1 addition, 0 deletionsindra/newview/llpanelpeople.h
- indra/newview/llpanelplaces.cpp 1 addition, 2 deletionsindra/newview/llpanelplaces.cpp
- indra/newview/llsidepanelappearance.cpp 1 addition, 2 deletionsindra/newview/llsidepanelappearance.cpp
- indra/newview/skins/default/xui/en/panel_people.xml 4 additions, 4 deletionsindra/newview/skins/default/xui/en/panel_people.xml
- indra/newview/skins/default/xui/en/strings.xml 2 additions, 1 deletionindra/newview/skins/default/xui/en/strings.xml
Loading
Please register or sign in to comment