log mainwindow.cpp @ 137:a4044b4b3e35

age author description
Tue, 30 Nov 2010 13:51:27 +0000 Chris Cannam * Include closed branches in heads check (see comment)
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: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: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)
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 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 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 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
Wed, 24 Nov 2010 16:53:40 +0000 Chris Cannam * Update About box
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 21:04:02 +0000 Chris Cannam * Remove some old code in preparation for rebuilding it with the newer structure
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 20:17:14 +0000 Chris Cannam * More on "Open" logic; fix to StatParser, and start introducing it
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
Sat, 20 Nov 2010 10:11:00 +0000 Chris Cannam * Win32 build fixes
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 18:08:18 +0000 Chris Cannam * Make stat work regardless of which tab is selected
Thu, 18 Nov 2010 17:36:53 +0000 Chris Cannam * Bit more work on Open dialog
Thu, 18 Nov 2010 15:14:39 +0000 Chris Cannam * Basic working "Open Repository" dialog
Wed, 17 Nov 2010 20:21:00 +0000 Chris Cannam * Don't switch off firstStart unless user has actually OK'd the dialog (they might have closed it via WM button)
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
Wed, 17 Nov 2010 11:48:58 +0000 Chris Cannam * Some experimental cutbacks to interface
Tue, 16 Nov 2010 13:57:30 +0000 Chris Cannam * Update copyrights; add debug header
Fri, 12 Nov 2010 16:48:18 +0000 Chris Cannam * Put proper labels &c in changeset items; colour branches and users; etc
Fri, 12 Nov 2010 11:32:01 +0000 Chris Cannam * Use the date when laying out rows
Thu, 11 Nov 2010 22:27:24 +0000 Chris Cannam * some preliminaries for thinking about use of date in row layout
Thu, 11 Nov 2010 22:04:59 +0000 Chris Cannam * Use specific includes instead of QtCore, QtGui etc; bring in TextAbbrev class
Tue, 09 Nov 2010 17:51:12 +0000 Chris Cannam * A snatched bit of work on graph layout
Sun, 07 Nov 2010 19:59:54 +0000 Chris Cannam * Some experiments towards a graph history view
Thu, 24 Jun 2010 23:41:21 +0300 Jari Korhonen A couple of more fixes to "weird filenames" bug.
Thu, 24 Jun 2010 11:38:50 +0200 Martin Geisler Handle filenames starting with "-"
Wed, 23 Jun 2010 21:12:46 +0300 Jari Korhonen hg glog --verbose made history list very slow with 30000 files, so removed --verbose option.
Sat, 19 Jun 2010 13:25:52 +0300 Jari Korhonen Updated merge retry success messagebox.
Sat, 19 Jun 2010 13:10:06 +0300 Jari Korhonen Version 0.5.4. Offer to retry merge directly after failed merge attempt.
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.
Tue, 15 Jun 2010 03:16:40 +0300 Jari Korhonen Version 0.5.0: Added "Copy comment" context menu to "parents" list.