Show a cover letter.

GET /api/1.1/covers/2786/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 2786,
    "url": "https://patchwork.libcamera.org/api/1.1/covers/2786/?format=api",
    "web_url": "https://patchwork.libcamera.org/cover/2786/",
    "project": {
        "id": 1,
        "url": "https://patchwork.libcamera.org/api/1.1/projects/1/?format=api",
        "name": "libcamera",
        "link_name": "libcamera",
        "list_id": "libcamera_core",
        "list_email": "libcamera-devel@lists.libcamera.org",
        "web_url": "",
        "scm_url": "",
        "webscm_url": ""
    },
    "msgid": "<20200206150504.24204-1-kieran.bingham@ideasonboard.com>",
    "date": "2020-02-06T15:04:58",
    "name": "[libcamera-devel,0/6] qcam: Provide an initial toolbar",
    "submitter": {
        "id": 4,
        "url": "https://patchwork.libcamera.org/api/1.1/people/4/?format=api",
        "name": "Kieran Bingham",
        "email": "kieran.bingham@ideasonboard.com"
    },
    "mbox": "https://patchwork.libcamera.org/cover/2786/mbox/",
    "series": [
        {
            "id": 663,
            "url": "https://patchwork.libcamera.org/api/1.1/series/663/?format=api",
            "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=663",
            "date": "2020-02-06T15:04:58",
            "name": "qcam: Provide an initial toolbar",
            "version": 1,
            "mbox": "https://patchwork.libcamera.org/series/663/mbox/"
        }
    ],
    "comments": "https://patchwork.libcamera.org/api/covers/2786/comments/",
    "headers": {
        "Return-Path": "<kieran.bingham@ideasonboard.com>",
        "Received": [
            "from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 0F063600FB\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tThu,  6 Feb 2020 16:05:10 +0100 (CET)",
            "from localhost.localdomain\n\t(cpc89242-aztw30-2-0-cust488.18-1.cable.virginm.net [86.31.129.233])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 7E09F9F0;\n\tThu,  6 Feb 2020 16:05:09 +0100 (CET)"
        ],
        "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1581001509;\n\tbh=GjuGuPljoihtFHJvKGNctKuLrvdj5dFnIzwgWLcF4po=;\n\th=From:To:Cc:Subject:Date:From;\n\tb=BagkTzmLS15nPIvgorxOBpsHvCydSIY4al+7UZuRrF7GTNUCuTxFRQPwLJqSf/dHX\n\tjCwCIH9Gg5gkHpH59t+7i/1Sxqe2Em2soIxe90dPPtbft0ZsHYxKc64AcavZzr5hun\n\tJZHNw1JLGFQETrbq233wlGNIZ7YNnu4zVxCNAV5s=",
        "From": "Kieran Bingham <kieran.bingham@ideasonboard.com>",
        "To": "LibCamera Devel <libcamera-devel@lists.libcamera.org>",
        "Date": "Thu,  6 Feb 2020 15:04:58 +0000",
        "Message-Id": "<20200206150504.24204-1-kieran.bingham@ideasonboard.com>",
        "X-Mailer": "git-send-email 2.20.1",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[libcamera-devel] [PATCH 0/6] qcam: Provide an initial toolbar",
        "X-BeenThere": "libcamera-devel@lists.libcamera.org",
        "X-Mailman-Version": "2.1.29",
        "Precedence": "list",
        "List-Id": "<libcamera-devel.lists.libcamera.org>",
        "List-Unsubscribe": "<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>",
        "List-Archive": "<https://lists.libcamera.org/pipermail/libcamera-devel/>",
        "List-Post": "<mailto:libcamera-devel@lists.libcamera.org>",
        "List-Help": "<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>",
        "List-Subscribe": "<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>",
        "X-List-Received-Date": "Thu, 06 Feb 2020 15:05:10 -0000"
    },
    "content": "Implement a toolbar with support for stopping and starting the active stream,\nchanging cameras at runtime, and saving the active viewfinder image to disk in\na QT5 supported image format (jpg,png,...).\n\nThe initial icon set for this series is not sent so as not to fill the\nmailinglist with a large dump of files which are publically available at the\nfeather icons website.\n\nIf you want to test from this series, fetch from my public branch at:\n https://github.com/kbingham/libcamera kbingham/qcam-toolbar\n\nKieran Bingham (6):\n  qcam: Tie FrameBufferAllocator to stream life\n  qcam: Expose quit method for MainWindow\n  qcam: Introduce a toolbar and camera switching\n  qcam: assets: Provide initial icon set\n  qcam: Provide initial icon buttons \"Play/Stop\"\n  qcam: Provide save image functionality"
}