From patchwork Thu Apr 30 14:15: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: 3635 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 4B808613A8 for ; Thu, 30 Apr 2020 16:15:01 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=uajain.com header.i=@uajain.com header.b="CH8C+BFl"; 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=50gwPN/UWXzvwin5b7KRk4HbKYrSSz/aN3sMRhbuwlw=; b=CH8C+BFlUHJBmAIpBCbsOgWzhaW8NVPKy0qpFAqTOTgmyPdxc0dFmjeiWLL+nYItMFd2 0EOHYxTPFpy1DuM6NFwR8gNE62DMB0stAXcgVzrvskQiauPa6Qn68M3syCHRiE+6vzEwE+ Qnvl1tZ36b6CV1QDRkV2O6Tfps3TyjR7A= Received: by filter0072p3las1.sendgrid.net with SMTP id filter0072p3las1-6642-5EAADD63-1ED 2020-04-30 14:15:00.213273035 +0000 UTC m=+1267984.854861772 Received: from mail.uajain.com (unknown) by ismtpd0002p1maa1.sendgrid.net (SG) with ESMTP id M38mtzUKR_uV2HZkYRSHTw for ; Thu, 30 Apr 2020 14:14:59.488 +0000 (UTC) From: Umang Jain Date: Thu, 30 Apr 2020 14:15:00 +0000 (UTC) Message-Id: <20200430141433.6776-1-email@uajain.com> Mime-Version: 1.0 X-SG-EID: 1Q40EQ7YGir8a9gjSIAdTjhngY657NMk9ckeo4dbHZDiOpywc/L3L9rFqlwE4KPc+mYHlj5pFD2lBxsaGLVsOLpsy9FXXWOvNHkA5g2QSOLa5CTkGxWjbo1oFUre7UisnxQXPFIQVyPObkGCcwoQBQ8OFtL1HkwMqy1c4Clii56ywYxKSEj/6aiHdlnbToQzdTngkqJWFzWWYFeCewoIkJMehZcNPATXqWOnFzG2N5M/kThCL9YQxrkXXMk5QLAq To: libcamera-devel Subject: [libcamera-devel] [PATCH 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 14:15:04 -0000 Hi all, 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 | 13 ++++++++----- src/qcam/main_window.h | 2 ++ 2 files changed, 10 insertions(+), 5 deletions(-)