summaryrefslogtreecommitdiffstats
path: root/components/package/contents/ui
diff options
context:
space:
mode:
Diffstat (limited to 'components/package/contents/ui')
-rw-r--r--components/package/contents/ui/AccountSwitcher.qml33
-rw-r--r--components/package/contents/ui/Avatar.qml31
-rw-r--r--components/package/contents/ui/Composer.qml31
-rw-r--r--components/package/contents/ui/ContentView.qml18
-rw-r--r--components/package/contents/ui/EditAccountDialog.qml31
-rw-r--r--components/package/contents/ui/FocusComposer.qml31
-rw-r--r--components/package/contents/ui/FolderListView.qml31
-rw-r--r--components/package/contents/ui/ListItem.qml31
-rw-r--r--components/package/contents/ui/MailListView.qml31
-rw-r--r--components/package/contents/ui/MailViewer.qml18
-rw-r--r--components/package/contents/ui/MessagePartTree.qml18
-rw-r--r--components/package/contents/ui/NewAccountDialog.qml31
-rw-r--r--components/package/contents/ui/Outbox.qml31
-rw-r--r--components/package/contents/ui/OverlayDialog.qml33
-rw-r--r--components/package/contents/ui/SingleMailView.qml33
-rw-r--r--components/package/contents/ui/TextView.qml18
-rw-r--r--components/package/contents/ui/WebView.qml18
17 files changed, 285 insertions, 183 deletions
diff --git a/components/package/contents/ui/AccountSwitcher.qml b/components/package/contents/ui/AccountSwitcher.qml
index cb79b6e4..8767e96e 100644
--- a/components/package/contents/ui/AccountSwitcher.qml
+++ b/components/package/contents/ui/AccountSwitcher.qml
@@ -1,19 +1,20 @@
1/* 1/*
2 * Copyright (C) 2016 Michael Bohlender <michael.bohlender@kdemail.net> 2 Copyright (C) 2016 Michael Bohlender, <michael.bohlender@kdemail.net>
3 * 3
4 * This program is free software; you can redistribute it and/or modify 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 5 it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 3 of the License, or 6 the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version. 7 (at your option) any later version.
8 * 8
9 * This program is distributed in the hope that it will be useful, 9 This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details. 12 GNU General Public License for more details.
13 * 13
14 * You should have received a copy of the GNU General Public License 14 You should have received a copy of the GNU General Public License along
15 * along with this program; if not, see <http://www.gnu.org/licenses/>. 15 with this program; if not, write to the Free Software Foundation, Inc.,
16 */ 16 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17*/
17 18
18import QtQuick 2.4 19import QtQuick 2.4
19import QtQuick.Controls 1.3 20import QtQuick.Controls 1.3
@@ -192,4 +193,4 @@ Button {
192 } 193 }
193 } 194 }
194 } 195 }
195} \ No newline at end of file 196}
diff --git a/components/package/contents/ui/Avatar.qml b/components/package/contents/ui/Avatar.qml
index cfd031b3..dfe14ce7 100644
--- a/components/package/contents/ui/Avatar.qml
+++ b/components/package/contents/ui/Avatar.qml
@@ -1,19 +1,20 @@
1/* 1/*
2 * Copyright (C) 2015 Michael Bohlender <michael.bohlender@kdemail.net> 2 Copyright (C) 2016 Michael Bohlender, <michael.bohlender@kdemail.net>
3 * 3
4 * This program is free software; you can redistribute it and/or modify 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 5 it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 3 of the License, or 6 the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version. 7 (at your option) any later version.
8 * 8
9 * This program is distributed in the hope that it will be useful, 9 This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details. 12 GNU General Public License for more details.
13 * 13
14 * You should have received a copy of the GNU General Public License 14 You should have received a copy of the GNU General Public License along
15 * along with this program; if not, see <http://www.gnu.org/licenses/>. 15 with this program; if not, write to the Free Software Foundation, Inc.,
16 */ 16 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17*/
17 18
18import QtQuick 2.4 19import QtQuick 2.4
19import QtQuick.Controls 1.3 20import QtQuick.Controls 1.3
diff --git a/components/package/contents/ui/Composer.qml b/components/package/contents/ui/Composer.qml
index 1558ba0a..e8dc4e1a 100644
--- a/components/package/contents/ui/Composer.qml
+++ b/components/package/contents/ui/Composer.qml
@@ -1,19 +1,20 @@
1/* 1/*
2 * Copyright (C) 2016 Michael Bohlender <michael.bohlender@kdemail.net> 2 Copyright (C) 2016 Michael Bohlender, <michael.bohlender@kdemail.net>
3 * 3
4 * This program is free software; you can redistribute it and/or modify 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 5 it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 3 of the License, or 6 the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version. 7 (at your option) any later version.
8 * 8
9 * This program is distributed in the hope that it will be useful, 9 This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details. 12 GNU General Public License for more details.
13 * 13
14 * You should have received a copy of the GNU General Public License 14 You should have received a copy of the GNU General Public License along
15 * along with this program; if not, see <http://www.gnu.org/licenses/>. 15 with this program; if not, write to the Free Software Foundation, Inc.,
16 */ 16 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17*/
17 18
18import QtQuick 2.4 19import QtQuick 2.4
19import QtQuick.Controls 1.4 20import QtQuick.Controls 1.4
diff --git a/components/package/contents/ui/ContentView.qml b/components/package/contents/ui/ContentView.qml
index a8f4c437..099d5c5d 100644
--- a/components/package/contents/ui/ContentView.qml
+++ b/components/package/contents/ui/ContentView.qml
@@ -1,3 +1,21 @@
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
1import QtQuick 2.4 19import QtQuick 2.4
2import QtQuick.Controls 1.3 20import QtQuick.Controls 1.3
3 21
diff --git a/components/package/contents/ui/EditAccountDialog.qml b/components/package/contents/ui/EditAccountDialog.qml
index 887f50e1..6045faf8 100644
--- a/components/package/contents/ui/EditAccountDialog.qml
+++ b/components/package/contents/ui/EditAccountDialog.qml
@@ -1,19 +1,20 @@
1/* 1/*
2 * Copyright (C) 2016 Michael Bohlender <michael.bohlender@kdemail.net> 2 Copyright (C) 2016 Michael Bohlender, <michael.bohlender@kdemail.net>
3 * 3
4 * This program is free software; you can redistribute it and/or modify 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 5 it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 3 of the License, or 6 the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version. 7 (at your option) any later version.
8 * 8
9 * This program is distributed in the hope that it will be useful, 9 This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details. 12 GNU General Public License for more details.
13 * 13
14 * You should have received a copy of the GNU General Public License 14 You should have received a copy of the GNU General Public License along
15 * along with this program; if not, see <http://www.gnu.org/licenses/>. 15 with this program; if not, write to the Free Software Foundation, Inc.,
16 */ 16 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17*/
17 18
18import QtQuick 2.4 19import QtQuick 2.4
19import QtQuick.Controls 1.4 20import QtQuick.Controls 1.4
diff --git a/components/package/contents/ui/FocusComposer.qml b/components/package/contents/ui/FocusComposer.qml
index 4d5499d9..bbee1edc 100644
--- a/components/package/contents/ui/FocusComposer.qml
+++ b/components/package/contents/ui/FocusComposer.qml
@@ -1,19 +1,20 @@
1/* 1/*
2 * Copyright (C) 2016 Michael Bohlender <michael.bohlender@kdemail.net> 2 Copyright (C) 2016 Michael Bohlender, <michael.bohlender@kdemail.net>
3 * 3
4 * This program is free software; you can redistribute it and/or modify 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 5 it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 3 of the License, or 6 the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version. 7 (at your option) any later version.
8 * 8
9 * This program is distributed in the hope that it will be useful, 9 This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details. 12 GNU General Public License for more details.
13 * 13
14 * You should have received a copy of the GNU General Public License 14 You should have received a copy of the GNU General Public License along
15 * along with this program; if not, see <http://www.gnu.org/licenses/>. 15 with this program; if not, write to the Free Software Foundation, Inc.,
16 */ 16 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17*/
17 18
18import QtQuick 2.4 19import QtQuick 2.4
19import QtQuick.Controls 1.4 20import QtQuick.Controls 1.4
diff --git a/components/package/contents/ui/FolderListView.qml b/components/package/contents/ui/FolderListView.qml
index c8284b0a..bf4263c4 100644
--- a/components/package/contents/ui/FolderListView.qml
+++ b/components/package/contents/ui/FolderListView.qml
@@ -1,19 +1,20 @@
1/* 1/*
2 * Copyright (C) 2015 Michael Bohlender <michael.bohlender@kdemail.net> 2 Copyright (C) 2016 Michael Bohlender, <michael.bohlender@kdemail.net>
3 * 3
4 * This program is free software; you can redistribute it and/or modify 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 5 it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 3 of the License, or 6 the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version. 7 (at your option) any later version.
8 * 8
9 * This program is distributed in the hope that it will be useful, 9 This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details. 12 GNU General Public License for more details.
13 * 13
14 * You should have received a copy of the GNU General Public License 14 You should have received a copy of the GNU General Public License along
15 * along with this program; if not, see <http://www.gnu.org/licenses/>. 15 with this program; if not, write to the Free Software Foundation, Inc.,
16 */ 16 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17*/
17 18
18import QtQuick 2.4 19import QtQuick 2.4
19import QtQuick.Controls 1.4 20import QtQuick.Controls 1.4
diff --git a/components/package/contents/ui/ListItem.qml b/components/package/contents/ui/ListItem.qml
index bea3c11b..0f3b7af9 100644
--- a/components/package/contents/ui/ListItem.qml
+++ b/components/package/contents/ui/ListItem.qml
@@ -1,19 +1,20 @@
1/* 1/*
2 * Copyright (C) 2015 Michael Bohlender <michael.bohlender@kdemail.net> 2 Copyright (C) 2016 Michael Bohlender, <michael.bohlender@kdemail.net>
3 * 3
4 * This program is free software; you can redistribute it and/or modify 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 5 it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 3 of the License, or 6 the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version. 7 (at your option) any later version.
8 * 8
9 * This program is distributed in the hope that it will be useful, 9 This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details. 12 GNU General Public License for more details.
13 * 13
14 * You should have received a copy of the GNU General Public License 14 You should have received a copy of the GNU General Public License along
15 * along with this program; if not, see <http://www.gnu.org/licenses/>. 15 with this program; if not, write to the Free Software Foundation, Inc.,
16 */ 16 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17*/
17 18
18import QtQuick 2.4 19import QtQuick 2.4
19import org.kube.framework.theme 1.0 20import org.kube.framework.theme 1.0
diff --git a/components/package/contents/ui/MailListView.qml b/components/package/contents/ui/MailListView.qml
index d0278833..ff71e43e 100644
--- a/components/package/contents/ui/MailListView.qml
+++ b/components/package/contents/ui/MailListView.qml
@@ -1,19 +1,20 @@
1/* 1/*
2 * Copyright (C) 2015 Michael Bohlender <michael.bohlender@kdemail.net> 2 Copyright (C) 2016 Michael Bohlender, <michael.bohlender@kdemail.net>
3 * 3
4 * This program is free software; you can redistribute it and/or modify 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 5 it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 3 of the License, or 6 the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version. 7 (at your option) any later version.
8 * 8
9 * This program is distributed in the hope that it will be useful, 9 This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details. 12 GNU General Public License for more details.
13 * 13
14 * You should have received a copy of the GNU General Public License 14 You should have received a copy of the GNU General Public License along
15 * along with this program; if not, see <http://www.gnu.org/licenses/>. 15 with this program; if not, write to the Free Software Foundation, Inc.,
16 */ 16 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17*/
17 18
18import QtQuick 2.4 19import QtQuick 2.4
19import QtQuick.Controls 1.4 as Controls 20import QtQuick.Controls 1.4 as Controls
diff --git a/components/package/contents/ui/MailViewer.qml b/components/package/contents/ui/MailViewer.qml
index 9abd30be..5365be66 100644
--- a/components/package/contents/ui/MailViewer.qml
+++ b/components/package/contents/ui/MailViewer.qml
@@ -1,3 +1,21 @@
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
1import QtQuick 2.4 19import QtQuick 2.4
2import QtQuick.Controls 1.3 20import QtQuick.Controls 1.3
3import QtQuick.Controls 1.4 21import QtQuick.Controls 1.4
diff --git a/components/package/contents/ui/MessagePartTree.qml b/components/package/contents/ui/MessagePartTree.qml
index 8bc13e6e..a904f42c 100644
--- a/components/package/contents/ui/MessagePartTree.qml
+++ b/components/package/contents/ui/MessagePartTree.qml
@@ -1,3 +1,21 @@
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
1import QtQuick 2.4 19import QtQuick 2.4
2import QtQuick.Controls 1.3 20import QtQuick.Controls 1.3
3 21
diff --git a/components/package/contents/ui/NewAccountDialog.qml b/components/package/contents/ui/NewAccountDialog.qml
index 9183be65..e565cb6a 100644
--- a/components/package/contents/ui/NewAccountDialog.qml
+++ b/components/package/contents/ui/NewAccountDialog.qml
@@ -1,19 +1,20 @@
1/* 1/*
2 * Copyright (C) 2016 Michael Bohlender <michael.bohlender@kdemail.net> 2 Copyright (C) 2016 Michael Bohlender, <michael.bohlender@kdemail.net>
3 * 3
4 * This program is free software; you can redistribute it and/or modify 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 5 it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 3 of the License, or 6 the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version. 7 (at your option) any later version.
8 * 8
9 * This program is distributed in the hope that it will be useful, 9 This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details. 12 GNU General Public License for more details.
13 * 13
14 * You should have received a copy of the GNU General Public License 14 You should have received a copy of the GNU General Public License along
15 * along with this program; if not, see <http://www.gnu.org/licenses/>. 15 with this program; if not, write to the Free Software Foundation, Inc.,
16 */ 16 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17*/
17 18
18import QtQuick 2.4 19import QtQuick 2.4
19import QtQuick.Controls 1.4 20import QtQuick.Controls 1.4
diff --git a/components/package/contents/ui/Outbox.qml b/components/package/contents/ui/Outbox.qml
index ff049683..01501410 100644
--- a/components/package/contents/ui/Outbox.qml
+++ b/components/package/contents/ui/Outbox.qml
@@ -1,19 +1,20 @@
1/* 1/*
2 * Copyright (C) 2016 Michael Bohlender <michael.bohlender@kdemail.net> 2 Copyright (C) 2016 Michael Bohlender, <michael.bohlender@kdemail.net>
3 * 3
4 * This program is free software; you can redistribute it and/or modify 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 5 it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 3 of the License, or 6 the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version. 7 (at your option) any later version.
8 * 8
9 * This program is distributed in the hope that it will be useful, 9 This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details. 12 GNU General Public License for more details.
13 * 13
14 * You should have received a copy of the GNU General Public License 14 You should have received a copy of the GNU General Public License along
15 * along with this program; if not, see <http://www.gnu.org/licenses/>. 15 with this program; if not, write to the Free Software Foundation, Inc.,
16 */ 16 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17*/
17 18
18import QtQuick 2.4 19import QtQuick 2.4
19import QtQuick.Controls 1.3 20import QtQuick.Controls 1.3
diff --git a/components/package/contents/ui/OverlayDialog.qml b/components/package/contents/ui/OverlayDialog.qml
index 226ed79d..da75ca99 100644
--- a/components/package/contents/ui/OverlayDialog.qml
+++ b/components/package/contents/ui/OverlayDialog.qml
@@ -1,19 +1,20 @@
1/* 1/*
2 * Copyright (C) 2016 Michael Bohlender <michael.bohlender@kdemail.net> 2 Copyright (C) 2016 Michael Bohlender, <michael.bohlender@kdemail.net>
3 * 3
4 * This program is free software; you can redistribute it and/or modify 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 5 it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 3 of the License, or 6 the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version. 7 (at your option) any later version.
8 * 8
9 * This program is distributed in the hope that it will be useful, 9 This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details. 12 GNU General Public License for more details.
13 * 13
14 * You should have received a copy of the GNU General Public License 14 You should have received a copy of the GNU General Public License along
15 * along with this program; if not, see <http://www.gnu.org/licenses/>. 15 with this program; if not, write to the Free Software Foundation, Inc.,
16 */ 16 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17*/
17 18
18import QtQuick 2.4 19import QtQuick 2.4
19import QtQuick.Controls 1.4 20import QtQuick.Controls 1.4
@@ -59,4 +60,4 @@ Item {
59 anchors.fill: parent 60 anchors.fill: parent
60 } 61 }
61 } 62 }
62} \ No newline at end of file 63}
diff --git a/components/package/contents/ui/SingleMailView.qml b/components/package/contents/ui/SingleMailView.qml
index ea8a7730..b06216dd 100644
--- a/components/package/contents/ui/SingleMailView.qml
+++ b/components/package/contents/ui/SingleMailView.qml
@@ -1,19 +1,20 @@
1/* 1/*
2 * Copyright (C) 2015 Michael Bohlender <michael.bohlender@kdemail.net> 2 Copyright (C) 2016 Michael Bohlender, <michael.bohlender@kdemail.net>
3 * 3
4 * This program is free software; you can redistribute it and/or modify 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 5 it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 3 of the License, or 6 the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version. 7 (at your option) any later version.
8 * 8
9 * This program is distributed in the hope that it will be useful, 9 This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details. 12 GNU General Public License for more details.
13 * 13
14 * You should have received a copy of the GNU General Public License 14 You should have received a copy of the GNU General Public License along
15 * along with this program; if not, see <http://www.gnu.org/licenses/>. 15 with this program; if not, write to the Free Software Foundation, Inc.,
16 */ 16 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17*/
17 18
18import QtQuick 2.4 19import QtQuick 2.4
19import QtQuick.Controls 1.3 20import QtQuick.Controls 1.3
@@ -229,4 +230,4 @@ Item {
229 } 230 }
230 } 231 }
231 } 232 }
232} \ No newline at end of file 233}
diff --git a/components/package/contents/ui/TextView.qml b/components/package/contents/ui/TextView.qml
index 7c2f3153..d0ff9999 100644
--- a/components/package/contents/ui/TextView.qml
+++ b/components/package/contents/ui/TextView.qml
@@ -1,3 +1,21 @@
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
1import QtQuick 2.4 19import QtQuick 2.4
2import QtQuick.Controls 1.3 20import QtQuick.Controls 1.3
3 21
diff --git a/components/package/contents/ui/WebView.qml b/components/package/contents/ui/WebView.qml
index 01998911..4c7aab53 100644
--- a/components/package/contents/ui/WebView.qml
+++ b/components/package/contents/ui/WebView.qml
@@ -1,3 +1,21 @@
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
1import QtQuick 2.4 19import QtQuick 2.4
2import QtQuick.Controls 1.3 20import QtQuick.Controls 1.3
3import QtWebKit 3.0 21import QtWebKit 3.0