UI cleanup.

-Added ui-local transformation matrix.
-Gutted legacy commitcallbacks throughout ui widget ctors.
-Created filter_editor ui widget which issues commit on keypress
   -search_editor commits on focus loss/enter press
   -search_editor and filter_editor now have a built in 'x' button to clear text.
-LLComboBox::setPrearrangeCallback now uses boost::function
-LLComboBox::setTextEntryCallback now uses boost::function
-LLLineEditor::setKeystrokeCallback now uses boost::function
-LLLineEditor::setPrevalidate now uses boost::function
-LLPanel::childSetKeystrokeCallback removed
-LLPanel::childSetPrevalidate removed
-LLPanel::childSetActionTextbox now uses boost::function
-LLTextBox::setClickedCallback now uses boost::function
-LLTextEditor::setKeystrokeCallback added.
-Cleaned up JCFloaterAreaSearch
This commit is contained in:
Shyotl
2013-04-16 00:25:59 -05:00
parent 4cbf8b16b6
commit a5dad6be5c
191 changed files with 3020 additions and 3456 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="Inventory" title="Inventário">
<search_editor label="Escreva aqui para busca" name="inventory search editor"/>
<filter_editor label="Escreva aqui para busca" name="inventory search editor"/>
<tab_container name="inventory filter tabs">
<inventory_panel label="Todos os Itens" name="All Items"/>
<inventory_panel label="Itens Recentes" name="Recent Items"/>

View File

@@ -13,7 +13,7 @@
<button label="Nenhum" label_selected="Nenhum" name="None"/>
<button label="Branco" label_selected="Branco" name="Blank"/>
<check_box label="Mostrar Pastas" name="show_folders_check"/>
<search_editor label="Clique aqui para buscar" name="inventory search editor"/>
<filter_editor label="Clique aqui para buscar" name="inventory search editor"/>
<check_box label="Aplicar Imediatamente" name="apply_immediate_check"/>
<button label="Cancelar" label_selected="Cancelar" name="Cancel"/>
<button label="Selecionar" label_selected="Selecionar" name="Select"/>

View File

@@ -33,7 +33,7 @@
Landmarks
</combo_item>
</combo_box>
<line_editor label="Procurar por nome de região" name="location" tool_tip="Digite o nome de uma Região"/>
<search_editor label="Procurar por nome de região" name="location" tool_tip="Digite o nome de uma Região"/>
<button label="Procurar" name="DoSearch" tool_tip="Procurar por região"/>
<text name="search_label">
Resultados da Procura:

View File

@@ -7,6 +7,9 @@
<string name="cant_view_group_land_text">
Você não tem permissão para ver as terras pertencentes ao grupo.
</string>
<string name="epmty_view_group_land_text">
Nada consta
</string>
<string name="cant_view_group_accounting_text">
Você não tem permissão para ver as informações sobre as contas do grupo.
</string>

View File

@@ -47,9 +47,7 @@ podem executar essa habilidade.
</panel>
<tab_container height="164" name="roles_tab_container">
<panel height="148" label="Membros" name="members_sub_tab" tool_tip="Membros">
<line_editor bottom="127" name="search_text"/>
<button label="Pesquisar" name="search_button" width="75"/>
<button label="Mostrar todos" name="show_all_button" left_delta="80"/>
<filter_editor bottom="127" name="filter_input"/>
<name_list name="member_list" bottom_delta="-105" height="104" >
<column label="Nome do membro" name="name"/>
<column label="Tarifa doada" name="donated"/>
@@ -62,9 +60,7 @@ podem executar essa habilidade.
</string>
</panel>
<panel height="148" label="Funções" name="roles_sub_tab">
<line_editor bottom="127" name="search_text"/>
<button label="Busca" name="search_button" width="75"/>
<button label="Mostrar todos" name="show_all_button" left_delta="80"/>
<filter_editor bottom="127" name="filter_input"/>
<scroll_list name="role_list" bottom_delta="-104" height="104">
<column label="Nome da função" name="name"/>
<column label="Título" name="title"/>
@@ -82,9 +78,7 @@ permitidas que os membros podem executar. Os membros poderão ter um ou mais fun
</string>
</panel>
<panel height="148" label="Habilidades" name="actions_sub_tab">
<line_editor bottom="127" name="search_text"/>
<button label="Busca" name="search_button" width="75"/>
<button label="Mostrar todos" name="show_all_button" left_delta="80"/>
<filter_editor bottom="127" name="filter_input"/>
<scroll_list bottom_delta="-120" height="118" name="action_list" tool_tip="Selecione uma habilidade para ver mais detalhes."/>
<string name="help_text">
As habilidades permitem que os membros nas funções façam coisas específicas dentro do grupo.