Mercurial > hg > easyhg
comparison easyhg.pro @ 74:10eb97683aa9
* Show branch names even for changes with children, if those children are on a different branch
* Pick up remote repo path from local repo via hg paths
* Some work towards breaking down files into various groups based on status
* Add /usr/local/bin to path for hg (temporary hack I hope)
author | Chris Cannam |
---|---|
date | Fri, 19 Nov 2010 14:54:19 +0000 |
parents | eaabc54de103 |
children | 295e3ee4a257 |
comparison
equal
deleted
inserted
replaced
73:a773c6e7b301 | 74:10eb97683aa9 |
---|---|
28 debug.h \ | 28 debug.h \ |
29 recentfiles.h \ | 29 recentfiles.h \ |
30 startupdialog.h \ | 30 startupdialog.h \ |
31 repositorydialog.h \ | 31 repositorydialog.h \ |
32 multichoicedialog.h \ | 32 multichoicedialog.h \ |
33 selectablelabel.h | 33 selectablelabel.h \ |
34 statparser.h | |
34 SOURCES = main.cpp \ | 35 SOURCES = main.cpp \ |
35 mainwindow.cpp \ | 36 mainwindow.cpp \ |
36 hgexpwidget.cpp \ | 37 hgexpwidget.cpp \ |
37 hgrunner.cpp \ | 38 hgrunner.cpp \ |
38 grapher.cpp \ | 39 grapher.cpp \ |
50 debug.cpp \ | 51 debug.cpp \ |
51 recentfiles.cpp \ | 52 recentfiles.cpp \ |
52 startupdialog.cpp \ | 53 startupdialog.cpp \ |
53 repositorydialog.cpp \ | 54 repositorydialog.cpp \ |
54 multichoicedialog.cpp \ | 55 multichoicedialog.cpp \ |
55 selectablelabel.cpp | 56 selectablelabel.cpp \ |
57 statparser.cpp | |
56 | 58 |
57 macx-* { | 59 macx-* { |
58 SOURCES += common_osx.mm | 60 SOURCES += common_osx.mm |
59 QMAKE_LFLAGS += -framework Foundation | 61 QMAKE_LFLAGS += -framework Foundation |
60 } | 62 } |