diff options
Diffstat (limited to 'resources/ui/messenger.ui')
-rw-r--r-- | resources/ui/messenger.ui | 250 |
1 files changed, 3 insertions, 247 deletions
diff --git a/resources/ui/messenger.ui b/resources/ui/messenger.ui index 79ea388..1c9b2cd 100644 --- a/resources/ui/messenger.ui +++ b/resources/ui/messenger.ui | |||
@@ -717,248 +717,12 @@ Author: Tobias Frisch | |||
717 | <property name="flap-position">end</property> | 717 | <property name="flap-position">end</property> |
718 | <property name="reveal-flap">False</property> | 718 | <property name="reveal-flap">False</property> |
719 | <property name="fold-policy">always</property> | 719 | <property name="fold-policy">always</property> |
720 | <child type="content"> | 720 | <child> |
721 | <object class="GtkBox"> | 721 | <object class="GtkStack" id="chats_stack"> |
722 | <property name="visible">True</property> | 722 | <property name="visible">True</property> |
723 | <property name="can-focus">False</property> | 723 | <property name="can-focus">False</property> |
724 | <property name="orientation">vertical</property> | ||
725 | <child> | 724 | <child> |
726 | <object class="GtkBox" id="chat-header-box"> | 725 | <placeholder/> |
727 | <property name="visible">True</property> | ||
728 | <property name="can-focus">False</property> | ||
729 | <property name="margin-start">8</property> | ||
730 | <property name="margin-end">8</property> | ||
731 | <property name="margin-top">8</property> | ||
732 | <property name="margin-bottom">8</property> | ||
733 | <property name="spacing">8</property> | ||
734 | <child> | ||
735 | <object class="GtkButton" id="back_button"> | ||
736 | <property name="visible">True</property> | ||
737 | <property name="can-focus">True</property> | ||
738 | <property name="receives-default">True</property> | ||
739 | <property name="relief">none</property> | ||
740 | <child> | ||
741 | <object class="GtkImage"> | ||
742 | <property name="visible">True</property> | ||
743 | <property name="can-focus">False</property> | ||
744 | <property name="icon-name">go-previous-symbolic</property> | ||
745 | </object> | ||
746 | </child> | ||
747 | </object> | ||
748 | <packing> | ||
749 | <property name="expand">False</property> | ||
750 | <property name="fill">True</property> | ||
751 | <property name="position">0</property> | ||
752 | </packing> | ||
753 | </child> | ||
754 | <child> | ||
755 | <object class="GtkBox"> | ||
756 | <property name="visible">True</property> | ||
757 | <property name="can-focus">False</property> | ||
758 | <property name="halign">start</property> | ||
759 | <property name="margin-start">4</property> | ||
760 | <property name="margin-end">4</property> | ||
761 | <property name="orientation">vertical</property> | ||
762 | <child> | ||
763 | <object class="GtkLabel" id="chat_title"> | ||
764 | <property name="visible">True</property> | ||
765 | <property name="can-focus">False</property> | ||
766 | <property name="label" translatable="yes">Chat title</property> | ||
767 | <property name="xalign">0</property> | ||
768 | <attributes> | ||
769 | <attribute name="weight" value="bold"/> | ||
770 | </attributes> | ||
771 | </object> | ||
772 | <packing> | ||
773 | <property name="expand">False</property> | ||
774 | <property name="fill">True</property> | ||
775 | <property name="position">0</property> | ||
776 | </packing> | ||
777 | </child> | ||
778 | <child> | ||
779 | <object class="GtkLabel" id="chat_subtitle"> | ||
780 | <property name="visible">True</property> | ||
781 | <property name="can-focus">False</property> | ||
782 | <property name="label" translatable="yes">Chat subtitle</property> | ||
783 | <property name="xalign">0</property> | ||
784 | <attributes> | ||
785 | <attribute name="weight" value="light"/> | ||
786 | </attributes> | ||
787 | </object> | ||
788 | <packing> | ||
789 | <property name="expand">True</property> | ||
790 | <property name="fill">True</property> | ||
791 | <property name="position">1</property> | ||
792 | </packing> | ||
793 | </child> | ||
794 | </object> | ||
795 | <packing> | ||
796 | <property name="expand">True</property> | ||
797 | <property name="fill">True</property> | ||
798 | <property name="position">1</property> | ||
799 | </packing> | ||
800 | </child> | ||
801 | <child> | ||
802 | <object class="GtkButton" id="chat_details_button"> | ||
803 | <property name="visible">True</property> | ||
804 | <property name="can-focus">True</property> | ||
805 | <property name="receives-default">True</property> | ||
806 | <property name="relief">none</property> | ||
807 | <child> | ||
808 | <object class="GtkImage"> | ||
809 | <property name="visible">True</property> | ||
810 | <property name="can-focus">False</property> | ||
811 | <property name="icon-name">view-more-symbolic</property> | ||
812 | </object> | ||
813 | </child> | ||
814 | </object> | ||
815 | <packing> | ||
816 | <property name="expand">False</property> | ||
817 | <property name="fill">True</property> | ||
818 | <property name="pack-type">end</property> | ||
819 | <property name="position">1</property> | ||
820 | </packing> | ||
821 | </child> | ||
822 | </object> | ||
823 | <packing> | ||
824 | <property name="expand">False</property> | ||
825 | <property name="fill">True</property> | ||
826 | <property name="position">0</property> | ||
827 | </packing> | ||
828 | </child> | ||
829 | <child> | ||
830 | <object class="GtkScrolledWindow"> | ||
831 | <property name="visible">True</property> | ||
832 | <property name="can-focus">True</property> | ||
833 | <child> | ||
834 | <object class="GtkViewport"> | ||
835 | <property name="visible">True</property> | ||
836 | <property name="can-focus">False</property> | ||
837 | <child> | ||
838 | <object class="GtkStack"> | ||
839 | <property name="visible">True</property> | ||
840 | <property name="can-focus">False</property> | ||
841 | <child> | ||
842 | <object class="GtkListBox" id="messages_listbox"> | ||
843 | <property name="visible">True</property> | ||
844 | <property name="can-focus">False</property> | ||
845 | <property name="selection-mode">none</property> | ||
846 | <property name="activate-on-single-click">False</property> | ||
847 | </object> | ||
848 | <packing> | ||
849 | <property name="name">page0</property> | ||
850 | <property name="title" translatable="yes">page0</property> | ||
851 | </packing> | ||
852 | </child> | ||
853 | </object> | ||
854 | </child> | ||
855 | </object> | ||
856 | </child> | ||
857 | </object> | ||
858 | <packing> | ||
859 | <property name="expand">True</property> | ||
860 | <property name="fill">True</property> | ||
861 | <property name="position">1</property> | ||
862 | </packing> | ||
863 | </child> | ||
864 | <child> | ||
865 | <object class="GtkBox"> | ||
866 | <property name="visible">True</property> | ||
867 | <property name="can-focus">False</property> | ||
868 | <property name="margin-start">8</property> | ||
869 | <property name="margin-end">8</property> | ||
870 | <property name="margin-top">4</property> | ||
871 | <property name="margin-bottom">4</property> | ||
872 | <property name="spacing">4</property> | ||
873 | <child> | ||
874 | <object class="GtkButton" id="attach_file_button"> | ||
875 | <property name="visible">True</property> | ||
876 | <property name="can-focus">True</property> | ||
877 | <property name="receives-default">True</property> | ||
878 | <property name="valign">center</property> | ||
879 | <property name="relief">none</property> | ||
880 | <child> | ||
881 | <object class="GtkImage"> | ||
882 | <property name="visible">True</property> | ||
883 | <property name="can-focus">False</property> | ||
884 | <property name="icon-name">mail-attachment-symbolic</property> | ||
885 | </object> | ||
886 | </child> | ||
887 | </object> | ||
888 | <packing> | ||
889 | <property name="expand">False</property> | ||
890 | <property name="fill">True</property> | ||
891 | <property name="position">0</property> | ||
892 | </packing> | ||
893 | </child> | ||
894 | <child> | ||
895 | <object class="GtkTextView" id="send_text_view"> | ||
896 | <property name="width-request">210</property> | ||
897 | <property name="height-request">48</property> | ||
898 | <property name="visible">True</property> | ||
899 | <property name="can-focus">True</property> | ||
900 | <property name="valign">end</property> | ||
901 | <property name="wrap-mode">word-char</property> | ||
902 | <property name="left-margin">8</property> | ||
903 | <property name="right-margin">8</property> | ||
904 | <property name="top-margin">8</property> | ||
905 | <property name="bottom-margin">8</property> | ||
906 | <property name="input-hints">GTK_INPUT_HINT_SPELLCHECK | GTK_INPUT_HINT_WORD_COMPLETION | GTK_INPUT_HINT_INHIBIT_OSK | GTK_INPUT_HINT_EMOJI | GTK_INPUT_HINT_NONE</property> | ||
907 | </object> | ||
908 | <packing> | ||
909 | <property name="expand">True</property> | ||
910 | <property name="fill">True</property> | ||
911 | <property name="position">1</property> | ||
912 | </packing> | ||
913 | </child> | ||
914 | <child> | ||
915 | <object class="GtkButton" id="emoji_button"> | ||
916 | <property name="visible">True</property> | ||
917 | <property name="can-focus">True</property> | ||
918 | <property name="receives-default">True</property> | ||
919 | <property name="valign">center</property> | ||
920 | <property name="relief">none</property> | ||
921 | <child> | ||
922 | <object class="GtkImage"> | ||
923 | <property name="visible">True</property> | ||
924 | <property name="can-focus">False</property> | ||
925 | <property name="icon-name">face-smile-symbolic</property> | ||
926 | </object> | ||
927 | </child> | ||
928 | </object> | ||
929 | <packing> | ||
930 | <property name="expand">False</property> | ||
931 | <property name="fill">True</property> | ||
932 | <property name="position">2</property> | ||
933 | </packing> | ||
934 | </child> | ||
935 | <child> | ||
936 | <object class="GtkButton" id="send_record_button"> | ||
937 | <property name="visible">True</property> | ||
938 | <property name="can-focus">True</property> | ||
939 | <property name="receives-default">True</property> | ||
940 | <property name="valign">center</property> | ||
941 | <property name="relief">none</property> | ||
942 | <child> | ||
943 | <object class="GtkImage" id="send_record_symbol"> | ||
944 | <property name="visible">True</property> | ||
945 | <property name="can-focus">False</property> | ||
946 | <property name="icon-name">audio-input-microphone-symbolic</property> | ||
947 | </object> | ||
948 | </child> | ||
949 | </object> | ||
950 | <packing> | ||
951 | <property name="expand">False</property> | ||
952 | <property name="fill">True</property> | ||
953 | <property name="position">3</property> | ||
954 | </packing> | ||
955 | </child> | ||
956 | </object> | ||
957 | <packing> | ||
958 | <property name="expand">False</property> | ||
959 | <property name="fill">True</property> | ||
960 | <property name="position">2</property> | ||
961 | </packing> | ||
962 | </child> | 726 | </child> |
963 | </object> | 727 | </object> |
964 | </child> | 728 | </child> |
@@ -1108,12 +872,4 @@ Author: Tobias Frisch | |||
1108 | <widget name="settings-label"/> | 872 | <widget name="settings-label"/> |
1109 | </widgets> | 873 | </widgets> |
1110 | </object> | 874 | </object> |
1111 | <object class="GtkSizeGroup"> | ||
1112 | <property name="mode">vertical</property> | ||
1113 | <widgets> | ||
1114 | <widget name="chats-header-box"/> | ||
1115 | <widget name="chat-header-box"/> | ||
1116 | <widget name="details-header-box"/> | ||
1117 | </widgets> | ||
1118 | </object> | ||
1119 | </interface> | 875 | </interface> |