2010-12-02 |
Chris Cannam |
* Show both parents of uncommitted merge; fixes to right-button menus
|
2010-12-02 |
Chris Cannam |
* Set parents (setCurrent) on history widget when we know the new parents, not at each enable-disable actions call
|
2010-12-02 |
Chris Cannam |
* Fix incremental log again (prune option requires number or hash, not compound id)
|
2010-12-02 |
Chris Cannam |
* Attempt to make the sequence of hg commands after a change more rational; avoid incremental log if heads unchanged
|
2010-12-01 |
Chris Cannam |
* minor menu fix
|
2010-12-01 |
Chris Cannam |
* Some implementation of right-button menu actions on changeset item
|
2010-12-01 |
Chris Cannam |
* Don't show tip tag; return to using incremental log on commit
|
2010-12-01 |
Chris Cannam |
* Merge
|
2010-12-01 |
Chris Cannam |
* Include the uncommitted item in general graph layout (in case it is not at the head, when other items will need to avoid it)
|
2010-12-01 |
Chris Cannam |
* win32 build fix
|
2010-12-01 |
Chris Cannam |
* Fix another use of stderr as identifier
|
2010-12-01 |
Chris Cannam |
* Don't try to use stdout and stderr as identifiers! In any case, one of them is stderr
|
2010-11-30 |
Chris Cannam |
* Start hooking up right-button menus on changeset & uncommitted items
|
2010-11-30 |
Chris Cannam |
* First cut at (not yet operational) right-button menu
|
2010-11-30 |
Chris Cannam |
* Avoid unnecessary duplicate layout; fix off-by-one in resetting changeset children
|
2010-11-30 |
Chris Cannam |
* Minor adjustment to scene lifecycle, delete old scene before creating new one to use less memory &c
|
2010-11-30 |
Chris Cannam |
* Include closed branches in heads check (see comment)
|
2010-11-30 |
Chris Cannam |
* Avoid null pointer dereference
|
2010-11-30 |
Chris Cannam |
* Ensure only one list can contain a selection at once in file status widget
|
2010-11-30 |
Chris Cannam |
* Have a go at switching to new items in history widget when something happens in repo
|
2010-11-30 |
Chris Cannam |
* Better attempt at retaining current visible area when history scene changes; first cut at highlighting new items
|
2010-11-30 |
Chris Cannam |
* Ensure panned rect stays current when size changes; update panner cache when scene changes
|
2010-11-30 |
Chris Cannam |
* Add connecting line to uncommitted item; turn Revert icon blue; cut down menus to things that actually work (well, mostly)
|
2010-11-29 |
Chris Cannam |
* Do full log after commit (so as to get the right tip tag)
|
2010-11-29 |
Chris Cannam |
* Initial work on showing uncommitted changes (as dashed box) in history graph
|
2010-11-29 |
Chris Cannam |
* Show tags and current working copy parents in history graph
|
2010-11-29 |
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.
|
2010-11-29 |
Chris Cannam |
* Add confirm dialogs for pull and push
|
2010-11-29 |
Chris Cannam |
* Add Incoming dialog and better layouts for dialogs generally
|
2010-11-29 |
Chris Cannam |
* Fixes to changeset details display; show on right instead of below to avoid disrupting flow
|
2010-11-29 |
Chris Cannam |
* Another fix to incremental log -- ensure children are not duplicated in changeset
|
2010-11-29 |
Chris Cannam |
* Further fix to incremental log (put new changesets on the correct end of the list!)
|