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
|
2011-11-15 |
Chris Cannam |
Word-wrap these labels
|
2011-11-10 |
Chris Cannam |
Bookmarks display now... OK
|
2011-11-09 |
Chris Cannam |
idiot -- we don't need to query bookmarks separately, we can just add them to the log template
|
2011-11-08 |
Chris Cannam |
Bookmarks are now displayed -- but exactly like tags, so far, there's no differentiation yet
|
2011-10-20 |
Chris Cannam |
Fix inaccurate and frightening text
|
2011-10-20 |
Chris Cannam |
More rigorous approach to finding the set of closed changesets
|
2011-10-20 |
Chris Cannam |
Introduce a graphical representation for merge from a closed to an open branch (half a connection item)
|
2011-10-20 |
Chris Cannam |
A better effort to do the right thing wrt marking changesets as closed based on their relationship to closed heads
|
2011-10-18 |
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 |
Chris Cannam |
Add "Show closed branches" toggle to history widget, when some closed branches exist in the repo
|
2011-10-18 |
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 grapher
|