-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
21 lines
920 B
XML
21 lines
920 B
XML
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
|
<floater name="settings_debug" title="Configurar Depurador">
|
|
<filter_editor label="Buscar" name="search_settings_input" tool_tip="Escribe aquí el término que estás buscando. Los resultados mostrarán las coincidencias parciales del texto buscado ya sea en los nombres de clave o en los comentarios."/>
|
|
|
|
<radio_group name="boolean_combo">
|
|
<radio_item name="TRUE">
|
|
Verdadero
|
|
</radio_item>
|
|
<radio_item name="FALSE">
|
|
Falso
|
|
</radio_item>
|
|
</radio_group>
|
|
<color_swatch label="Color" name="val_color_swatch"/>
|
|
<spinner label="x" name="val_spinner_1"/>
|
|
<spinner label="x" name="val_spinner_2"/>
|
|
<spinner label="x" name="val_spinner_3"/>
|
|
<spinner label="x" name="val_spinner_4"/>
|
|
<button label="Copiar Nombre" name="copy_btn" tool_tip="Copiar el nombre de esta clave." width="130" />
|
|
<button label="Restablecer" name="default_btn"/>
|
|
</floater>
|