- 22 Jun, 2020 2 commits
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Script Kiddy authored
-
- 18 Jun, 2020 2 commits
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Script Kiddy authored
-
- 17 Jun, 2020 2 commits
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Script Kiddy authored
-
- 09 Jun, 2020 2 commits
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Script Kiddy authored
-
- 08 Jun, 2020 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 07 Jun, 2020 2 commits
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Script Kiddy authored
-
- 06 Jun, 2020 2 commits
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Script Kiddy authored
-
- 05 Jun, 2020 2 commits
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Script Kiddy authored
-
- 04 Jun, 2020 2 commits
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Script Kiddy authored
-
- 03 Jun, 2020 2 commits
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Script Kiddy authored
-
- 02 Jun, 2020 3 commits
-
-
Yuri Chornoivan authored
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Script Kiddy authored
-
- 01 Jun, 2020 3 commits
-
-
Andrés Cabero authored
"Mount this iso image" and "Unmount this iso image" to "Mount ISO" and "Unmount ISO" Since this option only appears when right-clicking on a specific ISO image, the current labels feel redundant (also uppercase was missing)
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Script Kiddy authored
-
- 31 May, 2020 3 commits
-
-
Nikolai Krasheninnikov authored
Also update to revision action refreshes log only if its successed: no need to refresh on failure, it's unchanged.
-
Nikolai Krasheninnikov authored
Dialog executes 'svn cleanup' command for a user picked directory. This action is available only for directories. Added functionality: - delete unversioned files and folders; - delete ignored files and folders; - include externals; - user can change a directory in a dialog itself by typing it or by picking it; - added checks if a directory is valid: for invalid paths "OK" button is disabled.
-
Script Kiddy authored
-
- 28 May, 2020 2 commits
-
-
Adriaan de Groot authored
needs to be explicit in FreeBSD's libc headers).
-
Kwon-Young Choi authored
Use string.h include instead of glibc specific error.h
-
- 26 May, 2020 1 commit
-
-
Nikolai Krasheninnikov authored
Summary: Plugin uses DBus but there is Qt::DBus linkage. Reviewers: #dolphin, elvisangelaccio, meven, kchoi Reviewed By: #dolphin, meven, kchoi Differential Revision: https://phabricator.kde.org/D29834
-
- 25 May, 2020 1 commit
-
-
Kwon-Young Choi authored
The mountiso plugin adds a contextual menu entry for .iso files to either mounting or unmounting the file as a loopback device depending on the mount state. This plugin uses udisksctl to either mount or unmount the iso file. It also uses losetup to check if an iso file is already mounted FEATURE: 175051 FIXED-IN: 20.08.0
-
- 24 May, 2020 1 commit
-
-
Nikolai Krasheninnikov authored
Summary: {F8324215} Added dialog for SVN Update, SVN Revert and SVN Commit actions. This dialog is universal and prints everything from stdout and stderr (stderr prints in red). Supports for "Cancel" action which sends terminate signal to a running process. Test Plan: 1) Try "SVN Commit", "SVN Revert" and "SVN Update" actions from plugin popup menu. 2) Try "SVN Revert" action from "SVN Commit" dialog. Reviewers: #dolphin, #vdg, elvisangelaccio, meven Reviewed By: #dolphin, elvisangelaccio, meven Differential Revision: https://phabricator.kde.org/D29788
-
- 12 May, 2020 1 commit
-
-
Nikolai Krasheninnikov authored
Summary: {F8293246} Added SVN Checkout dialog with basic and most commonly used SVN Checkout functionality: - set repo URL; - change working copy path; - omit externals. Additional features: - automatically pasting repo URL on dialog creation (if its valid); - automatically forming working copy path based on repo URL (trying to predict repository name); - user can pick an output folder instead of typing in; - few error-controls to prevent running 'svn co' with invalid params (disabling 'OK' button). SVN Checkout can be time consuming. Reviewers: #vdg, #dolphin, meven, elvisangelaccio, ngraham Reviewed By: #dolphin, meven, elvisangelaccio Subscribers: anthonyfieroni Differential Revision: https://phabricator.kde.org/D29489
-
- 30 Apr, 2020 1 commit
-
-
Nikolai Krasheninnikov authored
Summary: Updates VCS-plugins for the new KVersionControlPlugin interface. Updates available in the separate commit D29041. Plugins unversionedActions() functions now do nothing so it doesn't change any current plugin behaviour. Reviewers: #dolphin, meven, elvisangelaccio Reviewed By: #dolphin, meven, elvisangelaccio Differential Revision: https://phabricator.kde.org/D29042
-
- 27 Apr, 2020 1 commit
-
-
Nikolai Krasheninnikov authored
Fix 'SVN Log...' crash while watching history in the unversioned directory. Added checks m_log variable contains anything. Summary: This commits adds checks of m_log variable contains anything before using it. More appropriate is not showing 'SVN Log...' as available action at all, this should go in a further commits. Anyway checks for a m_log variable is a must. Test Plan: Run 'SVN Log...' in unversioned directory make sure it doesn't crash any more and showes empty history. Reviewers: #dolphin, meven, elvisangelaccio Reviewed By: #dolphin, meven, elvisangelaccio Differential Revision: https://phabricator.kde.org/D29043
-
- 25 Apr, 2020 1 commit
-
-
Script Kiddy authored
-
- 12 Apr, 2020 1 commit
-
-
Nikolai Krasheninnikov authored
Summary: Added special checks for items inside unversioned dirs. Previously those items was indicated as normal revision with a capability to launch SVN commands on it (SVN Delete, for example). Those commands ends up with an error. Unversioned item is a special case because in any other cases 'svn status' will mark every file or dir as added, removed, conflicted and so on. Test Plan: Inside a repo create dir with a following structure: {F8225757} 1) Check any SVN actions available only for "dir", selecting other dirs and files causes no actions available. 2) Check items status showing correct. 3) Do 'SVN Add' for dir, 'SVN Revert' for dir2. 4) Check dir (with dir1.txt, file1.txt) and dir/dir1 (with file2.txt) and dir/dir1/dir2 has SVN Actions while dir/dir1/dir2/dir3 don't. 5) Check items status showing correct. Reviewers: meven, elvisangelaccio, #dolphin Reviewed By: meven, elvisangelaccio, #dolphin Differential Revision: https://phabricator.kde.org/D28681
-
- 01 Apr, 2020 1 commit
-
-
Anthony Fieroni authored
Differential Revision: https://phabricator.kde.org/D28459Signed-off-by:
Anthony Fieroni <bvbfan@abv.bg>
-
- 27 Mar, 2020 1 commit
-
-
Script Kiddy authored
-