<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/src/settings/services/servicessettingspage.cpp, branch master</title>
<subtitle>Patched KDE Dolphin with Pixel Scaling
</subtitle>
<id>https://fiftyfourth.xyz/git/dolphin/atom?h=master</id>
<link rel='self' href='https://fiftyfourth.xyz/git/dolphin/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/'/>
<updated>2020-12-28T20:18:31Z</updated>
<entry>
<title>Add options to hide some context menu entries</title>
<updated>2020-12-28T20:18:31Z</updated>
<author>
<name>Duong Do Minh Chau</name>
<email>duongdominhchau@gmail.com</email>
</author>
<published>2020-11-12T09:38:44Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=a512176b4bdbf0f0471a9b9089f4a936c14e2732'/>
<id>urn:sha1:a512176b4bdbf0f0471a9b9089f4a936c14e2732</id>
<content type='text'>
This commit add options to hide the following context menu entries:
- Add to Places
- Copy Location
- Duplicate Here
- Open in New Tab and Open in New Tabs
- Open in New Window
- Sort By
- View Mode

The Services settings page is renamed to Context Menu

ShowCopyMoveMenu option is moved from GeneralSettings to ContextMenuSettings

BUG: 314594
</content>
</entry>
<entry>
<title>Improve Touch support</title>
<updated>2020-09-13T18:53:32Z</updated>
<author>
<name>Steffen Hartleib</name>
<email>sh033@gmx.de</email>
</author>
<published>2020-09-13T18:53:32Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=d7b33b76a18b14e9f286e4d8326b00910b9ea02a'/>
<id>urn:sha1:d7b33b76a18b14e9f286e4d8326b00910b9ea02a</id>
<content type='text'>
With this patch dolphin now supports the following touch gestures:

* Tap gesture to interact/open with directories, files and so on
* TapAndHold and release gesture for access to the context menu (main window, panel folder, places and information)
* TapAndHold and moving gesture for drag and drop action (main windows, panel folder and places)
* pinch gesture for zoom in main window
* kinetic scrolling (QScroller) for main window, panel folder, panel places, panel information, setting preview and service
* two fingers swipe gesture to left, right and up as shortcut to navigate back, forward and up
* two finger tap gesture to toggle item selection, similar to Ctrl and left mouse click

FEATURE: 385066
FIXED-IN: 20.11.80

 You are currently rebasing branch 'touch' on '85241a924'.
</content>
</entry>
<entry>
<title>Clear services model after KNS entries changed</title>
<updated>2020-09-05T17:32:48Z</updated>
<author>
<name>Alexander Lohnau</name>
<email>alexander.lohnau@gmx.de</email>
</author>
<published>2020-09-05T17:32:48Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=8e2f0a1d5b88f9ac6e06a0ac7a64d7080198f678'/>
<id>urn:sha1:8e2f0a1d5b88f9ac6e06a0ac7a64d7080198f678</id>
<content type='text'>
We can not know if a service got deleted, so we clear
the model and reload the services. The issue that the entries are
not uninstalled has already been solved, this is just a patch to
fix the state of the UI.

CCBUG: 420312
</content>
</entry>
<entry>
<title>Do not build KNS installer and KNS button on Windows</title>
<updated>2020-08-31T16:57:03Z</updated>
<author>
<name>Alexander Lohnau</name>
<email>alexander.lohnau@gmx.de</email>
</author>
<published>2020-08-26T07:59:26Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=e8c45004591c1c57e2a951fb8c47d9692c1f1fc6'/>
<id>urn:sha1:e8c45004591c1c57e2a951fb8c47d9692c1f1fc6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Output of licensedigger + manual cleanup afterwards.</title>
<updated>2020-08-25T17:07:38Z</updated>
<author>
<name>Elvis Angelaccio</name>
<email>elvis.angelaccio@kde.org</email>
</author>
<published>2020-08-25T17:07:38Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=954e8c47906c12edaaf6e6aebdd41516eceb0d44'/>
<id>urn:sha1:954e8c47906c12edaaf6e6aebdd41516eceb0d44</id>
<content type='text'>
Unfortunately licensedigger does not strip the trailing * characters.
While at it, use a common style for all source files.
</content>
</entry>
<entry>
<title>Use camelcase includes (scripted)</title>
<updated>2020-07-13T12:03:00Z</updated>
<author>
<name>Laurent Montel</name>
<email>montel@kde.org</email>
</author>
<published>2020-07-13T12:02:48Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=675699dfc088a86b541624d1dbb825ce674256e1'/>
<id>urn:sha1:675699dfc088a86b541624d1dbb825ce674256e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Dolphin: Cleanup service settings page</title>
<updated>2020-05-11T18:02:23Z</updated>
<author>
<name>Alexander Lohnau</name>
<email>alexander.lohnau@gmx.de</email>
</author>
<published>2020-05-11T17:58:26Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=2b58f0457e470b1e4f1ed2d947faca32bf982a49'/>
<id>urn:sha1:2b58f0457e470b1e4f1ed2d947faca32bf982a49</id>
<content type='text'>
Summary:
Just some little things :-)
- Refactor foreach
- Fix minor formatting issues
- Use auto keyword where appropiate

Test Plan: Compiles

Reviewers: #dolphin, ngraham, elvisangelaccio

Reviewed By: #dolphin, elvisangelaccio

Subscribers: elvisangelaccio, kfm-devel

Tags: #dolphin

Differential Revision: https://phabricator.kde.org/D29560
</content>
</entry>
<entry>
<title>ServicesSettingsPage: add missing connection receiver</title>
<updated>2020-05-03T17:05:32Z</updated>
<author>
<name>Elvis Angelaccio</name>
<email>elvis.angelaccio@kde.org</email>
</author>
<published>2020-05-03T17:05:32Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=32308843f96f6f13bf1389b93833ab997a8834b7'/>
<id>urn:sha1:32308843f96f6f13bf1389b93833ab997a8834b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Dolphin Services: Add search box</title>
<updated>2020-05-03T10:50:24Z</updated>
<author>
<name>Alexander Lohnau</name>
<email>alexander.lohnau@gmx.de</email>
</author>
<published>2020-05-03T06:54:43Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=e6d4afa9274435dd2db8224b47772f0423b9ce69'/>
<id>urn:sha1:e6d4afa9274435dd2db8224b47772f0423b9ce69</id>
<content type='text'>
Summary:
You can now filter the list of installed services.
This is especially useful if you install additional service menus
from the kde store, because one instalaton can add a lot of services.
For instance the ReImage plugin.

Test Plan:
Compiles, search for a service menu.
Only services matching the query will show up.

Reviewers: ngraham, elvisangelaccio, meven

Reviewed By: meven

Subscribers: kfm-devel

Tags: #dolphin

Differential Revision: https://phabricator.kde.org/D29375
</content>
</entry>
<entry>
<title>Sort services list alphabetically</title>
<updated>2020-04-14T15:49:12Z</updated>
<author>
<name>Nate Graham</name>
<email>nate@kde.org</email>
</author>
<published>2020-04-14T15:49:12Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=a995a80302a91595e5ce9b6798e3859da3cf6dc2'/>
<id>urn:sha1:a995a80302a91595e5ce9b6798e3859da3cf6dc2</id>
<content type='text'>
BUG: 419938
FIXED-IN: 20.04.0
</content>
</entry>
</feed>
