diff options
author | Marvin W <git@larma.de> | 2017-03-10 19:34:56 +0100 |
---|---|---|
committer | Marvin W <git@larma.de> | 2017-03-10 19:50:34 +0100 |
commit | 29ca70a6d534e1cd79963718c793ae740318cff1 (patch) | |
tree | 295bc0a88b9f31f103bc970fbdcd2d940d6c83e2 /client/data/conversation_summary | |
parent | cf51e1dee22273366700c41a185c4bea343dddfe (diff) | |
download | dino-29ca70a6d534e1cd79963718c793ae740318cff1.tar.gz dino-29ca70a6d534e1cd79963718c793ae740318cff1.zip |
Initial plugin system
Diffstat (limited to 'client/data/conversation_summary')
-rw-r--r-- | client/data/conversation_summary/message_item.ui | 98 | ||||
-rw-r--r-- | client/data/conversation_summary/view.ui | 33 |
2 files changed, 0 insertions, 131 deletions
diff --git a/client/data/conversation_summary/message_item.ui b/client/data/conversation_summary/message_item.ui deleted file mode 100644 index f21b4969..00000000 --- a/client/data/conversation_summary/message_item.ui +++ /dev/null @@ -1,98 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<interface> - <requires lib="gtk+" version="3.0"/> - <template class="DinoUiConversationSummaryMergedMessageItem"> - <property name="hexpand">True</property> - <property name="column-spacing">7</property> - <property name="orientation">horizontal</property> - <property name="visible">True</property> - <child> - <object class="GtkImage" id="image"> - <property name="expand">False</property> - <property name="height_request">30</property> - <property name="margin_top">2</property> - <property name="width_request">30</property> - <property name="visible">True</property> - <property name="yalign">0</property> - </object> - <packing> - <property name="left_attach">0</property> - <property name="top_attach">0</property> - <property name="width">1</property> - <property name="height">2</property> - </packing> - </child> - <child> - <object class="GtkLabel" id="name_label"> - <property name="xalign">0</property> - <property name="visible">True</property> - </object> - <packing> - <property name="left_attach">1</property> - <property name="top_attach">0</property> - <property name="width">1</property> - <property name="height">1</property> - </packing> - </child> - <child> - <object class="GtkLabel" id="time_label"> - <property name="visible">True</property> - <property name="xalign">1</property> - <property name="yalign">0</property> - <style> - <class name="dim-label"/> - </style> - </object> - <packing> - <property name="left_attach">2</property> - <property name="top_attach">0</property> - <property name="width">1</property> - <property name="height">1</property> - </packing> - </child> - <child> - <object class="GtkImage" id="encryption_image"> - <property name="visible">False</property> - <property name="xalign">1</property> - <style> - <class name="dim-label"/> - </style> - </object> - <packing> - <property name="left_attach">3</property> - <property name="top_attach">0</property> - <property name="width">1</property> - <property name="height">1</property> - </packing> - </child> - <child> - <object class="GtkImage" id="received_image"> - <property name="visible">False</property> - <property name="xalign">1</property> - <style> - <class name="dim-label"/> - </style> - </object> - <packing> - <property name="left_attach">4</property> - <property name="top_attach">0</property> - <property name="width">1</property> - <property name="height">1</property> - </packing> - </child> - <child> - <object class="GtkTextView" id="message_text_view"> - <property name="editable">False</property> - <property name="hexpand">True</property> - <property name="wrap-mode">GTK_WRAP_WORD_CHAR</property> - <property name="visible">True</property> - </object> - <packing> - <property name="left_attach">1</property> - <property name="top_attach">1</property> - <property name="width">2</property> - <property name="height">1</property> - </packing> - </child> - </template> -</interface>
\ No newline at end of file diff --git a/client/data/conversation_summary/view.ui b/client/data/conversation_summary/view.ui deleted file mode 100644 index 74fb507e..00000000 --- a/client/data/conversation_summary/view.ui +++ /dev/null @@ -1,33 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<interface> - <requires lib="gtk+" version="3.0"/> - <template class="DinoUiConversationSummaryView"> - <property name="expand">True</property> - <property name="visible">True</property> - <child> - <object class="GtkScrolledWindow" id="scrolled"> - <property name="visible">True</property> - <child> - <object class="GtkBox"> - <property name="margin">15</property> - <property name="orientation">vertical</property> - <child> - <object class="GtkBox" id="main"> - <property name="expand">False</property> - <property name="orientation">vertical</property> - <property name="spacing">15</property> - <property name="visible">True</property> - </object> - </child> - <child> - <object class="GtkBox" id="filler"> - <property name="expand">True</property> - <property name="visible">True</property> - </object> - </child> - </object> - </child> - </object> - </child> - </template> -</interface> |