Tue, 15 Mar 2011 12:00:31 +0000 |
Chris Cannam |
Disable "Show All Files" when there's no repo; refuse to run Hg commands without working dir; increase first-start window size a bit
|
Wed, 02 Mar 2011 16:28:03 +0000 |
Chris Cannam |
* We should have a 64-bit Python module now: no longer force to 32
|
Wed, 12 Jan 2011 15:53:46 +0000 |
Chris Cannam |
* Doh
|
Wed, 12 Jan 2011 15:46:05 +0000 |
Chris Cannam |
* Explicitly request 32-bit Python on OS/X 10.6
|
Mon, 10 Jan 2011 15:38:28 +0000 |
Chris Cannam |
* Update copyright dates
|
Mon, 10 Jan 2011 15:23:53 +0000 |
Chris Cannam |
* Small tidy
|
Mon, 10 Jan 2011 15:18:21 +0000 |
Chris Cannam |
* Overhaul settings-defaults mechanism, and add Restore Defaults button to settings dialog
|
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 16:08:37 +0000 |
Chris Cannam |
* Make findInPath return empty string if not found -- previous hopelessly fragile behaviour failed in situations where it was called with an absolute path
|
Wed, 05 Jan 2011 14:31:07 +0000 |
Chris Cannam |
* OS/X: Add script to run external diff; add space around tab widget; textual fixes
|
Fri, 24 Dec 2010 13:14:45 +0000 |
Chris Cannam |
* Don't close proc input on finished() -- causes crash on program failure on Windows
|
Mon, 20 Dec 2010 16:47:00 +0000 |
Chris Cannam |
* Handle failure to start processes at all (e.g. because executable path is wrong)
|
Mon, 20 Dec 2010 16:15:43 +0000 |
Chris Cannam |
* Set python library path when unbundling extension, generally prefer unbundled copy
|
Fri, 17 Dec 2010 10:01:02 +0000 |
Chris Cannam |
* Fix "Serve by HTTP"; stub out "Change Remote Location"
|
Fri, 17 Dec 2010 08:53:54 +0000 |
Chris Cannam |
* Similarly, tidier lookup for Hg binary and extension
|
Thu, 16 Dec 2010 20:23:43 +0000 |
Chris Cannam |
* Fixes to external program location logic on Win32
|
Thu, 16 Dec 2010 18:00:12 +0000 |
Chris Cannam |
* Add option whether to use extension or not, and show path for it in settings
|
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
|
Sun, 05 Dec 2010 19:24:42 +0000 |
Chris Cannam |
* Minor Win32 fixes
|
Fri, 03 Dec 2010 14:43:32 +0000 |
Chris Cannam |
* Better handling of empty repositories; some tidying & textual fixes
|
Fri, 03 Dec 2010 13:36:53 +0000 |
Chris Cannam |
* Start using trivial new easyhg extension (requires PyQt)
|
Wed, 01 Dec 2010 12:02:06 +0000 |
Chris Cannam |
* win32 build fix
|
Mon, 29 Nov 2010 20:09:58 +0000 |
Chris Cannam |
* Show tags and current working copy parents in history graph
|
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: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:01:19 +0000 |
Chris Cannam |
* Add incremental log (though not incremental relayout)
|
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 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 20:18:10 +0000 |
Chris Cannam |
* Make interactivity optional in hgrunner (makes running non-interactive, local commands a bit quicker)
|
Thu, 25 Nov 2010 14:30:40 +0000 |
Chris Cannam |
* Slightly more useful commit dialog
|
Wed, 24 Nov 2010 13:50:33 +0000 |
Chris Cannam |
* Highlight untracked files that are newer than last repo interaction
|
Mon, 22 Nov 2010 17:27:59 +0000 |
Chris Cannam |
* Make all of the "Open" options do something sensible
|
Mon, 22 Nov 2010 15:21:12 +0000 |
Chris Cannam |
* OS/X doesn't like fork() without exec(). Scrap that, revert to ioctl
|
Sat, 20 Nov 2010 11:40:19 +0000 |
Chris Cannam |
* Further minor win32 fix
|
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
|
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 13:32:56 +0000 |
Chris Cannam |
* Some adjustments to process running (avoid timer): caller must now report errors
|
Tue, 16 Nov 2010 15:14:17 +0000 |
Chris Cannam |
* minor updates
|
Tue, 16 Nov 2010 14:32:51 +0000 |
Chris Cannam |
* Simplify tabs
|
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
|
Wed, 10 Nov 2010 12:44:11 +0000 |
Chris Cannam |
* Some more work on graph layout; ensure LANG is set for parseable UTF8 output when running Hg
|
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
|
Mon, 14 Jun 2010 21:55:17 +0300 |
Jari Korhonen |
UpdateToRev has more power. Copyrights updated. Mrulist of repos added.
|
Sat, 15 May 2010 17:34:23 +0300 |
Jari Korhonen |
Version 0.4.2: Added hg serve. Can commit one file.
|
Thu, 22 Apr 2010 03:15:35 +0300 |
Jari Korhonen |
Initial commit.
|