comparison mainwindow.h @ 6:81a32fffee8f

0.3.9: Remove is now more powerful (can delete files of type ACM!).
author Jari Korhonen <jtkorhonen@gmail.com>
date Fri, 14 May 2010 15:29:41 +0300
parents 7189e9994a60
children 45c4ac1323b2
comparison
equal deleted inserted replaced
5:7189e9994a60 6:81a32fffee8f
144 int getCommitComment(QString& comment); 144 int getCommitComment(QString& comment);
145 void presentLongStdoutToUser(QString stdo); 145 void presentLongStdoutToUser(QString stdo);
146 void countAMRNModifications(QListWidget *workList, int& a, int& m, int& r, int& n); 146 void countAMRNModifications(QListWidget *workList, int& a, int& m, int& r, int& n);
147 bool isSelectedModified(QListWidget *workList); 147 bool isSelectedModified(QListWidget *workList);
148 bool isSelectedUntracked(QListWidget *workList); 148 bool isSelectedUntracked(QListWidget *workList);
149 bool isSelectedLocallyDeleted(QListWidget *workList); 149 bool isSelectedDeletable(QListWidget *workList);
150 150
151 151
152 //Actions enabled flags 152 //Actions enabled flags
153 bool remoteRepoActionsEnabled; 153 bool remoteRepoActionsEnabled;
154 bool localRepoActionsEnabled; 154 bool localRepoActionsEnabled;