log easyhg.pro @ 675:8121a6f9abca

age author description
Fri, 27 May 2016 10:32:55 +0100 Chris Cannam Remove some obsolete bits qt5
Fri, 27 May 2016 09:55:56 +0100 Chris Cannam Merge from default branch, and build fixes qt5
Mon, 01 Sep 2014 16:12:33 +0100 Chris Cannam Workaround for disappearing menubar under Ubuntu
Thu, 14 Mar 2013 16:43:30 +0000 Chris Cannam build with qt5 (in branch currently) qt5
Fri, 11 Jan 2013 10:29:36 +0000 Chris Cannam For later reference (for Qt5)
Sat, 25 Aug 2012 23:04:10 +1000 Sam Izzo * Link against Advapi32 (required for Crypt* functions)
Wed, 04 Jul 2012 16:15:15 +0100 Chris Cannam Merge
Tue, 03 Jul 2012 13:54:18 +0100 Chris Cannam Add macx-llvm target
Tue, 03 Jul 2012 15:54:06 +0100 Chris Cannam Restore release mode easyhg_v1.2.2
Tue, 03 Jul 2012 11:22:10 +0100 Chris Cannam Expand environmental parameters and executable name in action when it is received rather than when it's executed. This ensures we can correctly compare actions and fixes #141 "Unexpected error if you double-click on a toolbar button"
Fri, 18 May 2012 09:34:12 +0100 Chris Cannam Add install target for Linux
Wed, 14 Mar 2012 12:00:20 +0000 Chris Cannam comment only fswatcher
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
Mon, 12 Mar 2012 17:25:41 +0000 Chris Cannam Make a start with explicit FSEvents support on OS/X (see long comment added in this commit). Note that this branch doesn't currently build. fswatcher
Mon, 20 Feb 2012 18:15:53 +0000 Chris Cannam Start experimentally adding Find button/field find
Tue, 14 Feb 2012 17:53:29 +0000 Chris Cannam Release mode fswatcher
Fri, 10 Feb 2012 17:53:04 +0000 Chris Cannam Start separate FsWatcher class to manage filesystem watch policy fswatcher
Thu, 17 Nov 2011 17:49:05 +0000 Chris Cannam New icon for OS/X; bump version number
Tue, 15 Nov 2011 16:02:18 +0000 Chris Cannam Make the text labels in the work status area squeezable for small window sizes. Fixes #329
Thu, 20 Oct 2011 15:30:42 +0100 Chris Cannam More rigorous approach to finding the set of closed changesets
Thu, 18 Aug 2011 13:15:38 +0100 Chris Cannam Add tester for newer version
Tue, 28 Jun 2011 16:22:42 +0100 Chris Cannam Minor fixes from OS/X test
Wed, 15 Jun 2011 16:32:21 +0100 Chris Cannam Start to introduce HgIgnoreDialog ignore
Wed, 25 May 2011 14:48:42 +0100 Chris Cannam Release mode item_appearance_adjustments
Wed, 25 May 2011 14:32:32 +0100 Chris Cannam Replace DateItems (background items for date shading) with a date range list in the scene and dedicated rendering for it in the graphics view: this way we can ensure the shading spans the full width and the dates are always visible item_appearance_adjustments
Thu, 24 Mar 2011 10:27:51 +0000 Chris Cannam Move source files to src/
Mon, 14 Mar 2011 10:00:29 +0000 Chris Cannam Merge
Wed, 02 Mar 2011 15:58:34 +0000 Chris Cannam More OS/X deployment: Try to set shared library dependencies separately for each source arch
Sun, 13 Mar 2011 10:31:32 +0000 Chris Cannam Basic implementation of annotate
Tue, 01 Mar 2011 16:50:06 +0000 Chris Cannam More Mac build material
Tue, 22 Feb 2011 13:03:03 +0000 Chris Cannam Merge from the default branch status_outside_tabs
Mon, 21 Feb 2011 08:48:31 +0000 Chris Cannam Separate out work-status code from the file status widget status_outside_tabs
Mon, 31 Jan 2011 17:23:10 +0000 Chris Cannam * Some work on separating out the "more information" component from dialog messages. Will need work on layouts more_information_dialog
Wed, 12 Jan 2011 15:02:11 +0000 Chris Cannam * OS/X deployment fixes
Mon, 10 Jan 2011 15:39:27 +0000 Chris Cannam * Restore release build
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
Wed, 05 Jan 2011 15:58:34 +0000 Chris Cannam * OS/X: Add icon (not sure this is working though)
Wed, 05 Jan 2011 15:05:45 +0000 Chris Cannam * Report error if hg incoming does authentically fail (e.g. because remote repo is unavailable or unrelated)
Mon, 03 Jan 2011 12:35:13 +0000 Chris Cannam * Add (rather crappy) program icon. Still lacks platform icon support on OS/X and Linux/X11
Mon, 20 Dec 2010 14:37:35 +0000 Chris Cannam * Open local folder in Finder/Explorer/whatever when its path is clicked on
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
Wed, 15 Dec 2010 22:07:31 +0000 Chris Cannam * Fix failure to recognise local uncommitted changes when an untracked file was selected
Thu, 02 Dec 2010 21:13:53 +0000 Chris Cannam * Add translation support -- useful for proper plural handling even in English
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 17:03:17 +0000 Chris Cannam * Add Incoming dialog and better layouts for dialogs generally
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 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 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).
Wed, 24 Nov 2010 22:24:55 +0000 Chris Cannam * Add ConfirmCommentDialog
Wed, 24 Nov 2010 16:40:57 +0000 Chris Cannam * Rename HgExpWidget to HgTabWidget
Wed, 24 Nov 2010 13:23:30 +0000 Chris Cannam * Rename StatParser to FileStates; start thinking about selections
Tue, 23 Nov 2010 11:33:15 +0000 Chris Cannam * Start work on new file-status widget
Mon, 22 Nov 2010 15:25:01 +0000 Chris Cannam * We don't actually use OpenGL
Sat, 20 Nov 2010 10:11:00 +0000 Chris Cannam * Win32 build fixes
Fri, 19 Nov 2010 18:39:40 +0000 Chris Cannam * Allocate a pty for the subprocess, and ask the user for password. Very rudimentary and non-portable.
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:29:48 +0000 luisf Foundation framework now included in OSX builds;
Thu, 18 Nov 2010 15:14:39 +0000 Chris Cannam * Basic working "Open Repository" dialog
Wed, 17 Nov 2010 21:37:16 +0000 Chris Cannam * Some dialog stubs
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
Fri, 12 Nov 2010 16:48:18 +0000 Chris Cannam * Put proper labels &c in changeset items; colour branches and users; etc
Thu, 11 Nov 2010 22:04:59 +0000 Chris Cannam * Use specific includes instead of QtCore, QtGui etc; bring in TextAbbrev class
Wed, 10 Nov 2010 22:07:03 +0000 Chris Cannam * Add IndirectPainting opt flag, makes a big difference to rendering Panner; rename project base hgexplorer.pro@9a49a49033a4