log

age author description
Thu, 07 Jul 2011 10:59:50 +0100 Chris Cannam Look for easyhg-kdiff3 in preference to plain kdiff3
Mon, 04 Jul 2011 14:22:13 +0100 Chris Cannam Add overall OS/X build script
Mon, 04 Jul 2011 14:21:56 +0100 Chris Cannam Update ignore file
Mon, 04 Jul 2011 14:12:10 +0100 Chris Cannam Split out preferences into three separate tabs
Mon, 04 Jul 2011 14:03:31 +0100 Chris Cannam Look up diff/merge paths again if current settings are found not to exist (fixes #111)
Mon, 04 Jul 2011 13:48:04 +0100 Chris Cannam Further minor abbrev fix
Mon, 04 Jul 2011 13:31:39 +0100 Chris Cannam Fix extremely slow Text::Abbrev:abbreviate for long texts (was making history scrolling very laggy with long changelogs)
Thu, 30 Jun 2011 09:43:29 +0100 Chris Cannam Omit icons from menus on Mac
Thu, 30 Jun 2011 09:43:18 +0100 Chris Cannam Textual fix
Thu, 30 Jun 2011 00:05:24 +0100 Chris Cannam Do the foregoing only if the user had explicitly asked for the remember option
Thu, 30 Jun 2011 00:04:33 +0100 Chris Cannam Use cached password directly, without asking the user, if it's available and the requested realm/uri are not the same as an immediately preceding one
Wed, 29 Jun 2011 23:48:11 +0100 Chris Cannam Don't need to declare class members, it seems. One day I'll learn some Python
Wed, 29 Jun 2011 16:40:14 +0100 Chris Cannam Add security warning about password remember feature
Wed, 29 Jun 2011 16:22:53 +0100 Chris Cannam Avoid bailing out on bogus data
Wed, 29 Jun 2011 16:18:47 +0100 Chris Cannam Remove stale auth cache files
Wed, 29 Jun 2011 15:37:20 +0100 Chris Cannam Merge from branch "authfile_refactor"
Wed, 29 Jun 2011 15:37:11 +0100 Chris Cannam Associate username with pathless URL, as well as password authfile_refactor
Wed, 29 Jun 2011 15:27:01 +0100 Chris Cannam Refactor into classes authfile_refactor
Wed, 29 Jun 2011 13:40:57 +0100 Chris Cannam Associate password with scheme+host+user rather than url+user
Wed, 29 Jun 2011 13:36:07 +0100 Chris Cannam Remember username as well as password
Wed, 29 Jun 2011 13:09:01 +0100 Chris Cannam Hash remote destination key for auth file rather than just b64 encoding it (so you can't see where someone has been by looking at a stale authfile)
Wed, 29 Jun 2011 12:59:33 +0100 Chris Cannam Don't try to chmod on Windows; doesn't work
Tue, 28 Jun 2011 17:03:16 +0100 Chris Cannam Win32 build fix
Tue, 28 Jun 2011 16:32:13 +0100 Chris Cannam Ensure encryption happens in CBC mode
Tue, 28 Jun 2011 16:22:42 +0100 Chris Cannam Minor fixes from OS/X test
Tue, 28 Jun 2011 15:59:13 +0100 Chris Cannam Provide auth key and file information to easyhg extension
Tue, 28 Jun 2011 14:33:50 +0100 Chris Cannam Introduce random key generator
Tue, 28 Jun 2011 14:33:44 +0100 Chris Cannam Minor tidy
Tue, 28 Jun 2011 14:15:42 +0100 Chris Cannam Bring new-look easyhg.py into action
Tue, 28 Jun 2011 14:15:08 +0100 Chris Cannam Tidy up a bit