Mercurial > hg > easyhg
comparison easyhg.pro @ 92:06f4fffd5287
* Rename StatParser to FileStates; start thinking about selections
author | Chris Cannam |
---|---|
date | Wed, 24 Nov 2010 13:23:30 +0000 |
parents | c5e34ed5b791 |
children | 87ef2fa9ee8b |
comparison
equal
deleted
inserted
replaced
91:879af4608c5e | 92:06f4fffd5287 |
---|---|
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 filestates.h \ |
35 filestatuswidget.h | 35 filestatuswidget.h |
36 SOURCES = main.cpp \ | 36 SOURCES = main.cpp \ |
37 mainwindow.cpp \ | 37 mainwindow.cpp \ |
38 hgexpwidget.cpp \ | 38 hgexpwidget.cpp \ |
39 hgrunner.cpp \ | 39 hgrunner.cpp \ |
53 recentfiles.cpp \ | 53 recentfiles.cpp \ |
54 startupdialog.cpp \ | 54 startupdialog.cpp \ |
55 repositorydialog.cpp \ | 55 repositorydialog.cpp \ |
56 multichoicedialog.cpp \ | 56 multichoicedialog.cpp \ |
57 selectablelabel.cpp \ | 57 selectablelabel.cpp \ |
58 statparser.cpp \ | 58 filestates.cpp \ |
59 filestatuswidget.cpp | 59 filestatuswidget.cpp |
60 | 60 |
61 macx-* { | 61 macx-* { |
62 SOURCES += common_osx.mm | 62 SOURCES += common_osx.mm |
63 LIBS += -framework Foundation | 63 LIBS += -framework Foundation |