Mercurial > hg > easyhg
comparison mainwindow.h @ 5:7189e9994a60
Ver 0.3.8: Fixed confusing add- button. Remove does no backup. Merge- button enable fixed.
author | Jari Korhonen <jtkorhonen@gmail.com> |
---|---|
date | Fri, 14 May 2010 14:50:07 +0300 |
parents | c19a4f858aab |
children | 81a32fffee8f |
comparison
equal
deleted
inserted
replaced
4:05e11c4ce616 | 5:7189e9994a60 |
---|---|
141 void createStatusBar(); | 141 void createStatusBar(); |
142 void readSettings(); | 142 void readSettings(); |
143 void splitChangeSets(QStringList *list, QString hgLogOutput); | 143 void splitChangeSets(QStringList *list, QString hgLogOutput); |
144 int getCommitComment(QString& comment); | 144 int getCommitComment(QString& comment); |
145 void presentLongStdoutToUser(QString stdo); | 145 void presentLongStdoutToUser(QString stdo); |
146 void countAMRModifications(QListWidget *workList, int& a, int& m, int& r); | 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 isSelectedLocallyDeleted(QListWidget *workList); |
150 | 150 |
151 | 151 |