Mercurial > hg > easyhg
graph
- Add commandCancelled signal -- but don't make use of it; it didn't work out as I'd hoped2012-02-28, by Chris Cannam
- Switch off more debug output2012-02-28, by Chris Cannam
- Switch off debug output2012-02-28, by Chris Cannam
- Add a cancel button to the progress bar2012-02-27, by Chris Cannam
- Update copyright dates to 20122012-02-27, by Chris Cannam
- Merge from branch "find"2012-02-27, by 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.2012-02-27, by Chris Cannam
- Make find widget behave as if text is cleared when it's closed, and restored when it's opened again2012-02-23, by 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!2012-02-23, by Chris Cannam
- Implement basic search function in both work and history tabs2012-02-22, by Chris Cannam
- Start experimentally adding Find button/field2012-02-20, by Chris Cannam
- Fix #354, Remote repo URL should be cleared when starting a new local project2012-02-17, by Chris Cannam
- Fix #356, Failed to open existing repository when using open "File Folder"2012-02-16, by Chris Cannam
- Add stub WXS file for WiX installer2012-02-16, by Chris Cannam
- Slightly different spacing on Windows2012-02-15, by Chris Cannam
- Fix error that caused fs watcher to be updated during operations2012-02-15, by Chris Cannam
- Merge from branch "fswatcher"2012-02-14, by Chris Cannam
- Release mode2012-02-14, by Chris Cannam
- Same for stdout2012-02-14, by Chris Cannam
- stderr -> stdErr to avoid name conflicts with possible stderr macro in system headers2012-02-14, by Chris Cannam
- Rename Refresh menu function to make it clearer that it only re-reads (doesn't pull, update etc)2012-02-14, by Chris Cannam
- Remove Refresh button from toolbar, adjust spacing2012-02-14, by 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 anyway2012-02-14, by Chris Cannam
- Update the filesystem watcher with work directory / file state. Still doesn't track "clean" files properly unless "show all files" is enabled2012-02-14, by Chris Cannam
- Introduce FsWatcher into main window (though it isn't fully rigged up yet)2012-02-13, by Chris Cannam
- Add setTrackedFilePaths, and comments2012-02-10, by Chris Cannam
- Start separate FsWatcher class to manage filesystem watch policy2012-02-10, by 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 pull2012-02-10, by Chris Cannam
- Add changelog2011-11-25, by Chris Cannam
- Merge2011-11-24, by Chris Cannam
- Update icon filename2011-11-24, by Chris Cannam
- Added tag easyhg_v1.1 for changeset 06507a59f2b82011-11-24, by Chris Cannam
- This will do for the Merge topic2011-11-23, by Chris Cannam
- Start work on merge topic2011-11-23, by Chris Cannam
- Add more useful message for merge with working directory ancestor2011-11-23, by Chris Cannam
- New icon for OS/X; bump version number2011-11-17, by Chris Cannam
- Windows icon2011-11-17, by Chris Cannam
- Fix to prior commit2011-11-17, by Chris Cannam
- Grab server port from hgrc if present2011-11-17, by Chris Cannam
- Merge2011-11-17, by Chris Cannam
- Have a go at another icon (for #232)2011-11-17, by Chris Cannam
- Make the text labels in the work status area squeezable for small window sizes. Fixes #3292011-11-15, by Chris Cannam
- Word-wrap these labels2011-11-15, by Chris Cannam
- Bookmarks display now... OK2011-11-10, by Chris Cannam
- idiot -- we don't need to query bookmarks separately, we can just add them to the log template2011-11-09, by Chris Cannam
- Bookmarks are now displayed -- but exactly like tags, so far, there's no differentiation yet2011-11-08, by Chris Cannam
- Fix inaccurate and frightening text2011-10-20, by Chris Cannam
- More rigorous approach to finding the set of closed changesets2011-10-20, by Chris Cannam
- Introduce a graphical representation for merge from a closed to an open branch (half a connection item)2011-10-20, by Chris Cannam
- A better effort to do the right thing wrt marking changesets as closed based on their relationship to closed heads2011-10-20, by Chris Cannam
- Add "Close branch" menu option. Is currently available in some cases where it should not be, and using it exposes the fact that the chain of marked-closed changesets is not yet right in grapher.2011-10-18, by Chris Cannam
- Add "Show closed branches" toggle to history widget, when some closed branches exist in the repo2011-10-18, by Chris Cannam
- Hide closed branches by default (contingent on settings). Note that it's now permitted for a changeset id not to be present in m_items in the grapher2011-10-18, by Chris Cannam
- Refactor: set closed branch statuses before creating items2011-10-18, by Chris Cannam
- Refactor: make closed a changeset property (not a changeset item one)2011-10-18, by Chris Cannam
- Refactor: sort out changeset structure and parent-child relationships before anything else in grapher. Also stop marking changesets as closed when we reach a change of branch name2011-10-18, by Chris Cannam
- Show closing commits as simple squares2011-10-18, by Chris Cannam
- use non-redirecting domain name2011-10-18, by Chris Cannam
- Identify closed branches and display them in a lighter shade2011-10-17, by Chris Cannam
- Fix bug #292: "Merge that results in no changes leaves interface in inconsistent state." Show uncommitted state whenever a merge is present, even if no file changes2011-10-17, by Chris Cannam