| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
| |
These fixes are now all available on unstable Plasma packages, so remove
them here.
|
|
|
|
|
|
|
|
|
|
| |
All of these depend on each other and have not yet seen release in any
stable version. In their entirety they fix an annoying behaviour where
quickly tapping the Forward/Backward buttons on the mouse would be
interpreted as double-clicks, thereby ignoring the second click made. A
fix has been sent upstream at [1] and is contained here.
[1] https://invent.kde.org/system/dolphin/-/merge_requests/842
|
|
|
|
|
|
| |
Both of these fixes have been upstreamed and are available in the next
version (which is yet masked). Make sure to only apply them when
necessary.
|
|
|
|
|
|
|
| |
Dolphin's built-in terminal follows the working directory by injecting a
cd command. It needs to make sure the line is empty first and sends
^E^U. This fails when using the fish shell in vi mode as ^E is not bound
in that mode. Add a patch for Dolphin that has it use End instead.
|
|
|
|
| |
This is the patch that landed upstream and will be backported to 24.08.
|
|
See also the merge request upstream [1]
[1] https://invent.kde.org/system/dolphin/-/merge_requests/831
|