log

age author description
2011-01-10 Chris Cannam Added tag easyhg_v0.2 for changeset 3f4ba5e4b4be
2011-01-10 Chris Cannam * Bump version easyhg_v0.2
2011-01-10 Chris Cannam * Small simplification to watcher management
2011-01-10 Chris Cannam * Small tidy
2011-01-10 Chris Cannam * Overhaul settings-defaults mechanism, and add Restore Defaults button to settings dialog
2011-01-10 Chris Cannam * Attempt a different way of handling filesystem updates, that's more forgiving of fs changes caused by hg itself
2011-01-10 Chris Cannam * Try to do the right thing when completely reverting a merge (forget that the merge took place)
2011-01-09 Chris Cannam * minor os/x fixes
2011-01-07 Chris Cannam * Better handling for case where we've just created a new branch but not yet committed it (i.e. no heads are on our current branch)
2011-01-06 Chris Cannam Added tag easyhg_v0.1 for changeset 3d276e65a7c3
2011-01-06 Chris Cannam * Fix OS/X icon name easyhg_v0.1
2011-01-06 Chris Cannam * Update Mac deployment stuff
2011-01-06 Chris Cannam Merge
2011-01-06 Chris Cannam * Add settings for text verboseness and toolbar labels
2011-01-06 Chris Cannam * Add version number to About box
2011-01-06 Chris Cannam * Restore a change that got lost in the merge. I think I need to review the external merge tool mechanism here
2011-01-06 Chris Cannam Merge
2011-01-06 Chris Cannam * update version number
2011-01-06 Chris Cannam * Properly handle the case where the working copy is empty but the repo is not (e.g. just after convert)
2011-01-06 Chris Cannam * Add bundle plist file
2011-01-06 Chris Cannam * Sensible (i.e. smaller) font size for About box on OS/X
2011-01-06 Chris Cannam * Update hgignore for common Windows files (sorry, missed in prior commit)
2011-01-06 Chris Cannam * Fix failure to record editor path when OK pressed in settings dialog
2011-01-05 Chris Cannam * Add EasyMercurial to hgignore
2011-01-05 Chris Cannam * Update hgignore file for OS/X build stuff
2011-01-05 Chris Cannam Merge
2011-01-05 Chris Cannam Merge
2011-01-05 Chris Cannam Merge
2011-01-05 Chris Cannam * OS/X: Add icon (not sure this is working though)
2011-01-05 Chris Cannam * Further findInPath fix for absolute paths
2011-01-05 Chris Cannam * Make findInPath return empty string if not found -- previous hopelessly fragile behaviour failed in situations where it was called with an absolute path
2011-01-05 Chris Cannam * OS/X: platform-specific binaries
2011-01-05 Chris Cannam * Report error if hg incoming does authentically fail (e.g. because remote repo is unavailable or unrelated)
2011-01-05 Chris Cannam * OS/X: Add script to run external diff; add space around tab widget; textual fixes
2011-01-04 Chris Cannam Added tag easyhg_v0.002 for changeset fccfd12faac1
2011-01-04 Chris Cannam Merge easyhg_v0.002
2011-01-04 Chris Cannam * comment only
2011-01-04 Chris Cannam Merge
2011-01-04 Chris Cannam * Avoid compiler warning (no functional change)
2011-01-04 Chris Cannam * Fix failure to enable Add button when a "Removed" file was selected
2011-01-04 Chris Cannam Merge
2011-01-04 Chris Cannam * Treat command failure on hg heads as a success, so that following actions happen properly (hg heads fails on empty repo)
2011-01-04 Chris Cannam * Ensure explorer.exe invocation gets backslashes as directory separators, not forward slashes
2011-01-04 Chris Cannam * Separate out the hg test action into two tests, one for plain hg and one with the extension (so can report separately)
2011-01-03 Chris Cannam * Add "Show All Files" toggle to show ignored and clean files
2011-01-03 Chris Cannam * Cut down number of command invocations by gleaning default remote path and current branch from hg files directly
2011-01-03 Chris Cannam * Add (rather crappy) program icon. Still lacks platform icon support on OS/X and Linux/X11
2010-12-24 Chris Cannam * Avoid showing hard hyphen on Windows (I had thought this was in previous commit)
2010-12-24 Chris Cannam * Don't close proc input on finished() -- causes crash on program failure on Windows
2010-12-20 Chris Cannam * Fixes to dialog return code handling
2010-12-20 Chris Cannam * Give all of the substantial confirmation dialogs meaningful labels for their OK buttons
2010-12-20 Chris Cannam * Make OK buttons on push/pull dialogs say Push and Pull
2010-12-20 Chris Cannam * Rejig menu
2010-12-20 Chris Cannam * Tiny textual change
2010-12-20 Chris Cannam * Handle failure to start processes at all (e.g. because executable path is wrong)
2010-12-20 Chris Cannam * Set python library path when unbundling extension, generally prefer unbundled copy
2010-12-20 Chris Cannam * Set hand cursor on clickable label
2010-12-20 Chris Cannam * Open local folder in Finder/Explorer/whatever when its path is clicked on
2010-12-19 Chris Cannam * Some rather uncertain modifications to grapher logic for branch homes -- try to place branches close to their "parent branches".
2010-12-19 Chris Cannam * Can edit hgrc even if it doesn't exist yet