- 30 Aug, 2021 1 commit
-
-
Laurent Montel authored
-
- 17 Aug, 2021 1 commit
-
-
Laurent Montel authored
-
- 26 Jun, 2021 1 commit
-
-
Ahmad Samir authored
GIT_SILENT
-
- 20 Jun, 2021 3 commits
-
-
Luca Beltrame authored
GIT_SILENT
-
Luca Beltrame authored
-
Luca Beltrame authored
-
- 17 Jun, 2021 2 commits
-
-
Martin Tobias Holmedahl Sandsmark authored
-
Martin Tobias Holmedahl Sandsmark authored
-
- 17 May, 2021 1 commit
-
-
Laurent Montel authored
-
- 29 Apr, 2021 1 commit
-
-
Up button was staying on "Enabled" state even if the user is on the "/" path. BUG: 434532
-
- 06 Apr, 2021 1 commit
-
-
See https://phabricator.kde.org/T12549 for rationale
-
- 25 Mar, 2021 1 commit
-
-
Laurent Montel authored
-
- 09 Mar, 2021 1 commit
-
-
Alexander Lohnau authored
-
- 09 Dec, 2020 1 commit
-
-
Laurent Montel authored
-
- 02 Oct, 2020 4 commits
-
-
Nate Graham authored
Now it's obvious what the save action will do.
-
Martin Tobias Holmedahl Sandsmark authored
-
Martin Tobias Holmedahl Sandsmark authored
-
-
- 15 Sep, 2020 1 commit
-
-
Laurent Montel authored
-
- 04 Jul, 2020 1 commit
-
-
Martin Tobias Holmedahl Sandsmark authored
-
- 04 Sep, 2019 1 commit
-
-
Laurent Montel authored
-
- 22 Aug, 2019 1 commit
-
-
Laurent Montel authored
-
- 07 Jan, 2019 1 commit
-
-
Laurent Montel authored
-
- 18 Sep, 2018 1 commit
-
-
Yuri Chornoivan authored
-
- 15 Dec, 2017 1 commit
-
-
Harald Sitter authored
Reviewers: sandsmark Reviewed By: sandsmark Subscribers: kde-utils-devel Differential Revision: https://phabricator.kde.org/D9345
-
- 07 Dec, 2017 1 commit
-
-
Harald Sitter authored
path="" == path="/" and a path cannot not start with a slash anyway, so the check is moot. "sftp://localhosthome/me/" != "sftp://localhost/home/me/" it also does nothing to actually assert that the path is absolute as "sftp://localhost/home/me/../you/" is relative but would pass the slash check. Also, we resolve relative remote paths just fine. Would be weird if we didn't.
-
- 06 Sep, 2017 2 commits
-
-
Kevin Funk authored
-
Kevin Funk authored
-
- 31 Mar, 2017 1 commit
-
-
Harald Sitter authored
path() would be /foo irregardless of platform, on Windows that's /C:/ which is not correct as the local representation is C:/. toLocalFile handles this for us. I've also changed the var name to be more representitive of what it contains and is used for i.e. checking the localPath. should remote URL validation be introduced at a later point it would then be obvious that one should not be using that particular variable ;)
-
- 30 Mar, 2017 2 commits
-
-
Harald Sitter authored
we have no performance concerns there. this is run once when the user inputs or selects a URI, using libc functions here serves no purpose really
-
Harald Sitter authored
-
- 29 Mar, 2017 9 commits
-
-
Harald Sitter authored
-
Harald Sitter authored
-
Harald Sitter authored
-
Harald Sitter authored
-
Harald Sitter authored
-
Harald Sitter authored
-
Harald Sitter authored
-
Harald Sitter authored
this is really messy right now. the final merge really ought to get some refactoring done to detangle business logic form representation
-
Harald Sitter authored
-