log

age author description
2012-03-07 Chris Cannam Added tag easyhg_v1.2 for changeset ca943d514769
2012-03-07 Chris Cannam Fix icon name in rc file
2012-03-07 Chris Cannam Merge
2012-03-07 Chris Cannam Forgotten in prior commit
2012-03-07 Chris Cannam Add Help topic for remembering password; update CHANGELOG
2012-03-07 Chris Cannam Copy COPYING in to dmg
2012-03-07 Chris Cannam Update version number
2012-03-07 Chris Cannam Update .icns file
2012-03-07 Chris Cannam Add icons from scalable drawing
2012-03-06 Chris Cannam Merge
2012-03-06 Chris Cannam Update search in history only if there are search terms; don't use spacer in toolbar on Mac
2012-03-01 Chris Cannam Show cancel button with progress bar only when running an operation that it makes sense to cancel (we don't really want people cancelling e.g. initial folder scan because it would leave things in an inconsistent state)
2012-02-29 Chris Cannam Add components to feature
2012-02-29 Chris Cannam Further files to include in installer
2012-02-29 Chris Cannam Rename icon in wxs file
2012-02-29 Chris Cannam Rename easyhg-icon.ico to easyhg.ico (plays better with wix)
2012-02-29 Chris Cannam Show matching branch names in search results as well as matching on comment
2012-02-29 Chris Cannam Make it possible to set an empty remote URL, fixing #357
2012-02-28 Chris Cannam Add commandCancelled signal -- but don't make use of it; it didn't work out as I'd hoped
2012-02-28 Chris Cannam Switch off more debug output
2012-02-28 Chris Cannam Switch off debug output
2012-02-27 Chris Cannam Add a cancel button to the progress bar
2012-02-27 Chris Cannam Update copyright dates to 2012
2012-02-27 Chris Cannam Merge from branch "find"
2012-02-27 Chris Cannam Remove the single find widget from top, add one to each tab at the bottom instead. (Turns out you don't usually want to search for the same text in both types of widget.) Also provide sensible no-results text. find
2012-02-23 Chris Cannam Make find widget behave as if text is cleared when it's closed, and restored when it's opened again find
2012-02-23 Chris Cannam Add forgotten files. So busy looking at the test search results, I totally forget to read what the program is actually telling me! find
2012-02-22 Chris Cannam Implement basic search function in both work and history tabs find
2012-02-20 Chris Cannam Start experimentally adding Find button/field find
2012-02-17 Chris Cannam Fix #354, Remote repo URL should be cleared when starting a new local project
2012-02-16 Chris Cannam Fix #356, Failed to open existing repository when using open "File Folder"
2012-02-16 Chris Cannam Add stub WXS file for WiX installer
2012-02-15 Chris Cannam Slightly different spacing on Windows
2012-02-15 Chris Cannam Fix error that caused fs watcher to be updated during operations
2012-02-14 Chris Cannam Merge from branch "fswatcher"
2012-02-14 Chris Cannam Release mode fswatcher
2012-02-14 Chris Cannam Same for stdout fswatcher
2012-02-14 Chris Cannam stderr -> stdErr to avoid name conflicts with possible stderr macro in system headers fswatcher
2012-02-14 Chris Cannam Rename Refresh menu function to make it clearer that it only re-reads (doesn't pull, update etc) fswatcher
2012-02-14 Chris Cannam Remove Refresh button from toolbar, adjust spacing fswatcher
2012-02-14 Chris Cannam Provide all tracked files to the fs watcher, so now we get updates properly -- requires moving the "what should we display?" logic for show-all-files toggle from main window to file status widget, but it's probably better there anyway fswatcher
2012-02-14 Chris Cannam Update the filesystem watcher with work directory / file state. Still doesn't track "clean" files properly unless "show all files" is enabled fswatcher
2012-02-13 Chris Cannam Introduce FsWatcher into main window (though it isn't fully rigged up yet) fswatcher
2012-02-10 Chris Cannam Add setTrackedFilePaths, and comments fswatcher
2012-02-10 Chris Cannam Start separate FsWatcher class to manage filesystem watch policy fswatcher
2012-02-10 Chris Cannam gah! hg 2.1 changes push and pull so as to return failure codes on success, if there was nothing to push or pull
2011-11-25 Chris Cannam Add changelog
2011-11-24 Chris Cannam Merge
2011-11-24 Chris Cannam Update icon filename
2011-11-24 Chris Cannam Added tag easyhg_v1.1 for changeset 06507a59f2b8
2011-11-23 Chris Cannam This will do for the Merge topic easyhg_v1.1
2011-11-23 Chris Cannam Start work on merge topic
2011-11-23 Chris Cannam Add more useful message for merge with working directory ancestor
2011-11-17 Chris Cannam New icon for OS/X; bump version number
2011-11-17 Chris Cannam Windows icon
2011-11-17 Chris Cannam Fix to prior commit
2011-11-17 Chris Cannam Grab server port from hgrc if present
2011-11-17 Chris Cannam Merge
2011-11-17 Chris Cannam Have a go at another icon (for #232)
2011-11-15 Chris Cannam Make the text labels in the work status area squeezable for small window sizes. Fixes #329