Wed, 17 Aug 2011 16:08:59 +0100 |
Chris Cannam |
Bump version number
|
Wed, 17 Aug 2011 16:38:44 +0100 |
Chris Cannam |
Add README
|
Wed, 17 Aug 2011 16:28:00 +0100 |
Chris Cannam |
Update translations, fixing #266
|
Wed, 17 Aug 2011 16:09:04 +0100 |
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")
|
Wed, 17 Aug 2011 15:53:17 +0100 |
Chris Cannam |
Some textual updates; include final URL path element in default for local file on clone
|
Tue, 16 Aug 2011 17:13:35 +0100 |
Chris Cannam |
Fix #229
|
Mon, 15 Aug 2011 17:23:54 +0100 |
Chris Cannam |
Qt 4.6 required
|
Wed, 27 Jul 2011 16:49:51 +0100 |
Chris Cannam |
Added tag easyhg_v0.9.8 for changeset 319f920a51ee
|
Wed, 27 Jul 2011 15:43:40 +0100 |
Chris Cannam |
Win32 build fix
easyhg_v0.9.8
|
Wed, 27 Jul 2011 15:29:35 +0100 |
Chris Cannam |
Update version number to 0.9.8
|
Tue, 26 Jul 2011 15:22:54 +0100 |
Chris Cannam |
Place debug log in application data directory (fixes #193)
|
Tue, 26 Jul 2011 15:21:45 +0100 |
Chris Cannam |
Use built-in edit window for editing .hgignore file (fixes #215)
|
Tue, 26 Jul 2011 13:42:09 +0100 |
Chris Cannam |
Merge
|
Tue, 26 Jul 2011 13:41:56 +0100 |
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
|
Fri, 22 Jul 2011 12:00:29 +0100 |
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)
|
Thu, 14 Jul 2011 13:56:20 +0100 |
Chris Cannam |
Open the settings dialog at Paths tab when invoking it because of a failure to run hg
|
Thu, 14 Jul 2011 13:31:07 +0100 |
Chris Cannam |
Add dpkg control file
|
Mon, 11 Jul 2011 15:15:31 +0100 |
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)
|
Thu, 07 Jul 2011 10:59:50 +0100 |
Chris Cannam |
Look for easyhg-kdiff3 in preference to plain kdiff3
|
Mon, 04 Jul 2011 14:22:13 +0100 |
Chris Cannam |
Add overall OS/X build script
|
Mon, 04 Jul 2011 14:21:56 +0100 |
Chris Cannam |
Update ignore file
|
Mon, 04 Jul 2011 14:12:10 +0100 |
Chris Cannam |
Split out preferences into three separate tabs
|
Mon, 04 Jul 2011 14:03:31 +0100 |
Chris Cannam |
Look up diff/merge paths again if current settings are found not to exist (fixes #111)
|
Mon, 04 Jul 2011 13:48:04 +0100 |
Chris Cannam |
Further minor abbrev fix
|
Mon, 04 Jul 2011 13:31:39 +0100 |
Chris Cannam |
Fix extremely slow Text::Abbrev:abbreviate for long texts (was making history scrolling very laggy with long changelogs)
|
Thu, 30 Jun 2011 09:43:29 +0100 |
Chris Cannam |
Omit icons from menus on Mac
|
Thu, 30 Jun 2011 09:43:18 +0100 |
Chris Cannam |
Textual fix
|
Thu, 30 Jun 2011 00:05:24 +0100 |
Chris Cannam |
Do the foregoing only if the user had explicitly asked for the remember option
|
Thu, 30 Jun 2011 00:04:33 +0100 |
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
|
Wed, 29 Jun 2011 23:48:11 +0100 |
Chris Cannam |
Don't need to declare class members, it seems. One day I'll learn some Python
|