log mainwindow.h @ 238:e2f2c6e3c01b

age author description
Mon, 10 Jan 2011 13:30:19 +0000 Chris Cannam * Attempt a different way of handling filesystem updates, that's more forgiving of fs changes caused by hg itself
Mon, 10 Jan 2011 12:44:03 +0000 Chris Cannam * Try to do the right thing when completely reverting a merge (forget that the merge took place)
Thu, 06 Jan 2011 15:15:02 +0000 Chris Cannam * Add settings for text verboseness and toolbar labels
Tue, 04 Jan 2011 12:42:28 +0000 Chris Cannam * Separate out the hg test action into two tests, one for plain hg and one with the extension (so can report separately)
Mon, 03 Jan 2011 22:02:08 +0000 Chris Cannam * Add "Show All Files" toggle to show ignored and clean files
Fri, 17 Dec 2010 10:01:02 +0000 Chris Cannam * Fix "Serve by HTTP"; stub out "Change Remote Location"
Fri, 17 Dec 2010 08:48:01 +0000 Chris Cannam * Tidier lookup for diff, merge, editor binaries
Thu, 16 Dec 2010 17:32:25 +0000 Chris Cannam * Start implementing Settings dialog; add Test function to run on startup to make sure hg works
Thu, 16 Dec 2010 12:40:04 +0000 Chris Cannam * Add more helpful reports when a push fails because it would create new heads
Thu, 16 Dec 2010 12:03:09 +0000 Chris Cannam * Add (examining repository) message for initial state
Wed, 15 Dec 2010 22:07:31 +0000 Chris Cannam * Fix failure to recognise local uncommitted changes when an untracked file was selected
Tue, 14 Dec 2010 20:36:30 +0000 Chris Cannam * Status text updates
Tue, 14 Dec 2010 17:20:10 +0000 Chris Cannam * Add "Show summary" feature
Fri, 03 Dec 2010 20:37:40 +0000 Chris Cannam * (Re)implement tagging
Fri, 03 Dec 2010 19:35:04 +0000 Chris Cannam * First cut of work on merge/resolve logic
Fri, 03 Dec 2010 14:43:32 +0000 Chris Cannam * Better handling of empty repositories; some tidying & textual fixes
Thu, 02 Dec 2010 21:52:24 +0000 Chris Cannam * Default merge comments
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 21:02:53 +0000 Chris Cannam * Some implementation of right-button menu actions on changeset item
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 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 12:45:34 +0000 Chris Cannam * Better attempt at retaining current visible area when history scene changes; first cut at highlighting new items
Mon, 29 Nov 2010 17:03:17 +0000 Chris Cannam * Add Incoming dialog and better layouts for dialogs generally
Mon, 29 Nov 2010 11:01:19 +0000 Chris Cannam * Add incremental log (though not incremental relayout)
Fri, 26 Nov 2010 17:02:55 +0000 Chris Cannam * Make diff binary a settings property; some tidying
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 17:54:35 +0000 Chris Cannam * Retrieve and store current branch and heads; some refactoring
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 17:11:44 +0000 Chris Cannam * Wire up the basic Hg actions again
Wed, 24 Nov 2010 16:40:57 +0000 Chris Cannam * Rename HgExpWidget to HgTabWidget
Wed, 24 Nov 2010 16:29:05 +0000 Chris Cannam * Update actions appropriately when selections are changed
Wed, 24 Nov 2010 14:41:52 +0000 Chris Cannam * Clear selections when Esc pressed; some refactoring
Tue, 23 Nov 2010 16:35:49 +0000 Chris Cannam * Add filesystem watcher; initial work on enable/disable logic for actions in new scheme
Mon, 22 Nov 2010 17:27:59 +0000 Chris Cannam * Make all of the "Open" options do something sensible
Mon, 22 Nov 2010 12:30:40 +0000 Chris Cannam * Some work toward doing the Right Thing with each possible combination of existing/nonexisting directories in Open dialog
Fri, 19 Nov 2010 14:54:19 +0000 Chris Cannam * Show branch names even for changes with children, if those children are on a different branch
Thu, 18 Nov 2010 15:14:39 +0000 Chris Cannam * Basic working "Open Repository" dialog
Wed, 17 Nov 2010 17:49:16 +0000 Chris Cannam * Start rejigging the settings/repo-path dialog setup: startup dialog now asks for user name and email only
Wed, 17 Nov 2010 14:26:27 +0000 Chris Cannam * Add (but don't yet use) RecentFiles class to replace inline MRU logic
Wed, 17 Nov 2010 13:32:56 +0000 Chris Cannam * Some adjustments to process running (avoid timer): caller must now report errors
Tue, 16 Nov 2010 13:57:30 +0000 Chris Cannam * Update copyrights; add debug header
Thu, 11 Nov 2010 22:04:59 +0000 Chris Cannam * Use specific includes instead of QtCore, QtGui etc; bring in TextAbbrev class
Sat, 19 Jun 2010 03:10:51 +0300 Jari Korhonen Version 0.5.3. Fixed .hgignore editing in windows.
Sat, 19 Jun 2010 02:01:36 +0300 Jari Korhonen Version 0.5.2. Added hg tag, .hgignore editing. Version_0.5.2.
Sat, 19 Jun 2010 00:23:09 +0300 Jari Korhonen Added retry_merge. Fixed bug in "after merge" commit.
Mon, 14 Jun 2010 21:55:17 +0300 Jari Korhonen UpdateToRev has more power. Copyrights updated. Mrulist of repos added.
Fri, 28 May 2010 22:34:44 +0300 Jari Korhonen Another attempt to list hg serve ip addresses ;-)
Thu, 20 May 2010 22:56:44 +0300 Jari Korhonen Having some problems getting ip addr on win7. Debug output added.
Wed, 19 May 2010 22:57:05 +0300 Jari Korhonen Fixed findMyIp().
Tue, 18 May 2010 23:56:55 +0300 Jari Korhonen ipv6 address shiwing fixes.
Tue, 18 May 2010 01:45:20 +0300 Jari Korhonen Implemented multiple selection to work folder list (and changes to add/commit logic).
Sat, 15 May 2010 17:34:23 +0300 Jari Korhonen Version 0.4.2: Added hg serve. Can commit one file.
Fri, 14 May 2010 15:29:41 +0300 Jari Korhonen 0.3.9: Remove is now more powerful (can delete files of type ACM!).
Fri, 14 May 2010 14:50:07 +0300 Jari Korhonen Ver 0.3.8: Fixed confusing add- button. Remove does no backup. Merge- button enable fixed.
Sat, 24 Apr 2010 15:12:12 +0300 Jari Korhonen Made annotate/resolvelist/resolvemark enable/disable logic better.
Thu, 22 Apr 2010 03:15:35 +0300 Jari Korhonen Initial commit.