- 27 Dec, 2020 5 commits
-
-
Right now it is not super obvious how you connect to a remote server in Dolphin when you already know the URL. Users will go to the "Network" item in the Places panel, but from there it is not totally clear. The "Add Network Folder" icon in the view opens a complicated wizard and it's also a bit of an odd UX to have it living in the view as opposed to being a toolbar button. Old hands and developers know that the URL navigator is, well, a URL navigator, and as such, it accepts arbitrary URLs from any view. However this may not be obvious to other more casual users, for two reasons: 1. The URL navigator is in breadcrumbs view nearly all of the time and by default, so may users may not know that it can accept text at all 2. Even when it's displaying URLs, they are almost always local paths, so users may not make the connection that it can accept remote URLs rather that just local paths To improve the discoverability of this feature, this commit makes the following change: When the view is displaying the remote:/ ioslave (i.e. the "Networks" place), the URL navigator is put into URL entry mode and given some placeholder text that hints at what it can do. It reverts to breadcrumbs mode when you leave. BUG: 414670 FIXED-IN: 21.04
-
-
-
Currently plugins `fileName()` only return path file extension. This changes allows plugins to return the absolute file path to their repository root. CCBUG: 430024
-
Nate Graham authored
GIT_SILENT
-
- 24 Dec, 2020 3 commits
-
-
Yuri Chornoivan authored
-
Script Kiddy authored
-
Méven Car authored
CCBUG: 340982
-
- 23 Dec, 2020 3 commits
-
-
Nate Graham authored
-
Eduard Manta authored
BUG: 430532 a scroll that includes an horizontal component != 0 might still be a vertical scroll
-
Script Kiddy authored
-
- 22 Dec, 2020 1 commit
-
-
Script Kiddy authored
-
- 21 Dec, 2020 2 commits
-
-
Only local directories were supported to be set as the starting location of Dolphin. This commit fixes this by using an KIO::StatJob to determine if the path is actually pointing to a directory or a file regardless if it is a local or a remote path. Additionaly a hard-coded exception for urls with the scheme "timeline" was removed because with the new fix it is now obsolete. BUG: 428885
-
Script Kiddy authored
-
- 19 Dec, 2020 2 commits
-
-
Elvis Angelaccio authored
`m_context` can also be `SearchContext` or `TimelineContext`, so this assert has been wrong since 8b0c12a5.
-
-
- 18 Dec, 2020 2 commits
-
-
Nate Graham authored
-
Zren (Chris Holland) authored
BUG: 430441
-
- 17 Dec, 2020 1 commit
-
-
Ilia Kats authored
also fixes 1 byte error in size calculation for all folders
-
- 16 Dec, 2020 2 commits
-
-
Ahmad Samir authored
-
Ahmad Samir authored
It makes more sense for a file manager to always ask the user: - whether to execute binaries - whether to open an executable script as text or execute it The openOrExecute dialog from KIOWidgets has a "don't ask again" checkbox, and that setting is also accessible from Dolphin's settings dialog. See the discussion at https://bugs.kde.org/show_bug.cgi?id=429839#c10
-
- 15 Dec, 2020 5 commits
-
-
Elvis Angelaccio authored
-
Elvis Angelaccio authored
`m_context` can also be `SearchContext` or `TimelineContext`, so this assert has been wrong since 8b0c12a5.
-
BUG: 429628 BUG: 430434 Signed-off-by:
Anthony Fieroni <bvbfan@abv.bg>
-
David Faure authored
-
David Faure authored
-
- 11 Dec, 2020 1 commit
-
-
Alexander Lohnau authored
-
- 10 Dec, 2020 1 commit
-
-
Script Kiddy authored
-
- 09 Dec, 2020 1 commit
-
-
Laurent Montel authored
-
- 07 Dec, 2020 5 commits
-
-
In 9e4642d4 support was added for the NewFileMenu. This adds support for the Plugins submenu provided they relay their parentWidget to their own menus. BUG: 425997
-
This is the case when you update an entry.
-
-
-
-
- 06 Dec, 2020 2 commits
-
-
Script Kiddy authored
-
Script Kiddy authored
-
- 05 Dec, 2020 4 commits
-
-
Elvis Angelaccio authored
-
Elvis Angelaccio authored
This partly reverts 15a5189b The KDE CI does not have KDE_FULL_SESSION set, which means that KIO doesn't add the recentlyused:// urls to the model, but defaults to the old timeline:// urls instead. In both cases KIO adds 2 places, so it is safe to always assume that the expected model count is 14.
-
Elvis Angelaccio authored
We depend on 5.77 now.
-
Elvis Angelaccio authored
-