Mercurial > hg > easyhg
comparison easyhg.pro @ 53:3c46b2ac45d3
* Put proper labels &c in changeset items; colour branches and users; etc
author | Chris Cannam |
---|---|
date | Fri, 12 Nov 2010 16:48:18 +0000 |
parents | c76782c14371 |
children | f583e44d9d31 |
comparison
equal
deleted
inserted
replaced
52:384420567575 | 53:3c46b2ac45d3 |
---|---|
17 changesetitem.h \ | 17 changesetitem.h \ |
18 logparser.h \ | 18 logparser.h \ |
19 panner.h \ | 19 panner.h \ |
20 panned.h \ | 20 panned.h \ |
21 connectionitem.h \ | 21 connectionitem.h \ |
22 textabbrev.h | 22 textabbrev.h \ |
23 dateitem.h \ | |
24 colourset.h | |
23 SOURCES = main.cpp \ | 25 SOURCES = main.cpp \ |
24 mainwindow.cpp \ | 26 mainwindow.cpp \ |
25 hgexpwidget.cpp \ | 27 hgexpwidget.cpp \ |
26 hgrunner.cpp \ | 28 hgrunner.cpp \ |
27 grapher.cpp \ | 29 grapher.cpp \ |
31 changesetitem.cpp \ | 33 changesetitem.cpp \ |
32 logparser.cpp \ | 34 logparser.cpp \ |
33 panner.cpp \ | 35 panner.cpp \ |
34 panned.cpp \ | 36 panned.cpp \ |
35 connectionitem.cpp \ | 37 connectionitem.cpp \ |
36 textabbrev.cpp | 38 textabbrev.cpp \ |
39 dateitem.cpp \ | |
40 colourset.cpp | |
37 | 41 |
38 # ! [0] | 42 # ! [0] |
39 RESOURCES = hgexplorer.qrc | 43 RESOURCES = hgexplorer.qrc |
40 win32 { | 44 win32 { |
41 RC_FILE = hgexplorer.rc | 45 RC_FILE = hgexplorer.rc |