log

age author description
Tue, 18 Oct 2011 16:50:05 +0100 Chris Cannam Add "Close branch" menu option. Is currently available in some cases where it should not be, and using it exposes the fact that the chain of marked-closed changesets is not yet right in grapher.
Tue, 18 Oct 2011 12:49:39 +0100 Chris Cannam Add "Show closed branches" toggle to history widget, when some closed branches exist in the repo
Tue, 18 Oct 2011 11:49:40 +0100 Chris Cannam Hide closed branches by default (contingent on settings). Note that it's now permitted for a changeset id not to be present in m_items in the grapher
Tue, 18 Oct 2011 11:33:58 +0100 Chris Cannam Refactor: set closed branch statuses before creating items
Tue, 18 Oct 2011 11:30:00 +0100 Chris Cannam Refactor: make closed a changeset property (not a changeset item one)
Tue, 18 Oct 2011 11:21:20 +0100 Chris Cannam Refactor: sort out changeset structure and parent-child relationships before anything else in grapher. Also stop marking changesets as closed when we reach a change of branch name
Tue, 18 Oct 2011 11:10:20 +0100 Chris Cannam Show closing commits as simple squares
Tue, 18 Oct 2011 09:54:21 +0100 Chris Cannam use non-redirecting domain name
Mon, 17 Oct 2011 22:08:05 +0100 Chris Cannam Identify closed branches and display them in a lighter shade
Mon, 17 Oct 2011 16:25:02 +0100 Chris Cannam Fix bug #292: "Merge that results in no changes leaves interface in inconsistent state." Show uncommitted state whenever a merge is present, even if no file changes
Thu, 15 Sep 2011 14:51:39 +0100 Chris Cannam Update version for Win32 fix
Thu, 15 Sep 2011 14:24:37 +0100 Chris Cannam Encountering some peculiar problems with platform... but it's overkill for this anyway, use os.name instead
Tue, 23 Aug 2011 12:05:48 +0100 Chris Cannam Added tag easyhg_v1.0 for changeset 6bb2a1f3087c
Tue, 23 Aug 2011 10:54:59 +0100 Chris Cannam Add forgotten file to qrc easyhg_v1.0
Tue, 23 Aug 2011 10:46:33 +0100 Chris Cannam Minor help edit
Mon, 22 Aug 2011 21:31:55 +0100 Chris Cannam More help. This I think will do for 1.0.
Mon, 22 Aug 2011 18:46:06 +0100 Chris Cannam Add back/forward/home to Help window, and some Help edits
Mon, 22 Aug 2011 15:19:00 +0100 Chris Cannam More help
Fri, 19 Aug 2011 16:30:43 +0100 Chris Cannam More help
Thu, 18 Aug 2011 17:13:04 +0100 Chris Cannam A bit more Help
Thu, 18 Aug 2011 16:37:27 +0100 Chris Cannam Start adding Help
Thu, 18 Aug 2011 16:37:11 +0100 Chris Cannam If the locale is C, load English translations
Thu, 18 Aug 2011 13:15:58 +0100 Chris Cannam Merge
Thu, 18 Aug 2011 13:15:38 +0100 Chris Cannam Add tester for newer version
Thu, 18 Aug 2011 12:57:35 +0100 Chris Cannam OS/X build fixes
Wed, 17 Aug 2011 22:13:51 +0100 Chris Cannam Merge
Wed, 17 Aug 2011 22:13:14 +0100 Chris Cannam Message has changed in hg 1.9
Wed, 17 Aug 2011 16:08:59 +0100 Chris Cannam Bump version number
Wed, 17 Aug 2011 16:38:44 +0100 Chris Cannam Add README
Wed, 17 Aug 2011 16:28:00 +0100 Chris Cannam Update translations, fixing #266
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, 17 Aug 2011 15:53:17 +0100 Chris Cannam Some textual updates; include final URL path element in default for local file on clone
Tue, 16 Aug 2011 17:13:35 +0100 Chris Cannam Fix #229
Mon, 15 Aug 2011 17:23:54 +0100 Chris Cannam Qt 4.6 required
Wed, 27 Jul 2011 16:49:51 +0100 Chris Cannam Added tag easyhg_v0.9.8 for changeset 319f920a51ee
Wed, 27 Jul 2011 15:43:40 +0100 Chris Cannam Win32 build fix easyhg_v0.9.8
Wed, 27 Jul 2011 15:29:35 +0100 Chris Cannam Update version number to 0.9.8
Tue, 26 Jul 2011 15:22:54 +0100 Chris Cannam Place debug log in application data directory (fixes #193)
Tue, 26 Jul 2011 15:21:45 +0100 Chris Cannam Use built-in edit window for editing .hgignore file (fixes #215)
Tue, 26 Jul 2011 13:42:09 +0100 Chris Cannam Merge
Tue, 26 Jul 2011 13:41:56 +0100 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
Fri, 22 Jul 2011 12:00:29 +0100 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)
Thu, 14 Jul 2011 13:56:20 +0100 Chris Cannam Open the settings dialog at Paths tab when invoking it because of a failure to run hg
Thu, 14 Jul 2011 13:31:07 +0100 Chris Cannam Add dpkg control file
Mon, 11 Jul 2011 15:15:31 +0100 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)
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