log src/hgrunner.cpp @ 737:4f3a8aa8d384 tip

age author description
Tue, 18 Dec 2018 10:20:13 +0000 Chris Cannam Cut a bit of debug output easyhg_v1.4
Tue, 11 Dec 2018 16:40:57 +0000 Chris Cannam Some work on macOS packaging
Mon, 10 Dec 2018 15:20:01 +0000 Chris Cannam Omit authkey from debug log
Mon, 10 Dec 2018 12:03:04 +0000 Chris Cannam Update handling of auth extension load failures on Windows: hg itself is returning a successful error code, so we must check the output in the extension test phase. Also fix a failure & crash when trying to use fallback auth mechanism
Wed, 05 Dec 2018 13:21:09 +0000 Chris Cannam Minor improvement to dialog spacing
Fri, 27 May 2016 09:55:56 +0100 Chris Cannam Merge from default branch, and build fixes qt5
Thu, 14 Mar 2013 16:43:30 +0000 Chris Cannam build with qt5 (in branch currently) qt5
Mon, 07 Jan 2013 10:57:08 +0000 Chris Cannam Update copyright dates
Tue, 03 Jul 2012 11:22:10 +0100 Chris Cannam Expand environmental parameters and executable name in action when it is received rather than when it's executed. This ensures we can correctly compare actions and fixes #141 "Unexpected error if you double-click on a toolbar button"
Thu, 01 Mar 2012 22:53:54 +0000 Chris Cannam Show cancel button with progress bar only when running an operation that it makes sense to cancel (we don't really want people cancelling e.g. initial folder scan because it would leave things in an inconsistent state)
Tue, 28 Feb 2012 16:59:25 +0000 Chris Cannam Add commandCancelled signal -- but don't make use of it; it didn't work out as I'd hoped
Mon, 27 Feb 2012 17:25:50 +0000 Chris Cannam Add a cancel button to the progress bar
Mon, 27 Feb 2012 17:14:03 +0000 Chris Cannam Update copyright dates to 2012
Fri, 10 Feb 2012 13:08:07 +0000 Chris Cannam gah! hg 2.1 changes push and pull so as to return failure codes on success, if there was nothing to push or pull
Thu, 18 Aug 2011 12:57:35 +0100 Chris Cannam OS/X build fixes