log

age author description
2011-08-16 Chris Cannam Fix #229
2011-08-15 Chris Cannam Qt 4.6 required
2011-07-27 Chris Cannam Added tag easyhg_v0.9.8 for changeset 319f920a51ee
2011-07-27 Chris Cannam Win32 build fix easyhg_v0.9.8
2011-07-27 Chris Cannam Update version number to 0.9.8
2011-07-26 Chris Cannam Place debug log in application data directory (fixes #193)
2011-07-26 Chris Cannam Use built-in edit window for editing .hgignore file (fixes #215)
2011-07-26 Chris Cannam Merge
2011-07-26 Chris Cannam Use contextMenuEvent instead of right-click in mousePressEvent to call up changeset item context menu. Appears to fix #201, though I'm cautious as I don't understand the reason
2011-07-22 Chris Cannam Text change -- "commit changes to the following files" instead of "commit the following files" (seems less weird if you're actually removing them)
2011-07-14 Chris Cannam Open the settings dialog at Paths tab when invoking it because of a failure to run hg
2011-07-14 Chris Cannam Add dpkg control file
2011-07-11 Chris Cannam Check for repeated request (thus failed login) before looking up cached data, so we can cache in confidence without resending invalid login details (fixing #205)
2011-07-07 Chris Cannam Look for easyhg-kdiff3 in preference to plain kdiff3
2011-07-04 Chris Cannam Add overall OS/X build script
2011-07-04 Chris Cannam Update ignore file
2011-07-04 Chris Cannam Split out preferences into three separate tabs
2011-07-04 Chris Cannam Look up diff/merge paths again if current settings are found not to exist (fixes #111)
2011-07-04 Chris Cannam Further minor abbrev fix
2011-07-04 Chris Cannam Fix extremely slow Text::Abbrev:abbreviate for long texts (was making history scrolling very laggy with long changelogs)
2011-06-30 Chris Cannam Omit icons from menus on Mac
2011-06-30 Chris Cannam Textual fix
2011-06-29 Chris Cannam Do the foregoing only if the user had explicitly asked for the remember option
2011-06-29 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
2011-06-29 Chris Cannam Don't need to declare class members, it seems. One day I'll learn some Python
2011-06-29 Chris Cannam Add security warning about password remember feature
2011-06-29 Chris Cannam Avoid bailing out on bogus data
2011-06-29 Chris Cannam Remove stale auth cache files
2011-06-29 Chris Cannam Merge from branch "authfile_refactor"
2011-06-29 Chris Cannam Associate username with pathless URL, as well as password authfile_refactor