Merge lp:~seshucl/unity-2d/unity-2d-added-copyrights2-qmlfiles into lp:unity-2d/3.0

Proposed by Seshu Reddy Cheedepudi
Status: Merged
Approved by: Florian Boucault
Approved revision: 468
Merged at revision: 470
Proposed branch: lp:~seshucl/unity-2d/unity-2d-added-copyrights2-qmlfiles
Merge into: lp:unity-2d/3.0
Diff against target: 987 lines (+684/-0)
38 files modified
launcher/AutoScrollingListView.qml (+18/-0)
launcher/Launcher.qml (+18/-0)
launcher/LauncherItem.qml (+18/-0)
launcher/LauncherList.qml (+18/-0)
launcher/ListViewDragAndDrop.qml (+18/-0)
places/AbstractButton.qml (+18/-0)
places/Button.qml (+18/-0)
places/CenteredGridView.qml (+18/-0)
places/FoldingArrow.qml (+18/-0)
places/GnomeBackground.qml (+18/-0)
places/GroupHeader.qml (+18/-0)
places/Home.qml (+18/-0)
places/HomeButton.qml (+18/-0)
places/HomeButtonApplication.qml (+18/-0)
places/ListViewWithScrollbar.qml (+18/-0)
places/PageModel.qml (+18/-0)
places/PlaceEntryView.qml (+18/-0)
places/Renderer.qml (+18/-0)
places/RendererGrid.qml (+18/-0)
places/Scrollbar.qml (+18/-0)
places/SearchEntry.qml (+18/-0)
places/SearchRefine.qml (+18/-0)
places/SearchRefineOption.qml (+18/-0)
places/SearchRefineOptionType.qml (+18/-0)
places/TextCustom.qml (+18/-0)
places/TickBox.qml (+18/-0)
places/UnityDefaultRenderer.qml (+18/-0)
places/UnityEmptySearchRenderer.qml (+18/-0)
places/UnityEmptySectionRenderer.qml (+18/-0)
places/UnityFileInfoRenderer.qml (+18/-0)
places/UnityShowcaseRenderer.qml (+18/-0)
places/dash.qml (+18/-0)
spread/GnomeBackground.qml (+18/-0)
spread/ScaledItem.qml (+18/-0)
spread/Window.qml (+18/-0)
spread/Windows.qml (+18/-0)
spread/Workspace.qml (+18/-0)
spread/Workspaces.qml (+18/-0)
To merge this branch: bzr merge lp:~seshucl/unity-2d/unity-2d-added-copyrights2-qmlfiles
Reviewer Review Type Date Requested Status
Florian Boucault (community) Approve
Review via email: mp+54297@code.launchpad.net

Commit message

Fix for Bug #716580: QML files are missing copyright headers; Added the copyright to the qml files.

Description of the change

Fix for Bug #716580: QML files are missing copyright headers; Added the copyright to the qml files.

To post a comment you must log in.
Revision history for this message
Florian Boucault (fboucault) wrote :

