| | 133 | <widget class="GtkLabel" id="label379"> |
| | 134 | <property name="visible">True</property> |
| | 135 | <property name="xalign">0</property> |
| | 136 | <property name="xpad">1</property> |
| | 137 | <property name="label" translatable="yes">_Window behavior:</property> |
| | 138 | <property name="use_underline">True</property> |
| | 139 | <property name="mnemonic_widget">one_window_type_combobox</property> |
| | 140 | </widget> |
| | 141 | <packing> |
| | 142 | <property name="top_attach">1</property> |
| | 143 | <property name="bottom_attach">2</property> |
| | 144 | <property name="x_options">GTK_FILL</property> |
| | 145 | </packing> |
| | 146 | </child> |
| | 147 | <child> |
| | 148 | <widget class="GtkComboBox" id="emoticons_combobox"> |
| | 149 | <property name="visible">True</property> |
| | 150 | <signal name="changed" handler="on_emoticons_combobox_changed"/> |
| | 151 | </widget> |
| | 152 | <packing> |
| | 153 | <property name="left_attach">1</property> |
| | 154 | <property name="right_attach">2</property> |
| | 155 | </packing> |
| | 156 | </child> |
| | 157 | <child> |
| | 158 | <widget class="GtkEventBox" id="eventbox5"> |
| | 159 | <property name="visible">True</property> |
| | 160 | <property name="tooltip" translatable="yes">If not disabled, Gajim will replace ascii smilies like ':)' with equivalent animated or static graphical emoticons</property> |
| | 161 | <child> |
| | 162 | <widget class="GtkLabel" id="label381"> |
| | 163 | <property name="visible">True</property> |
| | 164 | <property name="xalign">0</property> |
| | 165 | <property name="xpad">1</property> |
| | 166 | <property name="label" translatable="yes">Emoticons:</property> |
| | 167 | </widget> |
| | 168 | </child> |
| | 169 | </widget> |
| | 170 | <packing> |
| | 171 | <property name="x_options">GTK_FILL</property> |
| | 172 | </packing> |
| | 173 | </child> |
| | 174 | <child> |
| | 175 | <widget class="GtkCheckButton" id="compact_view_checkbutton"> |
| | 176 | <property name="can_focus">True</property> |
| | 177 | <property name="tooltip" translatable="yes">Hide all buttons in chat windows</property> |
| | 178 | <property name="label" translatable="yes">_Make message windows compact</property> |
| | 179 | <property name="use_underline">True</property> |
| | 180 | <property name="response_id">0</property> |
| | 181 | <property name="draw_indicator">True</property> |
| | 182 | <signal name="toggled" handler="on_compact_view_checkbutton_toggled"/> |
| | 183 | </widget> |
| | 184 | <packing> |
| | 185 | <property name="right_attach">2</property> |
| | 186 | <property name="top_attach">2</property> |
| | 187 | <property name="bottom_attach">3</property> |
| | 188 | <property name="x_options">GTK_FILL</property> |
| | 189 | </packing> |
| | 190 | </child> |
| | 191 | <child> |
| | 192 | <widget class="GtkCheckButton" id="xhtml_checkbutton"> |
| | 193 | <property name="visible">True</property> |
| | 194 | <property name="can_focus">True</property> |
| | 195 | <property name="tooltip" translatable="yes">Some messages may include rich content (formatting, colors etc). If checked, Gajim will just display the raw message text.</property> |
| | 196 | <property name="label" translatable="yes">Ignore rich content in incoming messages</property> |
| | 197 | <property name="use_underline">True</property> |
| | 198 | <property name="response_id">0</property> |
| | 199 | <property name="draw_indicator">True</property> |
| | 200 | <signal name="toggled" handler="on_xhtml_checkbutton_toggled"/> |
| | 201 | </widget> |
| | 202 | <packing> |
| | 203 | <property name="right_attach">2</property> |
| | 204 | <property name="top_attach">3</property> |
| | 205 | <property name="bottom_attach">4</property> |
| | 206 | <property name="x_options">GTK_FILL</property> |
| | 207 | </packing> |
| | 208 | </child> |
| | 209 | <child> |
| | 210 | <widget class="GtkCheckButton" id="speller_checkbutton"> |
| | 211 | <property name="can_focus">True</property> |
| | 212 | <property name="tooltip" translatable="yes">If checked, Gajim will highlight spelling errors in input fields of chat windows. If no language is explicitly set via right click on the input field, the default language will be used for this contact or group chat.</property> |
| | 213 | <property name="label" translatable="yes">_Highlight misspelled words</property> |
| | 214 | <property name="use_underline">True</property> |
| | 215 | <property name="response_id">0</property> |
| | 216 | <property name="draw_indicator">True</property> |
| | 217 | <signal name="toggled" handler="on_speller_checkbutton_toggled"/> |
| | 218 | </widget> |
| | 219 | <packing> |
| | 220 | <property name="right_attach">2</property> |
| | 221 | <property name="top_attach">4</property> |
| | 222 | <property name="bottom_attach">5</property> |
| | 223 | <property name="x_options">GTK_FILL</property> |
| | 224 | </packing> |
| | 225 | </child> |
| | 226 | <child> |
| 148 | | </packing> |
| 149 | | </child> |
| 150 | | <child> |
| 151 | | <widget class="GtkCheckButton" id="speller_checkbutton"> |
| 152 | | <property name="can_focus">True</property> |
| 153 | | <property name="tooltip" translatable="yes">If checked, Gajim will highlight spelling errors in input fields of chat windows. If no language is explicitly set via right click on the input field, the default language will be used for this contact or group chat.</property> |
| 154 | | <property name="label" translatable="yes">_Highlight misspelled words</property> |
| 155 | | <property name="use_underline">True</property> |
| 156 | | <property name="response_id">0</property> |
| 157 | | <property name="draw_indicator">True</property> |
| 158 | | <signal name="toggled" handler="on_speller_checkbutton_toggled"/> |
| 159 | | </widget> |
| 160 | | <packing> |
| 161 | | <property name="right_attach">2</property> |
| 162 | | <property name="top_attach">4</property> |
| 163 | | <property name="bottom_attach">5</property> |
| 164 | | <property name="x_options">GTK_FILL</property> |
| 165 | | </packing> |
| 166 | | </child> |
| 167 | | <child> |
| 168 | | <widget class="GtkCheckButton" id="xhtml_checkbutton"> |
| 169 | | <property name="visible">True</property> |
| 170 | | <property name="can_focus">True</property> |
| 171 | | <property name="tooltip" translatable="yes">Some messages may include rich content (formatting, colors etc). If checked, Gajim will just display the raw message text.</property> |
| 172 | | <property name="label" translatable="yes">Ignore rich content in incoming messages</property> |
| 173 | | <property name="use_underline">True</property> |
| 174 | | <property name="response_id">0</property> |
| 175 | | <property name="draw_indicator">True</property> |
| 176 | | <signal name="toggled" handler="on_xhtml_checkbutton_toggled"/> |
| 177 | | </widget> |
| 178 | | <packing> |
| 179 | | <property name="right_attach">2</property> |
| 180 | | <property name="top_attach">3</property> |
| 181 | | <property name="bottom_attach">4</property> |
| 182 | | <property name="x_options">GTK_FILL</property> |
| 183 | | </packing> |
| 184 | | </child> |
| 185 | | <child> |
| 186 | | <widget class="GtkCheckButton" id="compact_view_checkbutton"> |
| 187 | | <property name="can_focus">True</property> |
| 188 | | <property name="tooltip" translatable="yes">Hide all buttons in chat windows</property> |
| 189 | | <property name="label" translatable="yes">_Make message windows compact</property> |
| 190 | | <property name="use_underline">True</property> |
| 191 | | <property name="response_id">0</property> |
| 192 | | <property name="draw_indicator">True</property> |
| 193 | | <signal name="toggled" handler="on_compact_view_checkbutton_toggled"/> |
| 194 | | </widget> |
| 195 | | <packing> |
| 196 | | <property name="right_attach">2</property> |
| 197 | | <property name="top_attach">2</property> |
| 198 | | <property name="bottom_attach">3</property> |
| 199 | | <property name="x_options">GTK_FILL</property> |
| 200 | | </packing> |
| 201 | | </child> |
| 202 | | <child> |
| 203 | | <widget class="GtkEventBox" id="eventbox5"> |
| 204 | | <property name="visible">True</property> |
| 205 | | <property name="tooltip" translatable="yes">If not disabled, Gajim will replace ascii smilies like ':)' with equivalent animated or static graphical emoticons</property> |
| 206 | | <child> |
| 207 | | <widget class="GtkLabel" id="label381"> |
| 208 | | <property name="visible">True</property> |
| 209 | | <property name="xalign">0</property> |
| 210 | | <property name="xpad">1</property> |
| 211 | | <property name="label" translatable="yes">Emoticons:</property> |
| 212 | | </widget> |
| 213 | | </child> |
| 214 | | </widget> |
| 215 | | <packing> |
| 216 | | <property name="x_options">GTK_FILL</property> |
| 217 | | </packing> |
| 218 | | </child> |
| 219 | | <child> |
| 220 | | <widget class="GtkComboBox" id="emoticons_combobox"> |
| 221 | | <property name="visible">True</property> |
| 222 | | <signal name="changed" handler="on_emoticons_combobox_changed"/> |
| 223 | | </widget> |
| 224 | | <packing> |
| 225 | | <property name="left_attach">1</property> |
| 226 | | <property name="right_attach">2</property> |
| 227 | | </packing> |
| 228 | | </child> |
| 229 | | <child> |
| 230 | | <widget class="GtkLabel" id="label379"> |
| 231 | | <property name="visible">True</property> |
| 232 | | <property name="xalign">0</property> |
| 233 | | <property name="xpad">1</property> |
| 234 | | <property name="label" translatable="yes">_Window behavior:</property> |
| 235 | | <property name="use_underline">True</property> |
| 236 | | <property name="mnemonic_widget">one_window_type_combobox</property> |
| 237 | | </widget> |
| 238 | | <packing> |
| 239 | | <property name="top_attach">1</property> |
| 240 | | <property name="bottom_attach">2</property> |
| 241 | | <property name="x_options">GTK_FILL</property> |
| 481 | | <widget class="GtkHBox" id="hbox2946"> |
| 482 | | <property name="visible">True</property> |
| 483 | | <property name="spacing">6</property> |
| 484 | | <property name="homogeneous">True</property> |
| 485 | | <child> |
| 486 | | <widget class="GtkCheckButton" id="play_sounds_checkbutton"> |
| 487 | | <property name="visible">True</property> |
| 488 | | <property name="can_focus">True</property> |
| 489 | | <property name="label" translatable="yes">Play _sounds</property> |
| 490 | | <property name="use_underline">True</property> |
| 491 | | <property name="response_id">0</property> |
| 492 | | <property name="draw_indicator">True</property> |
| 493 | | <signal name="toggled" handler="on_play_sounds_checkbutton_toggled"/> |
| 494 | | </widget> |
| 495 | | </child> |
| 496 | | <child> |
| 497 | | <widget class="GtkHBox" id="soundplayer_hbox"> |
| 498 | | <property name="spacing">5</property> |
| 499 | | <child> |
| 500 | | <widget class="GtkLabel" id="label189"> |
| 501 | | <property name="visible">True</property> |
| 502 | | <property name="label" translatable="yes">_Player:</property> |
| 503 | | <property name="use_underline">True</property> |
| 504 | | <property name="mnemonic_widget">soundplayer_entry</property> |
| 505 | | </widget> |
| 506 | | </child> |
| 507 | | <child> |
| 508 | | <widget class="GtkEntry" id="soundplayer_entry"> |
| 509 | | <property name="visible">True</property> |
| 510 | | <property name="can_focus">True</property> |
| 511 | | <signal name="changed" handler="on_soundplayer_entry_changed"/> |
| 512 | | </widget> |
| 513 | | <packing> |
| 514 | | <property name="position">1</property> |
| 515 | | </packing> |
| 516 | | </child> |
| 517 | | </widget> |
| 518 | | <packing> |
| 519 | | <property name="position">1</property> |
| 520 | | </packing> |
| 521 | | </child> |
| | 481 | <widget class="GtkCheckButton" id="play_sounds_checkbutton"> |
| | 482 | <property name="visible">True</property> |
| | 483 | <property name="can_focus">True</property> |
| | 484 | <property name="label" translatable="yes">Play _sounds</property> |
| | 485 | <property name="use_underline">True</property> |
| | 486 | <property name="response_id">0</property> |
| | 487 | <property name="draw_indicator">True</property> |
| | 488 | <signal name="toggled" handler="on_play_sounds_checkbutton_toggled"/> |
| 660 | | <widget class="GtkComboBox" id="outgoing_chat_states_combobox"> |
| 661 | | <property name="visible">True</property> |
| 662 | | <property name="items" translatable="yes">All chat states |
| 663 | | Composing only |
| 664 | | Disabled</property> |
| 665 | | </widget> |
| 666 | | <packing> |
| 667 | | <property name="left_attach">1</property> |
| 668 | | <property name="right_attach">2</property> |
| 669 | | </packing> |
| 670 | | </child> |
| 671 | | <child> |
| 672 | | <widget class="GtkEventBox" id="eventbox9"> |
| 673 | | <property name="visible">True</property> |
| 674 | | <property name="tooltip" translatable="yes">Gajim can send and receive meta-information related to a conversation you may have with a contact. Here you can specify which chatstates you want to send to the other party.</property> |
| 675 | | <child> |
| 676 | | <widget class="GtkLabel" id="label34"> |
| 677 | | <property name="visible">True</property> |
| 678 | | <property name="xalign">0</property> |
| 679 | | <property name="label" translatable="yes">_Send chat state notifications:</property> |
| 680 | | <property name="use_underline">True</property> |
| 681 | | </widget> |
| 682 | | </child> |
| 683 | | </widget> |
| 684 | | <packing> |
| 685 | | <property name="x_options">GTK_FILL</property> |
| 686 | | </packing> |
| 687 | | </child> |
| 688 | | <child> |
| 689 | | <widget class="GtkEventBox" id="eventbox8"> |
| 690 | | <property name="visible">True</property> |
| 691 | | <property name="tooltip" translatable="yes">Gajim can send and receive meta-information related to a conversation you may have with a contact. Here you can specify which chatstates you want to display in chat windows.</property> |
| 692 | | <child> |
| 693 | | <widget class="GtkLabel" id="label33"> |
| 694 | | <property name="visible">True</property> |
| 695 | | <property name="xalign">0</property> |
| 696 | | <property name="label" translatable="yes">_Display chat state notifications:</property> |
| 697 | | <property name="use_underline">True</property> |
| 698 | | </widget> |
| 699 | | </child> |
| 700 | | </widget> |
| 701 | | <packing> |
| 702 | | <property name="top_attach">1</property> |
| 703 | | <property name="bottom_attach">2</property> |
| 704 | | <property name="x_options">GTK_FILL</property> |
| 705 | | </packing> |
| 706 | | </child> |
| 707 | | <child> |
| | 637 | </packing> |
| | 638 | </child> |
| | 639 | <child> |
| | 640 | <widget class="GtkEventBox" id="eventbox8"> |
| | 641 | <property name="visible">True</property> |
| | 642 | <property name="tooltip" translatable="yes">Gajim can send and receive meta-information related to a conversation you may have with a contact. Here you can specify which chatstates you want to display in chat windows.</property> |
| | 643 | <child> |
| | 644 | <widget class="GtkLabel" id="label33"> |
| | 645 | <property name="visible">True</property> |
| | 646 | <property name="xalign">0</property> |
| | 647 | <property name="label" translatable="yes">_Display chat state notifications:</property> |
| | 648 | <property name="use_underline">True</property> |
| | 649 | </widget> |
| | 650 | </child> |
| | 651 | </widget> |
| | 652 | <packing> |
| | 653 | <property name="top_attach">1</property> |
| | 654 | <property name="bottom_attach">2</property> |
| | 655 | <property name="x_options">GTK_FILL</property> |
| | 656 | </packing> |
| | 657 | </child> |
| | 658 | <child> |
| | 659 | <widget class="GtkEventBox" id="eventbox9"> |
| | 660 | <property name="visible">True</property> |
| | 661 | <property name="tooltip" translatable="yes">Gajim can send and receive meta-information related to a conversation you may have with a contact. Here you can specify which chatstates you want to send to the other party.</property> |
| | 662 | <child> |
| | 663 | <widget class="GtkLabel" id="label34"> |
| | 664 | <property name="visible">True</property> |
| | 665 | <property name="xalign">0</property> |
| | 666 | <property name="label" translatable="yes">_Send chat state notifications:</property> |
| | 667 | <property name="use_underline">True</property> |
| | 668 | </widget> |
| | 669 | </child> |
| | 670 | </widget> |
| | 671 | <packing> |
| | 672 | <property name="x_options">GTK_FILL</property> |
| | 673 | </packing> |
| | 674 | </child> |
| | 675 | <child> |
| | 676 | <widget class="GtkComboBox" id="outgoing_chat_states_combobox"> |
| | 677 | <property name="visible">True</property> |
| | 678 | <property name="items" translatable="yes">All chat states |
| | 679 | Composing only |
| | 680 | Disabled</property> |
| | 681 | </widget> |
| | 682 | <packing> |
| | 683 | <property name="left_attach">1</property> |
| | 684 | <property name="right_attach">2</property> |
| 762 | | <widget class="GtkLabel" id="label47"> |
| | 728 | <widget class="GtkCheckButton" id="subscribe_mood_checkbutton"> |
| | 729 | <property name="visible">True</property> |
| | 730 | <property name="can_focus">True</property> |
| | 731 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
| | 732 | <property name="label" translatable="yes">Mood</property> |
| | 733 | <property name="use_underline">True</property> |
| | 734 | <property name="response_id">0</property> |
| | 735 | <property name="draw_indicator">True</property> |
| | 736 | <signal name="toggled" handler="on_subscribe_mood_checkbutton_toggled"/> |
| | 737 | </widget> |
| | 738 | <packing> |
| | 739 | <property name="left_attach">1</property> |
| | 740 | <property name="right_attach">2</property> |
| | 741 | <property name="top_attach">1</property> |
| | 742 | <property name="bottom_attach">2</property> |
| | 743 | <property name="x_options">GTK_FILL</property> |
| | 744 | </packing> |
| | 745 | </child> |
| | 746 | <child> |
| | 747 | <widget class="GtkCheckButton" id="subscribe_activity_checkbutton"> |
| | 748 | <property name="visible">True</property> |
| | 749 | <property name="can_focus">True</property> |
| | 750 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
| | 751 | <property name="label" translatable="yes">Activity</property> |
| | 752 | <property name="use_underline">True</property> |
| | 753 | <property name="response_id">0</property> |
| | 754 | <property name="draw_indicator">True</property> |
| | 755 | <signal name="toggled" handler="on_subscribe_activity_checkbutton_toggled"/> |
| | 756 | </widget> |
| | 757 | <packing> |
| | 758 | <property name="left_attach">3</property> |
| | 759 | <property name="right_attach">4</property> |
| | 760 | <property name="top_attach">1</property> |
| | 761 | <property name="bottom_attach">2</property> |
| | 762 | <property name="x_options">GTK_FILL</property> |
| | 763 | </packing> |
| | 764 | </child> |
| | 765 | <child> |
| | 766 | <widget class="GtkCheckButton" id="publish_mood_checkbutton"> |
| | 767 | <property name="visible">True</property> |
| | 768 | <property name="can_focus">True</property> |
| | 769 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
| | 770 | <property name="label" translatable="yes">Mood</property> |
| | 771 | <property name="use_underline">True</property> |
| | 772 | <property name="response_id">0</property> |
| | 773 | <property name="draw_indicator">True</property> |
| | 774 | <signal name="toggled" handler="on_publish_mood_checkbutton_toggled"/> |
| | 775 | </widget> |
| | 776 | <packing> |
| | 777 | <property name="left_attach">1</property> |
| | 778 | <property name="right_attach">2</property> |
| | 779 | <property name="x_options">GTK_FILL</property> |
| | 780 | </packing> |
| | 781 | </child> |
| | 782 | <child> |
| | 783 | <widget class="GtkCheckButton" id="publish_activity_checkbutton"> |
| | 784 | <property name="visible">True</property> |
| | 785 | <property name="can_focus">True</property> |
| | 786 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
| | 787 | <property name="label" translatable="yes">Activity</property> |
| | 788 | <property name="use_underline">True</property> |
| | 789 | <property name="response_id">0</property> |
| | 790 | <property name="draw_indicator">True</property> |
| | 791 | <signal name="toggled" handler="on_publish_activity_checkbutton_toggled"/> |
| | 792 | </widget> |
| | 793 | <packing> |
| | 794 | <property name="left_attach">3</property> |
| | 795 | <property name="right_attach">4</property> |
| | 796 | <property name="x_options">GTK_FILL</property> |
| | 797 | </packing> |
| | 798 | </child> |
| | 799 | <child> |
| | 800 | <widget class="GtkCheckButton" id="publish_tune_checkbutton"> |
| | 801 | <property name="visible">True</property> |
| | 802 | <property name="can_focus">True</property> |
| | 803 | <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |
| | 804 | <property name="label" translatable="yes">Tune</property> |
| | 805 | <property name="use_underline">True</property> |
| | 806 | <property name="response_id">0</property> |
| | 807 | <property name="draw_indicator">True</property> |
| | 808 | <signal name="toggled" handler="on_publish_tune_checkbutton_toggled"/> |
| | 809 | </widget> |
| | 810 | <packing> |
| | 811 | <property name="left_attach">2</property> |