diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-06-12 13:35:18 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-06-12 13:35:18 +0200 |
commit | d272cff709bbcc1d498d3f4db9ddc3bf190320e0 (patch) | |
tree | d6e967410ded79f0f2b534683833b2132aad6662 | |
parent | d8307b4149e1313771014ddc1942c4fcf4b505a7 (diff) | |
download | kube-d272cff709bbcc1d498d3f4db9ddc3bf190320e0.tar.gz kube-d272cff709bbcc1d498d3f4db9ddc3bf190320e0.zip |
Removed unused parts
-rw-r--r-- | components/mailviewer/contents/ui/EmbededPart.qml | 54 | ||||
-rw-r--r-- | components/mailviewer/contents/ui/GREEN.png | bin | 153 -> 0 bytes | |||
-rw-r--r-- | components/mailviewer/contents/ui/GREY.png | bin | 153 -> 0 bytes | |||
-rw-r--r-- | components/mailviewer/contents/ui/PURPLE.png | bin | 153 -> 0 bytes | |||
-rw-r--r-- | components/mailviewer/contents/ui/RED.png | bin | 153 -> 0 bytes | |||
-rw-r--r-- | components/mailviewer/contents/ui/YELLOW.png | bin | 153 -> 0 bytes |
6 files changed, 0 insertions, 54 deletions
diff --git a/components/mailviewer/contents/ui/EmbededPart.qml b/components/mailviewer/contents/ui/EmbededPart.qml deleted file mode 100644 index 8921ab6f..00000000 --- a/components/mailviewer/contents/ui/EmbededPart.qml +++ /dev/null | |||
@@ -1,54 +0,0 @@ | |||
1 | /* | ||
2 | Copyright (C) 2016 Michael Bohlender, <michael.bohlender@kdemail.net> | ||
3 | |||
4 | This program is free software; you can redistribute it and/or modify | ||
5 | it under the terms of the GNU General Public License as published by | ||
6 | the Free Software Foundation; either version 2 of the License, or | ||
7 | (at your option) any later version. | ||
8 | |||
9 | This program is distributed in the hope that it will be useful, | ||
10 | but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
12 | GNU General Public License for more details. | ||
13 | |||
14 | You should have received a copy of the GNU General Public License along | ||
15 | with this program; if not, write to the Free Software Foundation, Inc., | ||
16 | 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | ||
17 | */ | ||
18 | |||
19 | import QtQuick 2.4 | ||
20 | |||
21 | Item { | ||
22 | |||
23 | height: mailPart.height | ||
24 | width: mailPart.width | ||
25 | |||
26 | |||
27 | Rectangle { | ||
28 | id: border | ||
29 | color: "lightgrey" | ||
30 | height: mailPart.height | ||
31 | width: 5 | ||
32 | } | ||
33 | |||
34 | Text { | ||
35 | id: sender | ||
36 | |||
37 | anchors { | ||
38 | left: border.right | ||
39 | leftMargin: 15 | ||
40 | } | ||
41 | |||
42 | text: "sent by " + model.sender + " on " + model.date | ||
43 | color: "grey" | ||
44 | } | ||
45 | |||
46 | MailPart { | ||
47 | id: mailPart | ||
48 | |||
49 | anchors.top: sender.bottom | ||
50 | |||
51 | } | ||
52 | |||
53 | } | ||
54 | |||
diff --git a/components/mailviewer/contents/ui/GREEN.png b/components/mailviewer/contents/ui/GREEN.png deleted file mode 100644 index 60f8e10d..00000000 --- a/components/mailviewer/contents/ui/GREEN.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/components/mailviewer/contents/ui/GREY.png b/components/mailviewer/contents/ui/GREY.png deleted file mode 100644 index 146e8927..00000000 --- a/components/mailviewer/contents/ui/GREY.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/components/mailviewer/contents/ui/PURPLE.png b/components/mailviewer/contents/ui/PURPLE.png deleted file mode 100644 index 5ea1eda2..00000000 --- a/components/mailviewer/contents/ui/PURPLE.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/components/mailviewer/contents/ui/RED.png b/components/mailviewer/contents/ui/RED.png deleted file mode 100644 index 5bb547e2..00000000 --- a/components/mailviewer/contents/ui/RED.png +++ /dev/null | |||
Binary files differ | |||
diff --git a/components/mailviewer/contents/ui/YELLOW.png b/components/mailviewer/contents/ui/YELLOW.png deleted file mode 100644 index db629e35..00000000 --- a/components/mailviewer/contents/ui/YELLOW.png +++ /dev/null | |||
Binary files differ | |||