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:
12
qtfossil.pro
12
qtfossil.pro
@@ -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 += \
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user