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
Wed, 17 Aug 2011 16:09:04 +0100 Chris Cannam Make "Show all files" persistent (fixing #203), and rationalise some config group names (noting that "General" is actually the default group "" as it appears in the config file, not the name of a group called "General": that appears as "%General")
Wed, 27 Jul 2011 15:43:40 +0100 Chris Cannam Win32 build fix easyhg_v0.9.8
Wed, 29 Jun 2011 16:18:47 +0100 Chris Cannam Remove stale auth cache files
Tue, 28 Jun 2011 15:59:13 +0100 Chris Cannam Provide auth key and file information to easyhg extension
Mon, 06 Jun 2011 21:20:11 +0100 Chris Cannam Add uniDecode, and use it when parsing logs so as to decode "\uABCD" substrings. Also force Hg encoding to utf-8.
Thu, 26 May 2011 15:52:11 +0100 Chris Cannam Revert small change that broke use of our auth extension
Thu, 26 May 2011 15:48:11 +0100 Chris Cannam Add ability to configure the ssh client; default to TortoisePlink on Windows
Tue, 24 May 2011 13:29:27 +0100 Chris Cannam Avoid crash when one of the data output callbacks is called after m_proc has already been reset (fixing #132)
Thu, 24 Mar 2011 10:27:51 +0000 Chris Cannam Move source files to src/ base hgrunner.cpp@360c39831cb8