From patchwork Thu Apr 30 16:00:00 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Umang Jain X-Patchwork-Id: 3637 Return-Path: Received: from o1.f.az.sendgrid.net (o1.f.az.sendgrid.net [208.117.55.132]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id A068F613F3 for ; Thu, 30 Apr 2020 18:00:02 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=uajain.com header.i=@uajain.com header.b="Uwjp8+eg"; dkim-atps=neutral DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=uajain.com; h=from:subject:mime-version:to:cc:content-transfer-encoding: content-type; s=s1; bh=0Szj2jk/2VNgXfSPcwfu3UtXmFwxAc2yjR4gGS2GIvw=; b=Uwjp8+eg2HD8XJRC64rPjnJJUJkVEMRPaZxmVuLPtGJgAXMp64x1mnTdw5vp8JcC9Lja lRJCOtu/C6d8sQyp6PjhILmMsjkajDb1d8Hc5YmWilUB0aerglbSDKGQbxBWJieyt5+P+N nlNLoN/FfufCHQG/SlzV157mcMHGtKJhI= Received: by filterdrecv-p3mdw1-6dbfd75bfd-8rt7r with SMTP id filterdrecv-p3mdw1-6dbfd75bfd-8rt7r-18-5EAAF600-5B 2020-04-30 16:00:00.880662841 +0000 UTC m=+3077559.257246710 Received: from mail.uajain.com (unknown) by ismtpd0006p1maa1.sendgrid.net (SG) with ESMTP id ToaZFEkwQpGtfzwK1VjeZQ Thu, 30 Apr 2020 16:00:00.281 +0000 (UTC) From: Umang Jain Date: Thu, 30 Apr 2020 16:00:00 +0000 (UTC) Message-Id: <20200430155946.15605-1-email@uajain.com> Mime-Version: 1.0 X-SG-EID: 1Q40EQ7YGir8a9gjSIAdTjhngY657NMk9ckeo4dbHZDiOpywc/L3L9rFqlwE4KPcYFho/XlHW4zrk5y9XrA/WtDDblil/AIZJKU4/kUN/x10iJIRc9wZm7vwtirZQdLdQ/wHxLZiJq1O3BRSt7HDeo6H55OfUpK0af7EhVbIjH5sfg3nzebd+80fSqaYh++sBQSbR2y/i10l1q2bTyLkUoi9LvaxbCaukXbDM6vBV/mCott7KCahuncO7VM+oUx2fyS0IndY/4HIvmwEjF2Exw== To: libcamera-devel Subject: [libcamera-devel] [PATCH v2 0/2] Fix combo-box entry selection on startup 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, 30 Apr 2020 16:00:03 -0000 Hi, This is a byte-size bug fix in qcam that fixes the issue where there are multiple cameras and one of them is selected on startup. However, the selected camera entry was not reflected by the camera- combo box in the main window. Umang Jain (2): qcam: main_window: Make cameraCombo_ private qcam: main_window: Fix combo-box entry selection on startup src/qcam/main_window.cpp | 11 +++++++---- src/qcam/main_window.h | 2 ++ 2 files changed, 9 insertions(+), 4 deletions(-)