From patchwork Fri Feb 14 00:18:08 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kieran Bingham X-Patchwork-Id: 2830 Return-Path: Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 681D861A2B for ; Fri, 14 Feb 2020 01:18:15 +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 F06CC504; Fri, 14 Feb 2020 01:18:14 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1581639495; bh=btTeRoEcVXAdYvXpeK4CRGVgiQGML7KYqrNkpbcE8y8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=OxnDG64vSGBFsJq19TPastz+mUODgzJRA9cC14kMLBlVJ3OWac2sIUtC06VXwsFAu 49b638GKW6LfjKpUh3He/tz6Z9cnMWyMLxAwyCNofiNqoWjDo8Fpr3f7/qbaWTYXvf KPmQu9Xk93Suc1DPPdazDgBeHLy3nFHf73zS5MnA= From: Kieran Bingham To: libcamera devel Date: Fri, 14 Feb 2020 00:18:08 +0000 Message-Id: <20200214001810.19302-6-kieran.bingham@ideasonboard.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200214001810.19302-1-kieran.bingham@ideasonboard.com> References: <20200214001810.19302-1-kieran.bingham@ideasonboard.com> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v2 5/7] 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: Fri, 14 Feb 2020 00:18:15 -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/*.svg | 1 + (*282) 283 files changed, 287 insertions(+) create mode 100644 src/qcam/assets/feathericons/README.md create mode 100644 src/qcam/assets/feathericons/*.svg 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