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

Reimplementation of Remotes module #26

Merged
merged 21 commits into from
May 9, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
c9e3851
Remotes Module: remove all "global" module actions
antis81 Mar 20, 2015
afa67d4
Remotes Module: Prepare an action container to build the fetch menu a…
antis81 Mar 20, 2015
18f420f
Remotes Module: Add action container to manage Git Remotes.
antis81 Mar 20, 2015
1cd7d98
Repository Module: Add menu merge places for "Fetch" and "Remotes" ac…
antis81 Mar 20, 2015
d6d3965
Remotes Module: minor cleanup in the edit dialog for Git Remotes
antis81 Mar 20, 2015
1222dc0
Remotes Module: add (preview) implementation for menu action "fetch -…
antis81 Mar 20, 2015
4a04046
Remotes Module: replaced include guards with #pragma once
antis81 Mar 29, 2015
1014c40
add submenu "Active Repository" to "Repository" main menu
antis81 Mar 30, 2015
11822a1
move "Remotes" merge place to "Active Repository" menu
antis81 Mar 30, 2015
040ef73
reorganize "Remotes" actions
antis81 Mar 30, 2015
363af46
insert the "Remotes" merge places into the appropriate menus
antis81 Mar 30, 2015
0d25b51
Remotes Module: remove unused class RemotesView and related code
antis81 Mar 30, 2015
9025dc9
Remotes Module: add skeletons for the action slots and a dialog to ed…
antis81 Mar 30, 2015
634d260
Remotes Module: fixed minor crash due to invalid "apply" button
antis81 Mar 31, 2015
e53d07a
Remotes Module: added "FetchThis" action container
antis81 Apr 1, 2015
6efaa96
Remotes Module: renamed class "RemotesCreateEditDlg" -> "RemotesDlg"
antis81 Apr 2, 2015
4b19af0
Remotes Module: inherit "Remotes" dialog from BlueSky::Dialog
antis81 Apr 6, 2015
c0da2a9
Remotes Module: reimplement RemotesDlg based on ExpandableDlg
antis81 Apr 8, 2015
04cff93
Remotes Module: minor cleanup
antis81 Apr 8, 2015
b89e462
Remotes Module: Changed window title in "Remotes" dialog.
antis81 Apr 11, 2015
ec327e6
Remotes Module: cleanup UI for "Remotes" dialog
antis81 Apr 17, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Libs/libMacGitverCore/App/MgvPrimaryWindowActions.hid
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ Ui MgvPrimaryWindowActions {
MergePlace ViewsListMP;
};

MergePlace RemotesMP;
MergePlace WorkingTreeMP;

Menu ToolsMenu {
Expand Down
11 changes: 4 additions & 7 deletions Modules/Remotes/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,19 @@ INCLUDE_DIRECTORIES( BEFORE
SET( SRC_FILES

RemotesModule.cpp
RemotesView.cpp
RemotesViewContext.cpp
RemoteCreateEditDlg.cpp
RemotesDlg.cpp
)

SET( HDR_FILES

RemotesModule.h
RemotesView.h
RemotesViewContext.h
RemoteCreateEditDlg.h
RemotesDlg.h
)

SET( UI_FILES

RemoteCreateEditDlg.ui
RemotesOptionsWdgt.ui
RemotesWdgt.ui
)

SET( HID_FILES
Expand Down
75 changes: 0 additions & 75 deletions Modules/Remotes/RemoteCreateEditDlg.cpp

This file was deleted.

47 changes: 0 additions & 47 deletions Modules/Remotes/RemoteCreateEditDlg.h

This file was deleted.

225 changes: 0 additions & 225 deletions Modules/Remotes/RemoteCreateEditDlg.ui

This file was deleted.

Loading