From patchwork Thu Feb 6 15:05:02 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kieran Bingham X-Patchwork-Id: 2790 Return-Path: Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 2640260880 for ; Thu, 6 Feb 2020 16:05:11 +0100 (CET) Received: from localhost.localdomain (cpc89242-aztw30-2-0-cust488.18-1.cable.virginm.net [86.31.129.233]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id BAF7A13C2; Thu, 6 Feb 2020 16:05:10 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1581001510; bh=G/WOaR9TW0B19g5vWaJa3w3u9HiHeSVXuXgaZFjFTLw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=KNfhjh4bIlRJoHzOJIpMu1GKELx3gW1B8YNBOjATzcLJI8zU/W8z9EtMsw2EDNy+T w2WBx4SkuvSjgcCt1IliGiRRm3ZYvKEqcfkkIGKMdu8USi/uoaPUxcylksB6zO4CKQ UyMV0BJPK5EIgdpzQqX8j0K10qnqEvC1UiVOEVFc= From: Kieran Bingham To: LibCamera Devel Date: Thu, 6 Feb 2020 15:05:02 +0000 Message-Id: <20200206150504.24204-5-kieran.bingham@ideasonboard.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200206150504.24204-1-kieran.bingham@ideasonboard.com> References: <20200206150504.24204-1-kieran.bingham@ideasonboard.com> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 4/6] qcam: assets: Provide initial icon set X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Feb 2020 15:05:12 -0000 Provide simple clean icons from https://feathericons.com/ (https://github.com/feathericons/feather) These are provided under the MIT license. Signed-off-by: Kieran Bingham Reviewed-by: Laurent Pinchart --- src/qcam/assets/feathericons/README.md | 5 + src/qcam/assets/feathericons/feathericons.qrc | 288 ++++++++++++++++++ src/qcam/assets/feathericons/*.svg | + < Remaing icons chopped > diff --git a/src/qcam/assets/feathericons/README.md b/src/qcam/assets/feathericons/README.md new file mode 100644 index 000000000000..ce7664f6bf16 --- /dev/null +++ b/src/qcam/assets/feathericons/README.md @@ -0,0 +1,5 @@ +Icons from https://feathericons.com/ +License: MIT + +Generate the QRC file with: + rcc --project diff --git a/src/qcam/assets/feathericons/activity.svg b/src/qcam/assets/feathericons/activity.svg new file mode 100644 index 000000000000..669a57a772fa --- /dev/null +++ b/src/qcam/assets/feathericons/activity.svg @@ -0,0 +1 @@ + \ No newline at end of file