comparison easyhg.pro @ 283:bc39f2e28da8 status_outside_tabs

Separate out work-status code from the file status widget
author Chris Cannam
date Mon, 21 Feb 2011 08:48:31 +0000
parents f649f6066e4d
children d40294e164da
comparison
equal deleted inserted replaced
282:1ec306df738e 283:bc39f2e28da8
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 workstatuswidget.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 workstatuswidget.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