graph
- Add "Show closed branches" toggle to history widget, when some closed branches exist in the repo2011-10-18, by 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 grapher2011-10-18, by Chris Cannam
- Refactor: set closed branch statuses before creating items2011-10-18, by Chris Cannam
- Refactor: make closed a changeset property (not a changeset item one)2011-10-18, by 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 name2011-10-18, by Chris Cannam
- Show closing commits as simple squares2011-10-18, by Chris Cannam
- use non-redirecting domain name2011-10-18, by Chris Cannam
- Identify closed branches and display them in a lighter shade2011-10-17, by 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 changes2011-10-17, by Chris Cannam
- Update version for Win32 fix2011-09-15, by Chris Cannam
- Encountering some peculiar problems with platform... but it's overkill for this anyway, use os.name instead2011-09-15, by Chris Cannam
- Added tag easyhg_v1.0 for changeset 6bb2a1f3087c2011-08-23, by Chris Cannam
- Add forgotten file to qrceasyhg_v1.0 2011-08-23, by Chris Cannam
- Minor help edit2011-08-23, by Chris Cannam
- More help. This I think will do for 1.0.2011-08-22, by Chris Cannam
- Add back/forward/home to Help window, and some Help edits2011-08-22, by Chris Cannam
- More help2011-08-22, by Chris Cannam
- More help2011-08-19, by Chris Cannam
- A bit more Help2011-08-18, by Chris Cannam
- Start adding Help2011-08-18, by Chris Cannam
- If the locale is C, load English translations2011-08-18, by Chris Cannam
- Merge2011-08-18, by Chris Cannam
- Add tester for newer version2011-08-18, by Chris Cannam
- OS/X build fixes2011-08-18, by Chris Cannam
- Merge2011-08-17, by Chris Cannam
- Message has changed in hg 1.92011-08-17, by Chris Cannam
- Bump version number2011-08-17, by Chris Cannam
- Add README2011-08-17, by Chris Cannam
- Update translations, fixing #2662011-08-17, by 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")2011-08-17, by Chris Cannam
- Some textual updates; include final URL path element in default for local file on clone2011-08-17, by Chris Cannam
- Fix #2292011-08-16, by Chris Cannam
- Qt 4.6 required2011-08-15, by Chris Cannam
- Added tag easyhg_v0.9.8 for changeset 319f920a51ee2011-07-27, by Chris Cannam
- Win32 build fixeasyhg_v0.9.8 2011-07-27, by Chris Cannam
- Update version number to 0.9.82011-07-27, by Chris Cannam
- Place debug log in application data directory (fixes #193)2011-07-26, by Chris Cannam
- Use built-in edit window for editing .hgignore file (fixes #215)2011-07-26, by Chris Cannam
- Merge2011-07-26, by 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 reason2011-07-26, by 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-22, by Chris Cannam
- Open the settings dialog at Paths tab when invoking it because of a failure to run hg2011-07-14, by Chris Cannam
- Add dpkg control file2011-07-14, by 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-11, by Chris Cannam
- Look for easyhg-kdiff3 in preference to plain kdiff32011-07-07, by Chris Cannam
- Add overall OS/X build script2011-07-04, by Chris Cannam
- Update ignore file2011-07-04, by Chris Cannam
- Split out preferences into three separate tabs2011-07-04, by Chris Cannam
- Look up diff/merge paths again if current settings are found not to exist (fixes #111)2011-07-04, by Chris Cannam
- Further minor abbrev fix2011-07-04, by Chris Cannam
- Fix extremely slow Text::Abbrev:abbreviate for long texts (was making history scrolling very laggy with long changelogs)2011-07-04, by Chris Cannam
- Omit icons from menus on Mac2011-06-30, by Chris Cannam
- Textual fix2011-06-30, by Chris Cannam
- Do the foregoing only if the user had explicitly asked for the remember option2011-06-30, by 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 one2011-06-30, by Chris Cannam
- Don't need to declare class members, it seems. One day I'll learn some Python2011-06-29, by Chris Cannam
- Add security warning about password remember feature2011-06-29, by Chris Cannam
- Avoid bailing out on bogus data2011-06-29, by Chris Cannam
- Remove stale auth cache files2011-06-29, by Chris Cannam
- Merge from branch "authfile_refactor"2011-06-29, by Chris Cannam