Cover Letter Detail
Show a cover letter.
GET /api/covers/1282/?format=api
{ "id": 1282, "url": "https://patchwork.libcamera.org/api/covers/1282/?format=api", "web_url": "https://patchwork.libcamera.org/cover/1282/", "project": { "id": 1, "url": "https://patchwork.libcamera.org/api/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": "<20190524082333.8974-1-niklas.soderlund@ragnatech.se>", "date": "2019-05-24T08:23:31", "name": "[libcamera-devel,v3,0/2] cam: cleanup code structure", "submitter": { "id": 5, "url": "https://patchwork.libcamera.org/api/people/5/?format=api", "name": "Niklas Söderlund", "email": "niklas.soderlund@ragnatech.se" }, "mbox": "https://patchwork.libcamera.org/cover/1282/mbox/", "series": [ { "id": 325, "url": "https://patchwork.libcamera.org/api/series/325/?format=api", "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=325", "date": "2019-05-24T08:23:31", "name": "cam: cleanup code structure", "version": 3, "mbox": "https://patchwork.libcamera.org/series/325/mbox/" } ], "comments": "https://patchwork.libcamera.org/api/covers/1282/comments/", "headers": { "Return-Path": "<niklas.soderlund@ragnatech.se>", "Received": [ "from bin-mail-out-06.binero.net (bin-mail-out-06.binero.net\n\t[195.74.38.229])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 5BD0660BFA\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tFri, 24 May 2019 10:24:35 +0200 (CEST)", "from bismarck.berto.se (unknown [89.233.230.99])\n\tby bin-vsp-out-01.atm.binero.net (Halon) with ESMTPA\n\tid 3891586d-7dfd-11e9-8ab4-005056917a89;\n\tFri, 24 May 2019 10:24:32 +0200 (CEST)" ], "X-Halon-ID": "3891586d-7dfd-11e9-8ab4-005056917a89", "Authorized-sender": "niklas@soderlund.pp.se", "From": "=?utf-8?q?Niklas_S=C3=B6derlund?= <niklas.soderlund@ragnatech.se>", "To": "libcamera-devel@lists.libcamera.org", "Date": "Fri, 24 May 2019 10:23:31 +0200", "Message-Id": "<20190524082333.8974-1-niklas.soderlund@ragnatech.se>", "X-Mailer": "git-send-email 2.21.0", "MIME-Version": "1.0", "Content-Type": "text/plain; charset=UTF-8", "Content-Transfer-Encoding": "8bit", "Subject": "[libcamera-devel] [PATCH v3 0/2] cam: cleanup code structure", "X-BeenThere": "libcamera-devel@lists.libcamera.org", "X-Mailman-Version": "2.1.23", "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": "Fri, 24 May 2019 08:24:35 -0000" }, "content": "Hi,\n\nBefore adding new features to the cam utility there is a need to clean\nup some of the organic growth that has happened.\n\nThis series breaks out the capture logic to a new class and reduces the\nmess in main.cpp.\n\nNiklas Söderlund (2):\n cam: capture: Break out capture to a new class\n cam: Add CamApp class\n\n src/cam/capture.cpp | 248 +++++++++++++++++++++++++++\n src/cam/capture.h | 42 +++++\n src/cam/main.cpp | 408 ++++++++++++++------------------------------\n src/cam/main.h | 19 +++\n src/cam/meson.build | 1 +\n 5 files changed, 437 insertions(+), 281 deletions(-)\n create mode 100644 src/cam/capture.cpp\n create mode 100644 src/cam/capture.h\n create mode 100644 src/cam/main.h" }