Mercurial > hg > easyhg
comparison easyhg.pro @ 538:bdc9de794839 fswatcher
Start separate FsWatcher class to manage filesystem watch policy
author | Chris Cannam |
---|---|
date | Fri, 10 Feb 2012 17:53:04 +0000 |
parents | 4276c7923d65 |
children | 9f91d1b2ed51 |
comparison
equal
deleted
inserted
replaced
537:a4e699d32a9a | 538:bdc9de794839 |
---|---|
62 src/workstatuswidget.h \ | 62 src/workstatuswidget.h \ |
63 src/moreinformationdialog.h \ | 63 src/moreinformationdialog.h \ |
64 src/annotatedialog.h \ | 64 src/annotatedialog.h \ |
65 src/hgignoredialog.h \ | 65 src/hgignoredialog.h \ |
66 src/versiontester.h \ | 66 src/versiontester.h \ |
67 src/squeezedlabel.h | 67 src/squeezedlabel.h \ |
68 src/fswatcher.h | |
68 SOURCES = \ | 69 SOURCES = \ |
69 src/main.cpp \ | 70 src/main.cpp \ |
70 src/mainwindow.cpp \ | 71 src/mainwindow.cpp \ |
71 src/hgtabwidget.cpp \ | 72 src/hgtabwidget.cpp \ |
72 src/hgrunner.cpp \ | 73 src/hgrunner.cpp \ |
99 src/workstatuswidget.cpp \ | 100 src/workstatuswidget.cpp \ |
100 src/moreinformationdialog.cpp \ | 101 src/moreinformationdialog.cpp \ |
101 src/annotatedialog.cpp \ | 102 src/annotatedialog.cpp \ |
102 src/hgignoredialog.cpp \ | 103 src/hgignoredialog.cpp \ |
103 src/versiontester.cpp \ | 104 src/versiontester.cpp \ |
104 src/squeezedlabel.cpp | 105 src/squeezedlabel.cpp \ |
106 src/fswatcher.cpp | |
105 | 107 |
106 macx-* { | 108 macx-* { |
107 SOURCES += src/common_osx.mm | 109 SOURCES += src/common_osx.mm |
108 LIBS += -framework Foundation | 110 LIBS += -framework Foundation |
109 ICON = easyhg-icon.icns | 111 ICON = easyhg-icon.icns |