comparison 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
comparison
equal deleted inserted replaced
128:fcaf09ee825d 129:4986642800f0
35 filestatuswidget.h \ 35 filestatuswidget.h \
36 confirmcommentdialog.h \ 36 confirmcommentdialog.h \
37 hgaction.h \ 37 hgaction.h \
38 historywidget.h \ 38 historywidget.h \
39 changesetscene.h \ 39 changesetscene.h \
40 incomingdialog.h 40 incomingdialog.h \
41 uncommitteditem.h
41 SOURCES = main.cpp \ 42 SOURCES = main.cpp \
42 mainwindow.cpp \ 43 mainwindow.cpp \
43 hgtabwidget.cpp \ 44 hgtabwidget.cpp \
44 hgrunner.cpp \ 45 hgrunner.cpp \
45 grapher.cpp \ 46 grapher.cpp \
63 filestates.cpp \ 64 filestates.cpp \
64 filestatuswidget.cpp \ 65 filestatuswidget.cpp \
65 confirmcommentdialog.cpp \ 66 confirmcommentdialog.cpp \
66 historywidget.cpp \ 67 historywidget.cpp \
67 changesetscene.cpp \ 68 changesetscene.cpp \
68 incomingdialog.cpp 69 incomingdialog.cpp \
70 uncommitteditem.cpp
69 71
70 macx-* { 72 macx-* {
71 SOURCES += common_osx.mm 73 SOURCES += common_osx.mm
72 LIBS += -framework Foundation 74 LIBS += -framework Foundation
73 } 75 }