Mercurial > hg > easyhg
comparison easyhg.pro @ 331:acfe9390d5c6
Basic implementation of annotate
author | Chris Cannam |
---|---|
date | Sun, 13 Mar 2011 10:31:32 +0000 |
parents | 2b2f0ba33262 |
children | 4229b6a8e9c6 |
comparison
equal
deleted
inserted
replaced
330:bf4bbb53e217 | 331:acfe9390d5c6 |
---|---|
56 incomingdialog.h \ | 56 incomingdialog.h \ |
57 uncommitteditem.h \ | 57 uncommitteditem.h \ |
58 settingsdialog.h \ | 58 settingsdialog.h \ |
59 clickablelabel.h \ | 59 clickablelabel.h \ |
60 workstatuswidget.h \ | 60 workstatuswidget.h \ |
61 moreinformationdialog.h | 61 moreinformationdialog.h \ |
62 annotatedialog.h | |
62 SOURCES = main.cpp \ | 63 SOURCES = main.cpp \ |
63 mainwindow.cpp \ | 64 mainwindow.cpp \ |
64 hgtabwidget.cpp \ | 65 hgtabwidget.cpp \ |
65 hgrunner.cpp \ | 66 hgrunner.cpp \ |
66 grapher.cpp \ | 67 grapher.cpp \ |
88 changesetscene.cpp \ | 89 changesetscene.cpp \ |
89 incomingdialog.cpp \ | 90 incomingdialog.cpp \ |
90 uncommitteditem.cpp \ | 91 uncommitteditem.cpp \ |
91 settingsdialog.cpp \ | 92 settingsdialog.cpp \ |
92 workstatuswidget.cpp \ | 93 workstatuswidget.cpp \ |
93 moreinformationdialog.cpp | 94 moreinformationdialog.cpp \ |
95 annotatedialog.cpp | |
94 | 96 |
95 macx-* { | 97 macx-* { |
96 SOURCES += common_osx.mm | 98 SOURCES += common_osx.mm |
97 LIBS += -framework Foundation | 99 LIBS += -framework Foundation |
98 ICON = easyhg.icns | 100 ICON = easyhg.icns |