Well done Seshu, thank you!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'launcher/AutoScrollingListView.qml'
--- launcher/AutoScrollingListView.qml 2011-03-11 17:18:22 +0000
+++ launcher/AutoScrollingListView.qml 2011-03-22 06:27:28 +0000
@@ -1,3 +1,21 @@
1/*
2 * This file is part of unity-2d
3 *
4 * Copyright 2010-2011 Canonical Ltd.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 3.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */
18
1import Qt 4.719import Qt 4.7
220
3/* AutoScrollingListView21/* AutoScrollingListView
422
=== modified file 'launcher/Launcher.qml'
--- launcher/Launcher.qml 2011-03-21 14:26:53 +0000
+++ launcher/Launcher.qml 2011-03-22 06:27:28 +0000
@@ -1,3 +1,21 @@
1/*
2 * This file is part of unity-2d
3 *
4 * Copyright 2010-2011 Canonical Ltd.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 3.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */
18
1import Qt 4.719import Qt 4.7
2import UnityApplications 1.020import UnityApplications 1.0
3import Unity2d 1.0 /* required for drag’n’drop handling */21import Unity2d 1.0 /* required for drag’n’drop handling */
422
=== modified file 'launcher/LauncherItem.qml'
--- launcher/LauncherItem.qml 2011-03-21 21:00:17 +0000
+++ launcher/LauncherItem.qml 2011-03-22 06:27:28 +0000
@@ -1,3 +1,21 @@
1/*
2 * This file is part of unity-2d
3 *
4 * Copyright 2010-2011 Canonical Ltd.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 3.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */
18
1import Qt 4.719import Qt 4.7
2import Unity2d 1.020import Unity2d 1.0
321
422
=== modified file 'launcher/LauncherList.qml'
--- launcher/LauncherList.qml 2011-03-21 13:03:36 +0000
+++ launcher/LauncherList.qml 2011-03-22 06:27:28 +0000
@@ -1,3 +1,21 @@
1/*
2 * This file is part of unity-2d
3 *
4 * Copyright 2010-2011 Canonical Ltd.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 3.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */
18
1import Qt 4.719import Qt 4.7
2import UnityApplications 1.020import UnityApplications 1.0
3import Unity2d 1.0 /* required for drag’n’drop handling */21import Unity2d 1.0 /* required for drag’n’drop handling */
422
=== modified file 'launcher/ListViewDragAndDrop.qml'
--- launcher/ListViewDragAndDrop.qml 2011-03-01 16:40:00 +0000
+++ launcher/ListViewDragAndDrop.qml 2011-03-22 06:27:28 +0000
@@ -1,3 +1,21 @@
1/*
2 * This file is part of unity-2d
3 *
4 * Copyright 2010-2011 Canonical Ltd.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 3.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */
18
1import Qt 4.719import Qt 4.7
220
3/* When added as a child of a ListView and the listview itself is set to the21/* When added as a child of a ListView and the listview itself is set to the
422
=== modified file 'places/AbstractButton.qml'
--- places/AbstractButton.qml 2011-02-11 00:23:18 +0000
+++ places/AbstractButton.qml 2011-03-22 06:27:28 +0000
@@ -1,3 +1,21 @@
1/*
2 * This file is part of unity-2d
3 *
4 * Copyright 2010-2011 Canonical Ltd.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 3.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */
18
1import Qt 4.719import Qt 4.7
220
3FocusScope {21FocusScope {
422
=== modified file 'places/Button.qml'
--- places/Button.qml 2010-10-20 02:53:28 +0000
+++ places/Button.qml 2011-03-22 06:27:28 +0000
@@ -1,3 +1,21 @@
1/*
2 * This file is part of unity-2d
3 *
4 * Copyright 2010-2011 Canonical Ltd.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 3.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */
18
1import Qt 4.719import Qt 4.7
220
3AbstractButton {21AbstractButton {
422
=== modified file 'places/CenteredGridView.qml'
--- places/CenteredGridView.qml 2011-02-21 12:32:05 +0000
+++ places/CenteredGridView.qml 2011-03-22 06:27:28 +0000
@@ -1,3 +1,21 @@
1/*
2 * This file is part of unity-2d
3 *
4 * Copyright 2010-2011 Canonical Ltd.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 3.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */
18
1import Qt 4.719import Qt 4.7
220
3GridView {21GridView {
422
=== modified file 'places/FoldingArrow.qml'
--- places/FoldingArrow.qml 2011-02-13 22:11:25 +0000
+++ places/FoldingArrow.qml 2011-03-22 06:27:28 +0000
@@ -1,3 +1,21 @@
1/*
2 * This file is part of unity-2d
3 *
4 * Copyright 2010-2011 Canonical Ltd.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 3.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */
18
1import Qt 4.719import Qt 4.7
2import Effects 1.020import Effects 1.0
321
422
=== modified file 'places/GnomeBackground.qml'
--- places/GnomeBackground.qml 2011-02-07 15:32:51 +0000
+++ places/GnomeBackground.qml 2011-03-22 06:27:28 +0000
@@ -1,3 +1,21 @@
1/*
2 * This file is part of unity-2d
3 *
4 * Copyright 2010-2011 Canonical Ltd.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 3.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */
18
1import Qt 4.719import Qt 4.7
2import gconf 1.020import gconf 1.0
3/* Necessary to access the blended image provider and CacheEffect */21/* Necessary to access the blended image provider and CacheEffect */
422
=== modified file 'places/GroupHeader.qml'
--- places/GroupHeader.qml 2011-03-16 16:51:20 +0000
+++ places/GroupHeader.qml 2011-03-22 06:27:28 +0000
@@ -1,3 +1,21 @@
1/*
2 * This file is part of unity-2d
3 *
4 * Copyright 2010-2011 Canonical Ltd.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 3.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */
18
1import Qt 4.719import Qt 4.7
2import Effects 1.020import Effects 1.0
321
422
=== modified file 'places/Home.qml'
--- places/Home.qml 2011-03-16 16:51:20 +0000
+++ places/Home.qml 2011-03-22 06:27:28 +0000
@@ -1,3 +1,21 @@
1/*
2 * This file is part of unity-2d
3 *
4 * Copyright 2010-2011 Canonical Ltd.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 3.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */
18
1import Qt 4.719import Qt 4.7
2import UnityApplications 1.0 /* Necessary for the ImageProvider serving image://icons/theme_name/icon_name */20import UnityApplications 1.0 /* Necessary for the ImageProvider serving image://icons/theme_name/icon_name */
3import Unity2d 1.0 /* Necessary for QSortFilterProxyModelQML */21import Unity2d 1.0 /* Necessary for QSortFilterProxyModelQML */
422
=== modified file 'places/HomeButton.qml'
--- places/HomeButton.qml 2011-02-22 00:25:50 +0000
+++ places/HomeButton.qml 2011-03-22 06:27:28 +0000
@@ -1,3 +1,21 @@
1/*
2 * This file is part of unity-2d
3 *
4 * Copyright 2010-2011 Canonical Ltd.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 3.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */
18
1import Qt 4.719import Qt 4.7
220
3Button {21Button {
422
=== modified file 'places/HomeButtonApplication.qml'
--- places/HomeButtonApplication.qml 2011-02-22 00:25:50 +0000
+++ places/HomeButtonApplication.qml 2011-03-22 06:27:28 +0000
@@ -1,3 +1,21 @@
1/*
2 * This file is part of unity-2d
3 *
4 * Copyright 2010-2011 Canonical Ltd.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 3.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */
18
1import Qt 4.719import Qt 4.7
2/* Necessary for:20/* Necessary for:
3 - ImageProvider serving image://icons/theme_name/icon_name21 - ImageProvider serving image://icons/theme_name/icon_name
422
=== modified file 'places/ListViewWithScrollbar.qml'
--- places/ListViewWithScrollbar.qml 2011-03-09 15:35:09 +0000
+++ places/ListViewWithScrollbar.qml 2011-03-22 06:27:28 +0000
@@ -1,3 +1,21 @@
1/*
2 * This file is part of unity-2d
3 *
4 * Copyright 2010-2011 Canonical Ltd.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 3.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */
18
1import Qt 4.719import Qt 4.7
220
3Item {21Item {
422
=== modified file 'places/PageModel.qml'
--- places/PageModel.qml 2011-01-06 23:19:27 +0000
+++ places/PageModel.qml 2011-03-22 06:27:28 +0000
@@ -1,3 +1,21 @@
1/*
2 * This file is part of unity-2d
3 *
4 * Copyright 2010-2011 Canonical Ltd.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 3.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */
18
1import Qt 4.719import Qt 4.7
220
3QtObject {21QtObject {
422
=== modified file 'places/PlaceEntryView.qml'
--- places/PlaceEntryView.qml 2011-02-21 17:16:32 +0000
+++ places/PlaceEntryView.qml 2011-03-22 06:27:28 +0000
@@ -1,3 +1,21 @@
1/*
2 * This file is part of unity-2d
3 *
4 * Copyright 2010-2011 Canonical Ltd.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 3.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */
18
1import Qt 4.719import Qt 4.7
2import Unity2d 1.0 /* Necessary for QSortFilterProxyModelQML */20import Unity2d 1.0 /* Necessary for QSortFilterProxyModelQML */
321
422
=== modified file 'places/Renderer.qml'
--- places/Renderer.qml 2011-01-07 05:47:18 +0000
+++ places/Renderer.qml 2011-03-22 06:27:28 +0000
@@ -1,3 +1,21 @@
1/*
2 * This file is part of unity-2d
3 *
4 * Copyright 2010-2011 Canonical Ltd.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 3.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */
18
1import Qt 4.719import Qt 4.7
220
3/* A renderer is used to display a group of a place, that is a set of items from21/* A renderer is used to display a group of a place, that is a set of items from
422
=== modified file 'places/RendererGrid.qml'
--- places/RendererGrid.qml 2011-03-11 09:16:42 +0000
+++ places/RendererGrid.qml 2011-03-22 06:27:28 +0000
@@ -1,3 +1,21 @@
1/*
2 * This file is part of unity-2d
3 *
4 * Copyright 2010-2011 Canonical Ltd.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 3.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */
18
1import Qt 4.719import Qt 4.7
2import UnityApplications 1.0 /* Necessary for the ImageProvider serving image://icons */20import UnityApplications 1.0 /* Necessary for the ImageProvider serving image://icons */
321
422
=== modified file 'places/Scrollbar.qml'
--- places/Scrollbar.qml 2011-02-13 22:56:02 +0000
+++ places/Scrollbar.qml 2011-03-22 06:27:28 +0000
@@ -1,3 +1,21 @@
1/*
2 * This file is part of unity-2d
3 *
4 * Copyright 2010-2011 Canonical Ltd.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 3.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */
18
1import Qt 4.719import Qt 4.7
220
3/* Scrollbar composed of:21/* Scrollbar composed of:
422
=== modified file 'places/SearchEntry.qml'
--- places/SearchEntry.qml 2011-03-16 16:51:20 +0000
+++ places/SearchEntry.qml 2011-03-22 06:27:28 +0000
@@ -1,3 +1,21 @@
1/*
2 * This file is part of unity-2d
3 *
4 * Copyright 2010-2011 Canonical Ltd.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 3.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */
18
1import Qt 4.719import Qt 4.7
2import Effects 1.020import Effects 1.0
321
422
=== modified file 'places/SearchRefine.qml'
--- places/SearchRefine.qml 2011-03-16 16:51:20 +0000
+++ places/SearchRefine.qml 2011-03-22 06:27:28 +0000
@@ -1,3 +1,21 @@
1/*
2 * This file is part of unity-2d
3 *
4 * Copyright 2010-2011 Canonical Ltd.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 3.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */
18
1import Qt 4.719import Qt 4.7
2import Effects 1.020import Effects 1.0
321
422
=== modified file 'places/SearchRefineOption.qml'
--- places/SearchRefineOption.qml 2011-02-14 13:53:03 +0000
+++ places/SearchRefineOption.qml 2011-03-22 06:27:28 +0000
@@ -1,3 +1,21 @@
1/*
2 * This file is part of unity-2d
3 *
4 * Copyright 2010-2011 Canonical Ltd.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 3.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */
18
1import Qt 4.719import Qt 4.7
220
3FocusScope {21FocusScope {
422
=== modified file 'places/SearchRefineOptionType.qml'
--- places/SearchRefineOptionType.qml 2011-02-22 03:19:42 +0000
+++ places/SearchRefineOptionType.qml 2011-03-22 06:27:28 +0000
@@ -1,3 +1,21 @@
1/*
2 * This file is part of unity-2d
3 *
4 * Copyright 2010-2011 Canonical Ltd.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 3.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */
18
1import Qt 4.719import Qt 4.7
220
3SearchRefineOption {21SearchRefineOption {
422
=== modified file 'places/TextCustom.qml'
--- places/TextCustom.qml 2010-10-14 11:18:30 +0000
+++ places/TextCustom.qml 2011-03-22 06:27:28 +0000
@@ -1,3 +1,21 @@
1/*
2 * This file is part of unity-2d
3 *
4 * Copyright 2010-2011 Canonical Ltd.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 3.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */
18
1import Qt 4.719import Qt 4.7
220
3/* Custom Text factorising the font style. */21/* Custom Text factorising the font style. */
422
=== modified file 'places/TickBox.qml'
--- places/TickBox.qml 2011-02-14 13:53:03 +0000
+++ places/TickBox.qml 2011-03-22 06:27:28 +0000
@@ -1,3 +1,21 @@
1/*
2 * This file is part of unity-2d
3 *
4 * Copyright 2010-2011 Canonical Ltd.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 3.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */
18
1import Qt 4.719import Qt 4.7
220
3AbstractButton {21AbstractButton {
422
=== modified file 'places/UnityDefaultRenderer.qml'
--- places/UnityDefaultRenderer.qml 2011-03-11 09:16:42 +0000
+++ places/UnityDefaultRenderer.qml 2011-03-22 06:27:28 +0000
@@ -1,3 +1,21 @@
1/*
2 * This file is part of unity-2d
3 *
4 * Copyright 2010-2011 Canonical Ltd.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 3.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */
18
1import Qt 4.719import Qt 4.7
220
3RendererGrid {21RendererGrid {
422
=== modified file 'places/UnityEmptySearchRenderer.qml'
--- places/UnityEmptySearchRenderer.qml 2011-03-09 15:50:03 +0000
+++ places/UnityEmptySearchRenderer.qml 2011-03-22 06:27:28 +0000
@@ -1,3 +1,21 @@
1/*
2 * This file is part of unity-2d
3 *
4 * Copyright 2010-2011 Canonical Ltd.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 3.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */
18
1import Qt 4.719import Qt 4.7
220
3/* Used to convey to the user that the current section is empty.21/* Used to convey to the user that the current section is empty.
422
=== modified file 'places/UnityEmptySectionRenderer.qml'
--- places/UnityEmptySectionRenderer.qml 2010-11-22 13:50:02 +0000
+++ places/UnityEmptySectionRenderer.qml 2011-03-22 06:27:28 +0000
@@ -1,3 +1,21 @@
1/*
2 * This file is part of unity-2d
3 *
4 * Copyright 2010-2011 Canonical Ltd.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 3.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */
18
1import Qt 4.719import Qt 4.7
220
3UnityEmptySearchRenderer {21UnityEmptySearchRenderer {
422
=== modified file 'places/UnityFileInfoRenderer.qml'
--- places/UnityFileInfoRenderer.qml 2011-02-10 09:38:47 +0000
+++ places/UnityFileInfoRenderer.qml 2011-03-22 06:27:28 +0000
@@ -1,3 +1,21 @@
1/*
2 * This file is part of unity-2d
3 *
4 * Copyright 2010-2011 Canonical Ltd.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 3.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */
18
1import Qt 4.719import Qt 4.7
220
3RendererGrid {21RendererGrid {
422
=== modified file 'places/UnityShowcaseRenderer.qml'
--- places/UnityShowcaseRenderer.qml 2010-11-12 19:45:32 +0000
+++ places/UnityShowcaseRenderer.qml 2011-03-22 06:27:28 +0000
@@ -1,3 +1,21 @@
1/*
2 * This file is part of unity-2d
3 *
4 * Copyright 2010-2011 Canonical Ltd.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 3.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */
18
1import Qt 4.719import Qt 4.7
220
3UnityDefaultRenderer {21UnityDefaultRenderer {
422
=== modified file 'places/dash.qml'
--- places/dash.qml 2011-03-10 15:17:17 +0000
+++ places/dash.qml 2011-03-22 06:27:28 +0000
@@ -1,3 +1,21 @@
1/*
2 * This file is part of unity-2d
3 *
4 * Copyright 2010-2011 Canonical Ltd.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 3.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */
18
1import Qt 4.719import Qt 4.7
2import UnityApplications 1.0 /* Necessary for LauncherPlacesList */20import UnityApplications 1.0 /* Necessary for LauncherPlacesList */
3import Places 1.0 /* Necessary for DashDeclarativeView.*Dash */21import Places 1.0 /* Necessary for DashDeclarativeView.*Dash */
422
=== modified file 'spread/GnomeBackground.qml'
--- spread/GnomeBackground.qml 2011-02-08 11:48:16 +0000
+++ spread/GnomeBackground.qml 2011-03-22 06:27:28 +0000
@@ -1,3 +1,21 @@
1/*
2 * This file is part of unity-2d
3 *
4 * Copyright 2010-2011 Canonical Ltd.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 3.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */
18
1import Qt 4.719import Qt 4.7
2import gconf 1.020import gconf 1.0
3/* Necessary to access the blended image provider and CacheEffect */21/* Necessary to access the blended image provider and CacheEffect */
422
=== modified file 'spread/ScaledItem.qml'
--- spread/ScaledItem.qml 2011-02-05 04:42:45 +0000
+++ spread/ScaledItem.qml 2011-03-22 06:27:28 +0000
@@ -1,3 +1,21 @@
1/*
2 * This file is part of unity-2d
3 *
4 * Copyright 2010-2011 Canonical Ltd.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 3.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */
18
1import Qt 4.719import Qt 4.7
220
3Item {21Item {
422
=== modified file 'spread/Window.qml'
--- spread/Window.qml 2011-02-08 11:48:16 +0000
+++ spread/Window.qml 2011-03-22 06:27:28 +0000
@@ -1,3 +1,21 @@
1/*
2 * This file is part of unity-2d
3 *
4 * Copyright 2010-2011 Canonical Ltd.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 3.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */
18
1import Qt 4.719import Qt 4.7
2import "utils.js" as Utils20import "utils.js" as Utils
321
422
=== modified file 'spread/Windows.qml'
--- spread/Windows.qml 2011-02-08 11:48:16 +0000
+++ spread/Windows.qml 2011-03-22 06:27:28 +0000
@@ -1,3 +1,21 @@
1/*
2 * This file is part of unity-2d
3 *
4 * Copyright 2010-2011 Canonical Ltd.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 3.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */
18
1import Qt 4.719import Qt 4.7
2import "utils.js" as Utils20import "utils.js" as Utils
3import UnityApplications 1.021import UnityApplications 1.0
422
=== modified file 'spread/Workspace.qml'
--- spread/Workspace.qml 2011-02-05 00:24:23 +0000
+++ spread/Workspace.qml 2011-03-22 06:27:28 +0000
@@ -1,3 +1,21 @@
1/*
2 * This file is part of unity-2d
3 *
4 * Copyright 2010-2011 Canonical Ltd.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 3.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */
18
1import Qt 4.719import Qt 4.7
2import "utils.js" as Utils20import "utils.js" as Utils
321
422
=== modified file 'spread/Workspaces.qml'
--- spread/Workspaces.qml 2011-03-17 16:05:29 +0000
+++ spread/Workspaces.qml 2011-03-22 06:27:28 +0000
@@ -1,3 +1,21 @@
1/*
2 * This file is part of unity-2d
3 *
4 * Copyright 2010-2011 Canonical Ltd.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 3.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */
18
1import Qt 4.719import Qt 4.7
2import Unity2d 1.020import Unity2d 1.0
3import "utils.js" as Utils21import "utils.js" as Utils

Subscribers

People subscribed via source and target branches