Mercurial > hg > easyhg
diff 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 |
line wrap: on
line diff
--- a/easyhg.pro Fri Nov 26 23:49:48 2010 +0000 +++ b/easyhg.pro Sun Nov 28 21:52:00 2010 +0000 @@ -35,7 +35,8 @@ filestatuswidget.h \ confirmcommentdialog.h \ hgaction.h \ - historywidget.h + historywidget.h \ + changesetscene.h SOURCES = main.cpp \ mainwindow.cpp \ hgtabwidget.cpp \ @@ -61,7 +62,8 @@ filestates.cpp \ filestatuswidget.cpp \ confirmcommentdialog.cpp \ - historywidget.cpp + historywidget.cpp \ + changesetscene.cpp macx-* { SOURCES += common_osx.mm