log

age author description
Thu, 06 Dec 2018 13:54:34 +0000 Chris Cannam Merge from branch "help"
Thu, 06 Dec 2018 13:45:23 +0000 Chris Cannam Toward some CI bits
Wed, 05 Dec 2018 13:35:29 +0000 Chris Cannam Version etc
Wed, 05 Dec 2018 13:21:09 +0000 Chris Cannam Minor improvement to dialog spacing
Wed, 05 Dec 2018 13:20:51 +0000 Chris Cannam Update for newer APIs
Wed, 05 Dec 2018 09:44:10 +0000 Chris Cannam Merge from branch qt5. There's much more to be done before we can make another release, but clearly it's going to be done using qt5
Wed, 05 Dec 2018 09:43:26 +0000 Chris Cannam Fix compiler warnings qt5
Fri, 27 May 2016 11:02:53 +0100 Chris Cannam Attempt to fix library paths for PyQt libraries. Doesn't seem to be sufficient. qt5
Fri, 27 May 2016 11:02:38 +0100 Chris Cannam Mark as hidpi capable qt5
Fri, 27 May 2016 10:32:55 +0100 Chris Cannam Remove some obsolete bits qt5
Fri, 27 May 2016 09:56:22 +0100 Chris Cannam Start reworking deployment scripts qt5
Fri, 27 May 2016 09:55:56 +0100 Chris Cannam Merge from default branch, and build fixes qt5
Wed, 23 Mar 2016 14:49:49 +0000 Chris Cannam Build fix
Mon, 01 Sep 2014 16:12:33 +0100 Chris Cannam Workaround for disappearing menubar under Ubuntu
Thu, 14 Mar 2013 16:43:30 +0000 Chris Cannam build with qt5 (in branch currently) qt5
Fri, 01 Mar 2013 09:20:11 +0000 Chris Cannam Merge
Fri, 09 Nov 2012 14:48:02 +0000 Chris Cannam Be more flexible about the sorts of warning message we can remove in incoming
Thu, 14 Feb 2013 15:16:33 +0000 Chris Cannam Another change
Thu, 14 Feb 2013 15:15:45 +0000 Chris Cannam Update CHANGELOG for 1.3.0
Mon, 28 Jan 2013 13:32:36 +0000 Chris Cannam Added tag easyhg_v1.3.0 for changeset 4d39a93cab9e
Fri, 25 Jan 2013 16:25:08 +0000 Chris Cannam Add crypto dependencies easyhg_v1.3.0
Fri, 25 Jan 2013 15:36:27 +0000 Chris Cannam Update for PyQt 4.5+ signal/slot connection syntax
Fri, 25 Jan 2013 15:33:35 +0000 Chris Cannam Ignore .msi files
Fri, 25 Jan 2013 14:55:38 +0000 Chris Cannam Add updated PyQt
Thu, 24 Jan 2013 16:05:31 +0000 Chris Cannam Add extra files from hg dist
Thu, 24 Jan 2013 15:39:52 +0000 Chris Cannam Update Python version
Thu, 24 Jan 2013 15:30:17 +0000 Chris Cannam Win32 typo fix
Thu, 24 Jan 2013 15:25:33 +0000 Chris Cannam Use HKMU for registry key so as to do the right thing for multi-user installs
Thu, 24 Jan 2013 15:05:40 +0000 Chris Cannam Show tag on merge commit (fixing #534)
Thu, 24 Jan 2013 14:02:50 +0000 Chris Cannam Adjust text when closing something that is only a single sprout of a branch -- and don't warn when closing a sprout of the default branch (it's not the same thing as closing the default branch)
Mon, 21 Jan 2013 10:22:44 +0000 Chris Cannam Merge
Fri, 11 Jan 2013 10:29:36 +0000 Chris Cannam For later reference (for Qt5)
Fri, 11 Jan 2013 10:29:04 +0000 Chris Cannam Toolbar spacing adjustments; avoid using unified toolbar on Mac because it breaks the left toolbar with Qt 4.8
Mon, 07 Jan 2013 10:57:08 +0000 Chris Cannam Update copyright dates
Mon, 07 Jan 2013 10:53:48 +0000 Chris Cannam Add --version or -v option
Fri, 19 Oct 2012 12:08:11 +0100 Chris Cannam Back out commit:5dc24f8 and instead move the extensions setting to its own tab (allowing us to provide a bit more information about what it's for)
Fri, 19 Oct 2012 11:49:48 +0100 Chris Cannam Shorten a label (dialog too wide)
Fri, 19 Oct 2012 11:47:28 +0100 Chris Cannam Merge
Fri, 19 Oct 2012 11:41:38 +0100 Chris Cannam Fix compiler warning about unhandled case
Fri, 19 Oct 2012 11:33:05 +0100 Chris Cannam Fix preprocessor syntax
Wed, 29 Aug 2012 12:41:18 +1000 Sam Izzo * Prefix working folder path on MacOS
Wed, 29 Aug 2012 12:40:54 +1000 Sam Izzo * Removed spurious space
Mon, 27 Aug 2012 02:10:06 +1000 Sam Izzo * Prepend working folder path to filename when showing files in explorer
Mon, 27 Aug 2012 01:45:26 +1000 Sam Izzo * Added setting to show history automatically when it changes (defaults to true)
Mon, 27 Aug 2012 01:26:57 +1000 Sam Izzo * Added setting to specify that diff command should be run once for each selected file, rather than passing all file names to diff command (p4merge doesn't like being given many files)
Mon, 27 Aug 2012 01:26:05 +1000 Sam Izzo * Updated shortcut for revert
Mon, 27 Aug 2012 01:25:16 +1000 Sam Izzo * Added shortcut for revert
Mon, 27 Aug 2012 00:52:44 +1000 Sam Izzo * Fixed bug where ctrl+shift+s wouldn't work because of "ambiguous shortcut overload"
Sun, 26 Aug 2012 02:45:04 +1000 Sam Izzo * Added shortcut for commit
Sun, 26 Aug 2012 02:39:08 +1000 Sam Izzo * "Use extension" check box now appears to the left of the button and label, and enables/disables the button and label depending on its state
Sun, 26 Aug 2012 02:38:24 +1000 Sam Izzo * Added shortcut for diff against parent
Sun, 26 Aug 2012 02:19:36 +1000 Sam Izzo * Added Ctrl-F shortcut for find button
Sun, 26 Aug 2012 02:08:32 +1000 Sam Izzo * "Show in" is now shown in context menu for untracked files
Sun, 26 Aug 2012 01:59:53 +1000 Sam Izzo * Added "show in" to show selected file in explorer
Sat, 25 Aug 2012 23:04:10 +1000 Sam Izzo * Link against Advapi32 (required for Crypt* functions)
Fri, 19 Oct 2012 11:25:02 +0100 Chris Cannam Undo the one part we didn't want, from the last patch
Wed, 17 Oct 2012 12:15:25 +0200 fpozo History widget stays on top when closing a branch.
Wed, 26 Sep 2012 21:29:48 +0100 Chris Cannam Merge
Tue, 03 Jul 2012 20:10:04 +0100 Chris Cannam Merge
Tue, 03 Jul 2012 20:09:46 +0100 Chris Cannam URL fix