log src/mainwindow.cpp @ 664:cfe684675e81

age author description
Mon, 01 Sep 2014 16:12:33 +0100 Chris Cannam Workaround for disappearing menubar under Ubuntu
Fri, 01 Mar 2013 09:20:11 +0000 Chris Cannam Merge
Fri, 09 Nov 2012 14:48:02 +0000 Chris Cannam Be more flexible about the sorts of warning message we can remove in incoming
Thu, 24 Jan 2013 15:30:17 +0000 Chris Cannam Win32 typo fix
Thu, 24 Jan 2013 14:02:50 +0000 Chris Cannam Adjust text when closing something that is only a single sprout of a branch -- and don't warn when closing a sprout of the default branch (it's not the same thing as closing the default branch)
Mon, 21 Jan 2013 10:22:44 +0000 Chris Cannam Merge
Fri, 11 Jan 2013 10:29:04 +0000 Chris Cannam Toolbar spacing adjustments; avoid using unified toolbar on Mac because it breaks the left toolbar with Qt 4.8
Mon, 07 Jan 2013 10:57:08 +0000 Chris Cannam Update copyright dates
Fri, 19 Oct 2012 12:08:11 +0100 Chris Cannam Back out commit:5dc24f8 and instead move the extensions setting to its own tab (allowing us to provide a bit more information about what it's for)
Fri, 19 Oct 2012 11:47:28 +0100 Chris Cannam Merge
Fri, 19 Oct 2012 11:33:05 +0100 Chris Cannam Fix preprocessor syntax
Wed, 29 Aug 2012 12:41:18 +1000 Sam Izzo * Prefix working folder path on MacOS
Mon, 27 Aug 2012 02:10:06 +1000 Sam Izzo * Prepend working folder path to filename when showing files in explorer
Mon, 27 Aug 2012 01:26:57 +1000 Sam Izzo * Added setting to specify that diff command should be run once for each selected file, rather than passing all file names to diff command (p4merge doesn't like being given many files)
Sun, 26 Aug 2012 01:59:53 +1000 Sam Izzo * Added "show in" to show selected file in explorer
Wed, 26 Sep 2012 21:29:48 +0100 Chris Cannam Merge
Tue, 03 Jul 2012 20:10:04 +0100 Chris Cannam Merge
Tue, 03 Jul 2012 20:09:46 +0100 Chris Cannam URL fix
Tue, 24 Jul 2012 15:33:02 +0200 Mikel Added new functionality to limit the total number of items shown in the graph. For projects with a fairly high number of commits, makes every action is very slow.
Tue, 03 Jul 2012 15:26:30 +0100 Chris Cannam Fix incorrect signal in recent files action; if hg not found in last location, check for it in path (e.g. if it was previously in an installation-specific location that has since been overridden by a new installation)
Tue, 03 Jul 2012 13:11:00 +0100 Chris Cannam Wording and menu grouping adjustments to try to make the default push/pull location function look less like it will open a new remote for you (mitigates #461)
Tue, 03 Jul 2012 12:12:42 +0100 Chris Cannam Clear history and file states while opening a new remote repo
Tue, 03 Jul 2012 11:48:28 +0100 Chris Cannam Show a visible error when trying to clone to a local folder that can't be created
Tue, 03 Jul 2012 11:39:03 +0100 Chris Cannam Add carriage return to hgignore file before new material, if it didn't end with one before
Tue, 03 Jul 2012 10:08:44 +0100 Chris Cannam Make sure we update the view after a failed merge
Tue, 17 Apr 2012 13:31:52 +0100 Chris Cannam Inconsequential fix to toolbar addition
Tue, 13 Mar 2012 17:58:17 +0000 Chris Cannam Partially working FSEvents implementation: ignores some file changes it should be taking into account, at the moment fswatcher
Tue, 06 Mar 2012 14:24:48 +0000 Chris Cannam Update search in history only if there are search terms; don't use spacer in toolbar on Mac
Wed, 29 Feb 2012 10:38:28 +0000 Chris Cannam Make it possible to set an empty remote URL, fixing #357
Tue, 28 Feb 2012 16:59:25 +0000 Chris Cannam Add commandCancelled signal -- but don't make use of it; it didn't work out as I'd hoped
Mon, 27 Feb 2012 17:14:03 +0000 Chris Cannam Update copyright dates to 2012
Mon, 27 Feb 2012 17:08:26 +0000 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
Wed, 22 Feb 2012 14:54:30 +0000 Chris Cannam Implement basic search function in both work and history tabs find
Mon, 20 Feb 2012 18:15:53 +0000 Chris Cannam Start experimentally adding Find button/field find
Fri, 17 Feb 2012 10:58:41 +0000 Chris Cannam Fix #354, Remote repo URL should be cleared when starting a new local project
Thu, 16 Feb 2012 14:30:46 +0000 Chris Cannam Fix #356, Failed to open existing repository when using open "File Folder"
Wed, 15 Feb 2012 15:33:05 +0000 Chris Cannam Slightly different spacing on Windows
Wed, 15 Feb 2012 14:34:35 +0000 Chris Cannam Fix error that caused fs watcher to be updated during operations
Tue, 14 Feb 2012 17:43:02 +0000 Chris Cannam Same for stdout fswatcher
Tue, 14 Feb 2012 17:41:43 +0000 Chris Cannam stderr -> stdErr to avoid name conflicts with possible stderr macro in system headers fswatcher
Tue, 14 Feb 2012 17:30:46 +0000 Chris Cannam Rename Refresh menu function to make it clearer that it only re-reads (doesn't pull, update etc) fswatcher
Tue, 14 Feb 2012 17:27:34 +0000 Chris Cannam Remove Refresh button from toolbar, adjust spacing fswatcher
Tue, 14 Feb 2012 16:48:01 +0000 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
Tue, 14 Feb 2012 16:17:23 +0000 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
Mon, 13 Feb 2012 17:29:06 +0000 Chris Cannam Introduce FsWatcher into main window (though it isn't fully rigged up yet) fswatcher
Fri, 10 Feb 2012 13:08:07 +0000 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
Wed, 23 Nov 2011 11:24:23 +0000 Chris Cannam Add more useful message for merge with working directory ancestor
Thu, 17 Nov 2011 17:38:18 +0000 Chris Cannam Fix to prior commit
Thu, 17 Nov 2011 17:35:02 +0000 Chris Cannam Grab server port from hgrc if present
Thu, 10 Nov 2011 17:19:06 +0000 Chris Cannam Bookmarks display now... OK
Wed, 09 Nov 2011 13:04:00 +0000 Chris Cannam idiot -- we don't need to query bookmarks separately, we can just add them to the log template
Tue, 08 Nov 2011 16:42:09 +0000 Chris Cannam Bookmarks are now displayed -- but exactly like tags, so far, there's no differentiation yet
Thu, 20 Oct 2011 15:39:46 +0100 Chris Cannam Fix inaccurate and frightening text
Tue, 18 Oct 2011 16:50:05 +0100 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.
Tue, 18 Oct 2011 09:54:21 +0100 Chris Cannam use non-redirecting domain name
Mon, 17 Oct 2011 22:08:05 +0100 Chris Cannam Identify closed branches and display them in a lighter shade
Mon, 17 Oct 2011 16:25:02 +0100 Chris Cannam Fix bug #292: "Merge that results in no changes leaves interface in inconsistent state." Show uncommitted state whenever a merge is present, even if no file changes
Mon, 22 Aug 2011 18:46:06 +0100 Chris Cannam Add back/forward/home to Help window, and some Help edits
Thu, 18 Aug 2011 16:37:27 +0100 Chris Cannam Start adding Help
Thu, 18 Aug 2011 13:15:38 +0100 Chris Cannam Add tester for newer version