Mercurial > hg > easyhg
diff easyhg.pro @ 331:acfe9390d5c6
Basic implementation of annotate
author | Chris Cannam |
---|---|
date | Sun, 13 Mar 2011 10:31:32 +0000 |
parents | 2b2f0ba33262 |
children | 4229b6a8e9c6 |
line wrap: on
line diff
--- a/easyhg.pro Sat Mar 12 22:18:08 2011 +0000 +++ b/easyhg.pro Sun Mar 13 10:31:32 2011 +0000 @@ -58,7 +58,8 @@ settingsdialog.h \ clickablelabel.h \ workstatuswidget.h \ - moreinformationdialog.h + moreinformationdialog.h \ + annotatedialog.h SOURCES = main.cpp \ mainwindow.cpp \ hgtabwidget.cpp \ @@ -90,7 +91,8 @@ uncommitteditem.cpp \ settingsdialog.cpp \ workstatuswidget.cpp \ - moreinformationdialog.cpp + moreinformationdialog.cpp \ + annotatedialog.cpp macx-* { SOURCES += common_osx.mm