log

age author description
2011-06-29 Chris Cannam Refactor into classes authfile_refactor
2011-06-29 Chris Cannam Associate password with scheme+host+user rather than url+user
2011-06-29 Chris Cannam Remember username as well as password
2011-06-29 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)
2011-06-29 Chris Cannam Don't try to chmod on Windows; doesn't work
2011-06-28 Chris Cannam Win32 build fix
2011-06-28 Chris Cannam Ensure encryption happens in CBC mode
2011-06-28 Chris Cannam Minor fixes from OS/X test
2011-06-28 Chris Cannam Provide auth key and file information to easyhg extension
2011-06-28 Chris Cannam Introduce random key generator
2011-06-28 Chris Cannam Minor tidy
2011-06-28 Chris Cannam Bring new-look easyhg.py into action
2011-06-28 Chris Cannam Tidy up a bit
2011-06-28 Chris Cannam Salt passwords
2011-06-28 Chris Cannam Regenerate authfile key after dialog accepted (user might have changed); don't save if no user
2011-06-28 Chris Cannam Continue without "remember" feature if the necessary imports fail
2011-06-28 Chris Cannam Refactor config get/set
2011-06-28 Chris Cannam Clear password dialog when user name changes
2011-06-28 Chris Cannam Refactor load/save config
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