diff --git a/discover/qml/CategoryDisplay.qml b/discover/qml/CategoryDisplay.qml deleted file mode 100644 index 145c177b..00000000 --- a/discover/qml/CategoryDisplay.qml +++ /dev/null @@ -1,38 +0,0 @@ -/* - * Copyright (C) 2012-2015 Aleix Pol Gonzalez - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU Library/Lesser General Public License - * version 2, or (at your option) any later version, as published by the - * Free Software Foundation - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details - * - * You should have received a copy of the GNU Library/Lesser General Public - * License along with this program; if not, write to the - * Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - */ - -import QtQuick 2.1 -import QtQuick.Controls 1.1 -import QtQuick.Layouts 1.1 -import org.kde.discover 2.0 -import org.kde.discover.app 1.0 -import "navigation.js" as Navigation -import org.kde.kirigami 2.0 as Kirigami - -PageHeader { - id: header - property QtObject category: null - Layout.fillWidth: true - backgroundImage.source: category ? category.decoration : "qrc:/banners/coffee.jpg" - - Item { - Layout.fillWidth: true - height: Kirigami.Units.largeSpacing - } -} diff --git a/discover/resources.qrc b/discover/resources.qrc index cd1f83e9..406b2e2a 100644 --- a/discover/resources.qrc +++ b/discover/resources.qrc @@ -1,42 +1,41 @@ qml/TopLevelPageData.qml - qml/CategoryDisplay.qml qml/ApplicationsListPage.qml qml/ApplicationPage.qml qml/ReviewsPage.qml qml/AddonsView.qml qml/ApplicationDelegate.qml qml/InstallApplicationButton.qml qml/Rating.qml qml/UpdatesPage.qml qml/ReviewDialog.qml qml/ProgressView.qml qml/BrowsingPage.qml qml/InstalledPage.qml qml/SearchPage.qml qml/Information.qml qml/SourcesPage.qml qml/ReviewDelegate.qml qml/AddSourceDialog.qml qml/ConditionalLoader.qml qml/ConditionalObject.qml qml/LinkButton.qml qml/ApplicationScreenshots.qml qml/LabelBackground.qml qml/PageHeader.qml qml/ActionBridge.qml qml/KirigamiActionBridge.qml qml/DiscoverSystemPalette.qml qml/DiscoverPage.qml qml/DiscoverWindow.qml qml/DiscoverDrawer.qml qml/ActionListItem.qml qml/LoadingPage.qml qml/SearchField.qml qml/Shadow.qml qml/navigation.js