Mercurial > hg > easyhg
graph
- * Start hooking up right-button menus on changeset & uncommitted items2010-11-30, by Chris Cannam
- * First cut at (not yet operational) right-button menu2010-11-30, by Chris Cannam
- * Avoid unnecessary duplicate layout; fix off-by-one in resetting changeset children2010-11-30, by Chris Cannam
- * Minor adjustment to scene lifecycle, delete old scene before creating new one to use less memory &c2010-11-30, by Chris Cannam
- * Include closed branches in heads check (see comment)2010-11-30, by Chris Cannam
- * Avoid null pointer dereference2010-11-30, by Chris Cannam
- * Ensure only one list can contain a selection at once in file status widget2010-11-30, by Chris Cannam
- * Have a go at switching to new items in history widget when something happens in repo2010-11-30, by Chris Cannam
- * Better attempt at retaining current visible area when history scene changes; first cut at highlighting new items2010-11-30, by Chris Cannam
- * Ensure panned rect stays current when size changes; update panner cache when scene changes2010-11-30, by Chris Cannam
- * Add connecting line to uncommitted item; turn Revert icon blue; cut down menus to things that actually work (well, mostly)2010-11-30, by Chris Cannam
- * Do full log after commit (so as to get the right tip tag)2010-11-29, by Chris Cannam
- * Initial work on showing uncommitted changes (as dashed box) in history graph2010-11-29, by Chris Cannam
- * Show tags and current working copy parents in history graph2010-11-29, by Chris Cannam
- * Don't provide file list when committing, if the user didn't select files. Previously we (perhaps inadvertantly) used a list of all files because we had generated that for display -- but it breaks merge-commits and it's probably unwise to mess with very long command lines.2010-11-29, by Chris Cannam
- * Add confirm dialogs for pull and push2010-11-29, by Chris Cannam
- * Add Incoming dialog and better layouts for dialogs generally2010-11-29, by Chris Cannam
- * Fixes to changeset details display; show on right instead of below to avoid disrupting flow2010-11-29, by Chris Cannam
- * Another fix to incremental log -- ensure children are not duplicated in changeset2010-11-29, by Chris Cannam
- * Further fix to incremental log (put new changesets on the correct end of the list!)2010-11-29, by Chris Cannam
- * Fix incremental log (was referring to "new" parents and so not actually returning anything)2010-11-29, by Chris Cannam
- * Add incremental log (though not incremental relayout)2010-11-29, by Chris Cannam
- * Make scene remember which item has its details showing, and remove the previous one when a new one is clicked2010-11-28, by Chris Cannam
- * Rudimentary version of the popup showing more information when you click on a changeset in history graph2010-11-26, by Chris Cannam
- * Start to sketch thing that shows the details of a changeset in the history view2010-11-26, by Chris Cannam
- * Pull history tab out into its own widget2010-11-26, by Chris Cannam
- * Add useful state message to file status page.2010-11-26, by Chris Cannam
- * minor output fixes2010-11-26, by Chris Cannam
- * Better error handling/reporting; some futile changes to termios handling; avoid weirdly stretching panned view in panner2010-11-26, by Chris Cannam
- * Make diff binary a settings property; some tidying2010-11-26, by Chris Cannam
- * Fixes to terminal lifecycle (only the first of a series of interactive commands was working before). Also switch from openpty to POSIX/Unix98 openpt2010-11-26, by Chris Cannam
- * Separate out the hgrunner output into stdout and stderr again (merging them was a failed experiment)2010-11-26, by Chris Cannam
- * Add a queueing mechanism for Hg actions, instead of refusing to start an action if something else is already happening. This is essential now that actions can be prompted by asynchronous events (e.g. filesystem watcher).2010-11-26, by Chris Cannam
- * Enable/disable update and merge actions depending on whether default update and merge will actually do anything2010-11-25, by Chris Cannam
- * Make interactivity optional in hgrunner (makes running non-interactive, local commands a bit quicker)2010-11-25, by Chris Cannam
- * Retrieve and store current branch and heads; some refactoring2010-11-25, by Chris Cannam
- * Better-behaved comment dialog; avoid empty comments. Also ignore signals from closing ptys2010-11-25, by Chris Cannam
- * Slightly more useful commit dialog2010-11-25, by Chris Cannam
- * Start to use the confirm-comment dialog for commits; much work still needed2010-11-24, by Chris Cannam
- * Add ConfirmCommentDialog2010-11-24, by Chris Cannam
- * Layout fix2010-11-24, by Chris Cannam
- * Helpful texts2010-11-24, by Chris Cannam
- * Minor text and layout changes; ensure path widgets are updated when repo changes2010-11-24, by Chris Cannam
- * Wire up the basic Hg actions again2010-11-24, by Chris Cannam
- * Update About box2010-11-24, by Chris Cannam
- * Rename HgExpWidget to HgTabWidget2010-11-24, by Chris Cannam
- * Update actions appropriately when selections are changed2010-11-24, by Chris Cannam
- * Clear selections when Esc pressed; some refactoring2010-11-24, by Chris Cannam