Mercurial > hg > easyhg
comparison easyhg.pro @ 112:4bd17f36d059
* Make diff binary a settings property; some tidying
author | Chris Cannam |
---|---|
date | Fri, 26 Nov 2010 17:02:55 +0000 |
parents | 1721c580c10e |
children | 807c79350bf1 |
comparison
equal
deleted
inserted
replaced
111:151209bc5bd6 | 112:4bd17f36d059 |
---|---|
13 HEADERS = mainwindow.h \ | 13 HEADERS = mainwindow.h \ |
14 hgtabwidget.h \ | 14 hgtabwidget.h \ |
15 common.h \ | 15 common.h \ |
16 grapher.h \ | 16 grapher.h \ |
17 hgrunner.h \ | 17 hgrunner.h \ |
18 settingsdialog.h \ | |
19 changeset.h \ | 18 changeset.h \ |
20 changesetitem.h \ | 19 changesetitem.h \ |
21 logparser.h \ | 20 logparser.h \ |
22 panner.h \ | 21 panner.h \ |
23 panned.h \ | 22 panned.h \ |
38 SOURCES = main.cpp \ | 37 SOURCES = main.cpp \ |
39 mainwindow.cpp \ | 38 mainwindow.cpp \ |
40 hgtabwidget.cpp \ | 39 hgtabwidget.cpp \ |
41 hgrunner.cpp \ | 40 hgrunner.cpp \ |
42 grapher.cpp \ | 41 grapher.cpp \ |
43 settingsdialog.cpp \ | |
44 common.cpp \ | 42 common.cpp \ |
45 changeset.cpp \ | 43 changeset.cpp \ |
46 changesetitem.cpp \ | 44 changesetitem.cpp \ |
47 logparser.cpp \ | 45 logparser.cpp \ |
48 panner.cpp \ | 46 panner.cpp \ |