diff easyhg.pro @ 129:4986642800f0

* Initial work on showing uncommitted changes (as dashed box) in history graph
author Chris Cannam
date Mon, 29 Nov 2010 20:53:34 +0000
parents 63c2f3f61c79
children edab92f3ea0b
line wrap: on
line diff
--- a/easyhg.pro	Mon Nov 29 20:09:58 2010 +0000
+++ b/easyhg.pro	Mon Nov 29 20:53:34 2010 +0000
@@ -37,7 +37,8 @@
     hgaction.h \
     historywidget.h \
     changesetscene.h \
-    incomingdialog.h
+    incomingdialog.h \
+    uncommitteditem.h
 SOURCES = main.cpp \
     mainwindow.cpp \
     hgtabwidget.cpp \
@@ -65,7 +66,8 @@
     confirmcommentdialog.cpp \
     historywidget.cpp \
     changesetscene.cpp \
-    incomingdialog.cpp
+    incomingdialog.cpp \
+    uncommitteditem.cpp
 
 macx-* {
     SOURCES += common_osx.mm