This is the mail archive of the cygwin-apps-cvs mailing list for the cygwin-apps project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

setup ChangeLog Makefile.am install.cc res.rc ...


CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	jturney@sourceware.org	2013-02-08 15:55:02

Modified files:
	.              : ChangeLog Makefile.am install.cc res.rc 
	                 resource.h 
Added files:
	.              : processlist.cc processlist.h 

Log message:
	List and offer to kill processes preventing a file from being written
	
	2013-02-01  Jon TURNEY  <jon.turney@dronecode.org.uk>
	
	* install.cc ( _custom_MessageBox): Remove custom message box.
	(FileInuseDlgProc): Add file-in-use dialog box.
	(installOne): Use processlist to list processes using a file, and
	offer to kill them with the file-in-use dialog.
	* res.rc (IDD_FILE_INUSE) : New dialog.
	* resource.h (IDD_FILE_INUSE, IDC_FILE_INUSE_EDIT)
	(IDC_FILE_INUSE_MSG, IDC_FILE_INUSE_HELP): Define corresponding
	resource ID numbers.
	* processlist.h: New file.
	* processlist.cc: New file.
	* Makefile.am (setup_LDADD): Add -lpsapi.
	(setup_SOURCES): Add new files.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/processlist.cc.diff?cvsroot=cygwin-apps&r1=NONE&r2=2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/processlist.h.diff?cvsroot=cygwin-apps&r1=NONE&r2=2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.786&r2=2.787
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/Makefile.am.diff?cvsroot=cygwin-apps&r1=2.89&r2=2.90
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/install.cc.diff?cvsroot=cygwin-apps&r1=2.102&r2=2.103
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/res.rc.diff?cvsroot=cygwin-apps&r1=2.95&r2=2.96
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/resource.h.diff?cvsroot=cygwin-apps&r1=2.43&r2=2.44


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]