Show
Ignore:
Timestamp:
07/25/08 02:43:01 (4 months ago)
Author:
js
Message:

* Better rendering of mood in roster.

(Only takes space if needed now)

* Possibility to disable display of mood in roster from preferences.

(Also works on the fly with the new rendering method)

* Minor improvements in the translation of the moods to German.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/data/glade/preferences_window.glade

    r9828 r10023  
    7474                            </child> 
    7575                            <child> 
    76                               <widget class="GtkCheckButton" id="sort_by_show_checkbutton"> 
    77                                 <property name="visible">True</property> 
    78                                 <property name="can_focus">True</property> 
    79                                 <property name="tooltip" translatable="yes">If checked, Gajim will sort contacts in roster window and groupchats by their status and not by the shown name</property> 
    80                                 <property name="label" translatable="yes">_Sort contacts by status</property> 
     76                              <widget class="GtkCheckButton" id="show_mood_in_roster_checkbutton"> 
     77                                <property name="visible">True</property> 
     78                                <property name="can_focus">True</property> 
     79                                <property name="tooltip" translatable="yes">If checked, Gajim will display status messages of contacts under the contact name in roster window and in group chats</property> 
     80                                <property name="label" translatable="yes">Display m_ood of contacts in roster</property> 
    8181                                <property name="use_underline">True</property> 
    8282                                <property name="response_id">0</property> 
    8383                                <property name="draw_indicator">True</property> 
    84                                 <signal name="toggled" handler="on_sort_by_show_checkbutton_toggled"/> 
     84                                <signal name="toggled" handler="on_show_mood_in_roster_checkbutton_toggled"/> 
    8585                              </widget> 
    8686                              <packing> 
     
    8888                                <property name="fill">False</property> 
    8989                                <property name="position">2</property> 
     90                              </packing> 
     91                            </child> 
     92                            <child> 
     93                              <widget class="GtkCheckButton" id="sort_by_show_checkbutton"> 
     94                                <property name="visible">True</property> 
     95                                <property name="can_focus">True</property> 
     96                                <property name="tooltip" translatable="yes">If checked, Gajim will sort contacts in roster window and groupchats by their status and not by the shown name</property> 
     97                                <property name="label" translatable="yes">_Sort contacts by status</property> 
     98                                <property name="use_underline">True</property> 
     99                                <property name="response_id">0</property> 
     100                                <property name="draw_indicator">True</property> 
     101                                <signal name="toggled" handler="on_sort_by_show_checkbutton_toggled"/> 
     102                              </widget> 
     103                              <packing> 
     104                                <property name="expand">False</property> 
     105                                <property name="fill">False</property> 
     106                                <property name="position">3</property> 
    90107                              </packing> 
    91108                            </child>