From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 42477 invoked by alias); 21 Mar 2019 15:35:56 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 42203 invoked by uid 89); 21 Mar 2019 15:35:56 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-8.4 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=201812 X-HELO: rgout06.bt.lon5.cpcloud.co.uk Received: from rgout0604.bt.lon5.cpcloud.co.uk (HELO rgout06.bt.lon5.cpcloud.co.uk) (65.20.0.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 21 Mar 2019 15:35:52 +0000 X-OWM-Source-IP: 109.158.22.26 (GB) X-OWM-Env-Sender: jonturney@btinternet.com X-VadeSecure-score: verdict=clean score=0/300, class=clean X-SNCR-VADESECURE: CLEAN Received: from localhost.localdomain (109.158.22.26) by rgout06.bt.lon5.cpcloud.co.uk (9.0.019.26-1) (authenticated as jonturney@btinternet.com) id 5C3942FB06E645BE; Thu, 21 Mar 2019 15:35:50 +0000 From: Jon Turney To: cygwin-apps@cygwin.com Cc: Jon Turney Subject: [PATCH setup 0/4] setup fixes Date: Thu, 21 Mar 2019 15:35:00 -0000 Message-Id: <20190321153508.8898-1-jon.turney@dronecode.org.uk> X-SW-Source: 2019-03/txt/msg00019.txt.bz2 [2/4] Addresses: https://cygwin.com/ml/cygwin/2019-02/msg00153.html [3/4] Addresses: https://cygwin.com/ml/cygwin/2019-01/msg00132.html [4/4] Addresses: https://cygwin.com/ml/cygwin/2018-12/msg00123.html Jon Turney (4): Use 'kill -W' when killing processes Don't show FTP 550 'file not found' errors in a MessageBox Don't propagate actions down category tree into obsolete categories Add double-click for a 'default action' to ListView ListView.cc | 38 +++++++++++++++++++++++++++++++++++++- ListView.h | 1 + PickCategoryLine.cc | 6 ++++++ PickCategoryLine.h | 1 + PickPackageLine.cc | 11 +++++++++++ PickPackageLine.h | 1 + PickView.h | 5 ++++- nio-ie5.cc | 23 ++++++++++++++++------- package_meta.cc | 21 +++++++++++++++++++++ package_meta.h | 1 + processlist.cc | 2 +- 11 files changed, 100 insertions(+), 10 deletions(-) -- 2.17.0