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 17:21:32 +0000 |
Chris Cannam |
* Better-behaved comment dialog; avoid empty comments. Also ignore signals from closing ptys
|
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 22:24:55 +0000 |
Chris Cannam |
* Add ConfirmCommentDialog
|
Wed, 24 Nov 2010 19:57:30 +0000 |
Chris Cannam |
* Layout fix
|
Wed, 24 Nov 2010 19:53:36 +0000 |
Chris Cannam |
* Helpful texts
|
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
|
Wed, 24 Nov 2010 13:50:33 +0000 |
Chris Cannam |
* Highlight untracked files that are newer than last repo interaction
|
Wed, 24 Nov 2010 13:23:30 +0000 |
Chris Cannam |
* Rename StatParser to FileStates; start thinking about selections
|
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
|
Tue, 23 Nov 2010 14:49:13 +0000 |
Chris Cannam |
* A bit more work on new Work (file status) widget
|
Tue, 23 Nov 2010 11:33:15 +0000 |
Chris Cannam |
* Start work on new file-status widget
|
Mon, 22 Nov 2010 21:28:00 +0000 |
Chris Cannam |
* tiny mod
|
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:42:06 +0000 |
Chris Cannam |
* Remove trailing / from dir name (otherwise QFileInfo returns wrong parent path)
|
Mon, 22 Nov 2010 17:27:59 +0000 |
Chris Cannam |
* Make all of the "Open" options do something sensible
|
Mon, 22 Nov 2010 16:02:13 +0000 |
Chris Cannam |
* ioctl fixes for OS/X
|
Mon, 22 Nov 2010 15:30:39 +0000 |
Chris Cannam |
* Remove unwanted includes
|
Mon, 22 Nov 2010 15:25:01 +0000 |
Chris Cannam |
* We don't actually use OpenGL
|
Mon, 22 Nov 2010 15:21:12 +0000 |
Chris Cannam |
* OS/X doesn't like fork() without exec(). Scrap that, revert to ioctl
|