Mercurial > hg > easyhg
comparison easyhg.pro @ 116:807c79350bf1
* Pull history tab out into its own widget
author | Chris Cannam |
---|---|
date | Fri, 26 Nov 2010 22:06:52 +0000 |
parents | 4bd17f36d059 |
children | d5db15bf250c |
comparison
equal
deleted
inserted
replaced
115:78374cefa10f | 116:807c79350bf1 |
---|---|
31 multichoicedialog.h \ | 31 multichoicedialog.h \ |
32 selectablelabel.h \ | 32 selectablelabel.h \ |
33 filestates.h \ | 33 filestates.h \ |
34 filestatuswidget.h \ | 34 filestatuswidget.h \ |
35 confirmcommentdialog.h \ | 35 confirmcommentdialog.h \ |
36 hgaction.h | 36 hgaction.h \ |
37 historywidget.h | |
37 SOURCES = main.cpp \ | 38 SOURCES = main.cpp \ |
38 mainwindow.cpp \ | 39 mainwindow.cpp \ |
39 hgtabwidget.cpp \ | 40 hgtabwidget.cpp \ |
40 hgrunner.cpp \ | 41 hgrunner.cpp \ |
41 grapher.cpp \ | 42 grapher.cpp \ |
55 repositorydialog.cpp \ | 56 repositorydialog.cpp \ |
56 multichoicedialog.cpp \ | 57 multichoicedialog.cpp \ |
57 selectablelabel.cpp \ | 58 selectablelabel.cpp \ |
58 filestates.cpp \ | 59 filestates.cpp \ |
59 filestatuswidget.cpp \ | 60 filestatuswidget.cpp \ |
60 confirmcommentdialog.cpp | 61 confirmcommentdialog.cpp \ |
62 historywidget.cpp | |
61 | 63 |
62 macx-* { | 64 macx-* { |
63 SOURCES += common_osx.mm | 65 SOURCES += common_osx.mm |
64 LIBS += -framework Foundation | 66 LIBS += -framework Foundation |
65 } | 67 } |