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
|
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
|