2011-08-23 |
Chris Cannam |
Add forgotten file to qrc
easyhg_v1.0
|
2011-08-23 |
Chris Cannam |
Minor help edit
|
2011-08-22 |
Chris Cannam |
More help. This I think will do for 1.0.
|
2011-08-22 |
Chris Cannam |
Add back/forward/home to Help window, and some Help edits
|
2011-08-22 |
Chris Cannam |
More help
|
2011-08-19 |
Chris Cannam |
More help
|
2011-08-18 |
Chris Cannam |
A bit more Help
|
2011-08-18 |
Chris Cannam |
Start adding Help
|
2011-08-18 |
Chris Cannam |
If the locale is C, load English translations
|
2011-08-18 |
Chris Cannam |
Merge
|
2011-08-18 |
Chris Cannam |
Add tester for newer version
|
2011-08-18 |
Chris Cannam |
OS/X build fixes
|
2011-08-17 |
Chris Cannam |
Merge
|
2011-08-17 |
Chris Cannam |
Message has changed in hg 1.9
|
2011-08-17 |
Chris Cannam |
Bump version number
|
2011-08-17 |
Chris Cannam |
Add README
|
2011-08-17 |
Chris Cannam |
Update translations, fixing #266
|
2011-08-17 |
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 |
Chris Cannam |
Some textual updates; include final URL path element in default for local file on clone
|
2011-08-16 |
Chris Cannam |
Fix #229
|
2011-08-15 |
Chris Cannam |
Qt 4.6 required
|
2011-07-27 |
Chris Cannam |
Added tag easyhg_v0.9.8 for changeset 319f920a51ee
|
2011-07-27 |
Chris Cannam |
Win32 build fix
easyhg_v0.9.8
|
2011-07-27 |
Chris Cannam |
Update version number to 0.9.8
|
2011-07-26 |
Chris Cannam |
Place debug log in application data directory (fixes #193)
|
2011-07-26 |
Chris Cannam |
Use built-in edit window for editing .hgignore file (fixes #215)
|
2011-07-26 |
Chris Cannam |
Merge
|
2011-07-26 |
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
|
2011-07-22 |
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-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
|