comparison hgtabwidget.h @ 172:b6dd1ee0e486

* Fix failure to recognise local uncommitted changes when an untracked file was selected * Win32: Look in installed location (currently just the location of the present .exe) for executables as well as in path * Win32: Search for easyhg extension in same way as executables * Win32: Set installed location to path when running hg commands (for dependent DLLs)
author Chris Cannam
date Wed, 15 Dec 2010 22:07:31 +0000
parents 4bad3c5c053a
children f16fe0db11f3
comparison
equal deleted inserted replaced
171:aab308a3b304 172:b6dd1ee0e486
58 bool canCommit() const; 58 bool canCommit() const;
59 bool canRevert() const; 59 bool canRevert() const;
60 bool canAdd() const; 60 bool canAdd() const;
61 bool canRemove() const; 61 bool canRemove() const;
62 bool canResolve() const; 62 bool canResolve() const;
63 bool haveChangesToCommit() const;
63 64
64 QStringList getAllSelectedFiles() const; 65 QStringList getAllSelectedFiles() const;
65 66
66 QStringList getSelectedCommittableFiles() const; 67 QStringList getSelectedCommittableFiles() const;
67 QStringList getAllCommittableFiles() const; 68 QStringList getAllCommittableFiles() const;