comparison easyhg.pro @ 125:63c2f3f61c79

* Add Incoming dialog and better layouts for dialogs generally
author Chris Cannam
date Mon, 29 Nov 2010 17:03:17 +0000
parents 005a54380502
children 4986642800f0
comparison
equal deleted inserted replaced
124:1f27f71a7034 125:63c2f3f61c79
34 filestates.h \ 34 filestates.h \
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 SOURCES = main.cpp \ 41 SOURCES = main.cpp \
41 mainwindow.cpp \ 42 mainwindow.cpp \
42 hgtabwidget.cpp \ 43 hgtabwidget.cpp \
43 hgrunner.cpp \ 44 hgrunner.cpp \
44 grapher.cpp \ 45 grapher.cpp \
61 selectablelabel.cpp \ 62 selectablelabel.cpp \
62 filestates.cpp \ 63 filestates.cpp \
63 filestatuswidget.cpp \ 64 filestatuswidget.cpp \
64 confirmcommentdialog.cpp \ 65 confirmcommentdialog.cpp \
65 historywidget.cpp \ 66 historywidget.cpp \
66 changesetscene.cpp 67 changesetscene.cpp \
68 incomingdialog.cpp
67 69
68 macx-* { 70 macx-* {
69 SOURCES += common_osx.mm 71 SOURCES += common_osx.mm
70 LIBS += -framework Foundation 72 LIBS += -framework Foundation
71 } 73 }