- 18 Jan, 2021 1 commit
-
-
Script Kiddy authored
-
- 11 Jan, 2021 1 commit
-
-
Michael Reeves authored
-
- 10 Jan, 2021 2 commits
-
-
Michael Reeves authored
This function is tricky to use right in KDiff3. Our local "urls" don't always have a scheme. This is fine since KDiff3 doen't deal with relative remote urls.
-
Michael Reeves authored
-
- 28 Dec, 2020 4 commits
-
-
Michael Reeves authored
-
Michael Reeves authored
*Don't setup bogus FileAccess records if FileAccessJobHandler::stat fails. *Also don't set m_bValidData = true for such cases.
-
Michael Reeves authored
-
Michael Reeves authored
-
- 26 Dec, 2020 3 commits
-
-
Michael Reeves authored
-
Michael Reeves authored
This reverts commit 91b5ecab.
-
Michael Reeves authored
-
- 25 Dec, 2020 1 commit
-
-
Michael Reeves authored
This should get the path right for urls. The price is that '..' and '.' will remain in the path if present. Sadly QUrl::resolved does not suite the needs of kdiff3.
-
- 19 Dec, 2020 1 commit
-
-
Michael Reeves authored
-
- 18 Dec, 2020 1 commit
-
-
Michael Reeves authored
-
- 11 Dec, 2020 5 commits
-
-
Michael Reeves authored
Unfortanually we need work around some design issues with QUrls API behavoir. First scheme-less urls are handled as remote files. This is not what we want.. FileAccess::isLocal returns what KDiff3 considers local. FileAccess::prettyAbsPath is then needed to work around the fact reservered characters are encoded by default even for local files on windows when QUrl API is used directly.
-
Michael Reeves authored
-
Michael Reeves authored
-
Michael Reeves authored
-
Michael Reeves authored
-
- 03 Dec, 2020 2 commits
-
-
Michael Reeves authored
QUrl::isLocal is no longer used outside FileAccess::isLocal where empty schemes are checked for.
-
Michael Reeves authored
QUrl alone can't be trusted to determine what a local file is as its definition differs from that of KDiff3.
-
- 29 Nov, 2020 1 commit
-
-
Michael Reeves authored
Link handling in KIO is odd we get the type of file the link points to instead of the file type for the link itself. Prevent invalid states for FileAccess resulting from this confusion.
-
- 10 Nov, 2020 1 commit
-
-
Mark Mielke authored
-
- 08 Nov, 2020 1 commit
-
-
Michael Reeves authored
(cherry picked from commit 19599a0e)
-
- 23 Oct, 2020 1 commit
-
-
Michael Reeves authored
This reverts commit 174d2872. BUG:426823 FIXED-IN:1.8.4
-
- 18 Oct, 2020 1 commit
-
-
Michael Reeves authored
Don't use QUrl::toString this will not serve our needs. Manually handle drop events for QCombox widgets, The default behavoir is not what we are looking for. CCBUG:417189
-
- 11 Oct, 2020 3 commits
-
-
Michael Reeves authored
The existing usage was broken anway as QString::asprint is static not a member function.
-
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 Oct, 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
-
- 28 Sep, 2020 1 commit
-
-
Michael Reeves authored
-
- 27 Sep, 2020 3 commits
-
-
Michael Reeves authored
-
Michael Reeves authored
UNIT_PTR != unsigned int on 64 bit machines
-
Michael Reeves authored
-
- 12 Sep, 2020 1 commit
-
-
Script Kiddy authored
-
- 26 Aug, 2020 1 commit
-
-
Michael Reeves authored
*Drop unneed QString->QUrl->QString convertion
-
- 25 Aug, 2020 3 commits
-
-
Michael Reeves authored
Hopefully fix weird build errors.
-
Michael Reeves authored
-
Michael Reeves authored
-