Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit fea6cf7

Browse files
committed
Merge pull request #26 from macgitver/ngf/remotes-module
Restructuring the Remotes module
2 parents e87f644 + ec327e6 commit fea6cf7

18 files changed

+729
-549
lines changed

Libs/libMacGitverCore/App/MgvPrimaryWindowActions.hid

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ Ui MgvPrimaryWindowActions {
4848
MergePlace ViewsListMP;
4949
};
5050

51-
MergePlace RemotesMP;
5251
MergePlace WorkingTreeMP;
5352

5453
Menu ToolsMenu {

Modules/Remotes/CMakeLists.txt

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,19 @@ INCLUDE_DIRECTORIES( BEFORE
1111
SET( SRC_FILES
1212

1313
RemotesModule.cpp
14-
RemotesView.cpp
15-
RemotesViewContext.cpp
16-
RemoteCreateEditDlg.cpp
14+
RemotesDlg.cpp
1715
)
1816

1917
SET( HDR_FILES
2018

2119
RemotesModule.h
22-
RemotesView.h
23-
RemotesViewContext.h
24-
RemoteCreateEditDlg.h
20+
RemotesDlg.h
2521
)
2622

2723
SET( UI_FILES
2824

29-
RemoteCreateEditDlg.ui
25+
RemotesOptionsWdgt.ui
26+
RemotesWdgt.ui
3027
)
3128

3229
SET( HID_FILES

Modules/Remotes/RemoteCreateEditDlg.cpp

Lines changed: 0 additions & 75 deletions
This file was deleted.

Modules/Remotes/RemoteCreateEditDlg.h

Lines changed: 0 additions & 47 deletions
This file was deleted.

Modules/Remotes/RemoteCreateEditDlg.ui

Lines changed: 0 additions & 225 deletions
This file was deleted.

0 commit comments

Comments
 (0)