Merge branch 'vfs_rework'

Authored by Alexander Bikadorov <alex.bikadorov@kdemail.net> on Nov 26 2016, 4:16 PM.

Description

Merge branch 'vfs_rework'

Some non-crucial TODOs left.

Maniphest Tasks: T3419

Details

Committed
Alexander Bikadorov <alex.bikadorov@kdemail.net>Nov 26 2016, 4:16 PM
Parents
R167:97187f40486d: Dialogs: renamed queue checkbox. "enqueue operation" -> "start paused"
R167:cfb4ff56d1d5: Revert "KRarc: Fixed deprecation warning (since KF 5.24)"
Branches
Unknown
Tags
Unknown
Alexander Bikadorov <alex.bikadorov@kdemail.net> committed R167:8c02e6fac76e: Merge branch 'vfs_rework' (authored by Alexander Bikadorov <alex.bikadorov@kdemail.net>).Nov 26 2016, 4:16 PM

Merged Changes

This commit merges a very large number of changes. Only the first 50 are shown.
CommitAuthorDetailsCommitted
97187f40486dAlexander Bikadorov
Dialogs: renamed queue checkbox. "enqueue operation" -> "start paused" 
Nov 25 2016
5b23ff81938fAlexander Bikadorov
JobMan: fix dereferencing null pointer when job terminates after quit dialog 
Nov 25 2016
47676c503f32Alexander Bikadorov
JobMan: merged warning dialog on quit with blocking job dialog 
Nov 23 2016
7805a2626ce3Alexander Bikadorov
JobMan: block application exit and show dialog until all job operations are done 
Nov 23 2016
a22cb61a89edAlexander Bikadorov
JobMan: moved queue mode action to settings menu 
Nov 21 2016
a559928cf6e6Alexander Bikadorov
Dialogs: replaced button with checkbox for queue option in move and copy dialog 
Nov 21 2016
db280078133dAlexander Bikadorov
Fix missing refresh signals for finished KrJobs 
Nov 21 2016
04e126bfc38dAlexander Bikadorov
Revert "Fix updir in a krarc: vfs" 
Nov 20 2016
4659b719d226Alexander Bikadorov
VFS: replaced connect() with new signal/slot syntax 
Nov 20 2016
e6c5598e0839Alexander Bikadorov
Simplify job manager mode: only "queue" or "unmanaged". Part of cleaning VFS 
Nov 20 2016
c8289394ac6cAlexander Bikadorov
Minor improvements for job manager. Part of cleaning VFS 
Nov 20 2016
468149b887f2Alexander Bikadorov
New KrJob class for better (and working) integration of KIO::Jobs with JobMan. 
Nov 20 2016
76a809ed3d7eD3360martinkostolny
Fix re-asking password with some remote connections. Part of cleaning VFS 
Nov 15 2016
dd6ff79fbc10Alexander Bikadorov
Added job undo action to UI 
Nov 15 2016
ac6c43fb72deAlexander Bikadorov
More documentation for job manager. Part of cleaning VFS 
Nov 15 2016
ce96fa142b21Alexander Bikadorov
ADDED: new undo action to job manager for undoing KIO job operations 
Nov 15 2016
434f7d72cb54Alexander Bikadorov
VFS: Record copy/move/link, trash and rename jobs by undo manager in default VFS 
Nov 15 2016
3caea8a43420Alexander Bikadorov
Minor cleanup of #includes. Part of cleaning VFS 
Nov 15 2016
fb766fd4aca0Alexander Bikadorov
Fix null pointer crash if panel is closed while refreshing. Part of cleaning VFS 
Nov 14 2016
120c36d30650Alexander Bikadorov
Added new job mode combo box to UI. Part of cleaning VFS 
Nov 14 2016
51a5e363fe3fAlexander Bikadorov
Again various improvements for job manager. Part of cleaning VFS. WIP 
Nov 14 2016
e6e7556bcaf0Alexander Bikadorov
Replaced automount call from vfs to MountMan with signal connection. Part of… 
Nov 10 2016
512f34be716dAlexander Bikadorov
Rework of job manager. Part of cleaning VFS. WIP 
Nov 9 2016
6e8d37e39266Alexander Bikadorov
Workaround for (invisible) error and refresh on transition from krarc to local… 
Nov 9 2016
89ae9654e4edAlexander Bikadorov
Fix opening URL without scheme on transition from file container to local fs. 
Nov 9 2016
7a16dbcf3aedAlexander Bikadorov
Various improvements for job manager. Part of cleaning VFS. WIP 
Nov 9 2016
f42c3897a0aaAlexander Bikadorov
Fixed new job toolbar settings not preserved. Part of cleaning VFS 
Nov 9 2016
cfd81da4e1abD3237martinkostolny
Fix unselecting externally deleted or renamed item. Part of cleaning VFS 
Nov 7 2016
7f4883faf105Alexander Bikadorov
Re-added queue functionality for move and copy job. Part of cleaning VFS 
Nov 3 2016
038463c8e75dAlexander Bikadorov
Connected VFS with new job manager. Part of cleaning VFS. WIP 
Nov 3 2016
270641dad11cAlexander Bikadorov
Added toolbar actions of job manager to UI. Part of cleaning VFS. WIP 
Nov 3 2016
c20cc1c77ad9Alexander Bikadorov
ADDED: job manager as replacement for queue manager. Part of cleaning VFS 
Nov 3 2016
c713c57e8750Alexander Bikadorov
Fixing no current item on panel creation. Part of cleaning VFS 
Oct 31 2016
23fdcf8c92baAlexander Bikadorov
Fixing memory leak while refreshing. Part of cleaning VFS. 
Oct 31 2016
de6d2331323bAlexander Bikadorov
Fixed inaccurate scrolling reset after refresh. Part of cleaning VFS 
Oct 31 2016
c1d8260ccf65Alexander Bikadorov
Fixed scrolling to last renamed item on refresh. Part of cleaning VFS 
Oct 31 2016
1a94bf2e3ea3Alexander Bikadorov
Removed unused methods in list panel. Part of cleaning VFS 
Oct 27 2016
94e4c2cb5216Alexander Bikadorov
Resolve relative path before symlinks in destination URL for copy/move and drop… 
Oct 27 2016
cda32b92d14bAlexander Bikadorov
Fixed handling if internal refresh fails. Part of cleaning VFS 
Oct 24 2016
e522dbc7d78fAlexander Bikadorov
Added missing handling of URL redirection to another protocol during refresh. 
Oct 24 2016
b4a8148cb36cAlexander Bikadorov
Fix missing update of disk-free statistics after directory refresh. Part of… 
Oct 19 2016
7e18b9f863f0Alexander Bikadorov
Removed unused signals. Part of cleaning VFS 
Oct 18 2016
413c14891962Alexander Bikadorov
Fix re-selecting current item in view after rename. Part of cleaning VFS 
Oct 18 2016
c85409217906Alexander Bikadorov
Keep selection in view when refreshing vfs directory. Part of cleaning VFS 
Oct 18 2016
11df7ac863f0Alexander Bikadorov
Simpified signals for panel directory content changes, Part of cleaning VFS 
Oct 17 2016
92a32f0543d6Alexander Bikadorov
Correct and more efficient view update after vfs refresh. Part of cleaning VFS 
Oct 17 2016
2304e971d492Alexander Bikadorov
Fix delayed refresh after file operations caused by slow filesystem watcher. 
Oct 17 2016
ee545ae7e8a9Alexander Bikadorov/Alexander Bikadorov
Fixed watching directories which are symbolic links. 
Oct 17 2016
53298d89189eD3025Alexander Bikadorov/Alexander Bikadorov
Added TODO comments. Part of cleaning VFS 
Oct 17 2016
3fbc7c31cd4bD3025Alexander Bikadorov
Rework of entire vfs class and subclasses. Part of cleaning VFS 
Oct 11 2016