Implemented CommitAction, DeleteAction, RevertAction, NewRepository, OpenRepository

New Action: Open containing folder
New filetypes ADDED, DELETED
We now detect invalid or outdated repositories


FossilOrigin-Name: 2ac3cf9717f3529f809ffde1e802295988dfda05
This commit is contained in:
kostas
2011-08-04 15:52:07 +00:00
parent dd9e18f113
commit 54ca948fae
10 changed files with 532 additions and 106 deletions

View File

@@ -13,15 +13,18 @@ TEMPLATE = app
SOURCES += main.cpp\
MainWindow.cpp \
CommitDialog.cpp \
FileActionDialog.cpp
FileActionDialog.cpp \
RepoDialog.cpp
HEADERS += MainWindow.h \
CommitDialog.h \
FileActionDialog.h
FileActionDialog.h \
RepoDialog.h
FORMS += MainWindow.ui \
CommitDialog.ui \
FileActionDialog.ui
FileActionDialog.ui \
RepoDialog.ui
RESOURCES += \
resources.qrc
@@ -32,3 +35,6 @@ RESOURCES += \