comparison easyhg.pro @ 275:1244dc3107cb more_information_dialog

* Some work on separating out the "more information" component from dialog messages. Will need work on layouts
author Chris Cannam
date Mon, 31 Jan 2011 17:23:10 +0000
parents f649f6066e4d
children d40294e164da
comparison
equal deleted inserted replaced
273:cc95394e2392 275:1244dc3107cb
47 historywidget.h \ 47 historywidget.h \
48 changesetscene.h \ 48 changesetscene.h \
49 incomingdialog.h \ 49 incomingdialog.h \
50 uncommitteditem.h \ 50 uncommitteditem.h \
51 settingsdialog.h \ 51 settingsdialog.h \
52 clickablelabel.h 52 clickablelabel.h \
53 moreinformationdialog.h
53 SOURCES = main.cpp \ 54 SOURCES = main.cpp \
54 mainwindow.cpp \ 55 mainwindow.cpp \
55 hgtabwidget.cpp \ 56 hgtabwidget.cpp \
56 hgrunner.cpp \ 57 hgrunner.cpp \
57 grapher.cpp \ 58 grapher.cpp \
77 confirmcommentdialog.cpp \ 78 confirmcommentdialog.cpp \
78 historywidget.cpp \ 79 historywidget.cpp \
79 changesetscene.cpp \ 80 changesetscene.cpp \
80 incomingdialog.cpp \ 81 incomingdialog.cpp \
81 uncommitteditem.cpp \ 82 uncommitteditem.cpp \
82 settingsdialog.cpp 83 settingsdialog.cpp \
84 moreinformationdialog.cpp
83 85
84 macx-* { 86 macx-* {
85 SOURCES += common_osx.mm 87 SOURCES += common_osx.mm
86 LIBS += -framework Foundation 88 LIBS += -framework Foundation
87 ICON = easyhg.icns 89 ICON = easyhg.icns