log

age author description
2011-06-28 Chris Cannam Part-way through a more effective version using standard python ConfigParser
2011-06-28 Chris Cannam Half-baked auth file read/write (using Hg config, which can't write)
2011-06-27 Chris Cannam Some work on cacheing
2011-06-24 Chris Cannam Fix changeset detail item alignment
2011-06-24 Chris Cannam Compile fix, plural fix
2011-06-23 Chris Cannam Small tidy to login dialog
2011-06-23 Chris Cannam Alternative approach to asking for username/password
2011-06-23 Chris Cannam Minor text calculation fix
2011-06-23 Chris Cannam Add "Ignore Files" and "Edit Ignored List" to Work menu (latter is subsumed from Advanced menu formerly). Also subsume Serve via HTTP into File menu as Share Repository, and add a more helpful description of it. Remove Advanced menu
2011-06-22 Chris Cannam Update ignore file
2011-06-22 Chris Cannam Ensure "this file only" ignore RE is anchored at end
2011-06-22 Chris Cannam Merge from branch "ignore"
2011-06-17 Chris Cannam Use regexes for anchored filenames (i.e. "this file only" and directory); report outcome of ignore to user ignore
2011-06-16 Chris Cannam Fix dumb commenting that caused total failure in commit dialog ignore
2011-06-16 Chris Cannam Add "Ignore this directory"; some fixes to ignore logic (though not yet enough) ignore
2011-06-16 Chris Cannam Minor adjustments to glob syntaxes ignore
2011-06-16 Chris Cannam Make ignore function largely work ignore
2011-06-16 Chris Cannam Return ignore type from ignore dialog ignore
2011-06-16 Chris Cannam Make HgIgnoreDialog _look_ plausible (still doesn't do anything though!) ignore
2011-06-15 Chris Cannam Start to introduce HgIgnoreDialog ignore
2011-06-13 Chris Cannam Reconnect the ignore-related right-button menu entries (still not implemented yet though) ignore
2011-06-13 Chris Cannam Typo fix only
2011-06-07 Chris Cannam Ah, OK -- it seems we get escapes for backslashes generally, so handle that
2011-06-07 Chris Cannam Handle escaped backslash (\\u) for cases where Unicode escape is not intended
2011-06-06 Chris Cannam Fix same-branch check for uncommitted item on default branch
2011-06-06 Chris Cannam Add uniDecode, and use it when parsing logs so as to decode "\uABCD" substrings. Also force Hg encoding to utf-8.
2011-05-26 Chris Cannam Revert small change that broke use of our auth extension
2011-05-26 Chris Cannam Add ability to configure the ssh client; default to TortoisePlink on Windows
2011-05-25 Chris Cannam Added tag easyhg_v0.9.7 for changeset 9510a32a96ab
2011-05-25 Chris Cannam Update version to 0.9.7 easyhg_v0.9.7
2011-05-25 Chris Cannam Ensure drags are constrained to either horizontal or vertical once the user's primary direction has become clear, switching to free drag only if the user makes a big move in the other axis
2011-05-25 Chris Cannam Better version of ensuring the scene size is properly updated and the detail item made visible
2011-05-25 Chris Cannam Ensure scene rect resizes to accommodate detail items
2011-05-25 Chris Cannam Merge from branch "item_appearance_adjustments"
2011-05-25 Chris Cannam Use circle presentation for uncommitted merge as well as merge changeset item_appearance_adjustments
2011-05-25 Chris Cannam Release mode item_appearance_adjustments
2011-05-25 Chris Cannam Replace DateItems (background items for date shading) with a date range list in the scene and dedicated rendering for it in the graphics view: this way we can ensure the shading spans the full width and the dates are always visible item_appearance_adjustments
2011-05-24 Chris Cannam ... that yellow is still a bit much, though item_appearance_adjustments
2011-05-24 Chris Cannam Make colour selection for branches and authors more headache-inducing^W^Wcheerful item_appearance_adjustments
2011-05-24 Chris Cannam OK, maybe a slightly less vigorous yellow item_appearance_adjustments
2011-05-24 Chris Cannam Show whole of "new" item in yellow, not just border -- and omit yellow border except for current item item_appearance_adjustments
2011-05-24 Chris Cannam Draw star after (above) branch name item_appearance_adjustments
2011-05-24 Chris Cannam Alignment fix: avoid integer division item_appearance_adjustments
2011-05-24 Chris Cannam Add little yellow star to current item item_appearance_adjustments
2011-05-24 Chris Cannam Jump to position when panner is clicked on item_appearance_adjustments
2011-05-24 Chris Cannam Fix Z value of connecting item from uncommitted changes item_appearance_adjustments
2011-05-24 Chris Cannam Use a plain small circle for merge commits item_appearance_adjustments
2011-05-24 Chris Cannam Use rounded rectangles throughout item_appearance_adjustments
2011-05-24 Chris Cannam Avoid crash when one of the data output callbacks is called after m_proc has already been reset (fixing #132)
2011-05-19 Chris Cannam Use "Open" in heading for clone-successful dialog to ensure action is recognisable from open dialog (closes #103)
2011-05-19 Chris Cannam Strip trailing slash before adding to recent files
2011-05-19 Chris Cannam Avoid failing on startup if started with no cwd
2011-05-19 Chris Cannam Add desktop file
2011-05-19 Chris Cannam Add desktop file
2011-04-13 Chris Cannam Try to make kdiff3 a bit clearer
2011-04-12 Chris Cannam Reset merge-commit comment when merge fails; add missing ampersand from Help menu label
2011-03-28 Chris Cannam Add warning dialog if version of Mercurial discovered is too old
2011-03-24 Chris Cannam Added tag easyhg_v0.9.6 for changeset a206deb6c1aa
2011-03-24 Chris Cannam Make text selectable in Remote URL label easyhg_v0.9.6
2011-03-24 Chris Cannam Merge