summaryrefslogtreecommitdiffstats
path: root/desktop-plasma/patches/kde-apps (follow)
Commit message (Collapse)AuthorAgeLines
* desktop-plasma: Remove obsolete patchesWolfgang Müller2024-11-05-73/+0
| | | | | These fixes are now all available on unstable Plasma packages, so remove them here.
* desktop-plasma: Add patches for kde-apps/dolphin to fix click behaviourWolfgang Müller2024-10-19-0/+215
| | | | | | | | | | 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
* desktop-plasma: Apply patches to specific releasesWolfgang Müller2024-10-13-0/+0
| | | | | | 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.
* desktop-plasma: Patch kde-apps/dolphin terminals with fish in vi modeWolfgang Müller2024-10-09-0/+33
| | | | | | | 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.
* desktop-plasma: Update patch for place URLsWolfgang Müller2024-09-20-16/+14
| | | | This is the patch that landed upstream and will be backported to 24.08.
* desktop-plasma: Patch place URL comparison in kde-apps/dolphinWolfgang Müller2024-09-18-0/+75
See also the merge request upstream [1] [1] https://invent.kde.org/system/dolphin/-/merge_requests/831