2011-02-10 |
Chris Cannam |
* Use kdiff3 from path if present; return sensible return code
|
2011-01-25 |
Chris Cannam |
* Add warning dialog for "restore default settings"; add option for dates or ages in history list
easyhg_v0.3.2
|
2011-01-25 |
Chris Cannam |
* Add easyhg-merge.bat and use it. (This isn't necessary if hg has been properly configured, as the Tortoise distribution has)
|
2011-01-20 |
Chris Cannam |
* Bump version to 0.3.2
|
2011-01-20 |
Chris Cannam |
* Update deployment so as to adjust kdiff3 if bundled as well
|
2011-01-20 |
Chris Cannam |
* Rename the -osx.sh files to plain .sh, since we could use them elsewhere too. Rely on bundled kdiff3 if it exists.
|
2011-01-17 |
Chris Cannam |
* Revert the grapher change from revision ec2baee80833 on Dec 19th 2010. The change definitely performed worse than the original (now reinstated) logic in the real-world soundsoftware-site case, with far more connection overlaps and ambiguous placements.
|
2011-01-12 |
Chris Cannam |
* Correct version number
|
2011-01-12 |
Chris Cannam |
Merge
|
2011-01-12 |
Chris Cannam |
* Add InstallJammer definition file, update hgignore so as not to ignore it!
|
2011-01-12 |
Chris Cannam |
* Fix typo. Uh
|
2011-01-12 |
Chris Cannam |
Added tag easyhg_v0.3.1 for changeset a7843b03b4cf
|
2011-01-12 |
Chris Cannam |
Merge
easyhg_v0.3.1
|
2011-01-12 |
Chris Cannam |
* Doh
|
2011-01-12 |
Chris Cannam |
* Version -> 0.3.1 (and update OS/X deploy to handle three-part versions)
|
2011-01-12 |
Chris Cannam |
Merge
|
2011-01-12 |
Chris Cannam |
* Attempt to pop input dialog to front instead of permitting it to open behind EasyMercurial window
|
2011-01-12 |
Chris Cannam |
* Explicitly request 32-bit Python on OS/X 10.6
|
2011-01-12 |
Chris Cannam |
* OS/X deployment fixes
|
2011-01-12 |
Chris Cannam |
Added tag easyhg_v0.3 for changeset c02515e33b5d
|
2011-01-12 |
Chris Cannam |
* Update version number
easyhg_v0.3
|
2011-01-12 |
Chris Cannam |
Merge
|
2011-01-12 |
Chris Cannam |
* Handle clone failure more gracefully
|
2011-01-11 |
Chris Cannam |
Merge
|
2011-01-11 |
Chris Cannam |
* Make it possible for changeset items to take two or three lines of description, depending on how much there is
|
2011-01-11 |
Chris Cannam |
* If the hgignore file doesn't exist when the user asks to edit it, create it with a "syntax: glob" line
|
2011-01-11 |
Chris Cannam |
Startup fixes:
|
2011-01-11 |
Chris Cannam |
* Restore previous revision of these files -- with working numerus forms (before I broke 'em)
|
2011-01-11 |
Chris Cannam |
* Be a bit less eager to suspend the fs watcher (e.g. don't suspend on potentially lengthy operations like diff)
|
2011-01-10 |
Chris Cannam |
* Restore release build
|
2011-01-10 |
Chris Cannam |
* Update copyright dates
|
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
|
2010-12-19 |
Chris Cannam |
* Implement "Change Remote Location"
|
2010-12-17 |
Chris Cannam |
* Fix "Serve by HTTP"; stub out "Change Remote Location"
|
2010-12-17 |
Chris Cannam |
* Settings dialog: This Will Do For Now
|
2010-12-17 |
Chris Cannam |
* Similarly, tidier lookup for Hg binary and extension
|
2010-12-17 |
Chris Cannam |
* Tidier lookup for diff, merge, editor binaries
|
2010-12-16 |
Chris Cannam |
* basic external editor selection (for hgignore)
|
2010-12-16 |
Chris Cannam |
* Fixes to external program location logic on Win32
|
2010-12-16 |
Chris Cannam |
* Add option whether to use extension or not, and show path for it in settings
|
2010-12-16 |
Chris Cannam |
* Start implementing Settings dialog; add Test function to run on startup to make sure hg works
|
2010-12-16 |
Chris Cannam |
* Add more helpful reports when a push fails because it would create new heads
|
2010-12-16 |
Chris Cannam |
* Add (examining repository) message for initial state
|
2010-12-15 |
Chris Cannam |
* Fix failure to recognise local uncommitted changes when an untracked file was selected
|
2010-12-14 |
Chris Cannam |
* Remove outdated file
|
2010-12-14 |
Chris Cannam |
* Update .hgignore file
|
2010-12-14 |
Chris Cannam |
* Status text updates
|
2010-12-14 |
Chris Cannam |
* Add "Show summary" feature
|
2010-12-08 |
Chris Cannam |
* Overwrite log file for each run (saving space at expense of long record)
|
2010-12-05 |
Chris Cannam |
* Minor Win32 fixes
|
2010-12-03 |
Chris Cannam |
* Experiment with removing revision numbers from display (hashes only)
|
2010-12-03 |
Chris Cannam |
* (Re)implement tagging
|
2010-12-03 |
Chris Cannam |
* First cut of work on merge/resolve logic
|