<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dolphin/src/settings/services/servicemenuinstaller/CMakeLists.txt, branch master</title>
<subtitle>Patched KDE Dolphin with Pixel Scaling</subtitle>
<id>https://fiftyfourth.xyz/git/dolphin/atom/src/settings/services/servicemenuinstaller/CMakeLists.txt?h=master</id>
<link rel='self' href='https://fiftyfourth.xyz/git/dolphin/atom/src/settings/services/servicemenuinstaller/CMakeLists.txt?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>Dolphin: Implement package kit for deb/rpm/pacman service packages</title>
<updated>2020-05-05T15:26:13Z</updated>
<author>
<name>Alexander Lohnau</name>
<email>alexander.lohnau@gmx.de</email>
</author>
<published>2020-05-03T18:23:08Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=3e1cb2c7fb41d20f19bb039c77714e8128bf5e00'/>
<id>urn:sha1:3e1cb2c7fb41d20f19bb039c77714e8128bf5e00</id>
<content type='text'>
Summary: The deb/rpm/pacman packages are now installed/uninstalled using packagekit.

Test Plan: Try to install deb package from kde store (search for `jetbrains`). Then uninstall it.

Reviewers: #dolphin, ngraham, elvisangelaccio, meven

Reviewed By: #dolphin, ngraham, elvisangelaccio, meven

Subscribers: cblack, anthonyfieroni, asturmlechner, meven, kfm-devel

Tags: #dolphin

Differential Revision: https://phabricator.kde.org/D29119
</content>
</entry>
<entry>
<title>Dolphin Service Menu Installer: Launch certain scripts in Konsole</title>
<updated>2020-05-03T18:22:11Z</updated>
<author>
<name>Alexander Lohnau</name>
<email>alexander.lohnau@gmx.de</email>
</author>
<published>2020-05-03T18:07:53Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=d34559d1c12a152afa235af8ba6eeb536aa31a9e'/>
<id>urn:sha1:d34559d1c12a152afa235af8ba6eeb536aa31a9e</id>
<content type='text'>
Summary:
In general the issue with installers/uninstallers for the dolphin plugin is
that a lot of the scripts are intended to be run manually in a terminal.
For instance if a script uses `sudo make install` the user can't type in the password.

With this patch scripts that are executed without arg variants are
executed in konsole (if available).

Test Plan:
Tests still pass. Try to install the "Jetbrains Dolphin Plugin" tar.gz file from the kde store.
If you have the required dependencies etc. the konsole window should close.
If the install script fails (type in wrong admin password a couple of times) you
should have a shell opened.

Reviewers: #dolphin, ngraham, nicolasfella, elvisangelaccio, meven

Reviewed By: #dolphin, elvisangelaccio

Subscribers: kfm-devel

Tags: #dolphin

Differential Revision: https://phabricator.kde.org/D29089
</content>
</entry>
<entry>
<title>Dolphin Services: Launch Deb/Rpm archives with QDesktopServices</title>
<updated>2020-04-13T19:23:52Z</updated>
<author>
<name>Alexander Lohnau</name>
<email>alexander.lohnau@gmx.de</email>
</author>
<published>2020-04-13T13:29:50Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=514d9c8fc9705f76fda8f22c70730fb9c383c95a'/>
<id>urn:sha1:514d9c8fc9705f76fda8f22c70730fb9c383c95a</id>
<content type='text'>
Summary:
When you are inside the services store and you choose to install a deb/rpm package
they open in the default application (mostlikely a package installer utility like discover).

PS: I have written some ideas/questions, maybe you can comment on them :-) ?

Test Plan:
Tests still pass, try out what was described in the summary.
A product which has a deb/rpm package is for example: `Jetbrains Dolphin Plugin`

Reviewers: #dolphin, elvisangelaccio, ngraham, aspotashev

Subscribers: kfm-devel

Tags: #dolphin

Differential Revision: https://phabricator.kde.org/D28795
</content>
</entry>
<entry>
<title>Rewrite servicemenu helper utility in C++</title>
<updated>2019-07-14T22:39:15Z</updated>
<author>
<name>Alexander Potashev</name>
<email>aspotashev@gmail.com</email>
</author>
<published>2019-07-14T21:14:51Z</published>
<link rel='alternate' type='text/html' href='https://fiftyfourth.xyz/git/dolphin/commit/?id=1aaafe178c77e234e08565cc24f58887a7d5e0be'/>
<id>urn:sha1:1aaafe178c77e234e08565cc24f58887a7d5e0be</id>
<content type='text'>
Summary:
     - Also support MIME type "application/x-compressed-tar".
     - Update tests in Ruby, remove SimpleCov.

BUG: 399229

Test Plan: Ruby tests passed

Reviewers: sitter, elvisangelaccio, ngraham

Reviewed By: elvisangelaccio

Subscribers: cfeck, kfm-devel

Tags: #dolphin

Differential Revision: https://phabricator.kde.org/D21878
</content>
</entry>
</feed>
