Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Kate
Commits
514c1ead
Commit
514c1ead
authored
Mar 17, 2021
by
Waqar Ahmed
Browse files
SPDX-License Headers
parent
c25bfb86
Changes
5
Hide whitespace changes
Inline
Side-by-side
addons/project/branchcheckoutdialog.cpp
View file @
514c1ead
/*
SPDX-FileCopyrightText: 2021 Waqar Ahmed <waqar.17a@gmail.com>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#include "branchcheckoutdialog.h"
#include "branchesdialogmodel.h"
...
...
addons/project/branchcheckoutdialog.h
View file @
514c1ead
/*
SPDX-FileCopyrightText: 2021 Waqar Ahmed <waqar.17a@gmail.com>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef BRANCHCHECKOUTDIALOG_H
#define BRANCHCHECKOUTDIALOG_H
...
...
addons/project/comarebranchesview.cpp
View file @
514c1ead
/*
SPDX-FileCopyrightText: 2021 Waqar Ahmed <waqar.17a@gmail.com>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#include "comarebranchesview.h"
#include "kateprojectpluginview.h"
#include "kateprojectworker.h"
...
...
addons/project/comarebranchesview.h
View file @
514c1ead
/*
SPDX-FileCopyrightText: 2021 Waqar Ahmed <waqar.17a@gmail.com>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef COMAREBRANCHESVIEW_H
#define COMAREBRANCHESVIEW_H
...
...
addons/project/gitwidget.cpp
View file @
514c1ead
...
...
@@ -809,7 +809,7 @@ void GitWidget::buildMenu()
bd
.
openDialog
();
});
m_gitMenu
->
addAction
(
i18n
(
"Compare
b
ranch with ..."
),
this
,
[
this
]
{
m_gitMenu
->
addAction
(
i18n
(
"Compare
B
ranch with ..."
),
this
,
[
this
]
{
BranchesDialog
bd
(
m_mainWin
->
window
(),
m_pluginView
,
m_project
->
baseDir
());
using
GitUtils
::
RefType
;
bd
.
openDialog
(
static_cast
<
GitUtils
::
RefType
>
(
RefType
::
Head
|
RefType
::
Remote
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment