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:
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<floater name="Inventory" title="Inventaire">
|
||||
<search_editor label="Saisir votre recherche ici" name="inventory search editor"/>
|
||||
<filter_editor label="Saisir votre recherche ici" name="inventory search editor"/>
|
||||
<button name="collapse_btn" tool_tip="Collapse All" />
|
||||
<button name="Inventory.ExpandAll" tool_tip="Expand All"/>
|
||||
<button name="Inventory.ResetAll" tool_tip="Réinitialisation de l'inventaire : Nettoye les filtres et réduit l'inventaire"/>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<button label="Aucune" label_selected="Aucune" name="None" width="60" left="68" />
|
||||
<button label="Vierge" label_selected="Vierge" name="Blank" width="60" />
|
||||
<check_box label="Afficher les dossiers" name="show_folders_check"/>
|
||||
<search_editor label="Saisir votre recherche ici" name="inventory search editor"/>
|
||||
<filter_editor label="Saisir votre recherche ici" name="inventory search editor"/>
|
||||
<check_box label="Appliquer immédiatement" name="apply_immediate_check" />
|
||||
<button label="" label_selected="" name="Pipette" bottom="-240" />
|
||||
<button label="Annuler" label_selected="Annuler" name="Cancel"/>
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
</combo_item>
|
||||
</combo_box>
|
||||
<icon left="973" name="location_icon"/>
|
||||
<line_editor label="Rechercher par nom de région" name="location" tool_tip="Saisissez le nom d'une région" width="155"/>
|
||||
<search_editor label="Rechercher par nom de région" name="location" tool_tip="Saisissez le nom d'une région" width="155"/>
|
||||
<button label="Rechercher" label_selected=">" left_delta="160" name="DoSearch" tool_tip="Recherchez sur la carte" width="75"/>
|
||||
<text left="973" name="search_label">
|
||||
Résultats de la recherche :
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
name="friends" width="130">
|
||||
Rechercher un(e) ami(e) :
|
||||
</text-->
|
||||
<search_editor bottom_delta="-40" enabled="true" follows="left|top" font="SansSerif"
|
||||
<filter_editor bottom_delta="-40" enabled="true" follows="left|top" font="SansSerif"
|
||||
height="18" left_delta="0" name="buddy_search_lineedit" label="Rechercher un(e) ami(e)"
|
||||
tool_tip="Recherchez un(e) ami(e) dans la liste de noms." width="160" />
|
||||
<button label="IM/Appel" name="im_btn" tool_tip="Envoyez un IM à ce résident."/>
|
||||
|
||||
@@ -7,6 +7,9 @@
|
||||
<string name="cant_view_group_land_text">
|
||||
Vous n'avez pas la permission de voir quel terrain possède ce groupe.
|
||||
</string>
|
||||
<string name="epmty_view_group_land_text">
|
||||
Aucune entrée
|
||||
</string>
|
||||
<string name="cant_view_group_accounting_text">
|
||||
Vous n'avez pas la permission d'accéder aux informations
|
||||
financières de ce groupe.
|
||||
|
||||
@@ -62,15 +62,6 @@ quels membres ces pouvoirs sont assignés.
|
||||
name="roles_tab_container" tab_position="top" width="406">
|
||||
<panel border="true" bottom="0" height="164" label="Membres" left="1"
|
||||
name="members_sub_tab" select="true" tool_tip="Membres" width="406">
|
||||
<line_editor bevel_style="in" border_style="line"
|
||||
border_thickness="1" bottom="143" follows="left|top" font="SansSerifSmall"
|
||||
height="16" is_unicode="false" left="4" max_length="63" mouse_opaque="true"
|
||||
name="search_text" width="100" />
|
||||
<button bottom_delta="-2" font="SansSerifSmall" halign="center" height="20"
|
||||
label="Chercher" left_delta="105" name="search_button" width="60" />
|
||||
<button bottom_delta="0" enabled="false" font="SansSerifSmall" halign="center"
|
||||
height="20" label="Tout Voir" left_delta="65" name="show_all_button"
|
||||
width="80" />
|
||||
<name_list allow_calling_card_drop="false" background_visible="true" bottom_delta="-121"
|
||||
column_padding="0" draw_border="true" draw_heading="true"
|
||||
heading_font="SansSerifSmall"
|
||||
@@ -88,19 +79,9 @@ quels membres ces pouvoirs sont assignés.
|
||||
Vous pouvez ajouter ou supprimer les rôles assignés aux membres.
|
||||
Pour sélectionner plusieurs membres, cliquez sur leurs noms en maintenant la touche Ctrl enfoncée.
|
||||
</string>
|
||||
<icon image_name="inv_folder_plain_closed.tga" name="power_folder_icon" width="16" height="16" visible="false"/> <!-- Hiding this until we can figure out why it's not showing up in the right place. -BG -->
|
||||
</panel>
|
||||
<panel border="true" bottom="0" height="164" label="Rôles"
|
||||
left="1" name="roles_sub_tab" width="398">
|
||||
<line_editor bevel_style="in" border_style="line"
|
||||
border_thickness="1" bottom="143" follows="left|top" font="SansSerifSmall"
|
||||
height="16" is_unicode="false" left="4" max_length="63" mouse_opaque="true"
|
||||
name="search_text" width="100" />
|
||||
<button bottom_delta="-2" font="SansSerifSmall" halign="center" height="20"
|
||||
label="Chercher" left_delta="105" name="search_button" width="60" />
|
||||
<button bottom_delta="0" enabled="false" font="SansSerifSmall" halign="center"
|
||||
height="20" label="Tout Voir" left_delta="65" name="show_all_button"
|
||||
width="80" />
|
||||
<scroll_list allow_calling_card_drop="false" background_visible="true" bottom_delta="-120"
|
||||
column_padding="0" draw_border="true" draw_heading="true" enabled="true"
|
||||
follows="left|top"
|
||||
@@ -120,24 +101,9 @@ Pour sélectionner plusieurs membres, cliquez sur leurs noms en maintenant l
|
||||
<string name="cant_delete_role">
|
||||
Les 'Everyone' t 'Owners' sont des rôles spéciaux qui ne peuvent être supprimés.
|
||||
</string>
|
||||
<icon height="16" image_name="inv_folder_plain_closed.tga" name="power_folder_icon"
|
||||
width="16" visible="false"/> <!-- Hiding this until we can figure out why it's not showing up in the right place. -BG -->
|
||||
<icon height="16" image_name="checkbox_enabled_true.tga" name="power_all_have_icon"
|
||||
width="16" visible="false"/> <!-- Hiding this until we can figure out why it's not showing up in the right place. -BG -->
|
||||
<icon height="16" image_name="checkbox_enabled_false.tga" name="power_partial_icon"
|
||||
width="16" visible="false"/> <!-- Hiding this until we can figure out why it's not showing up in the right place. -BG -->
|
||||
</panel>
|
||||
<panel border="true" bottom="0"
|
||||
height="164" label="Pouvoirs" left="1" name="actions_sub_tab" width="398">
|
||||
<line_editor bevel_style="in" border_style="line"
|
||||
border_thickness="1" bottom="143" follows="left|top" font="SansSerifSmall"
|
||||
height="16" is_unicode="false" left="6" max_length="63" mouse_opaque="true"
|
||||
name="search_text" width="100" />
|
||||
<button bottom_delta="-2" font="SansSerifSmall" halign="center" height="20"
|
||||
label="Chercher" left_delta="105" name="search_button" width="60" />
|
||||
<button bottom_delta="0" enabled="false" font="SansSerifSmall" halign="center"
|
||||
height="20" label="Tout Voir" left_delta="65" name="show_all_button"
|
||||
width="80" />
|
||||
<scroll_list allow_calling_card_drop="false" background_visible="true" bottom_delta="-134"
|
||||
column_padding="0" draw_border="true" draw_heading="false"
|
||||
draw_stripes="false"
|
||||
@@ -151,8 +117,7 @@ Pour sélectionner plusieurs membres, cliquez sur leurs noms en maintenant l
|
||||
<string name="help_text">
|
||||
Permet aux membres de ce rôle des actions spécifiques. Les possibilités sont variées.
|
||||
</string>
|
||||
<icon image_name="inv_folder_plain_closed.tga" name="power_folder_icon" width="16" height="16" visible="false"/> <!-- Hiding this until we can figure out why it's not showing up in the right place. -BG -->
|
||||
</panel>
|
||||
</panel>
|
||||
</tab_container>
|
||||
<panel border="false" bottom_delta="-235" height="215" left="7" name="members_footer"
|
||||
select="true" visible="true" width="406">
|
||||
|
||||
Reference in New Issue
Block a user