Mercurial > hg > easyhg
comparison easyhg.pro @ 119:005a54380502
* Make scene remember which item has its details showing, and remove the previous one when a new one is clicked
author | Chris Cannam |
---|---|
date | Sun, 28 Nov 2010 21:52:00 +0000 |
parents | d5db15bf250c |
children | 63c2f3f61c79 |
comparison
equal
deleted
inserted
replaced
118:9734fb0d6fff | 119:005a54380502 |
---|---|
33 selectablelabel.h \ | 33 selectablelabel.h \ |
34 filestates.h \ | 34 filestates.h \ |
35 filestatuswidget.h \ | 35 filestatuswidget.h \ |
36 confirmcommentdialog.h \ | 36 confirmcommentdialog.h \ |
37 hgaction.h \ | 37 hgaction.h \ |
38 historywidget.h | 38 historywidget.h \ |
39 changesetscene.h | |
39 SOURCES = main.cpp \ | 40 SOURCES = main.cpp \ |
40 mainwindow.cpp \ | 41 mainwindow.cpp \ |
41 hgtabwidget.cpp \ | 42 hgtabwidget.cpp \ |
42 hgrunner.cpp \ | 43 hgrunner.cpp \ |
43 grapher.cpp \ | 44 grapher.cpp \ |
59 multichoicedialog.cpp \ | 60 multichoicedialog.cpp \ |
60 selectablelabel.cpp \ | 61 selectablelabel.cpp \ |
61 filestates.cpp \ | 62 filestates.cpp \ |
62 filestatuswidget.cpp \ | 63 filestatuswidget.cpp \ |
63 confirmcommentdialog.cpp \ | 64 confirmcommentdialog.cpp \ |
64 historywidget.cpp | 65 historywidget.cpp \ |
66 changesetscene.cpp | |
65 | 67 |
66 macx-* { | 68 macx-* { |
67 SOURCES += common_osx.mm | 69 SOURCES += common_osx.mm |
68 LIBS += -framework Foundation | 70 LIBS += -framework Foundation |
69 } | 71 } |