log

age author description
Thu, 02 Dec 2010 21:52:24 +0000 Chris Cannam * Default merge comments
Thu, 02 Dec 2010 21:32:04 +0000 Chris Cannam * Another simplification to refresh logic, and some textual fixes
Thu, 02 Dec 2010 21:13:53 +0000 Chris Cannam * Add translation support -- useful for proper plural handling even in English
Thu, 02 Dec 2010 18:04:21 +0000 Chris Cannam * Try to reduce unnecessary history updates; add --new-branch option on push
Thu, 02 Dec 2010 17:55:21 +0000 Chris Cannam * Show both parents of uncommitted merge; fixes to right-button menus
Thu, 02 Dec 2010 11:51:15 +0000 Chris Cannam * Set parents (setCurrent) on history widget when we know the new parents, not at each enable-disable actions call
Thu, 02 Dec 2010 11:33:09 +0000 Chris Cannam * Fix incremental log again (prune option requires number or hash, not compound id)
Thu, 02 Dec 2010 11:31:42 +0000 Chris Cannam * Attempt to make the sequence of hg commands after a change more rational; avoid incremental log if heads unchanged
Wed, 01 Dec 2010 22:05:09 +0000 Chris Cannam * minor menu fix
Wed, 01 Dec 2010 21:02:53 +0000 Chris Cannam * Some implementation of right-button menu actions on changeset item
Wed, 01 Dec 2010 20:19:21 +0000 Chris Cannam * Don't show tip tag; return to using incremental log on commit
Wed, 01 Dec 2010 17:43:43 +0000 Chris Cannam * Merge
Wed, 01 Dec 2010 17:41:14 +0000 Chris Cannam * Include the uncommitted item in general graph layout (in case it is not at the head, when other items will need to avoid it)
Wed, 01 Dec 2010 12:02:06 +0000 Chris Cannam * win32 build fix
Wed, 01 Dec 2010 11:54:01 +0000 Chris Cannam * Fix another use of stderr as identifier
Wed, 01 Dec 2010 11:50:04 +0000 Chris Cannam * Don't try to use stdout and stderr as identifiers! In any case, one of them is stderr
Tue, 30 Nov 2010 17:56:11 +0000 Chris Cannam * Start hooking up right-button menus on changeset & uncommitted items
Tue, 30 Nov 2010 14:59:52 +0000 Chris Cannam * First cut at (not yet operational) right-button menu
Tue, 30 Nov 2010 14:27:34 +0000 Chris Cannam * Avoid unnecessary duplicate layout; fix off-by-one in resetting changeset children
Tue, 30 Nov 2010 13:51:50 +0000 Chris Cannam * Minor adjustment to scene lifecycle, delete old scene before creating new one to use less memory &c
Tue, 30 Nov 2010 13:51:27 +0000 Chris Cannam * Include closed branches in heads check (see comment)
Tue, 30 Nov 2010 13:50:58 +0000 Chris Cannam * Avoid null pointer dereference
Tue, 30 Nov 2010 13:08:18 +0000 Chris Cannam * Ensure only one list can contain a selection at once in file status widget
Tue, 30 Nov 2010 13:07:53 +0000 Chris Cannam * Have a go at switching to new items in history widget when something happens in repo
Tue, 30 Nov 2010 12:45:34 +0000 Chris Cannam * Better attempt at retaining current visible area when history scene changes; first cut at highlighting new items
Tue, 30 Nov 2010 11:41:46 +0000 Chris Cannam * Ensure panned rect stays current when size changes; update panner cache when scene changes
Tue, 30 Nov 2010 11:17:30 +0000 Chris Cannam * Add connecting line to uncommitted item; turn Revert icon blue; cut down menus to things that actually work (well, mostly)
Mon, 29 Nov 2010 20:58:50 +0000 Chris Cannam * Do full log after commit (so as to get the right tip tag)
Mon, 29 Nov 2010 20:53:34 +0000 Chris Cannam * Initial work on showing uncommitted changes (as dashed box) in history graph
Mon, 29 Nov 2010 20:09:58 +0000 Chris Cannam * Show tags and current working copy parents in history graph
Mon, 29 Nov 2010 17:48:43 +0000 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.
Mon, 29 Nov 2010 17:11:29 +0000 Chris Cannam * Add confirm dialogs for pull and push
Mon, 29 Nov 2010 17:03:17 +0000 Chris Cannam * Add Incoming dialog and better layouts for dialogs generally
Mon, 29 Nov 2010 11:38:25 +0000 Chris Cannam * Fixes to changeset details display; show on right instead of below to avoid disrupting flow
Mon, 29 Nov 2010 11:18:27 +0000 Chris Cannam * Another fix to incremental log -- ensure children are not duplicated in changeset
Mon, 29 Nov 2010 11:14:29 +0000 Chris Cannam * Further fix to incremental log (put new changesets on the correct end of the list!)
Mon, 29 Nov 2010 11:04:52 +0000 Chris Cannam * Fix incremental log (was referring to "new" parents and so not actually returning anything)
Mon, 29 Nov 2010 11:01:19 +0000 Chris Cannam * Add incremental log (though not incremental relayout)
Sun, 28 Nov 2010 21:52:00 +0000 Chris Cannam * Make scene remember which item has its details showing, and remove the previous one when a new one is clicked
Fri, 26 Nov 2010 23:49:48 +0000 Chris Cannam * Rudimentary version of the popup showing more information when you click on a changeset in history graph
Fri, 26 Nov 2010 22:46:29 +0000 Chris Cannam * Start to sketch thing that shows the details of a changeset in the history view
Fri, 26 Nov 2010 22:06:52 +0000 Chris Cannam * Pull history tab out into its own widget
Fri, 26 Nov 2010 21:48:25 +0000 Chris Cannam * Add useful state message to file status page.
Fri, 26 Nov 2010 21:17:24 +0000 Chris Cannam * minor output fixes
Fri, 26 Nov 2010 21:04:40 +0000 Chris Cannam * Better error handling/reporting; some futile changes to termios handling; avoid weirdly stretching panned view in panner
Fri, 26 Nov 2010 17:02:55 +0000 Chris Cannam * Make diff binary a settings property; some tidying
Fri, 26 Nov 2010 16:28:18 +0000 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 openpt
Fri, 26 Nov 2010 14:50:10 +0000 Chris Cannam * Separate out the hgrunner output into stdout and stderr again (merging them was a failed experiment)
Fri, 26 Nov 2010 12:48:29 +0000 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).
Thu, 25 Nov 2010 21:08:17 +0000 Chris Cannam * Enable/disable update and merge actions depending on whether default update and merge will actually do anything
Thu, 25 Nov 2010 20:18:10 +0000 Chris Cannam * Make interactivity optional in hgrunner (makes running non-interactive, local commands a bit quicker)
Thu, 25 Nov 2010 17:54:35 +0000 Chris Cannam * Retrieve and store current branch and heads; some refactoring
Thu, 25 Nov 2010 17:21:32 +0000 Chris Cannam * Better-behaved comment dialog; avoid empty comments. Also ignore signals from closing ptys
Thu, 25 Nov 2010 14:30:40 +0000 Chris Cannam * Slightly more useful commit dialog
Wed, 24 Nov 2010 22:44:40 +0000 Chris Cannam * Start to use the confirm-comment dialog for commits; much work still needed
Wed, 24 Nov 2010 22:24:55 +0000 Chris Cannam * Add ConfirmCommentDialog
Wed, 24 Nov 2010 19:57:30 +0000 Chris Cannam * Layout fix
Wed, 24 Nov 2010 19:53:36 +0000 Chris Cannam * Helpful texts
Wed, 24 Nov 2010 17:29:31 +0000 Chris Cannam * Minor text and layout changes; ensure path widgets are updated when repo changes
Wed, 24 Nov 2010 17:11:44 +0000 Chris Cannam * Wire up the basic Hg actions again