- 16 Jan, 2018 3 commits
-
-
Albert Vaca Cintora authored
-
Albert Vaca Cintora authored
It has a fix in KIO by aacid that we need
-
Aleix Pol Gonzalez authored
-
- 09 Jan, 2018 1 commit
-
-
Kai Uwe Broulik authored
Use KCMShell singleton in kquickcontrolsaddons Also while at it honor kiosk restriction Differential Revision: https://phabricator.kde.org/D9759
-
- 07 Jan, 2018 1 commit
-
-
Laurent Montel authored
-
- 03 Jan, 2018 2 commits
-
-
Matthijs Tijink authored
Summary: Sends the album art url, so that the android app can display the album art (by fetching it from the internet). Transferring local album art is not supported yet, but can be added in a future diff. Test Plan: Works for me in players with/without album art and with/without local file album art. Reviewers: #kde_connect, nicolasfella Reviewed By: #kde_connect, nicolasfella Differential Revision: https://phabricator.kde.org/D9563
-
Script Kiddy authored
-
- 30 Dec, 2017 1 commit
-
-
Matthijs Tijink authored
Summary: This diff adds the title, artist and album to the MPRIS network packets. That's useful when you need more detail than just "artist - title", for example in the future media control notification. It also fixes weird song descriptions for empty artist strings (e.g. Spotify uses an empty (but present) artist when playing ads) Reviewers: #kde_connect, apol Reviewed By: #kde_connect, apol Subscribers: nicolasfella, apol Differential Revision: https://phabricator.kde.org/D8957
-
- 29 Dec, 2017 1 commit
-
-
Nicolas Fella authored
Summary: BUG: 383144 Reviewers: #kde_connect, apol, albertvaka Reviewed By: #kde_connect, apol, albertvaka Subscribers: thomasp, apol, #kde_connect, albertvaka Tags: #kde_connect Differential Revision: https://phabricator.kde.org/D7146
-
- 22 Dec, 2017 1 commit
-
-
Matthijs Tijink authored
Summary: Desktop counterpart of D9449. Reviewers: #kde_connect, albertvaka Reviewed By: #kde_connect, albertvaka Differential Revision: https://phabricator.kde.org/D9451
-
- 11 Dec, 2017 1 commit
-
-
Script Kiddy authored
-
- 09 Dec, 2017 1 commit
-
-
Script Kiddy authored
-
- 03 Dec, 2017 2 commits
-
-
Matthijs Tijink authored
Summary: Previously, the .devices() call passed the parameters in the wrong order. I checked the order in the interface and the daemon, and this was the only place it went wrong. Now running `kdeconnect-cli -l` correctly lists all paired devices, even if unreachable. Test Plan: Tested with both a reachable and unreachable device. Reviewers: #kde_connect, apol Reviewed By: #kde_connect, apol Subscribers: apol Differential Revision: https://phabricator.kde.org/D9060
-
Matthijs Tijink authored
Summary: Kdeconnect-cli always displayed one or more "error activating kdeconnectd: QDBusError("", "")" messages. This diff uses the reply of starting the kdeconnect daemon correctly, so this does not happen anymore. Test Plan: Kdeconnect-cli and the daemon still work, but kdeconnect-cli does not show the error message anymore. I verified that if, for some reason, the daemon could not start, it does display an error. Reviewers: #kde_connect, apol Reviewed By: #kde_connect, apol Subscribers: apol Differential Revision: https://phabricator.kde.org/D9058
-
- 29 Nov, 2017 1 commit
-
-
David Edmundson authored
Summary: This value maps to KAutostart::StartPhase kdeconnectd is certainly not BaseDesktop which is "essential desktop services" which is at the same level as plasmashell. This delays it into DesktopServices which is slightly later. For a user this won't change a thing, it'll still be loaded before ksplash is removed. Test Plan: None Differential Revision: https://phabricator.kde.org/D9031
-
- 28 Nov, 2017 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 27 Nov, 2017 2 commits
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Script Kiddy authored
-
- 10 Nov, 2017 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 08 Nov, 2017 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 06 Nov, 2017 1 commit
-
-
Nicolas Fella authored
Summary: Fixed Issues mentioned in https://phabricator.kde.org/T6729 This patch also fixes a crash when the filetransfer of the icon fails Test Plan: Receive a notification with a previously unknown icon -> icon in Plasmoid is displayed correctly Receive a notification with an already existing id -> notification in Plasmoid is updated Reviewers: #kde_connect, apol Reviewed By: #kde_connect, apol Subscribers: albertvaka, broulik, apol, #kde_connect Tags: #kde_connect Differential Revision: https://phabricator.kde.org/D7209
-
- 04 Nov, 2017 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 30 Oct, 2017 2 commits
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Script Kiddy authored
-
- 13 Oct, 2017 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 10 Oct, 2017 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 07 Oct, 2017 1 commit
-
-
Aleix Pol Gonzalez authored
Reviewers: #kde_connect, aacid, albertvaka Reviewed By: #kde_connect, albertvaka Subscribers: albertvaka Differential Revision: https://phabricator.kde.org/D8106
-
- 03 Oct, 2017 1 commit
-
-
Thomas Posch authored
Summary: The path displayed in the configuration of the share plugin is wrongly url-encoded on load (and default). This leads to %1 being displayed as %251. Consistently using the text property of kurlrequester fixes this issue. Test Plan: manual inspection Reviewers: #kde_connect, albertvaka Reviewed By: #kde_connect, albertvaka Subscribers: albertvaka Differential Revision: https://phabricator.kde.org/D7963
-
- 25 Sep, 2017 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 23 Sep, 2017 1 commit
-
-
Nicolas Fella authored
Summary: Using pulseaudio via pacmd for controlling the system volume is way easier than using KMix. Same could be done to control the system volume in the MPRIS Plugin Reviewers: #kde_connect, albertvaka Reviewed By: #kde_connect, albertvaka Subscribers: anthonyfieroni, thomasp, albertvaka, #kde_connect Tags: #kde_connect Differential Revision: https://phabricator.kde.org/D7922
-
- 20 Sep, 2017 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
- 19 Sep, 2017 2 commits
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-
Script Kiddy authored
-
- 18 Sep, 2017 4 commits
-
-
Albert Vaca Cintora authored
-
Albert Vaca Cintora authored
-
Aleix Pol Gonzalez authored
It has a fix that is important for file transfer performance
-
Aleix Pol Gonzalez authored
-
- 16 Sep, 2017 1 commit
-
-
Nicolas Fella authored
Summary: A variable was not renamed correctly because nobody tested it with Bluetooth enabled Test Plan: compiles Reviewers: #kde_connect, albertvaka Reviewed By: #kde_connect, albertvaka Subscribers: albertvaka, #kde_connect Tags: #kde_connect Differential Revision: https://phabricator.kde.org/D7777
-
- 05 Sep, 2017 1 commit
-
-
Tobias Berner authored
Summary: FreeBSD does not install fusermount, so we need to use 'umount'. Reviewers: #kde_connect, albertvaka Reviewed By: #kde_connect, albertvaka Subscribers: albertvaka, #kde_connect Differential Revision: https://phabricator.kde.org/D6945
-
- 04 Sep, 2017 1 commit
-
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-