From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 50602 invoked by alias); 31 Jan 2020 12:22:44 -0000 Mailing-List: contact ecos-patches-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-patches-owner@ecos.sourceware.org Received: (qmail 50585 invoked by uid 89); 31 Jan 2020 12:22:43 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.3 required=5.0 tests=AWL,BAYES_05,GIT_PATCH_2,SPF_PASS autolearn=ham version=3.3.1 spammy=HTo:U*ecos-patches, H*Ad:U*ecos-patches, HDKIM-Filter:sk:mail.ec, H*r:sk:mail.ec X-HELO: mail.ecoscentric.com Received: from albus.ecoscentric.com (HELO mail.ecoscentric.com) (212.13.207.200) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 31 Jan 2020 12:22:42 +0000 Received: from localhost (localhost [127.0.0.1]) by mail.ecoscentric.com (Postfix) with ESMTP id 4E7B0A85545 for ; Fri, 31 Jan 2020 12:22:39 +0000 (GMT) Received: from mail.ecoscentric.com ([127.0.0.1]) by localhost (albus.ecoscentric.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id o3hWJS9q4AOs for ; Fri, 31 Jan 2020 12:22:39 +0000 (GMT) Received: from bugzilla.ecoscentric.com (albus.ecoscentric.com [212.13.207.200]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) (Authenticated sender: bugzilla) by mail.ecoscentric.com (Postfix) with ESMTPSA id 0311FA852BE for ; Fri, 31 Jan 2020 12:22:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 mail.ecoscentric.com 0311FA852BE DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=ecoscentric.com; s=default; t=1580473359; bh=dssOcdpQ6x+bPoWy9ZzI8kMoWiDzFb+mqmIuBfQIAHQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ZNehOPDg4w5hhhZ/S2Yg+AXTp1Nmk1wAjxKP/fHGG36967wEs2wqTARui/R8JNJua 2TgVR3kEHiwTZW6Ts8HeJm35rkVxm9B7fzDXTSXRGFJAsAYBQHWslDuUUCb22Uyf1d GIdLIA0cHGPciL192kkbXDzbZft6Wmt2FboKsrXM= From: bugzilla-daemon@ecoscentric.com To: ecos-patches@ecos.sourceware.org Subject: [Issue 1001965] ConfigTool - Patch to optionally display the build duration Date: Fri, 31 Jan 2020 12:22:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Classification: Sourceware X-Bugzilla-Product: eCos X-Bugzilla-Component: Patches and contributions X-Bugzilla-Version: CVS X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: alexs@ecoscentric.com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: low X-Bugzilla-Assigned-To: unassigned@bugs.ecos.sourceware.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugzilla.ecoscentric.com/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2020-01/txt/msg00002.txt.bz2 Please do not reply to this email, use the link below. https://bugzilla.ecoscentric.com/show_bug.cgi?id=3D1001965 --- Comment #1 from Alex Schuilenburg --- Just a quick note on this patch The line in configtool.cpp: m_BuildStart =3D wxDateTime::Now(); needs to be moved out of the=20 if (wxGetApp().GetSettings().m_showBuildTime) conditional as when activated during a a build, the displayed time at the e= nd of a build will be incorrect. --=20 You are receiving this mail because: You are on the CC list for the issue.